Translation components API.

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

GET /api/translations/?format=api&page=14
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=15",
    "previous": "https://weblate.foundryvtt-hub.com/api/translations/?format=api&page=13",
    "results": [
        {
            "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": "Server",
                "slug": "server",
                "id": 153,
                "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": "The Forge",
                    "slug": "the-forge",
                    "id": 68,
                    "web": "https://forge-vtt.com/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/the-forge/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/the-forge/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/the-forge/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/the-forge/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/the-forge/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/the-forge/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/the-forge/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/the-forge/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/the-forge/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/the-forge/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "## Fight Goblins, not Servers™\r\nThank you for contributing to The Forge's translation effort!\r\n\r\nThe Forge uses a combination of keys and `gettext`-like strings as translation keys.  \r\nBecause we use different frameworks from Foundry VTT, the strings in this project may appear unusual. Please read through the instructions and examples given here below before starting your translations.  \r\nYou can also contact us on our [Discord](https://forge-vtt.com/discord) or via `[email protected]` if you have any questions.  \r\n \r\n# Available Languages\r\nBecause of the number of strings involved, we will only be translating into specific languages at this time.  \r\nCurrently, these are English, French, Japanese, Spanish, and German.\r\nIf you'd like your language to be supported, please give us a shout in the `#feature-suggestions` channel on our [Discord](https://forge-vtt.com/discord).  \r\n\r\n# Language Switching\r\nIt is possible to view [The Forge's site](https://forge-vtt.com) in your own language, to see what a string looks like in its natural habitat.  \r\nTo do so, go to the [My Account](https://forge-vtt.com/account) page and select a language from the dropdown.  \r\nYou can also use the profile dropdown menu on the top right when logged in.  \r\nIf you're logged out, the language selection dropdown will appear directly on the top right of the navigation bar, next to the login button.  \r\n\r\n# Interpolation\r\n`{{` and `{{-` are interpolation prefixes, and `}}` is an interpolation suffix.  \r\nWhere you encounter these interpolation markers, treat the prefix and the suffix, and everything between them, as a word that should not be translated.  \r\nMake sure to keep the same prefix as the source string.  \r\n*For example*:  \r\n`\"The goblin ate my {{homework}}.\"` -> `\"Le gobelin a mangé mon {{homework}}.\"`  \r\n`\"The goblin ate my {{- homework}}.\"` -> `\"Le gobelin a mangé mon {{- homework}}.\"`  \r\n\r\n# Component Interpolation\r\n`{` and `}` are component interpolation markers. They have the same rules as regular interpolation markers and can be a word or a number:`{book}`, `{package}`, or `{0}`, `{1}`, `{2}`, etc.  \r\nNumbers indicate that a numbered component will be inserted there. Treat them the same way you would treat regular interpolation markers.  \r\n*For example*:  \r\n`\"The {0} ate my {1}.\"` -> `\"Le {0} a mangé mon {1}.\"`  \r\n`\"The {creature} ate my {item}.\"` -> `\"Le {creature} a mangé mon {item}.\"`  \r\n\r\n# Context\r\nSometimes it is useful to have different forms of the same string. In such cases, a specific `_context` will be added after an underscore at the end of a key. When you see this, use the context to inform your translation.\r\n\r\n# Plurals\r\nPlurals are like a special context, where the context specifies an amount. For some languages, simply having a singular`_one` and plural `_other`translation is sufficient, but other options like `_many`, `_few`, `_zero` and more are possible.  \r\nSome languages may have more complicated plural forms than English. If a string doesn't translate well into one of the keys available, please let us know by commenting on that string.  \r\n*For example*:  \r\n`\"GOBLIN_one\": \"{{count}} goblin\"` -> `\"GOBLIN_one\": \"{{count}} gobelin\"`  \r\n`\"GOBLIN_other\": \"{{count}} goblins\"` -> `\"GOBLIN_other\": \"{{count}} gobelins\"`  \r\n`\"GOBLIN_many\": \"a lot of goblins\"` -> `\"GOBLIN_many\": \"beaucoup de gobelins\"`  \r\n\r\n# Nesting\r\nThis is rare, but sometimes we reference one string from inside of a different one. This can be particularly helpful when combined with plurals.  \r\n`$t(` and `)`are the nesting prefix and suffix. If you encounter them, treat the prefix and the suffix, and everything between them (including other markers), as a word that should not be translated.  \r\n*For example*:  \r\n`\"There, in the distance! I see $t(GOBLIN, {\\\"count\\\": {{hordeSize}} })!\"` -> `Là, au loin ! Je vois $t(GOBLIN, {\\\"count\\\": {{hordeSize}} }) !`  \r\n\r\n# Consistency\r\nPlease maintain consistency with the source language, English, as much as possible, and reference the accompanying glossary information to ensure consistency between components.",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/ForgeVTT/forge-translations.git",
                "git_export": "",
                "branch": "main",
                "push_branch": "",
                "filemask": "locales/*/server.json",
                "screenshot_filemask": "",
                "template": "locales/en/server.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18next",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/the-forge/server/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/the-forge/server/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/the-forge/server/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/the-forge/server/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/the-forge/server/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/the-forge/server/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/the-forge/server/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/the-forge/server/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/the-forge/server/credits/?format=api",
                "new_lang": "url",
                "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/149/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://weblate.foundryvtt-hub.com/api/components/the-forge/common/?format=api"
            },
            "language_code": "pt-BR",
            "id": 893,
            "filename": "locales/pt-BR/server.json",
            "revision": "97c003d810aea14724ae4570bb6ce7c8705375bc,c4ebe49a80c574f0fbd72c96ab1fac904d3325cd",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/the-forge/server/pt-BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/the-forge/-/pt-BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/the-forge/server/pt-BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/pt-BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 834,
            "total_words": 6874,
            "translated": 301,
            "translated_words": 2861,
            "translated_percent": 36.0,
            "fuzzy": 533,
            "fuzzy_words": 4013,
            "fuzzy_percent": 63.9,
            "failing_checks": 136,
            "failing_checks_words": 1061,
            "failing_checks_percent": 16.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-23T14:16:45.952263Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/pt-BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/pt-BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/pt-BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/pt-BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/pt-BR/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": "master",
                "id": 115,
                "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 Animation Macros",
                    "slug": "pf2e-animations",
                    "id": 50,
                    "web": "https://github.com/MrVauxs/pf2e-jb2a-macros",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-animations/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/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-jb2a-macros.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pf2e-animations/master/",
                "branch": "master",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-animations/master/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/master/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/master/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/master/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/master/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/master/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/master/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/master/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/master/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/180/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/235/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/112/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/113/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 894,
            "filename": "languages/de.json",
            "revision": "8fc3d4dd1cc44291636abc1544f45e7ea15a0813,f760c361bdee44f8e9e5d70beb8130a930e0fa91",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-animations/master/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2e-animations/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-animations/master/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/master/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 85,
            "total_words": 873,
            "translated": 50,
            "translated_words": 454,
            "translated_percent": 58.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2024-09-26T11:01:02.205193Z",
            "last_author": "Bodo paßmann",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/master/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/master/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/master/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/master/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/master/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": "PF2e Animation Macros",
                "slug": "glossary",
                "id": 116,
                "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 Animation Macros",
                    "slug": "pf2e-animations",
                    "id": 50,
                    "web": "https://github.com/MrVauxs/pf2e-jb2a-macros",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-animations/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/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-animations/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-animations/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/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": 895,
            "filename": "de.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-animations/glossary/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2e-animations/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-animations/glossary/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/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": "2022-12-18T14:44:51.488654Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/glossary/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/glossary/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/glossary/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/glossary/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/glossary/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": "main",
                "slug": "main",
                "id": 149,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Blade Runner - The Roleplaying Game",
                    "slug": "blade-runner",
                    "id": 67,
                    "web": "https://github.com/fvtt-fria-ligan/blade-runner-foundry-vtt",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/blade-runner/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/credits/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/fvtt-fria-ligan/blade-runner-foundry-vtt.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/blade-runner/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/lang/*.yml",
                "screenshot_filemask": "",
                "template": "src/lang/en.yml",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "yaml",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/blade-runner/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "feat(i18n): ✨🌐 Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/146/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/147/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 896,
            "filename": "src/lang/de.yml",
            "revision": "0f927896304a0705f5a03a48b0a7029c9ba13e8c,0f5bfb710a320bdc06de6bb317f74883836322c8",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/blade-runner/main/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/blade-runner/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/blade-runner/main/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/main/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 333,
            "total_words": 1595,
            "translated": 326,
            "translated_words": 1573,
            "translated_percent": 97.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 37,
            "failing_checks_words": 468,
            "failing_checks_percent": 11.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-06-18T06:37:44.915764Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/main/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/main/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/main/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/main/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/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": "Blade Runner - The Roleplaying Game",
                "slug": "glossary",
                "id": 150,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Blade Runner - The Roleplaying Game",
                    "slug": "blade-runner",
                    "id": 67,
                    "web": "https://github.com/fvtt-fria-ligan/blade-runner-foundry-vtt",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/blade-runner/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/blade-runner/credits/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/blade-runner/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/blade-runner/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/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": 897,
            "filename": "de.tbx",
            "revision": "8dc630dc5957a5f63f3bcb00dec7b5750dcfbc34",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/blade-runner/glossary/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/blade-runner/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/blade-runner/glossary/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/glossary/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 25,
            "total_words": 27,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-08T12:23:55.651131Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/glossary/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/glossary/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/glossary/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/glossary/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/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": 157,
                "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": "Build-a-Bonus",
                    "slug": "babonus",
                    "id": 70,
                    "web": "https://github.com/krbz999/babonus",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/babonus/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/babonus/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/babonus/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/babonus/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/babonus/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/babonus/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/babonus/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/babonus/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/babonus/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/babonus/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/krbz999/babonus.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/babonus/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/babonus/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/babonus/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/babonus/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/babonus/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/babonus/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/babonus/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/babonus/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/babonus/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/babonus/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/155/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/156/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 898,
            "filename": "lang/fr.json",
            "revision": "6cffebd4a9ff1e5d6f9a82e0fbd372a6c40f4b2e,ef694d329a6730895500fb6566778678369c7001",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/babonus/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/babonus/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/babonus/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/babonus/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 271,
            "total_words": 2218,
            "translated": 271,
            "translated_words": 2218,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 24,
            "failing_checks_percent": 1.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-11-24T11:32:05.122614Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/babonus/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/babonus/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/babonus/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/babonus/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/babonus/main/fr/units/?format=api"
        },
        {
            "language": {
                "id": 612,
                "code": "zh_Hant",
                "name": "Chinese (Traditional Han script)",
                "plural": {
                    "id": 612,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "cmn_hant",
                    "zh_cht",
                    "zh_cmn_hant",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_tw",
                    "zhtw",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 38612556,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hant/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hant/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 21,
                "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 Workbench",
                    "slug": "xdy-pf2e-workbench",
                    "id": 11,
                    "web": "https://github.com/xdy/xdy-pf2e-workbench",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/xdy-pf2e-workbench/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/xdy/xdy-pf2e-workbench.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/xdy-pf2e-workbench/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "static/lang/*.json",
                "screenshot_filemask": "",
                "template": "static/lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/xdy-pf2e-workbench/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/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/21/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/22/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hant",
            "id": 899,
            "filename": "static/lang/zh_Hant.json",
            "revision": "e73ac471c6eedf4148b5cd790a9c1157bb349f9e,063550b154f37356865dd5ebaa71a63904b7d008",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/xdy-pf2e-workbench/main/zh_Hant/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/xdy-pf2e-workbench/-/zh_Hant/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/xdy-pf2e-workbench/main/zh_Hant/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/main/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 507,
            "total_words": 3971,
            "translated": 266,
            "translated_words": 1774,
            "translated_percent": 52.4,
            "fuzzy": 36,
            "fuzzy_words": 645,
            "fuzzy_percent": 7.1,
            "failing_checks": 2,
            "failing_checks_words": 27,
            "failing_checks_percent": 0.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-05-06T19:36:47.123929Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/main/zh_Hant/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/main/zh_Hant/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/main/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/main/zh_Hant/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/main/zh_Hant/units/?format=api"
        },
        {
            "language": {
                "id": 612,
                "code": "zh_Hant",
                "name": "Chinese (Traditional Han script)",
                "plural": {
                    "id": 612,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "cmn_hant",
                    "zh_cht",
                    "zh_cmn_hant",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_tw",
                    "zhtw",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 38612556,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hant/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hant/statistics/?format=api"
            },
            "component": {
                "name": "PF2e Workbench",
                "slug": "glossary",
                "id": 22,
                "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 Workbench",
                    "slug": "xdy-pf2e-workbench",
                    "id": 11,
                    "web": "https://github.com/xdy/xdy-pf2e-workbench",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/xdy-pf2e-workbench/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/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/xdy-pf2e-workbench/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/xdy-pf2e-workbench/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hant",
            "id": 900,
            "filename": "zh_Hant.tbx",
            "revision": "a4401df9db9356fbefabaf6db3f479e31b48d331",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/xdy-pf2e-workbench/glossary/zh_Hant/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/xdy-pf2e-workbench/-/zh_Hant/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/xdy-pf2e-workbench/glossary/zh_Hant/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/glossary/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 16,
            "total_words": 18,
            "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-10-04T18:24:09.274147Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/glossary/zh_Hant/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/glossary/zh_Hant/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/glossary/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/glossary/zh_Hant/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/glossary/zh_Hant/units/?format=api"
        },
        {
            "language": {
                "id": 612,
                "code": "zh_Hant",
                "name": "Chinese (Traditional Han script)",
                "plural": {
                    "id": 612,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "cmn_hant",
                    "zh_cht",
                    "zh_cmn_hant",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_tw",
                    "zhtw",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 38612556,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hant/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hant/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "master",
                "id": 115,
                "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 Animation Macros",
                    "slug": "pf2e-animations",
                    "id": 50,
                    "web": "https://github.com/MrVauxs/pf2e-jb2a-macros",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-animations/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/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-jb2a-macros.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/pf2e-animations/master/",
                "branch": "master",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-animations/master/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/master/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/master/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/master/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/master/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/master/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/master/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/master/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/master/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/180/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/235/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/112/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/113/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh-tw",
            "id": 901,
            "filename": "languages/zh-tw.json",
            "revision": "bfda4a53abbb69dc9f2736618f5fbb8938b8ace9,f760c361bdee44f8e9e5d70beb8130a930e0fa91",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-animations/master/zh_Hant/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2e-animations/-/zh_Hant/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-animations/master/zh_Hant/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/master/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 85,
            "total_words": 873,
            "translated": 52,
            "translated_words": 494,
            "translated_percent": 61.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-29T05:47:52.894425Z",
            "last_author": "MrVauxs",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/master/zh_Hant/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/master/zh_Hant/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/master/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/master/zh_Hant/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/master/zh_Hant/units/?format=api"
        },
        {
            "language": {
                "id": 612,
                "code": "zh_Hant",
                "name": "Chinese (Traditional Han script)",
                "plural": {
                    "id": 612,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "cmn_hant",
                    "zh_cht",
                    "zh_cmn_hant",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_tw",
                    "zhtw",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 38612556,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/zh_Hant/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/zh_Hant/statistics/?format=api"
            },
            "component": {
                "name": "PF2e Animation Macros",
                "slug": "glossary",
                "id": 116,
                "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 Animation Macros",
                    "slug": "pf2e-animations",
                    "id": 50,
                    "web": "https://github.com/MrVauxs/pf2e-jb2a-macros",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-animations/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/pf2e-animations/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-animations/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-animations/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/pf2e-animations/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hant",
            "id": 902,
            "filename": "zh_Hant.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-animations/glossary/zh_Hant/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2e-animations/-/zh_Hant/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-animations/glossary/zh_Hant/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/glossary/zh_Hant/?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-01-18T16:03:56.672446Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/glossary/zh_Hant/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/glossary/zh_Hant/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/glossary/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/glossary/zh_Hant/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-animations/glossary/zh_Hant/units/?format=api"
        },
        {
            "language": {
                "id": 165,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/es/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/es/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 13,
                "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": "Arbron’s Summoner",
                    "slug": "arbron-summoner",
                    "id": 7,
                    "web": "https://github.com/arbron/fvtt-summoner",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/arbron-summoner/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/arbron-summoner/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/arbron-summoner/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/arbron-summoner/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/arbron-summoner/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/arbron-summoner/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/arbron-summoner/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/arbron-summoner/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/arbron-summoner/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/arbron-summoner/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/arbron/fvtt-summoner.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/arbron-summoner/main/",
                "branch": "main",
                "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/arbron-summoner/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/arbron-summoner/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/arbron-summoner/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/arbron-summoner/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/arbron-summoner/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/arbron-summoner/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/arbron-summoner/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/arbron-summoner/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/arbron-summoner/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/13/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/14/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 903,
            "filename": "lang/es.json",
            "revision": "4f7c5f39be52a614a9686952fd828509239dc305,6e96b9f91a1868c35bbfbf2b10be2ef20fdb9dd6",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/arbron-summoner/main/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/arbron-summoner/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/arbron-summoner/main/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/main/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 24,
            "total_words": 108,
            "translated": 23,
            "translated_words": 105,
            "translated_percent": 95.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 8.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-10T14:30:46.050797Z",
            "last_author": "DragonHale",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/main/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/main/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/main/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/main/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/main/es/units/?format=api"
        },
        {
            "language": {
                "id": 165,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/es/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/es/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Arbron’s Summoner",
                "slug": "glossary",
                "id": 14,
                "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": "Arbron’s Summoner",
                    "slug": "arbron-summoner",
                    "id": 7,
                    "web": "https://github.com/arbron/fvtt-summoner",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/arbron-summoner/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/arbron-summoner/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/arbron-summoner/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/arbron-summoner/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/arbron-summoner/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/arbron-summoner/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/arbron-summoner/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/arbron-summoner/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/arbron-summoner/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/arbron-summoner/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/arbron-summoner/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/arbron-summoner/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/arbron-summoner/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/arbron-summoner/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/arbron-summoner/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/arbron-summoner/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/arbron-summoner/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/arbron-summoner/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/arbron-summoner/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/arbron-summoner/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 904,
            "filename": "es.tbx",
            "revision": "7ca63eeebb1150d922cbebd1603c4477b9430665",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/arbron-summoner/glossary/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/arbron-summoner/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/arbron-summoner/glossary/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/glossary/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 3,
            "translated": 2,
            "translated_words": 3,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-08T12:23:54.452029Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/glossary/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/glossary/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/glossary/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/glossary/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/glossary/es/units/?format=api"
        },
        {
            "language": {
                "id": 165,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/es/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/es/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 21,
                "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 Workbench",
                    "slug": "xdy-pf2e-workbench",
                    "id": 11,
                    "web": "https://github.com/xdy/xdy-pf2e-workbench",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/xdy-pf2e-workbench/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/xdy/xdy-pf2e-workbench.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/xdy-pf2e-workbench/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "static/lang/*.json",
                "screenshot_filemask": "",
                "template": "static/lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/xdy-pf2e-workbench/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/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/21/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/22/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 915,
            "filename": "static/lang/es.json",
            "revision": "2eb862f3cdef20230d7ebc8b2ed1b154cdd2b832,063550b154f37356865dd5ebaa71a63904b7d008",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/xdy-pf2e-workbench/main/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/xdy-pf2e-workbench/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/xdy-pf2e-workbench/main/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/main/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 507,
            "total_words": 3971,
            "translated": 507,
            "translated_words": 3971,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-05-08T06:25:27.949412Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/main/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/main/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/main/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/main/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/main/es/units/?format=api"
        },
        {
            "language": {
                "id": 165,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/es/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/es/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "PF2e Workbench",
                "slug": "glossary",
                "id": 22,
                "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 Workbench",
                    "slug": "xdy-pf2e-workbench",
                    "id": 11,
                    "web": "https://github.com/xdy/xdy-pf2e-workbench",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/xdy-pf2e-workbench/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/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/xdy-pf2e-workbench/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/xdy-pf2e-workbench/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 916,
            "filename": "es.tbx",
            "revision": "290c3bda99c6007e7762ff4ef19838728eff2f51",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/xdy-pf2e-workbench/glossary/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/xdy-pf2e-workbench/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/xdy-pf2e-workbench/glossary/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/glossary/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 16,
            "total_words": 18,
            "translated": 16,
            "translated_words": 18,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-12-20T13:36:40.940838Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/glossary/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/glossary/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/glossary/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/glossary/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/glossary/es/units/?format=api"
        },
        {
            "language": {
                "id": 440,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 440,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pl/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 21,
                "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 Workbench",
                    "slug": "xdy-pf2e-workbench",
                    "id": 11,
                    "web": "https://github.com/xdy/xdy-pf2e-workbench",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/xdy-pf2e-workbench/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/xdy/xdy-pf2e-workbench.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/xdy-pf2e-workbench/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "static/lang/*.json",
                "screenshot_filemask": "",
                "template": "static/lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/xdy-pf2e-workbench/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/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/21/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/22/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pl",
            "id": 917,
            "filename": "static/lang/pl.json",
            "revision": "9f19a0020dda61f83930111b7b3aa75fb3351a47,063550b154f37356865dd5ebaa71a63904b7d008",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/xdy-pf2e-workbench/main/pl/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/xdy-pf2e-workbench/-/pl/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/xdy-pf2e-workbench/main/pl/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/main/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 507,
            "total_words": 3971,
            "translated": 507,
            "translated_words": 3971,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-05-30T21:36:42.309726Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/main/pl/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/main/pl/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/main/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/main/pl/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/main/pl/units/?format=api"
        },
        {
            "language": {
                "id": 440,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 440,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pl/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "PF2e Workbench",
                "slug": "glossary",
                "id": 22,
                "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 Workbench",
                    "slug": "xdy-pf2e-workbench",
                    "id": 11,
                    "web": "https://github.com/xdy/xdy-pf2e-workbench",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/xdy-pf2e-workbench/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/xdy-pf2e-workbench/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/xdy-pf2e-workbench/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/xdy-pf2e-workbench/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/xdy-pf2e-workbench/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pl",
            "id": 918,
            "filename": "pl.tbx",
            "revision": "dc36ac78f0e9eb63eeb3ba0b1a512a3bc9fe0f29",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/xdy-pf2e-workbench/glossary/pl/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/xdy-pf2e-workbench/-/pl/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/xdy-pf2e-workbench/glossary/pl/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/glossary/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 33,
            "translated": 27,
            "translated_words": 33,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-11-06T16:36:40.743340Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/glossary/pl/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/glossary/pl/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/glossary/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/glossary/pl/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/xdy-pf2e-workbench/glossary/pl/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": 1,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Dice So Nice!",
                    "slug": "dice-so-nice",
                    "id": 1,
                    "web": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Anyone is welcome to contribute to the existing translations or add a new language.\r\nContact JDW on Discord if you have any doubt about the use or meaning of a string.",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/dice-so-nice/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "module/lang/*.json",
                "screenshot_filemask": "",
                "template": "module/lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/1/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/10/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hans",
            "id": 919,
            "filename": "module/lang/zh_Hans.json",
            "revision": "25ac2d66b9d259dce4e28b9373adce90a89cf010,887473694c0a3449afd67bc3b57fed5d2b8b2838",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/main/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/main/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 281,
            "total_words": 1316,
            "translated": 265,
            "translated_words": 1182,
            "translated_percent": 94.3,
            "fuzzy": 1,
            "fuzzy_words": 31,
            "fuzzy_percent": 0.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-10-06T21:43:12.289807Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/main/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/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": "Dice So Nice!",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Dice So Nice!",
                    "slug": "dice-so-nice",
                    "id": 1,
                    "web": "https://gitlab.com/riccisi/foundryvtt-dice-so-nice",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dice-so-nice/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Anyone is welcome to contribute to the existing translations or add a new language.\r\nContact JDW on Discord if you have any doubt about the use or meaning of a string.",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/dice-so-nice/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dice-so-nice/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hans",
            "id": 920,
            "filename": "zh_Hans.tbx",
            "revision": "8b7220a37b0740c29e290db2724e1065af771deb",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/glossary/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/glossary/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 5,
            "translated": 4,
            "translated_words": 5,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-08T12:23:57.319210Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/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": "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": "pt_BR",
            "id": 921,
            "filename": "pt_BR.tbx",
            "revision": "aa4fca24c4a8add9c63760c26174ea5261517471",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/glossary/pt_BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/pt_BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/glossary/pt_BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 5,
            "translated": 4,
            "translated_words": 5,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-08T12:23:57.400130Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/pt_BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/pt_BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/pt_BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/pt_BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/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": "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": "pt-BR",
            "id": 922,
            "filename": "pt-BR.tbx",
            "revision": "921a3da7fef2e2e2e3eccbc4b35f2d3d1cc8dd1b",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/glossary/pt-BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dice-so-nice/-/pt-BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/glossary/pt-BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/pt-BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 5,
            "translated": 4,
            "translated_words": 5,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-08T12:23:57.520255Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/pt-BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/pt-BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/pt-BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/glossary/pt-BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dice-so-nice/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": 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": "zh_Hans",
            "id": 923,
            "filename": "lang/zh_Hans.json",
            "revision": "2052889ecf98131c62e6d057688a23411bd50290,b8261cf760b957315e26e925013542d035d5f8e9",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/drag-ruler/main/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/drag-ruler/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/drag-ruler/main/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/main/zh_Hans/?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.506151Z",
            "last_author": "Manuel Vögele",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/main/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/main/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/main/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/main/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/drag-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": "Drag Ruler",
                "slug": "glossary",
                "id": 108,
                "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": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/drag-ruler/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/drag-ruler/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/drag-ruler/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/drag-ruler/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/drag-ruler/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/drag-ruler/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/drag-ruler/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/drag-ruler/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/drag-ruler/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/drag-ruler/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hans",
            "id": 924,
            "filename": "zh_Hans.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/drag-ruler/glossary/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/drag-ruler/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/drag-ruler/glossary/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/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-06-12T19:43:15.781730Z",
            "last_author": "Manuel Vögele",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/glossary/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/glossary/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/glossary/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/glossary/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/drag-ruler/glossary/zh_Hans/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": 182,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Scenery",
                    "slug": "scenery",
                    "id": 75,
                    "web": "https://github.com/marcstraube/foundryvtt-scenery/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/marcstraube/foundryvtt-scenery.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/scenery/main/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/184/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/185/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 925,
            "filename": "languages/en.json",
            "revision": "2ab714afb177e8e8ff8787ff8cb09b280c877c37,2ab714afb177e8e8ff8787ff8cb09b280c877c37",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/scenery/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/scenery/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 12,
            "total_words": 46,
            "translated": 12,
            "translated_words": 46,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-09-09T18:57:35.424568Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/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": 182,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Scenery",
                    "slug": "scenery",
                    "id": 75,
                    "web": "https://github.com/marcstraube/foundryvtt-scenery/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/marcstraube/foundryvtt-scenery.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/scenery/main/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/184/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/185/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 926,
            "filename": "languages/de.json",
            "revision": "e3f66a377490bde3c8bee1db02394d1f49562eee,2ab714afb177e8e8ff8787ff8cb09b280c877c37",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/main/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/scenery/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/scenery/main/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 12,
            "total_words": 46,
            "translated": 12,
            "translated_words": 46,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-09-09T18:57:35.557925Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/de/units/?format=api"
        },
        {
            "language": {
                "id": 165,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/es/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/es/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 182,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Scenery",
                    "slug": "scenery",
                    "id": 75,
                    "web": "https://github.com/marcstraube/foundryvtt-scenery/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/marcstraube/foundryvtt-scenery.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/scenery/main/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/184/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/185/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 927,
            "filename": "languages/es.json",
            "revision": "94cfb5048b01c324799e2498cf00db2a5e0f782a,2ab714afb177e8e8ff8787ff8cb09b280c877c37",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/main/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/scenery/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/scenery/main/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 12,
            "total_words": 46,
            "translated": 12,
            "translated_words": 46,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-09-09T18:57:35.738702Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/main/es/units/?format=api"
        },
        {
            "language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Scenery",
                "slug": "glossary",
                "id": 183,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Scenery",
                    "slug": "scenery",
                    "id": 75,
                    "web": "https://github.com/marcstraube/foundryvtt-scenery/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/scenery/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 928,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/scenery/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/scenery/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/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/scenery/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/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": "Scenery",
                "slug": "glossary",
                "id": 183,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Scenery",
                    "slug": "scenery",
                    "id": 75,
                    "web": "https://github.com/marcstraube/foundryvtt-scenery/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/scenery/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 929,
            "filename": "de.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/glossary/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/scenery/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/scenery/glossary/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/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-12T20:48:11.196500Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/de/units/?format=api"
        },
        {
            "language": {
                "id": 165,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/es/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/es/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Scenery",
                "slug": "glossary",
                "id": 183,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Scenery",
                    "slug": "scenery",
                    "id": 75,
                    "web": "https://github.com/marcstraube/foundryvtt-scenery/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/scenery/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/scenery/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/scenery/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 931,
            "filename": "es.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/scenery/glossary/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/scenery/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/scenery/glossary/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-12T20:48:11.223732Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/scenery/glossary/es/units/?format=api"
        },
        {
            "language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 192,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Party Overview",
                    "slug": "party-overview",
                    "id": 83,
                    "web": "https://github.com/mclemente/party-overview",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/mclemente/party-overview",
                "git_export": "https://weblate.foundryvtt-hub.com/git/party-overview/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/party-overview/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/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/187/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/188/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 998,
            "filename": "lang/en.json",
            "revision": "5563cbee5cc5ec9127684ad61eca2751417af77d,5563cbee5cc5ec9127684ad61eca2751417af77d",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/party-overview/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/party-overview/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 33,
            "total_words": 73,
            "translated": 33,
            "translated_words": 73,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 3.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-04-03T19:31:14.880401Z",
            "last_author": "Matheus Clemente",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/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": 192,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Party Overview",
                    "slug": "party-overview",
                    "id": 83,
                    "web": "https://github.com/mclemente/party-overview",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/mclemente/party-overview",
                "git_export": "https://weblate.foundryvtt-hub.com/git/party-overview/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/party-overview/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/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/187/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/188/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 999,
            "filename": "lang/de.json",
            "revision": "16f1c389d61234961d6ba975a7f1ae4f5998318a,5563cbee5cc5ec9127684ad61eca2751417af77d",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/main/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/party-overview/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/party-overview/main/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 73,
            "translated": 33,
            "translated_words": 73,
            "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-30T15:39:44.392511Z",
            "last_author": "RadicalEd",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/de/units/?format=api"
        },
        {
            "language": {
                "id": 165,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/es/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/es/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 192,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Party Overview",
                    "slug": "party-overview",
                    "id": 83,
                    "web": "https://github.com/mclemente/party-overview",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/mclemente/party-overview",
                "git_export": "https://weblate.foundryvtt-hub.com/git/party-overview/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/party-overview/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/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/187/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/188/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 1000,
            "filename": "lang/es.json",
            "revision": "b78148fa3e47d3ff03e118e2ae5d70e21ffb885a,5563cbee5cc5ec9127684ad61eca2751417af77d",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/main/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/party-overview/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/party-overview/main/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 73,
            "translated": 33,
            "translated_words": 73,
            "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-03T19:37:45.857853Z",
            "last_author": "Matheus Clemente",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/es/units/?format=api"
        },
        {
            "language": {
                "id": 197,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 197,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/fr/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 192,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Party Overview",
                    "slug": "party-overview",
                    "id": 83,
                    "web": "https://github.com/mclemente/party-overview",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/mclemente/party-overview",
                "git_export": "https://weblate.foundryvtt-hub.com/git/party-overview/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/party-overview/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/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/187/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/188/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 1001,
            "filename": "lang/fr.json",
            "revision": "308125456af68c7df768c9c8a06e9a261609b39c,5563cbee5cc5ec9127684ad61eca2751417af77d",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/party-overview/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/party-overview/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 73,
            "translated": 33,
            "translated_words": 73,
            "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-03T19:34:21.649574Z",
            "last_author": "Matheus Clemente",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/fr/units/?format=api"
        },
        {
            "language": {
                "id": 275,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 275,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ja/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ja/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 192,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Party Overview",
                    "slug": "party-overview",
                    "id": 83,
                    "web": "https://github.com/mclemente/party-overview",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/mclemente/party-overview",
                "git_export": "https://weblate.foundryvtt-hub.com/git/party-overview/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/party-overview/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/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/187/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/188/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 1002,
            "filename": "lang/ja.json",
            "revision": "12658899b63163ddc786969bad1e5373bccd0c96,5563cbee5cc5ec9127684ad61eca2751417af77d",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/main/ja/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/party-overview/-/ja/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/party-overview/main/ja/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 73,
            "translated": 19,
            "translated_words": 53,
            "translated_percent": 57.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 6,
            "failing_checks_percent": 3.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-04-03T19:31:15.385576Z",
            "last_author": "Matheus Clemente",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/ja/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/ja/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/ja/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/ja/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/ja/units/?format=api"
        },
        {
            "language": {
                "id": 448,
                "code": "pt-BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 448,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 19005077000,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt-BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 192,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Party Overview",
                    "slug": "party-overview",
                    "id": 83,
                    "web": "https://github.com/mclemente/party-overview",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/mclemente/party-overview",
                "git_export": "https://weblate.foundryvtt-hub.com/git/party-overview/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/party-overview/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/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/187/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/188/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt-BR",
            "id": 1003,
            "filename": "lang/pt-BR.json",
            "revision": "27decaf9a80d401a65323d7a323f8eddc816cfac,5563cbee5cc5ec9127684ad61eca2751417af77d",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/main/pt-BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/party-overview/-/pt-BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/party-overview/main/pt-BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/pt-BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 73,
            "translated": 33,
            "translated_words": 73,
            "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-03T19:33:43.956041Z",
            "last_author": "Matheus Clemente",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/pt-BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/pt-BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/pt-BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/pt-BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/main/pt-BR/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": "Party Overview",
                "slug": "glossary",
                "id": 193,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Party Overview",
                    "slug": "party-overview",
                    "id": 83,
                    "web": "https://github.com/mclemente/party-overview",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/party-overview/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/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": 1004,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/party-overview/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/party-overview/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 3,
            "total_words": 3,
            "translated": 3,
            "translated_words": 3,
            "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-24T21:44:07.153653Z",
            "last_author": "Demian Wright",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/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": "Party Overview",
                "slug": "glossary",
                "id": 193,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Party Overview",
                    "slug": "party-overview",
                    "id": 83,
                    "web": "https://github.com/mclemente/party-overview",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/party-overview/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/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": 1005,
            "filename": "de.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/glossary/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/party-overview/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/party-overview/glossary/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/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-12T22:46:20.155004Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/de/units/?format=api"
        },
        {
            "language": {
                "id": 165,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/es/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/es/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Party Overview",
                "slug": "glossary",
                "id": 193,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Party Overview",
                    "slug": "party-overview",
                    "id": 83,
                    "web": "https://github.com/mclemente/party-overview",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/party-overview/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 1006,
            "filename": "es.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/glossary/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/party-overview/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/party-overview/glossary/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-12T22:46:21.182224Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/es/units/?format=api"
        },
        {
            "language": {
                "id": 197,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 197,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/fr/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Party Overview",
                "slug": "glossary",
                "id": 193,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Party Overview",
                    "slug": "party-overview",
                    "id": 83,
                    "web": "https://github.com/mclemente/party-overview",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/party-overview/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/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": 1007,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/glossary/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/party-overview/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/party-overview/glossary/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/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-12T22:46:21.223869Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/fr/units/?format=api"
        },
        {
            "language": {
                "id": 275,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 275,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ja/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ja/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "Party Overview",
                "slug": "glossary",
                "id": 193,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Party Overview",
                    "slug": "party-overview",
                    "id": 83,
                    "web": "https://github.com/mclemente/party-overview",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/party-overview/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/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": 1009,
            "filename": "ja.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/glossary/ja/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/party-overview/-/ja/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/party-overview/glossary/ja/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/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-02-12T22:46:21.262438Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/ja/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/ja/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/ja/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/ja/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/ja/units/?format=api"
        },
        {
            "language": {
                "id": 448,
                "code": "pt-BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 448,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 19005077000,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt-BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/statistics/?format=api"
            },
            "component": {
                "name": "Party Overview",
                "slug": "glossary",
                "id": 193,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Party Overview",
                    "slug": "party-overview",
                    "id": 83,
                    "web": "https://github.com/mclemente/party-overview",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/party-overview/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/party-overview/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/party-overview/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": 1011,
            "filename": "pt-BR.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/party-overview/glossary/pt-BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/party-overview/-/pt-BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/party-overview/glossary/pt-BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/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-02-12T22:46:21.302316Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/pt-BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/pt-BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/pt-BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/pt-BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/party-overview/glossary/pt-BR/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": 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": "en",
            "id": 1013,
            "filename": "lang/en.json",
            "revision": "b889ae0a1fff657293f9480e8a34354e23720e9a,b889ae0a1fff657293f9480e8a34354e23720e9a",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/quick-insert/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/quick-insert/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 139,
            "total_words": 790,
            "translated": 139,
            "translated_words": 790,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-18T17:21:23.803828Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/en/units/?format=api"
        },
        {
            "language": {
                "id": 165,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/es/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/es/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 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": "es",
            "id": 1014,
            "filename": "lang/es.json",
            "revision": "e9ee9cf12fd8c7e0c42915c63ef8c3e379b2be19,b889ae0a1fff657293f9480e8a34354e23720e9a",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/main/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/quick-insert/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/quick-insert/main/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 139,
            "total_words": 790,
            "translated": 29,
            "translated_words": 135,
            "translated_percent": 20.8,
            "fuzzy": 7,
            "fuzzy_words": 55,
            "fuzzy_percent": 5.0,
            "failing_checks": 2,
            "failing_checks_words": 38,
            "failing_checks_percent": 1.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-18T17:21:24.041790Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/es/units/?format=api"
        },
        {
            "language": {
                "id": 197,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 197,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/fr/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 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": "fr",
            "id": 1015,
            "filename": "lang/fr.json",
            "revision": "06b8e351ee7ba209b909bfafaeb39dc70df6ce01,b889ae0a1fff657293f9480e8a34354e23720e9a",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/quick-insert/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/quick-insert/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 139,
            "total_words": 790,
            "translated": 139,
            "translated_words": 790,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-19T15:14:12.386875Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/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": "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": "en",
            "id": 1016,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/quick-insert/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/quick-insert/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/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/quick-insert/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/en/units/?format=api"
        },
        {
            "language": {
                "id": 165,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/es/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/es/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "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": "es",
            "id": 1017,
            "filename": "es.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/glossary/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/quick-insert/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/quick-insert/glossary/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-12T23:03:18.492690Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/es/units/?format=api"
        },
        {
            "language": {
                "id": 197,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 197,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/fr/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "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": "fr",
            "id": 1019,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/glossary/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/quick-insert/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/quick-insert/glossary/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/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-12T23:03:18.549159Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/quick-insert/glossary/fr/units/?format=api"
        },
        {
            "language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 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": "en",
            "id": 1021,
            "filename": "languages/en.json",
            "revision": "e4bafd5f3c390ff4e75fa621252a1612d72976e0,e4bafd5f3c390ff4e75fa621252a1612d72976e0",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-target-damage/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2e-target-damage/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-target-damage/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "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": 10,
            "failing_checks_words": 112,
            "failing_checks_percent": 43.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-28T19:41:09.264455Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/main/en/units/?format=api"
        },
        {
            "language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "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": "en",
            "id": 1022,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/pf2e-target-damage/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/pf2e-target-damage/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-target-damage/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/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/pf2e-target-damage/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/pf2e-target-damage/glossary/en/units/?format=api"
        },
        {
            "language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 198,
                "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": "Export Journal to HTML",
                    "slug": "export-journal-html",
                    "id": 86,
                    "web": "https://github.com/johnnolan/export-journal-html",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/export-journal-html/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/export-journal-html/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/export-journal-html/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/export-journal-html/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/export-journal-html/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/export-journal-html/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/export-journal-html/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/export-journal-html/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/export-journal-html/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/export-journal-html/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/johnnolan/export-journal-html",
                "git_export": "https://weblate.foundryvtt-hub.com/git/export-journal-html/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/export-journal-html/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/export-journal-html/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/export-journal-html/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/export-journal-html/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/export-journal-html/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/export-journal-html/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/export-journal-html/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/export-journal-html/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/export-journal-html/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/193/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/194/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 1023,
            "filename": "languages/en.json",
            "revision": "3399cba3cb1c860d7edae92bcd4e4b04c6ffa282,3399cba3cb1c860d7edae92bcd4e4b04c6ffa282",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/export-journal-html/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/export-journal-html/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/export-journal-html/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/export-journal-html/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 11,
            "total_words": 113,
            "translated": 11,
            "translated_words": 113,
            "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-12T23:08:07.375102Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/export-journal-html/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/export-journal-html/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/export-journal-html/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/export-journal-html/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/export-journal-html/main/en/units/?format=api"
        },
        {
            "language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Export Journal to HTML",
                "slug": "glossary",
                "id": 199,
                "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": "Export Journal to HTML",
                    "slug": "export-journal-html",
                    "id": 86,
                    "web": "https://github.com/johnnolan/export-journal-html",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/export-journal-html/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/export-journal-html/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/export-journal-html/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/export-journal-html/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/export-journal-html/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/export-journal-html/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/export-journal-html/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/export-journal-html/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/export-journal-html/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/export-journal-html/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/export-journal-html/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/export-journal-html/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/export-journal-html/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/export-journal-html/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/export-journal-html/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/export-journal-html/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/export-journal-html/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/export-journal-html/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/export-journal-html/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/export-journal-html/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": 1024,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/export-journal-html/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/export-journal-html/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/export-journal-html/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/export-journal-html/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/export-journal-html/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/export-journal-html/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/export-journal-html/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/export-journal-html/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/export-journal-html/glossary/en/units/?format=api"
        }
    ]
}