Translation components API.

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

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

{
    "count": 1175,
    "next": "https://weblate.foundryvtt-hub.com/api/translations/?format=api&page=11",
    "previous": "https://weblate.foundryvtt-hub.com/api/translations/?format=api&page=9",
    "results": [
        {
            "language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 121,
                "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": "Playlist importer",
                    "slug": "playlist_import",
                    "id": 53,
                    "web": "https://github.com/p4535992/foundryvtt-playlist-import",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/playlist_import/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/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-playlist-import.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/playlist_import/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "src/languages/*.json",
                "screenshot_filemask": "",
                "template": "src/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/playlist_import/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/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/118/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/119/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 657,
            "filename": "src/languages/en.json",
            "revision": "08170656e0efe00f2e85963d638fb20370b1c1e8,08170656e0efe00f2e85963d638fb20370b1c1e8",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/playlist_import/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/playlist_import/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/playlist_import/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 42,
            "total_words": 320,
            "translated": 42,
            "translated_words": 320,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 0,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-08-16T22:08:13.246830Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/en/units/?format=api"
        },
        {
            "language": {
                "id": 165,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/es/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/es/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 121,
                "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": "Playlist importer",
                    "slug": "playlist_import",
                    "id": 53,
                    "web": "https://github.com/p4535992/foundryvtt-playlist-import",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/playlist_import/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/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-playlist-import.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/playlist_import/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "src/languages/*.json",
                "screenshot_filemask": "",
                "template": "src/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/playlist_import/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/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/118/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/119/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 658,
            "filename": "src/languages/es.json",
            "revision": "7337a4be11cc2dc8f760bcb5198c1be95322c766,08170656e0efe00f2e85963d638fb20370b1c1e8",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/playlist_import/main/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/playlist_import/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/playlist_import/main/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 42,
            "total_words": 320,
            "translated": 42,
            "translated_words": 320,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 28,
            "failing_checks_percent": 7.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-08-16T22:08:13.339873Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/main/es/units/?format=api"
        },
        {
            "language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Playlist importer",
                "slug": "glossary",
                "id": 122,
                "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": "Playlist importer",
                    "slug": "playlist_import",
                    "id": 53,
                    "web": "https://github.com/p4535992/foundryvtt-playlist-import",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/playlist_import/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/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/playlist_import/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/playlist_import/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/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": 659,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/playlist_import/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/playlist_import/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/playlist_import/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/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/playlist_import/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/glossary/en/units/?format=api"
        },
        {
            "language": {
                "id": 165,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/es/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/es/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Playlist importer",
                "slug": "glossary",
                "id": 122,
                "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": "Playlist importer",
                    "slug": "playlist_import",
                    "id": 53,
                    "web": "https://github.com/p4535992/foundryvtt-playlist-import",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/playlist_import/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/playlist_import/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/playlist_import/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/playlist_import/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/playlist_import/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": 660,
            "filename": "es.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/playlist_import/glossary/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/playlist_import/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/playlist_import/glossary/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/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-11-03T16:31:19.365694Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/glossary/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/glossary/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/glossary/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/glossary/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/playlist_import/glossary/es/units/?format=api"
        },
        {
            "language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 123,
                "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": "Sidebar Macros",
                    "slug": "sidebar-macros",
                    "id": 54,
                    "web": "https://github.com/arcanistzed/sidebar-macros",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/arcanistzed/sidebar-macros.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/sidebar-macros/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "feat: updated ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "feat: added ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "delete_message": "feat: deleted ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "merge_message": "refactor: merge branch '{{ component_remote_branch }}' into Weblate",
                "addon_message": "feat: update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "feat: translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 0,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/120/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/121/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 661,
            "filename": "languages/en.json",
            "revision": "c77ac74fe056aeeea95db11cd0ec3863cebf5e7a,c77ac74fe056aeeea95db11cd0ec3863cebf5e7a",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/sidebar-macros/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/sidebar-macros/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 5,
            "total_words": 58,
            "translated": 5,
            "translated_words": 58,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-11-04T17:33:09.248006Z",
            "last_author": "Daniel Thorp",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/en/units/?format=api"
        },
        {
            "language": {
                "id": 165,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/es/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/es/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 123,
                "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": "Sidebar Macros",
                    "slug": "sidebar-macros",
                    "id": 54,
                    "web": "https://github.com/arcanistzed/sidebar-macros",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/arcanistzed/sidebar-macros.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/sidebar-macros/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "feat: updated ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "feat: added ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "delete_message": "feat: deleted ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "merge_message": "refactor: merge branch '{{ component_remote_branch }}' into Weblate",
                "addon_message": "feat: update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "feat: translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 0,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/120/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/121/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 662,
            "filename": "languages/es.json",
            "revision": "b5a24b6e23cb8ad640667004d1018d9973242854,c77ac74fe056aeeea95db11cd0ec3863cebf5e7a",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/main/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/sidebar-macros/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/sidebar-macros/main/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 58,
            "translated": 5,
            "translated_words": 58,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-11-04T21:25:56.747038Z",
            "last_author": "Raul Castaño",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/es/units/?format=api"
        },
        {
            "language": {
                "id": 275,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 275,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ja/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ja/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 123,
                "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": "Sidebar Macros",
                    "slug": "sidebar-macros",
                    "id": 54,
                    "web": "https://github.com/arcanistzed/sidebar-macros",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/arcanistzed/sidebar-macros.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/sidebar-macros/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "feat: updated ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "feat: added ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "delete_message": "feat: deleted ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "merge_message": "refactor: merge branch '{{ component_remote_branch }}' into Weblate",
                "addon_message": "feat: update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "feat: translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 0,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/120/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/121/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 663,
            "filename": "languages/ja.json",
            "revision": "c2b1c4a4b0a0ec1685feee4c97950b9a8e806aa9,c77ac74fe056aeeea95db11cd0ec3863cebf5e7a",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/main/ja/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/sidebar-macros/-/ja/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/sidebar-macros/main/ja/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 58,
            "translated": 1,
            "translated_words": 3,
            "translated_percent": 20.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-11-04T17:33:09.454161Z",
            "last_author": "Daniel Thorp",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/ja/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/ja/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/ja/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/ja/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/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": "Sidebar Macros",
                "slug": "glossary",
                "id": 124,
                "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": "Sidebar Macros",
                    "slug": "sidebar-macros",
                    "id": 54,
                    "web": "https://github.com/arcanistzed/sidebar-macros",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/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/sidebar-macros/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/sidebar-macros/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/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": 664,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/sidebar-macros/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/sidebar-macros/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 5,
            "total_words": 7,
            "translated": 5,
            "translated_words": 7,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-24T21:29:25.950753Z",
            "last_author": "Demian Wright",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/en/units/?format=api"
        },
        {
            "language": {
                "id": 165,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/es/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/es/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Sidebar Macros",
                "slug": "glossary",
                "id": 124,
                "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": "Sidebar Macros",
                    "slug": "sidebar-macros",
                    "id": 54,
                    "web": "https://github.com/arcanistzed/sidebar-macros",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/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/sidebar-macros/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/sidebar-macros/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/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": 665,
            "filename": "es.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/glossary/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/sidebar-macros/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/sidebar-macros/glossary/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/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-11-04T17:33:09.701910Z",
            "last_author": "Daniel Thorp",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/es/units/?format=api"
        },
        {
            "language": {
                "id": 275,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 275,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ja/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ja/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "Sidebar Macros",
                "slug": "glossary",
                "id": 124,
                "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": "Sidebar Macros",
                    "slug": "sidebar-macros",
                    "id": 54,
                    "web": "https://github.com/arcanistzed/sidebar-macros",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/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/sidebar-macros/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/sidebar-macros/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/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": 667,
            "filename": "ja.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/glossary/ja/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/sidebar-macros/-/ja/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/sidebar-macros/glossary/ja/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/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-11-04T17:33:09.773634Z",
            "last_author": "Daniel Thorp",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/ja/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/ja/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/ja/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/ja/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/ja/units/?format=api"
        },
        {
            "language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 125,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Twilight: 2000 (4th Edition)",
                    "slug": "t2k4e",
                    "id": 55,
                    "web": "https://github.com/fvtt-fria-ligan/twilight2000-foundry-vtt",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/fvtt-fria-ligan/twilight2000-foundry-vtt.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/t2k4e/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "src/lang/*.yml",
                "screenshot_filemask": "",
                "template": "src/lang/en.yml",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "yaml",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/122/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/123/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 668,
            "filename": "src/lang/en.yml",
            "revision": "f197519da707614d5f9cff28ad87191010fbd2ad,f197519da707614d5f9cff28ad87191010fbd2ad",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/t2k4e/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/t2k4e/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 474,
            "total_words": 1091,
            "translated": 474,
            "translated_words": 1091,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 21,
            "failing_checks_words": 50,
            "failing_checks_percent": 4.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-16T20:44:24.397094Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/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": 125,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Twilight: 2000 (4th Edition)",
                    "slug": "t2k4e",
                    "id": 55,
                    "web": "https://github.com/fvtt-fria-ligan/twilight2000-foundry-vtt",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/fvtt-fria-ligan/twilight2000-foundry-vtt.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/t2k4e/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "src/lang/*.yml",
                "screenshot_filemask": "",
                "template": "src/lang/en.yml",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "yaml",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/122/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/123/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 669,
            "filename": "src/lang/fr.yml",
            "revision": "d450399b08c5ec3bf0fa559d824a0862cab089af,f197519da707614d5f9cff28ad87191010fbd2ad",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/t2k4e/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/t2k4e/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 474,
            "total_words": 1091,
            "translated": 474,
            "translated_words": 1091,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 34,
            "failing_checks_words": 42,
            "failing_checks_percent": 7.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-16T20:44:24.965894Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/fr/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": 125,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Twilight: 2000 (4th Edition)",
                    "slug": "t2k4e",
                    "id": 55,
                    "web": "https://github.com/fvtt-fria-ligan/twilight2000-foundry-vtt",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/fvtt-fria-ligan/twilight2000-foundry-vtt.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/t2k4e/main/",
                "branch": "master",
                "push_branch": "",
                "filemask": "src/lang/*.yml",
                "screenshot_filemask": "",
                "template": "src/lang/en.yml",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "yaml",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/122/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/123/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sv",
            "id": 670,
            "filename": "src/lang/sv.yml",
            "revision": "6070d20046ca683008c90dd72de6dce717ea9ead,f197519da707614d5f9cff28ad87191010fbd2ad",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/main/sv/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/t2k4e/-/sv/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/t2k4e/main/sv/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 474,
            "total_words": 1091,
            "translated": 474,
            "translated_words": 1091,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-11-28T18:34:17.896441Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/sv/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/sv/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/sv/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/sv/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/main/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": "Twilight: 2000 (4th Edition)",
                "slug": "glossary",
                "id": 126,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Twilight: 2000 (4th Edition)",
                    "slug": "t2k4e",
                    "id": 55,
                    "web": "https://github.com/fvtt-fria-ligan/twilight2000-foundry-vtt",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/t2k4e/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 671,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/t2k4e/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/t2k4e/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-04-16T18:07:22.576716Z",
            "last_author": "Ivan",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/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": "Twilight: 2000 (4th Edition)",
                "slug": "glossary",
                "id": 126,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Twilight: 2000 (4th Edition)",
                    "slug": "t2k4e",
                    "id": 55,
                    "web": "https://github.com/fvtt-fria-ligan/twilight2000-foundry-vtt",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/t2k4e/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 672,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/glossary/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/t2k4e/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/t2k4e/glossary/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/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-11-03T16:37:43.093067Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/fr/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": "Twilight: 2000 (4th Edition)",
                "slug": "glossary",
                "id": 126,
                "source_language": {
                    "id": 147,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 147,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                    "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Twilight: 2000 (4th Edition)",
                    "slug": "t2k4e",
                    "id": 55,
                    "web": "https://github.com/fvtt-fria-ligan/twilight2000-foundry-vtt",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/t2k4e/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.foundryvtt-hub.com/git/t2k4e/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/t2k4e/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sv",
            "id": 674,
            "filename": "sv.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/t2k4e/glossary/sv/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/t2k4e/-/sv/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/t2k4e/glossary/sv/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/sv/?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-11-03T16:37:43.603025Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/sv/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/sv/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/sv/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/sv/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/t2k4e/glossary/sv/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": 123,
                "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": "Sidebar Macros",
                    "slug": "sidebar-macros",
                    "id": 54,
                    "web": "https://github.com/arcanistzed/sidebar-macros",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "github",
                "repo": "https://github.com/arcanistzed/sidebar-macros.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/sidebar-macros/main/",
                "branch": "main",
                "push_branch": "",
                "filemask": "languages/*.json",
                "screenshot_filemask": "",
                "template": "languages/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/main/credits/?format=api",
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "feat: updated ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "feat: added ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "delete_message": "feat: deleted ({{ language_name }}) translations using Weblate\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "merge_message": "refactor: merge branch '{{ component_remote_branch }}' into Weblate",
                "addon_message": "feat: update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "feat: translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 0,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.foundryvtt-hub.com/api/addons/120/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/121/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 675,
            "filename": "languages/fr.json",
            "revision": "e4b0fbf608dc689c555b982d3a4b1335f1a0f4ff,c77ac74fe056aeeea95db11cd0ec3863cebf5e7a",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/sidebar-macros/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/sidebar-macros/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 58,
            "translated": 5,
            "translated_words": 58,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-11-04T17:33:09.367890Z",
            "last_author": "Daniel Thorp",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/main/fr/units/?format=api"
        },
        {
            "language": {
                "id": 197,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 197,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/fr/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/fr/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Sidebar Macros",
                "slug": "glossary",
                "id": 124,
                "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": "Sidebar Macros",
                    "slug": "sidebar-macros",
                    "id": 54,
                    "web": "https://github.com/arcanistzed/sidebar-macros",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/sidebar-macros/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/sidebar-macros/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/sidebar-macros/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/sidebar-macros/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": 676,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/sidebar-macros/glossary/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/sidebar-macros/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/sidebar-macros/glossary/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/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-11-04T17:33:09.739947Z",
            "last_author": "Daniel Thorp",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/glossary/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/sidebar-macros/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": 127,
                "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": "Midi QOL",
                    "slug": "midi-qol",
                    "id": 56,
                    "web": "https://gitlab.com/tposney/midi-qol",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/tposney/midi-qol.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/midi-qol/main/",
                "branch": "v11",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/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/124/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/125/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 677,
            "filename": "lang/en.json",
            "revision": "f5e586ec23bf373711ee68d666d3751ed498ad92,f5e586ec23bf373711ee68d666d3751ed498ad92",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/midi-qol/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/midi-qol/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 693,
            "total_words": 4293,
            "translated": 692,
            "translated_words": 4293,
            "translated_percent": 99.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 221,
            "failing_checks_words": 2074,
            "failing_checks_percent": 31.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-09-09T05:24:05.222160Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/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": 127,
                "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": "Midi QOL",
                    "slug": "midi-qol",
                    "id": 56,
                    "web": "https://gitlab.com/tposney/midi-qol",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/tposney/midi-qol.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/midi-qol/main/",
                "branch": "v11",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/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/124/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/125/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 678,
            "filename": "lang/de.json",
            "revision": "e3189902317f68586f55cd16e191783a9ad86594,f5e586ec23bf373711ee68d666d3751ed498ad92",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/main/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/midi-qol/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/midi-qol/main/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 693,
            "total_words": 4293,
            "translated": 204,
            "translated_words": 1213,
            "translated_percent": 29.4,
            "fuzzy": 7,
            "fuzzy_words": 139,
            "fuzzy_percent": 1.0,
            "failing_checks": 51,
            "failing_checks_words": 323,
            "failing_checks_percent": 7.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-14T20:14:17.214415Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/de/units/?format=api"
        },
        {
            "language": {
                "id": 165,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/es/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/es/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 127,
                "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": "Midi QOL",
                    "slug": "midi-qol",
                    "id": 56,
                    "web": "https://gitlab.com/tposney/midi-qol",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/tposney/midi-qol.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/midi-qol/main/",
                "branch": "v11",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/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/124/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/125/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 679,
            "filename": "lang/es.json",
            "revision": "572b694c252204d3fd3e2110e53a38e0b0de6ae2,f5e586ec23bf373711ee68d666d3751ed498ad92",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/main/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/midi-qol/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/midi-qol/main/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 693,
            "total_words": 4293,
            "translated": 518,
            "translated_words": 3073,
            "translated_percent": 74.7,
            "fuzzy": 18,
            "fuzzy_words": 261,
            "fuzzy_percent": 2.5,
            "failing_checks": 42,
            "failing_checks_words": 141,
            "failing_checks_percent": 6.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-09-09T05:24:06.212657Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/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": 127,
                "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": "Midi QOL",
                    "slug": "midi-qol",
                    "id": 56,
                    "web": "https://gitlab.com/tposney/midi-qol",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/tposney/midi-qol.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/midi-qol/main/",
                "branch": "v11",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/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/124/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/125/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 680,
            "filename": "lang/fr.json",
            "revision": "12d26a9cf288e6b33b3dcef7783fe57aca56e32a,f5e586ec23bf373711ee68d666d3751ed498ad92",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/midi-qol/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/midi-qol/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 693,
            "total_words": 4293,
            "translated": 693,
            "translated_words": 4293,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 13,
            "failing_checks_words": 104,
            "failing_checks_percent": 1.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-09-12T06:24:04.002343Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/fr/units/?format=api"
        },
        {
            "language": {
                "id": 272,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 272,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/it/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/it/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 127,
                "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": "Midi QOL",
                    "slug": "midi-qol",
                    "id": 56,
                    "web": "https://gitlab.com/tposney/midi-qol",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/tposney/midi-qol.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/midi-qol/main/",
                "branch": "v11",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/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/124/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/125/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "it",
            "id": 681,
            "filename": "lang/it.json",
            "revision": "9ddd06183a69696330355b13a1ff52b09e65becf,f5e586ec23bf373711ee68d666d3751ed498ad92",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/main/it/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/midi-qol/-/it/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/midi-qol/main/it/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 693,
            "total_words": 4293,
            "translated": 197,
            "translated_words": 1141,
            "translated_percent": 28.4,
            "fuzzy": 6,
            "fuzzy_words": 127,
            "fuzzy_percent": 0.8,
            "failing_checks": 35,
            "failing_checks_words": 205,
            "failing_checks_percent": 5.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-02T23:41:53.576944Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/it/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/it/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/it/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/it/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/it/units/?format=api"
        },
        {
            "language": {
                "id": 275,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 275,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ja/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ja/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 127,
                "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": "Midi QOL",
                    "slug": "midi-qol",
                    "id": 56,
                    "web": "https://gitlab.com/tposney/midi-qol",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/tposney/midi-qol.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/midi-qol/main/",
                "branch": "v11",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/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/124/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/125/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 682,
            "filename": "lang/ja.json",
            "revision": "8f970fd2563de41d13a31d563d14009e7ae76a55,f5e586ec23bf373711ee68d666d3751ed498ad92",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/main/ja/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/midi-qol/-/ja/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/midi-qol/main/ja/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 693,
            "total_words": 4293,
            "translated": 589,
            "translated_words": 3490,
            "translated_percent": 84.9,
            "fuzzy": 17,
            "fuzzy_words": 222,
            "fuzzy_percent": 2.4,
            "failing_checks": 140,
            "failing_checks_words": 1828,
            "failing_checks_percent": 20.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-09-09T05:24:07.907287Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/ja/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/ja/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/ja/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/ja/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/ja/units/?format=api"
        },
        {
            "language": {
                "id": 309,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 309,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ko/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ko/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 127,
                "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": "Midi QOL",
                    "slug": "midi-qol",
                    "id": 56,
                    "web": "https://gitlab.com/tposney/midi-qol",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/tposney/midi-qol.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/midi-qol/main/",
                "branch": "v11",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/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/124/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/125/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ko",
            "id": 683,
            "filename": "lang/ko.json",
            "revision": "5a49401ab665ee23896e2b9ff3ab5b6f17edbca3,f5e586ec23bf373711ee68d666d3751ed498ad92",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/main/ko/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/midi-qol/-/ko/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/midi-qol/main/ko/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 693,
            "total_words": 4293,
            "translated": 386,
            "translated_words": 2265,
            "translated_percent": 55.6,
            "fuzzy": 9,
            "fuzzy_words": 219,
            "fuzzy_percent": 1.2,
            "failing_checks": 88,
            "failing_checks_words": 1036,
            "failing_checks_percent": 12.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-09-09T05:24:08.689830Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/ko/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/ko/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/ko/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/ko/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/ko/units/?format=api"
        },
        {
            "language": {
                "id": 448,
                "code": "pt-BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 448,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 19005077000,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt-BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 127,
                "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": "Midi QOL",
                    "slug": "midi-qol",
                    "id": 56,
                    "web": "https://gitlab.com/tposney/midi-qol",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/tposney/midi-qol.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/midi-qol/main/",
                "branch": "v11",
                "push_branch": "",
                "filemask": "lang/*.json",
                "screenshot_filemask": "",
                "template": "lang/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/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/124/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/125/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt-BR",
            "id": 684,
            "filename": "lang/pt-BR.json",
            "revision": "ef7ee2fffcc57e73f213f1c998aa749a240cfeb3,f5e586ec23bf373711ee68d666d3751ed498ad92",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/main/pt-BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/midi-qol/-/pt-BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/midi-qol/main/pt-BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/pt-BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 693,
            "total_words": 4293,
            "translated": 88,
            "translated_words": 471,
            "translated_percent": 12.6,
            "fuzzy": 4,
            "fuzzy_words": 99,
            "fuzzy_percent": 0.5,
            "failing_checks": 31,
            "failing_checks_words": 228,
            "failing_checks_percent": 4.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-09-09T05:24:09.148067Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/pt-BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/pt-BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/pt-BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/pt-BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/main/pt-BR/units/?format=api"
        },
        {
            "language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Midi QOL",
                "slug": "glossary",
                "id": 128,
                "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": "Midi QOL",
                    "slug": "midi-qol",
                    "id": 56,
                    "web": "https://gitlab.com/tposney/midi-qol",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/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/midi-qol/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/midi-qol/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/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": 685,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/midi-qol/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/midi-qol/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/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/midi-qol/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/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": "Midi QOL",
                "slug": "glossary",
                "id": 128,
                "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": "Midi QOL",
                    "slug": "midi-qol",
                    "id": 56,
                    "web": "https://gitlab.com/tposney/midi-qol",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/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/midi-qol/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/midi-qol/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/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": 686,
            "filename": "de.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/glossary/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/midi-qol/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/midi-qol/glossary/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/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-11-03T16:45:16.810358Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/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": "Midi QOL",
                "slug": "glossary",
                "id": 128,
                "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": "Midi QOL",
                    "slug": "midi-qol",
                    "id": 56,
                    "web": "https://gitlab.com/tposney/midi-qol",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/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/midi-qol/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/midi-qol/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/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": 687,
            "filename": "es.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/glossary/es/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/midi-qol/-/es/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/midi-qol/glossary/es/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/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-11-03T16:45:18.623676Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/es/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/es/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/es/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/es/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/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": "Midi QOL",
                "slug": "glossary",
                "id": 128,
                "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": "Midi QOL",
                    "slug": "midi-qol",
                    "id": 56,
                    "web": "https://gitlab.com/tposney/midi-qol",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/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/midi-qol/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/midi-qol/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/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": 688,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/glossary/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/midi-qol/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/midi-qol/glossary/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/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-11-03T16:45:18.660158Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/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": "Midi QOL",
                "slug": "glossary",
                "id": 128,
                "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": "Midi QOL",
                    "slug": "midi-qol",
                    "id": 56,
                    "web": "https://gitlab.com/tposney/midi-qol",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/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/midi-qol/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/midi-qol/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "it",
            "id": 690,
            "filename": "it.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/glossary/it/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/midi-qol/-/it/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/midi-qol/glossary/it/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/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-11-03T16:45:18.701846Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/it/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/it/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/it/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/it/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/it/units/?format=api"
        },
        {
            "language": {
                "id": 275,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 275,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ja/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ja/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "Midi QOL",
                "slug": "glossary",
                "id": 128,
                "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": "Midi QOL",
                    "slug": "midi-qol",
                    "id": 56,
                    "web": "https://gitlab.com/tposney/midi-qol",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/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/midi-qol/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/midi-qol/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/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": 692,
            "filename": "ja.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/glossary/ja/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/midi-qol/-/ja/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/midi-qol/glossary/ja/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/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-11-03T16:45:18.737574Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/ja/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/ja/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/ja/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/ja/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/ja/units/?format=api"
        },
        {
            "language": {
                "id": 309,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 309,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ko/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ko/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "Midi QOL",
                "slug": "glossary",
                "id": 128,
                "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": "Midi QOL",
                    "slug": "midi-qol",
                    "id": 56,
                    "web": "https://gitlab.com/tposney/midi-qol",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/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/midi-qol/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/midi-qol/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ko",
            "id": 694,
            "filename": "ko.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/glossary/ko/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/midi-qol/-/ko/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/midi-qol/glossary/ko/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/ko/?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-11-03T16:45:18.770635Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/ko/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/ko/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/ko/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/ko/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/ko/units/?format=api"
        },
        {
            "language": {
                "id": 448,
                "code": "pt-BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 448,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 19005077000,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt-BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/statistics/?format=api"
            },
            "component": {
                "name": "Midi QOL",
                "slug": "glossary",
                "id": 128,
                "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": "Midi QOL",
                    "slug": "midi-qol",
                    "id": 56,
                    "web": "https://gitlab.com/tposney/midi-qol",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/midi-qol/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/midi-qol/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/midi-qol/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/midi-qol/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt-BR",
            "id": 696,
            "filename": "pt-BR.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/glossary/pt-BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/midi-qol/-/pt-BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/midi-qol/glossary/pt-BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/pt-BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-11-03T16:45:18.803807Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/pt-BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/pt-BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/pt-BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/pt-BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/midi-qol/glossary/pt-BR/units/?format=api"
        },
        {
            "language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 129,
                "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": "Dynamic effects using Active Effects",
                    "slug": "dae",
                    "id": 57,
                    "web": "https://gitlab.com/tposney/dae",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dae/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/tposney/dae.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/dae/main/",
                "branch": "v10",
                "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/dae/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dae/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/126/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/127/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 698,
            "filename": "src/lang/en.json",
            "revision": "39c01e3db5e3bc62194af3549c36e903a48098a2,39c01e3db5e3bc62194af3549c36e903a48098a2",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/main/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dae/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dae/main/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 347,
            "total_words": 1278,
            "translated": 347,
            "translated_words": 1278,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 86,
            "failing_checks_words": 538,
            "failing_checks_percent": 24.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-11-11T05:27:26.980514Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/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": 129,
                "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": "Dynamic effects using Active Effects",
                    "slug": "dae",
                    "id": 57,
                    "web": "https://gitlab.com/tposney/dae",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dae/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/tposney/dae.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/dae/main/",
                "branch": "v10",
                "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/dae/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dae/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/126/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/127/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 699,
            "filename": "src/lang/de.json",
            "revision": "6c7fa5cf04e833338742e933f28717f75be67392,39c01e3db5e3bc62194af3549c36e903a48098a2",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/main/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dae/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dae/main/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 347,
            "total_words": 1278,
            "translated": 231,
            "translated_words": 545,
            "translated_percent": 66.5,
            "fuzzy": 3,
            "fuzzy_words": 38,
            "fuzzy_percent": 0.8,
            "failing_checks": 4,
            "failing_checks_words": 32,
            "failing_checks_percent": 1.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-11-11T05:27:27.575044Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/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": 129,
                "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": "Dynamic effects using Active Effects",
                    "slug": "dae",
                    "id": 57,
                    "web": "https://gitlab.com/tposney/dae",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dae/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/tposney/dae.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/dae/main/",
                "branch": "v10",
                "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/dae/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dae/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/126/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/127/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 700,
            "filename": "src/lang/fr.json",
            "revision": "4e6ac9ae3c40408215bbf4fd9753b8b65c6c69f4,39c01e3db5e3bc62194af3549c36e903a48098a2",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/main/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dae/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dae/main/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 347,
            "total_words": 1278,
            "translated": 347,
            "translated_words": 1278,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 19,
            "failing_checks_words": 41,
            "failing_checks_percent": 5.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-11-24T11:32:51.357232Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/fr/units/?format=api"
        },
        {
            "language": {
                "id": 272,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 272,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/it/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/it/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 129,
                "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": "Dynamic effects using Active Effects",
                    "slug": "dae",
                    "id": 57,
                    "web": "https://gitlab.com/tposney/dae",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dae/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/tposney/dae.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/dae/main/",
                "branch": "v10",
                "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/dae/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dae/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/126/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/127/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "it",
            "id": 701,
            "filename": "src/lang/it.json",
            "revision": "5366ba074b33787a0cb1ff1872e9c1a75b265cc0,39c01e3db5e3bc62194af3549c36e903a48098a2",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/main/it/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dae/-/it/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dae/main/it/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 347,
            "total_words": 1278,
            "translated": 270,
            "translated_words": 937,
            "translated_percent": 77.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-07-08T19:08:06.497407Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/it/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/it/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/it/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/it/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/it/units/?format=api"
        },
        {
            "language": {
                "id": 275,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 275,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ja/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ja/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 129,
                "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": "Dynamic effects using Active Effects",
                    "slug": "dae",
                    "id": 57,
                    "web": "https://gitlab.com/tposney/dae",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dae/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/tposney/dae.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/dae/main/",
                "branch": "v10",
                "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/dae/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dae/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/126/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/127/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ja",
            "id": 702,
            "filename": "src/lang/ja.json",
            "revision": "91b6499e00ca1ae81dc1aff3dd32809a7e314264,39c01e3db5e3bc62194af3549c36e903a48098a2",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/main/ja/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dae/-/ja/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dae/main/ja/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 347,
            "total_words": 1278,
            "translated": 342,
            "translated_words": 1232,
            "translated_percent": 98.5,
            "fuzzy": 1,
            "fuzzy_words": 33,
            "fuzzy_percent": 0.2,
            "failing_checks": 89,
            "failing_checks_words": 715,
            "failing_checks_percent": 25.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-14T21:14:36.023122Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/ja/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/ja/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/ja/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/ja/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/ja/units/?format=api"
        },
        {
            "language": {
                "id": 309,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 309,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ko/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ko/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 129,
                "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": "Dynamic effects using Active Effects",
                    "slug": "dae",
                    "id": 57,
                    "web": "https://gitlab.com/tposney/dae",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dae/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/tposney/dae.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/dae/main/",
                "branch": "v10",
                "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/dae/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dae/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/126/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/127/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ko",
            "id": 703,
            "filename": "src/lang/ko.json",
            "revision": "37e6886305e94b97f16aa58098833bd858f6bb10,39c01e3db5e3bc62194af3549c36e903a48098a2",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/main/ko/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dae/-/ko/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dae/main/ko/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 347,
            "total_words": 1278,
            "translated": 281,
            "translated_words": 958,
            "translated_percent": 80.9,
            "fuzzy": 1,
            "fuzzy_words": 33,
            "fuzzy_percent": 0.2,
            "failing_checks": 28,
            "failing_checks_words": 286,
            "failing_checks_percent": 8.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-11-11T05:27:30.181862Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/ko/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/ko/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/ko/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/ko/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/ko/units/?format=api"
        },
        {
            "language": {
                "id": 440,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 440,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pl/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 129,
                "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": "Dynamic effects using Active Effects",
                    "slug": "dae",
                    "id": 57,
                    "web": "https://gitlab.com/tposney/dae",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dae/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/tposney/dae.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/dae/main/",
                "branch": "v10",
                "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/dae/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dae/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/126/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/127/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pl",
            "id": 704,
            "filename": "src/lang/pl.json",
            "revision": "62fb5b7699546f743ceaf0a93948e6290f1b7c76,39c01e3db5e3bc62194af3549c36e903a48098a2",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/main/pl/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dae/-/pl/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dae/main/pl/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 347,
            "total_words": 1278,
            "translated": 258,
            "translated_words": 826,
            "translated_percent": 74.3,
            "fuzzy": 1,
            "fuzzy_words": 33,
            "fuzzy_percent": 0.2,
            "failing_checks": 3,
            "failing_checks_words": 44,
            "failing_checks_percent": 0.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-11-11T05:27:30.936658Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/pl/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/pl/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/pl/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/pl/units/?format=api"
        },
        {
            "language": {
                "id": 448,
                "code": "pt-BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 448,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 19005077000,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt-BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/statistics/?format=api"
            },
            "component": {
                "name": "main",
                "slug": "main",
                "id": 129,
                "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": "Dynamic effects using Active Effects",
                    "slug": "dae",
                    "id": 57,
                    "web": "https://gitlab.com/tposney/dae",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dae/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/credits/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": "",
                    "enforced_2fa": false
                },
                "vcs": "gitlab",
                "repo": "https://gitlab.com/tposney/dae.git",
                "git_export": "https://weblate.foundryvtt-hub.com/git/dae/main/",
                "branch": "v10",
                "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/dae/main/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dae/main/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dae/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/126/?format=api",
                    "https://weblate.foundryvtt-hub.com/api/addons/127/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt-BR",
            "id": 705,
            "filename": "src/lang/pt-BR.json",
            "revision": "f9ff0ab1ac9212fac66b0d9674720789b40cb65b,39c01e3db5e3bc62194af3549c36e903a48098a2",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/main/pt-BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dae/-/pt-BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dae/main/pt-BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/pt-BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 347,
            "total_words": 1278,
            "translated": 345,
            "translated_words": 1237,
            "translated_percent": 99.4,
            "fuzzy": 1,
            "fuzzy_words": 33,
            "fuzzy_percent": 0.2,
            "failing_checks": 45,
            "failing_checks_words": 111,
            "failing_checks_percent": 12.9,
            "have_suggestion": 12,
            "have_comment": 0,
            "last_change": "2024-03-29T14:23:01.031217Z",
            "last_author": "Anonymous",
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/pt-BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/pt-BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/pt-BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/pt-BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/main/pt-BR/units/?format=api"
        },
        {
            "language": {
                "id": 147,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/en/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/en/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Dynamic effects using Active Effects",
                "slug": "glossary",
                "id": 130,
                "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": "Dynamic effects using Active Effects",
                    "slug": "dae",
                    "id": 57,
                    "web": "https://gitlab.com/tposney/dae",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dae/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/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/dae/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/dae/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dae/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": 706,
            "filename": "",
            "revision": "",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/glossary/en/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dae/-/en/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dae/glossary/en/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dae/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/dae/glossary/en/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/en/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/en/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/en/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/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": "Dynamic effects using Active Effects",
                "slug": "glossary",
                "id": 130,
                "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": "Dynamic effects using Active Effects",
                    "slug": "dae",
                    "id": 57,
                    "web": "https://gitlab.com/tposney/dae",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dae/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/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/dae/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/dae/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dae/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": 707,
            "filename": "de.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/glossary/de/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dae/-/de/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dae/glossary/de/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dae/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-11-03T16:48:42.469235Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/de/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/de/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/de/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/de/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/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": "Dynamic effects using Active Effects",
                "slug": "glossary",
                "id": 130,
                "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": "Dynamic effects using Active Effects",
                    "slug": "dae",
                    "id": 57,
                    "web": "https://gitlab.com/tposney/dae",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dae/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/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/dae/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/dae/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dae/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": 709,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/glossary/fr/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dae/-/fr/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dae/glossary/fr/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dae/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-11-03T16:48:44.712600Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/fr/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/fr/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/fr/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/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": "Dynamic effects using Active Effects",
                "slug": "glossary",
                "id": 130,
                "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": "Dynamic effects using Active Effects",
                    "slug": "dae",
                    "id": 57,
                    "web": "https://gitlab.com/tposney/dae",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dae/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/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/dae/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/dae/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "it",
            "id": 710,
            "filename": "it.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/glossary/it/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dae/-/it/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dae/glossary/it/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dae/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-11-03T16:48:44.752720Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/it/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/it/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/it/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/it/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/it/units/?format=api"
        },
        {
            "language": {
                "id": 275,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 275,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ja/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ja/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "Dynamic effects using Active Effects",
                "slug": "glossary",
                "id": 130,
                "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": "Dynamic effects using Active Effects",
                    "slug": "dae",
                    "id": 57,
                    "web": "https://gitlab.com/tposney/dae",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dae/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/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/dae/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/dae/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dae/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": 712,
            "filename": "ja.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/glossary/ja/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dae/-/ja/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dae/glossary/ja/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dae/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-11-03T16:48:44.805622Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/ja/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/ja/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/ja/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/ja/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/ja/units/?format=api"
        },
        {
            "language": {
                "id": 309,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 309,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/ko/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/ko/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "Dynamic effects using Active Effects",
                "slug": "glossary",
                "id": 130,
                "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": "Dynamic effects using Active Effects",
                    "slug": "dae",
                    "id": 57,
                    "web": "https://gitlab.com/tposney/dae",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dae/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/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/dae/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/dae/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ko",
            "id": 714,
            "filename": "ko.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/glossary/ko/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dae/-/ko/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dae/glossary/ko/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/ko/?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-11-03T16:48:44.850913Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/ko/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/ko/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/ko/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/ko/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/ko/units/?format=api"
        },
        {
            "language": {
                "id": 440,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 440,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pl/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pl/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "Dynamic effects using Active Effects",
                "slug": "glossary",
                "id": 130,
                "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": "Dynamic effects using Active Effects",
                    "slug": "dae",
                    "id": 57,
                    "web": "https://gitlab.com/tposney/dae",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dae/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/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/dae/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/dae/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pl",
            "id": 716,
            "filename": "pl.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/glossary/pl/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dae/-/pl/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dae/glossary/pl/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-11-03T16:48:44.891943Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/pl/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/pl/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/pl/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/pl/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/pl/units/?format=api"
        },
        {
            "language": {
                "id": 448,
                "code": "pt-BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 448,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 19005077000,
                "web_url": "https://weblate.foundryvtt-hub.com/languages/pt-BR/",
                "url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/languages/pt-BR/statistics/?format=api"
            },
            "component": {
                "name": "Dynamic effects using Active Effects",
                "slug": "glossary",
                "id": 130,
                "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": "Dynamic effects using Active Effects",
                    "slug": "dae",
                    "id": 57,
                    "web": "https://gitlab.com/tposney/dae",
                    "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/",
                    "url": "https://weblate.foundryvtt-hub.com/api/projects/dae/?format=api",
                    "components_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/components/?format=api",
                    "repository_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/repository/?format=api",
                    "statistics_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/statistics/?format=api",
                    "categories_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/categories/?format=api",
                    "changes_list_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/changes/?format=api",
                    "languages_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/languages/?format=api",
                    "labels_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/labels/?format=api",
                    "credits_url": "https://weblate.foundryvtt-hub.com/api/projects/dae/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/dae/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/dae/glossary/",
                "url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/?format=api",
                "repository_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/repository/?format=api",
                "translations_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/translations/?format=api",
                "statistics_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/statistics/?format=api",
                "lock_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/lock/?format=api",
                "links_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/links/?format=api",
                "changes_list_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/changes/?format=api",
                "task_url": null,
                "credits_url": "https://weblate.foundryvtt-hub.com/api/components/dae/glossary/credits/?format=api",
                "new_lang": "none",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt-BR",
            "id": 718,
            "filename": "pt-BR.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://weblate.foundryvtt-hub.com/projects/dae/glossary/pt-BR/",
            "share_url": "https://weblate.foundryvtt-hub.com/engage/dae/-/pt-BR/",
            "translate_url": "https://weblate.foundryvtt-hub.com/translate/dae/glossary/pt-BR/",
            "url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/pt-BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-11-03T16:48:44.926985Z",
            "last_author": null,
            "repository_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/pt-BR/repository/?format=api",
            "file_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/pt-BR/file/?format=api",
            "statistics_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/pt-BR/statistics/?format=api",
            "changes_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/pt-BR/changes/?format=api",
            "units_list_url": "https://weblate.foundryvtt-hub.com/api/translations/dae/glossary/pt-BR/units/?format=api"
        }
    ]
}