Translation components API.

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

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

{
    "count": 1170,
    "next": "https://weblate.foundryvtt-hub.com/api/translations/?format=api&page=6",
    "previous": "https://weblate.foundryvtt-hub.com/api/translations/?format=api&page=4",
    "results": [
        {
            "language": {
                "id": 192,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 192,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/fi/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/fi/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/fi/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 35,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "About Face",
                    "slug": "about-face",
                    "id": 18,
                    "web": "https://github.com/mclemente/about-face",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/about-face/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/mclemente/about-face.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/about-face/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "src/lang/*.json",
                "screenshot_filemask": "",
                "template": "src/lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/about-face/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/35/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/36/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fi",
            "id": 262,
            "filename": "src/lang/fi.json",
            "revision": "e1a9e3ff498020159882754916e685a3e1e29985,72b9a894719d1f165f2d6e45d9dcad16a4f0bd15",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/about-face/main/fi/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/about-face/-/fi/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/about-face/main/fi/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/main/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 67,
            "total_words": 483,
            "translated": 67,
            "translated_words": 483,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-01-17T14:36:41.056724Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/main/fi/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/main/fi/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/main/fi/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/main/fi/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/main/fi/units/?format=api"
        },
        {
            "language": {
                "id": 192,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 192,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/fi/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/fi/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/fi/statistics/?format=api"
            },
            "component": {
                "name": "About Face",
                "slug": "glossary",
                "id": 36,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "About Face",
                    "slug": "about-face",
                    "id": 18,
                    "web": "https://github.com/mclemente/about-face",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/about-face/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/about-face/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/about-face/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/about-face/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/about-face/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fi",
            "id": 263,
            "filename": "fi.tbx",
            "revision": "e1f08a2617145fb6e9706e5821281d2c534fdb82",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/about-face/glossary/fi/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/about-face/-/fi/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/about-face/glossary/fi/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 11,
            "total_words": 13,
            "translated": 11,
            "translated_words": 13,
            "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:53.932095Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/fi/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/fi/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/fi/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/fi/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/about-face/glossary/fi/units/?format=api"
        },
        {
            "language": {
                "id": 192,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 192,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/fi/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/fi/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/fi/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 33,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Health Estimate",
                    "slug": "healthEstimate",
                    "id": 17,
                    "web": "https://github.com/mclemente/healthEstimate",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/healthEstimate/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/mclemente/healthEstimate.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/healthEstimate/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "src/lang/*.json",
                "screenshot_filemask": "",
                "template": "src/lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/healthEstimate/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/33/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/34/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fi",
            "id": 264,
            "filename": "src/lang/fi.json",
            "revision": "63a2599f64551924c9fdc15bb4caf68726f2fe08,259501408d2d6572a2b055dcdd2bb55e217ba2d8",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/healthEstimate/main/fi/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/healthEstimate/-/fi/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/healthEstimate/main/fi/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 171,
            "total_words": 1123,
            "translated": 66,
            "translated_words": 394,
            "translated_percent": 38.5,
            "fuzzy": 1,
            "fuzzy_words": 7,
            "fuzzy_percent": 0.5,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-06-22T23:37:05.831484Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/fi/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/fi/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/fi/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/fi/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/fi/units/?format=api"
        },
        {
            "language": {
                "id": 192,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 192,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/fi/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/fi/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/fi/statistics/?format=api"
            },
            "component": {
                "name": "Health Estimate",
                "slug": "glossary",
                "id": 34,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Health Estimate",
                    "slug": "healthEstimate",
                    "id": 17,
                    "web": "https://github.com/mclemente/healthEstimate",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/healthEstimate/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/healthEstimate/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/healthEstimate/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/healthEstimate/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fi",
            "id": 265,
            "filename": "fi.tbx",
            "revision": "9a213e0013a183455d59d67b34098a598b697ba5",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/healthEstimate/glossary/fi/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/healthEstimate/-/fi/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/healthEstimate/glossary/fi/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/glossary/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 21,
            "total_words": 25,
            "translated": 21,
            "translated_words": 25,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-08T12:23:56.205421Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/glossary/fi/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/glossary/fi/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/glossary/fi/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/glossary/fi/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/glossary/fi/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": "Packs: weapons",
                "slug": "packs-armes",
                "id": 37,
                "source_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"
                },
                "project": {
                    "name": "Channel Fear System",
                    "slug": "channel-fear",
                    "id": 10,
                    "web": "https://github.com/DjLeChuck/foundryvtt-system-channel-fear",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/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/DjLeChuck/foundryvtt-system-channel-fear.git",
                "git_export": "",
                "branch": "main",
                "push_branch": "",
                "filemask": "packs/translations/*/channel-fear.armes.json",
                "screenshot_filemask": "",
                "template": "packs/sources/channel-fear.armes.json",
                "edit_template": false,
                "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/channel-fear/packs-armes/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-armes/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-armes/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-armes/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-armes/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-armes/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-armes/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-armes/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-armes/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/37/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/main/?format=api"
            },
            "language_code": "fr",
            "id": 266,
            "filename": "packs/sources/channel-fear.armes.json",
            "revision": "34de2c1daa4cbdfa571a04866dcb9c1973063470,34de2c1daa4cbdfa571a04866dcb9c1973063470",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/packs-armes/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/channel-fear/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/channel-fear/packs-armes/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-armes/fr/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 30,
            "total_words": 44,
            "translated": 30,
            "translated_words": 44,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 4,
            "failing_checks_percent": 10.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-06T12:18:20.157623Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-armes/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-armes/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-armes/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-armes/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-armes/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": "Packs: weapons",
                "slug": "packs-armes",
                "id": 37,
                "source_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"
                },
                "project": {
                    "name": "Channel Fear System",
                    "slug": "channel-fear",
                    "id": 10,
                    "web": "https://github.com/DjLeChuck/foundryvtt-system-channel-fear",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/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/DjLeChuck/foundryvtt-system-channel-fear.git",
                "git_export": "",
                "branch": "main",
                "push_branch": "",
                "filemask": "packs/translations/*/channel-fear.armes.json",
                "screenshot_filemask": "",
                "template": "packs/sources/channel-fear.armes.json",
                "edit_template": false,
                "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/channel-fear/packs-armes/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-armes/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-armes/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-armes/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-armes/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-armes/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-armes/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-armes/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-armes/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/37/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/main/?format=api"
            },
            "language_code": "en",
            "id": 267,
            "filename": "packs/translations/en/channel-fear.armes.json",
            "revision": "39ccff5d36c0c778cc6aebdf4c904d58865dbf31,34de2c1daa4cbdfa571a04866dcb9c1973063470",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/packs-armes/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/channel-fear/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/channel-fear/packs-armes/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-armes/en/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 30,
            "total_words": 44,
            "translated": 30,
            "translated_words": 44,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 3.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-27T19:26:08.587818Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-armes/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-armes/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-armes/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-armes/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-armes/en/units/?format=api"
        },
        {
            "language": {
                "id": 197,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 197,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/fr/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Packs: ready-to-play",
                "slug": "packs-pre-tires",
                "id": 38,
                "source_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"
                },
                "project": {
                    "name": "Channel Fear System",
                    "slug": "channel-fear",
                    "id": 10,
                    "web": "https://github.com/DjLeChuck/foundryvtt-system-channel-fear",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/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/DjLeChuck/foundryvtt-system-channel-fear.git",
                "git_export": "",
                "branch": "main",
                "push_branch": "",
                "filemask": "packs/translations/*/channel-fear.pre-tires.json",
                "screenshot_filemask": "",
                "template": "packs/sources/channel-fear.pre-tires.json",
                "edit_template": false,
                "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/channel-fear/packs-pre-tires/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-pre-tires/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-pre-tires/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-pre-tires/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-pre-tires/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-pre-tires/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-pre-tires/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-pre-tires/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-pre-tires/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/main/?format=api"
            },
            "language_code": "fr",
            "id": 268,
            "filename": "packs/sources/channel-fear.pre-tires.json",
            "revision": "ff9e48cc44bace3c1cdda73b80e78923aa8cc845,ff9e48cc44bace3c1cdda73b80e78923aa8cc845",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/packs-pre-tires/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/channel-fear/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/channel-fear/packs-pre-tires/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-pre-tires/fr/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 24,
            "total_words": 214,
            "translated": 24,
            "translated_words": 214,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 7,
            "failing_checks_percent": 16.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-06T12:23:24.203986Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-pre-tires/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-pre-tires/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-pre-tires/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-pre-tires/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-pre-tires/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": "Packs: ready-to-play",
                "slug": "packs-pre-tires",
                "id": 38,
                "source_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"
                },
                "project": {
                    "name": "Channel Fear System",
                    "slug": "channel-fear",
                    "id": 10,
                    "web": "https://github.com/DjLeChuck/foundryvtt-system-channel-fear",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/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/DjLeChuck/foundryvtt-system-channel-fear.git",
                "git_export": "",
                "branch": "main",
                "push_branch": "",
                "filemask": "packs/translations/*/channel-fear.pre-tires.json",
                "screenshot_filemask": "",
                "template": "packs/sources/channel-fear.pre-tires.json",
                "edit_template": false,
                "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/channel-fear/packs-pre-tires/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-pre-tires/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-pre-tires/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-pre-tires/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-pre-tires/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-pre-tires/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-pre-tires/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-pre-tires/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-pre-tires/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/main/?format=api"
            },
            "language_code": "en",
            "id": 269,
            "filename": "packs/translations/en/channel-fear.pre-tires.json",
            "revision": "2f971911e29cca33ecc4b7a7ac1db9f0e459641c,ff9e48cc44bace3c1cdda73b80e78923aa8cc845",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/packs-pre-tires/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/channel-fear/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/channel-fear/packs-pre-tires/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-pre-tires/en/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 24,
            "total_words": 214,
            "translated": 24,
            "translated_words": 214,
            "translated_percent": 100.0,
            "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": "2022-09-06T12:23:24.610823Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-pre-tires/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-pre-tires/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-pre-tires/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-pre-tires/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-pre-tires/en/units/?format=api"
        },
        {
            "language": {
                "id": 197,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 197,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/fr/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Packs: specialties",
                "slug": "packs-specialties",
                "id": 39,
                "source_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"
                },
                "project": {
                    "name": "Channel Fear System",
                    "slug": "channel-fear",
                    "id": 10,
                    "web": "https://github.com/DjLeChuck/foundryvtt-system-channel-fear",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/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/DjLeChuck/foundryvtt-system-channel-fear.git",
                "git_export": "",
                "branch": "main",
                "push_branch": "",
                "filemask": "packs/translations/*/channel-fear.specialites.json",
                "screenshot_filemask": "",
                "template": "packs/sources/channel-fear.specialites.json",
                "edit_template": false,
                "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/channel-fear/packs-specialties/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-specialties/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-specialties/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-specialties/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-specialties/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-specialties/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-specialties/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-specialties/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-specialties/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/38/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/main/?format=api"
            },
            "language_code": "fr",
            "id": 270,
            "filename": "packs/sources/channel-fear.specialites.json",
            "revision": "76fee23d28e3d84a185480dec520bea9c46711fa,76fee23d28e3d84a185480dec520bea9c46711fa",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/packs-specialties/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/channel-fear/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/channel-fear/packs-specialties/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-specialties/fr/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 36,
            "total_words": 49,
            "translated": 36,
            "translated_words": 49,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 4,
            "failing_checks_percent": 11.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-06T12:24:58.265186Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-specialties/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-specialties/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-specialties/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-specialties/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-specialties/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": "Packs: specialties",
                "slug": "packs-specialties",
                "id": 39,
                "source_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"
                },
                "project": {
                    "name": "Channel Fear System",
                    "slug": "channel-fear",
                    "id": 10,
                    "web": "https://github.com/DjLeChuck/foundryvtt-system-channel-fear",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/channel-fear/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/DjLeChuck/foundryvtt-system-channel-fear.git",
                "git_export": "",
                "branch": "main",
                "push_branch": "",
                "filemask": "packs/translations/*/channel-fear.specialites.json",
                "screenshot_filemask": "",
                "template": "packs/sources/channel-fear.specialites.json",
                "edit_template": false,
                "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/channel-fear/packs-specialties/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-specialties/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-specialties/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-specialties/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-specialties/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-specialties/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-specialties/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-specialties/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/packs-specialties/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/38/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://weblate.foundryvtt-hub.com/api/components/channel-fear/main/?format=api"
            },
            "language_code": "en",
            "id": 271,
            "filename": "packs/translations/en/channel-fear.specialites.json",
            "revision": "3c16f0c0d8fb9ce07e8a1ef831e458e08d44bb53,76fee23d28e3d84a185480dec520bea9c46711fa",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/channel-fear/packs-specialties/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/channel-fear/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/channel-fear/packs-specialties/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-specialties/en/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 49,
            "translated": 36,
            "translated_words": 49,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 2.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-27T19:26:10.274997Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-specialties/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-specialties/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-specialties/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-specialties/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/channel-fear/packs-specialties/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": 40,
                "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": "Encounter Statistics",
                    "slug": "encounter-stats",
                    "id": 19,
                    "web": "https://github.com/johnnolan/encounter-stats",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/encounter-stats/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/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/encounter-stats.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/encounter-stats/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/encounter-stats/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/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/39/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/40/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 272,
            "filename": "languages/en.json",
            "revision": "c398c938f2f4063b3bc6be207daa76b46f46c94f,c398c938f2f4063b3bc6be207daa76b46f46c94f",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/encounter-stats/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/encounter-stats/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/encounter-stats/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 98,
            "total_words": 293,
            "translated": 98,
            "translated_words": 293,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 5,
            "failing_checks_percent": 3.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-26T20:46:23.375431Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/en/units/?format=api"
        },
        {
            "language": {
                "id": 197,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 197,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/fr/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 40,
                "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": "Encounter Statistics",
                    "slug": "encounter-stats",
                    "id": 19,
                    "web": "https://github.com/johnnolan/encounter-stats",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/encounter-stats/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/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/encounter-stats.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/encounter-stats/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/encounter-stats/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/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/39/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/40/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 273,
            "filename": "languages/fr.json",
            "revision": "72e588b76e85d22269af1fbef52e0424e94cc2c7,c398c938f2f4063b3bc6be207daa76b46f46c94f",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/encounter-stats/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/encounter-stats/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/encounter-stats/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 98,
            "total_words": 293,
            "translated": 98,
            "translated_words": 293,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 2.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-27T07:19:13.204391Z",
            "last_author": "vincent",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/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": "Encounter Statistics",
                "slug": "glossary",
                "id": 41,
                "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": "Encounter Statistics",
                    "slug": "encounter-stats",
                    "id": 19,
                    "web": "https://github.com/johnnolan/encounter-stats",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/encounter-stats/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/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/encounter-stats/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/encounter-stats/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/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": 274,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/encounter-stats/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/encounter-stats/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/encounter-stats/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 10,
            "total_words": 10,
            "translated": 10,
            "translated_words": 10,
            "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-19T20:10:50.925305Z",
            "last_author": "Jakub",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/en/units/?format=api"
        },
        {
            "language": {
                "id": 197,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 197,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/fr/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Encounter Statistics",
                "slug": "glossary",
                "id": 41,
                "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": "Encounter Statistics",
                    "slug": "encounter-stats",
                    "id": 19,
                    "web": "https://github.com/johnnolan/encounter-stats",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/encounter-stats/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/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/encounter-stats/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/encounter-stats/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/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": 275,
            "filename": "fr.tbx",
            "revision": "0cc770ceced9c7915135ff1fc2936fc0d0eb87e3",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/encounter-stats/glossary/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/encounter-stats/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/encounter-stats/glossary/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 6,
            "translated_words": 6,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-04-21T05:40:18.902989Z",
            "last_author": "Marc Feuillen",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/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": 42,
                "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": "Wild Magic Surge 5e",
                    "slug": "wild-magic-surge-5e",
                    "id": 20,
                    "web": "https://github.com/johnnolan/wild-magic-surge-5e",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/wild-magic-surge-5e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/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/wild-magic-surge-5e.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/wild-magic-surge-5e/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/wild-magic-surge-5e/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/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/41/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/42/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 276,
            "filename": "languages/en.json",
            "revision": "c601bdae011451db6c8213c36b80e100f6524437,c601bdae011451db6c8213c36b80e100f6524437",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/wild-magic-surge-5e/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/wild-magic-surge-5e/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/wild-magic-surge-5e/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 90,
            "total_words": 978,
            "translated": 90,
            "translated_words": 978,
            "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-11T10:54:32.641823Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/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": "Wild Magic Surge 5e",
                "slug": "glossary",
                "id": 43,
                "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": "Wild Magic Surge 5e",
                    "slug": "wild-magic-surge-5e",
                    "id": 20,
                    "web": "https://github.com/johnnolan/wild-magic-surge-5e",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/wild-magic-surge-5e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/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/wild-magic-surge-5e/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/wild-magic-surge-5e/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/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": 277,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/wild-magic-surge-5e/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/wild-magic-surge-5e/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/wild-magic-surge-5e/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/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/wild-magic-surge-5e/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/glossary/en/units/?format=api"
        },
        {
            "language": {
                "id": 406,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 406,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/nl/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/nl/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 25,
                "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": "Forien's Quest Log",
                    "slug": "forien-quest-log",
                    "id": 13,
                    "web": "https://github.com/League-of-Foundry-Developers/foundryvtt-forien-quest-log",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/forien-quest-log/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/forien-quest-log/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/forien-quest-log/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/forien-quest-log/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/forien-quest-log/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/forien-quest-log/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/forien-quest-log/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/forien-quest-log/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/forien-quest-log/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/forien-quest-log/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Greets fellow translator... \r\n\r\nAs the developer of FQL I strive to provide a high quality experience for the quest log through providing as many language translations as possible. I welcome anyone who is interested in translating or potentially in the future updating translations. Due to the large amount of languages supported in FQL I have set this project on Weblate to `protected` and that means that I need to add you to the `translation team` for this project. If you are interested in assisting with an existing translation or providing a new translation please get in contact with me through the [TyphonJS Discord Server](https://discord.gg/mnbgN8f) or DM on Discord at: `MLeahy#4299`.",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": null,
                "repo": null,
                "git_export": "https://weblate.foundryvtt-hub.com/git/forien-quest-log/main/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "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/forien-quest-log/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "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": false,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/25/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/26/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "nl",
            "id": 280,
            "filename": "lang/nl.json",
            "revision": "9fff87ec52f6e85cdb5788101a055fb6d220a650,a4d5ef19a8c2e4f429024e4268250ca991fbf0a6",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/forien-quest-log/main/nl/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/forien-quest-log/-/nl/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/forien-quest-log/main/nl/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/main/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 154,
            "total_words": 817,
            "translated": 154,
            "translated_words": 817,
            "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": 15,
            "last_change": "2024-07-08T22:24:50.589294Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/main/nl/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/main/nl/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/main/nl/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/main/nl/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/main/nl/units/?format=api"
        },
        {
            "language": {
                "id": 406,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 406,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/nl/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/nl/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "Forien's Quest Log",
                "slug": "glossary",
                "id": 26,
                "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": "Forien's Quest Log",
                    "slug": "forien-quest-log",
                    "id": 13,
                    "web": "https://github.com/League-of-Foundry-Developers/foundryvtt-forien-quest-log",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/forien-quest-log/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/forien-quest-log/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/forien-quest-log/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/forien-quest-log/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/forien-quest-log/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/forien-quest-log/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/forien-quest-log/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/forien-quest-log/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/forien-quest-log/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/forien-quest-log/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Greets fellow translator... \r\n\r\nAs the developer of FQL I strive to provide a high quality experience for the quest log through providing as many language translations as possible. I welcome anyone who is interested in translating or potentially in the future updating translations. Due to the large amount of languages supported in FQL I have set this project on Weblate to `protected` and that means that I need to add you to the `translation team` for this project. If you are interested in assisting with an existing translation or providing a new translation please get in contact with me through the [TyphonJS Discord Server](https://discord.gg/mnbgN8f) or DM on Discord at: `MLeahy#4299`.",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": null,
                "repo": null,
                "git_export": "https://weblate.foundryvtt-hub.com/git/forien-quest-log/glossary/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "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/forien-quest-log/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/forien-quest-log/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "nl",
            "id": 281,
            "filename": "nl.tbx",
            "revision": "8b6df025dce9a6462be20ecd14b0543728e02b79",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/forien-quest-log/glossary/nl/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/forien-quest-log/-/nl/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/forien-quest-log/glossary/nl/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/glossary/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-08T12:23:59.678111Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/glossary/nl/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/glossary/nl/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/glossary/nl/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/glossary/nl/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/forien-quest-log/glossary/nl/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": "Wild Magic Surge 5e",
                "slug": "glossary",
                "id": 43,
                "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": "Wild Magic Surge 5e",
                    "slug": "wild-magic-surge-5e",
                    "id": 20,
                    "web": "https://github.com/johnnolan/wild-magic-surge-5e",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/wild-magic-surge-5e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/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/wild-magic-surge-5e/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/wild-magic-surge-5e/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/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": 283,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/wild-magic-surge-5e/glossary/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/wild-magic-surge-5e/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/wild-magic-surge-5e/glossary/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/glossary/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-07T08:06:27.711484Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/glossary/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/glossary/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/glossary/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/glossary/fr/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": "Wild Magic Surge 5e",
                "slug": "glossary",
                "id": 43,
                "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": "Wild Magic Surge 5e",
                    "slug": "wild-magic-surge-5e",
                    "id": 20,
                    "web": "https://github.com/johnnolan/wild-magic-surge-5e",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/wild-magic-surge-5e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/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/wild-magic-surge-5e/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/wild-magic-surge-5e/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/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": 286,
            "filename": "es.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/wild-magic-surge-5e/glossary/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/wild-magic-surge-5e/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/wild-magic-surge-5e/glossary/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/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": "2022-09-07T20:27:42.263533Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/glossary/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/glossary/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/glossary/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/glossary/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/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": 42,
                "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": "Wild Magic Surge 5e",
                    "slug": "wild-magic-surge-5e",
                    "id": 20,
                    "web": "https://github.com/johnnolan/wild-magic-surge-5e",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/wild-magic-surge-5e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/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/wild-magic-surge-5e.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/wild-magic-surge-5e/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/wild-magic-surge-5e/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/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/41/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/42/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 287,
            "filename": "languages/es.json",
            "revision": "a880a952ef2dbf4c85ac674657d54077eabb4db7,c601bdae011451db6c8213c36b80e100f6524437",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/wild-magic-surge-5e/main/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/wild-magic-surge-5e/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/wild-magic-surge-5e/main/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 90,
            "total_words": 978,
            "translated": 11,
            "translated_words": 131,
            "translated_percent": 12.2,
            "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": "2023-04-11T10:54:32.848888Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/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": 42,
                "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": "Wild Magic Surge 5e",
                    "slug": "wild-magic-surge-5e",
                    "id": 20,
                    "web": "https://github.com/johnnolan/wild-magic-surge-5e",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/wild-magic-surge-5e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/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/wild-magic-surge-5e.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/wild-magic-surge-5e/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/wild-magic-surge-5e/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/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/41/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/42/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 288,
            "filename": "languages/fr.json",
            "revision": "1da22f000564768d2661e7f2e6682fec9e2b000e,c601bdae011451db6c8213c36b80e100f6524437",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/wild-magic-surge-5e/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/wild-magic-surge-5e/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/wild-magic-surge-5e/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 90,
            "total_words": 978,
            "translated": 90,
            "translated_words": 978,
            "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-13T11:46:21.525662Z",
            "last_author": "Marc Feuillen",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/fr/units/?format=api"
        },
        {
            "language": {
                "id": 121,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 121,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/de/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/de/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 42,
                "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": "Wild Magic Surge 5e",
                    "slug": "wild-magic-surge-5e",
                    "id": 20,
                    "web": "https://github.com/johnnolan/wild-magic-surge-5e",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/wild-magic-surge-5e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/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/wild-magic-surge-5e.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/wild-magic-surge-5e/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/wild-magic-surge-5e/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/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/41/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/42/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 289,
            "filename": "languages/de.json",
            "revision": "7c9feb2e64427dbb2a958c3351d69c31bc4433c2,c601bdae011451db6c8213c36b80e100f6524437",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/wild-magic-surge-5e/main/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/wild-magic-surge-5e/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/wild-magic-surge-5e/main/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 90,
            "total_words": 978,
            "translated": 8,
            "translated_words": 101,
            "translated_percent": 8.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 8,
            "failing_checks_percent": 1.1,
            "have_suggestion": 4,
            "have_comment": 0,
            "last_change": "2024-02-01T09:54:19.928147Z",
            "last_author": "Anonymous",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/main/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/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": "Wild Magic Surge 5e",
                "slug": "glossary",
                "id": 43,
                "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": "Wild Magic Surge 5e",
                    "slug": "wild-magic-surge-5e",
                    "id": 20,
                    "web": "https://github.com/johnnolan/wild-magic-surge-5e",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/wild-magic-surge-5e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/wild-magic-surge-5e/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/wild-magic-surge-5e/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/wild-magic-surge-5e/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/wild-magic-surge-5e/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": 290,
            "filename": "de.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/wild-magic-surge-5e/glossary/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/wild-magic-surge-5e/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/wild-magic-surge-5e/glossary/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/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-09-07T20:39:51.148586Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/glossary/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/glossary/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/glossary/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/glossary/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/wild-magic-surge-5e/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": "main",
                "slug": "main",
                "id": 40,
                "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": "Encounter Statistics",
                    "slug": "encounter-stats",
                    "id": 19,
                    "web": "https://github.com/johnnolan/encounter-stats",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/encounter-stats/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/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/encounter-stats.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/encounter-stats/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/encounter-stats/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/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/39/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/40/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 291,
            "filename": "languages/es.json",
            "revision": "98d4c20a74aa935c3f19dd65ae28bc5cd42ddc5c,c398c938f2f4063b3bc6be207daa76b46f46c94f",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/encounter-stats/main/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/encounter-stats/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/encounter-stats/main/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 98,
            "total_words": 293,
            "translated": 92,
            "translated_words": 275,
            "translated_percent": 93.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-26T20:46:23.693958Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/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": "Encounter Statistics",
                "slug": "glossary",
                "id": 41,
                "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": "Encounter Statistics",
                    "slug": "encounter-stats",
                    "id": 19,
                    "web": "https://github.com/johnnolan/encounter-stats",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/encounter-stats/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/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/encounter-stats/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/encounter-stats/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/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": 292,
            "filename": "es.tbx",
            "revision": "919a66123cbd66ae0e8ad2781326dcd9e38cf9c1",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/encounter-stats/glossary/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/encounter-stats/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/encounter-stats/glossary/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "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-04-19T20:10:51.505352Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/es/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": 40,
                "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": "Encounter Statistics",
                    "slug": "encounter-stats",
                    "id": 19,
                    "web": "https://github.com/johnnolan/encounter-stats",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/encounter-stats/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/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/encounter-stats.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/encounter-stats/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/encounter-stats/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/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/39/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/40/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 293,
            "filename": "languages/de.json",
            "revision": "55d045bea44d535e6f932db3eaf0157366b5ca2e,c398c938f2f4063b3bc6be207daa76b46f46c94f",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/encounter-stats/main/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/encounter-stats/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/encounter-stats/main/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 98,
            "total_words": 293,
            "translated": 92,
            "translated_words": 275,
            "translated_percent": 93.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 2.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-26T20:46:23.525576Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/main/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/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": "Encounter Statistics",
                "slug": "glossary",
                "id": 41,
                "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": "Encounter Statistics",
                    "slug": "encounter-stats",
                    "id": 19,
                    "web": "https://github.com/johnnolan/encounter-stats",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/encounter-stats/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/encounter-stats/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/encounter-stats/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/encounter-stats/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/encounter-stats/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": 294,
            "filename": "de.tbx",
            "revision": "876583716fdd072d4ec20067a09b1584e5d89314",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/encounter-stats/glossary/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/encounter-stats/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/encounter-stats/glossary/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 7,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 14.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 3,
            "have_comment": 0,
            "last_change": "2024-06-19T09:07:44.428203Z",
            "last_author": "Harald Holzer",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/encounter-stats/glossary/de/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": 11,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Simple Calendar",
                    "slug": "simple-calendar",
                    "id": 6,
                    "web": "https://github.com/vigoren/foundryvtt-simple-calendar/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/vigoren/foundryvtt-simple-calendar.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/simple-calendar/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/lang/*.json",
                "screenshot_filemask": "",
                "template": "src/lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/11/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/12/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "cn",
            "id": 295,
            "filename": "src/lang/cn.json",
            "revision": "f378a33a4fa64181a394da9e4205be1a1e9f7660,04fa8d8fe1bf9107d06b0dc6a462a485aa1fc22e",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/main/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/simple-calendar/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/simple-calendar/main/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 504,
            "total_words": 3127,
            "translated": 503,
            "translated_words": 3125,
            "translated_percent": 99.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 7,
            "failing_checks_words": 19,
            "failing_checks_percent": 1.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-20T06:35:10.621141Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/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": "Simple Calendar",
                "slug": "glossary",
                "id": 12,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Simple Calendar",
                    "slug": "simple-calendar",
                    "id": 6,
                    "web": "https://github.com/vigoren/foundryvtt-simple-calendar/",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/simple-calendar/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/simple-calendar/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hans",
            "id": 296,
            "filename": "zh_Hans.tbx",
            "revision": "282f6f105bd137abd1b656124372fffcf847f562",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/simple-calendar/glossary/zh_Hans/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/simple-calendar/-/zh_Hans/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/simple-calendar/glossary/zh_Hans/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/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:53.289272Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/glossary/zh_Hans/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/glossary/zh_Hans/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/glossary/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/glossary/zh_Hans/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/glossary/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 524,
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 524,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swe_se",
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 12932871,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/sv/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/sv/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/sv/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 27,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Polyglot",
                    "slug": "polyglot",
                    "id": 14,
                    "web": "https://github.com/mclemente/fvtt-module-polyglot",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/polyglot/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/League-of-Foundry-Developers/fvtt-module-polyglot.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/polyglot/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "src/lang/*.json",
                "screenshot_filemask": "",
                "template": "src/lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/polyglot/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/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/27/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/28/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sv",
            "id": 297,
            "filename": "src/lang/sv.json",
            "revision": "93d306d4bd14ce8f9c0b778668a865626632dff2,df9220c8e344589c3759d9438ae63e783507f259",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/polyglot/main/sv/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/polyglot/-/sv/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/polyglot/main/sv/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/main/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 133,
            "total_words": 1435,
            "translated": 55,
            "translated_words": 270,
            "translated_percent": 41.3,
            "fuzzy": 13,
            "fuzzy_words": 179,
            "fuzzy_percent": 9.7,
            "failing_checks": 12,
            "failing_checks_words": 12,
            "failing_checks_percent": 9.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-05-03T06:46:04.592079Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/main/sv/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/main/sv/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/main/sv/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/main/sv/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/main/sv/units/?format=api"
        },
        {
            "language": {
                "id": 524,
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 524,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swe_se",
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 12932871,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/sv/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/sv/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/sv/statistics/?format=api"
            },
            "component": {
                "name": "Polyglot",
                "slug": "glossary",
                "id": 28,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Polyglot",
                    "slug": "polyglot",
                    "id": 14,
                    "web": "https://github.com/mclemente/fvtt-module-polyglot",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/polyglot/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/polyglot/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/polyglot/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/polyglot/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/polyglot/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sv",
            "id": 298,
            "filename": "sv.tbx",
            "revision": "638c48c52a336fcee7d1848b6437dea040776258",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/polyglot/glossary/sv/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/polyglot/-/sv/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/polyglot/glossary/sv/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-08T12:23:59.284669Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/sv/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/sv/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/sv/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/sv/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/glossary/sv/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": 44,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Item Piles",
                    "slug": "item-piles",
                    "id": 21,
                    "web": "https://github.com/fantasycalendar/FoundryVTT-ItemPiles",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/fantasycalendar/FoundryVTT-ItemPiles.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/item-piles/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/43/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/44/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 299,
            "filename": "languages/en.json",
            "revision": "bb7b0712909ff15ee1b31bb23c83835a0c927947,bb7b0712909ff15ee1b31bb23c83835a0c927947",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/item-piles/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/item-piles/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 741,
            "total_words": 5821,
            "translated": 739,
            "translated_words": 5821,
            "translated_percent": 99.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 17,
            "failing_checks_words": 229,
            "failing_checks_percent": 2.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-16T15:20:09.793085Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/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": 44,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Item Piles",
                    "slug": "item-piles",
                    "id": 21,
                    "web": "https://github.com/fantasycalendar/FoundryVTT-ItemPiles",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/fantasycalendar/FoundryVTT-ItemPiles.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/item-piles/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/43/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/44/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 300,
            "filename": "languages/de.json",
            "revision": "ff372ff3e1067e4d2942ddba187768ff81eef9e0,bb7b0712909ff15ee1b31bb23c83835a0c927947",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/main/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/item-piles/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/item-piles/main/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 741,
            "total_words": 5821,
            "translated": 647,
            "translated_words": 4926,
            "translated_percent": 87.3,
            "fuzzy": 7,
            "fuzzy_words": 97,
            "fuzzy_percent": 0.9,
            "failing_checks": 4,
            "failing_checks_words": 110,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-16T15:20:11.096315Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/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": 44,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Item Piles",
                    "slug": "item-piles",
                    "id": 21,
                    "web": "https://github.com/fantasycalendar/FoundryVTT-ItemPiles",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/fantasycalendar/FoundryVTT-ItemPiles.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/item-piles/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/43/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/44/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 301,
            "filename": "languages/fr.json",
            "revision": "89f7398ef4f74685ed76add39171c5f1d6ab9d2b,bb7b0712909ff15ee1b31bb23c83835a0c927947",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/item-piles/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/item-piles/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 741,
            "total_words": 5821,
            "translated": 739,
            "translated_words": 5821,
            "translated_percent": 99.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-19T09:36:57.557788Z",
            "last_author": "vincent",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/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": 44,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Item Piles",
                    "slug": "item-piles",
                    "id": 21,
                    "web": "https://github.com/fantasycalendar/FoundryVTT-ItemPiles",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/fantasycalendar/FoundryVTT-ItemPiles.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/item-piles/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/43/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/44/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 302,
            "filename": "languages/ja.json",
            "revision": "2dac09c5de780ff2c0f0976b40b31ff9c83adea0,bb7b0712909ff15ee1b31bb23c83835a0c927947",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/main/ja/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/item-piles/-/ja/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/item-piles/main/ja/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 741,
            "total_words": 5821,
            "translated": 625,
            "translated_words": 4798,
            "translated_percent": 84.3,
            "fuzzy": 6,
            "fuzzy_words": 95,
            "fuzzy_percent": 0.8,
            "failing_checks": 4,
            "failing_checks_words": 110,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-07-16T15:20:13.671081Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/ja/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/ja/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/ja/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/ja/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/ja/units/?format=api"
        },
        {
            "language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Item Piles",
                "slug": "glossary",
                "id": 45,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Item Piles",
                    "slug": "item-piles",
                    "id": 21,
                    "web": "https://github.com/fantasycalendar/FoundryVTT-ItemPiles",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/item-piles/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 303,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/item-piles/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/item-piles/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 14,
            "total_words": 16,
            "translated": 14,
            "translated_words": 16,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-04T19:22:06.181436Z",
            "last_author": "Jakub",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/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": "Item Piles",
                "slug": "glossary",
                "id": 45,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Item Piles",
                    "slug": "item-piles",
                    "id": 21,
                    "web": "https://github.com/fantasycalendar/FoundryVTT-ItemPiles",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/item-piles/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 304,
            "filename": "de.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/glossary/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/item-piles/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/item-piles/glossary/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/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-09-12T01:30:08.131261Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/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": "Item Piles",
                "slug": "glossary",
                "id": 45,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Item Piles",
                    "slug": "item-piles",
                    "id": 21,
                    "web": "https://github.com/fantasycalendar/FoundryVTT-ItemPiles",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/item-piles/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 305,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/glossary/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/item-piles/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/item-piles/glossary/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-12T01:30:08.178175Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/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": "Item Piles",
                "slug": "glossary",
                "id": 45,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Item Piles",
                    "slug": "item-piles",
                    "id": 21,
                    "web": "https://github.com/fantasycalendar/FoundryVTT-ItemPiles",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/item-piles/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/item-piles/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/item-piles/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 307,
            "filename": "ja.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/item-piles/glossary/ja/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/item-piles/-/ja/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/item-piles/glossary/ja/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/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": "2022-09-12T01:30:08.235273Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/ja/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/ja/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/ja/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/ja/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/glossary/ja/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": 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": "de",
            "id": 309,
            "filename": "lang/de.json",
            "revision": "4d8da04e9f5fe906bf26a83065abc8460c9d23de,6e96b9f91a1868c35bbfbf2b10be2ef20fdb9dd6",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/arbron-summoner/main/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/arbron-summoner/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/arbron-summoner/main/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/main/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 24,
            "total_words": 108,
            "translated": 24,
            "translated_words": 108,
            "translated_percent": 100.0,
            "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": "2024-02-14T20:13:53.430679Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/main/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/main/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/main/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/main/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/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": "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": "de",
            "id": 310,
            "filename": "de.tbx",
            "revision": "bfe63e9e22be05a0bb6922c2325132b751d9a385",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/arbron-summoner/glossary/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/arbron-summoner/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/arbron-summoner/glossary/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/glossary/de/?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.282683Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/glossary/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/glossary/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/glossary/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/glossary/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/arbron-summoner/glossary/de/units/?format=api"
        },
        {
            "language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 46,
                "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": "FoundryVTT Library: Active Effect Manager",
                    "slug": "active-effect-manager-lib",
                    "id": 22,
                    "web": "https://github.com/p4535992/foundryvtt-active-effect-manager-lib",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/active-effect-manager-lib/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/active-effect-manager-lib/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/active-effect-manager-lib/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/active-effect-manager-lib/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/active-effect-manager-lib/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/active-effect-manager-lib/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/active-effect-manager-lib/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/active-effect-manager-lib/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/active-effect-manager-lib/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/active-effect-manager-lib/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/p4535992/foundryvtt-active-effect-manager-lib.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/active-effect-manager-lib/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/languages/*.json",
                "screenshot_filemask": "",
                "template": "src/languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "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/active-effect-manager-lib/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/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/45/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/46/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 311,
            "filename": "src/languages/en.json",
            "revision": "06982fe26af164ba3177e98096603e91ffb2b960,06982fe26af164ba3177e98096603e91ffb2b960",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/active-effect-manager-lib/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/active-effect-manager-lib/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/active-effect-manager-lib/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 27,
            "total_words": 262,
            "translated": 27,
            "translated_words": 262,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-10T21:13:40.386104Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/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": "FoundryVTT Library: Active Effect Manager",
                "slug": "glossary",
                "id": 47,
                "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": "FoundryVTT Library: Active Effect Manager",
                    "slug": "active-effect-manager-lib",
                    "id": 22,
                    "web": "https://github.com/p4535992/foundryvtt-active-effect-manager-lib",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/active-effect-manager-lib/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/active-effect-manager-lib/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/active-effect-manager-lib/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/active-effect-manager-lib/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/active-effect-manager-lib/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/active-effect-manager-lib/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/active-effect-manager-lib/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/active-effect-manager-lib/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/active-effect-manager-lib/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/active-effect-manager-lib/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/active-effect-manager-lib/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/active-effect-manager-lib/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/active-effect-manager-lib/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": 312,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/active-effect-manager-lib/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/active-effect-manager-lib/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/active-effect-manager-lib/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/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/active-effect-manager-lib/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/active-effect-manager-lib/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": 48,
                "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": "SW5e Game System",
                    "slug": "sw5e",
                    "id": 23,
                    "web": "https://github.com/unrealkakeman89/sw5e",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/sw5e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/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/sw5e-foundry/sw5e.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/sw5e/main/",
                "branch": "master",
                "push_branch": "develop",
                "filemask": "static/lang/*.json",
                "screenshot_filemask": "",
                "template": "static/lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/sw5e/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/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": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/47/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/48/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 313,
            "filename": "static/lang/en.json",
            "revision": "a99b1dca55d01484d9dcb0f76ca6ac8898806074,a99b1dca55d01484d9dcb0f76ca6ac8898806074",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/sw5e/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/sw5e/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/sw5e/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 2949,
            "total_words": 14497,
            "translated": 2949,
            "translated_words": 14497,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1221,
            "failing_checks_words": 4732,
            "failing_checks_percent": 41.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-12T15:30:40.807004Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/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": "SW5e Game System",
                "slug": "glossary",
                "id": 49,
                "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": "SW5e Game System",
                    "slug": "sw5e",
                    "id": 23,
                    "web": "https://github.com/unrealkakeman89/sw5e",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/sw5e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/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/sw5e/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/sw5e/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/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 }})\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": 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": "red",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 318,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/sw5e/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/sw5e/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/sw5e/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 4,
            "total_words": 4,
            "translated": 4,
            "translated_words": 4,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-19T12:32:00.820631Z",
            "last_author": "awitteck",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/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": "SW5e Game System",
                "slug": "glossary",
                "id": 49,
                "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": "SW5e Game System",
                    "slug": "sw5e",
                    "id": 23,
                    "web": "https://github.com/unrealkakeman89/sw5e",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/sw5e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/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/sw5e/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/sw5e/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/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 }})\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": 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": "red",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 319,
            "filename": "de.tbx",
            "revision": "b49bdfd240bdbe5ba6714479ea771ff583f76e38",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/sw5e/glossary/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/sw5e/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/sw5e/glossary/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 4,
            "translated": 4,
            "translated_words": 4,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-19T12:32:55.392939Z",
            "last_author": "awitteck",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/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": "SW5e Game System",
                "slug": "glossary",
                "id": 49,
                "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": "SW5e Game System",
                    "slug": "sw5e",
                    "id": 23,
                    "web": "https://github.com/unrealkakeman89/sw5e",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/sw5e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/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/sw5e/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/sw5e/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/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 }})\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": 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": "red",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 320,
            "filename": "es.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/sw5e/glossary/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/sw5e/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/sw5e/glossary/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/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": "2022-09-17T09:02:39.388659Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/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": "SW5e Game System",
                "slug": "glossary",
                "id": 49,
                "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": "SW5e Game System",
                    "slug": "sw5e",
                    "id": 23,
                    "web": "https://github.com/unrealkakeman89/sw5e",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/sw5e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/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/sw5e/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/sw5e/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/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 }})\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": 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": "red",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 321,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/sw5e/glossary/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/sw5e/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/sw5e/glossary/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-17T09:02:39.416361Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/fr/units/?format=api"
        },
        {
            "language": {
                "id": 272,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 272,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/it/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/it/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "SW5e Game System",
                "slug": "glossary",
                "id": 49,
                "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": "SW5e Game System",
                    "slug": "sw5e",
                    "id": 23,
                    "web": "https://github.com/unrealkakeman89/sw5e",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/sw5e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/sw5e/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/sw5e/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/sw5e/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/sw5e/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 }})\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": 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": "red",
                "category": null,
                "linked_component": null
            },
            "language_code": "it",
            "id": 322,
            "filename": "it.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/sw5e/glossary/it/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/sw5e/-/it/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/sw5e/glossary/it/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-09-17T09:02:39.443518Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/it/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/it/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/it/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/it/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sw5e/glossary/it/units/?format=api"
        }
    ]
}