Translation components API.

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

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

{
    "count": 147,
    "next": "https://hive.bgforge.net/api/translations/?format=api&page=6",
    "previous": "https://hive.bgforge.net/api/translations/?format=api&page=4",
    "results": [
        {
            "language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 91,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/de/",
                "url": "https://hive.bgforge.net/api/languages/de/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "Fallout",
                "slug": "glossary",
                "id": 22,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Fallout",
                    "slug": "fallout",
                    "id": 13,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/fallout/",
                    "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hive.bgforge.net/git/fallout/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-NC-SA-4.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/fallout/glossary/",
                "url": "https://hive.bgforge.net/api/components/fallout/glossary/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/fallout/glossary/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/fallout/glossary/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/fallout/glossary/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/fallout/glossary/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/fallout/glossary/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/fallout/glossary/changes/?format=api",
                "task_url": null,
                "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 {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "de",
            "id": 138,
            "filename": "de.tbx",
            "revision": "acca4e0f204f099821a16224ce364c7a631a2152",
            "web_url": "https://hive.bgforge.net/projects/fallout/glossary/de/",
            "share_url": "https://hive.bgforge.net/engage/fallout/de/",
            "translate_url": "https://hive.bgforge.net/translate/fallout/glossary/de/",
            "url": "https://hive.bgforge.net/api/translations/fallout/glossary/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 37,
            "total_words": 54,
            "translated": 13,
            "translated_words": 22,
            "translated_percent": 35.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 1,
            "last_change": "2023-08-28T21:17:30.743360Z",
            "last_author": "Charles Dexter Ward",
            "repository_url": "https://hive.bgforge.net/api/translations/fallout/glossary/de/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/fallout/glossary/de/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/fallout/glossary/de/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/de/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/de/units/?format=api"
        },
        {
            "language": {
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 199,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/ru/",
                "url": "https://hive.bgforge.net/api/languages/ru/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "Fallout",
                "slug": "glossary",
                "id": 22,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Fallout",
                    "slug": "fallout",
                    "id": 13,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/fallout/",
                    "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hive.bgforge.net/git/fallout/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-NC-SA-4.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/fallout/glossary/",
                "url": "https://hive.bgforge.net/api/components/fallout/glossary/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/fallout/glossary/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/fallout/glossary/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/fallout/glossary/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/fallout/glossary/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/fallout/glossary/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/fallout/glossary/changes/?format=api",
                "task_url": null,
                "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 {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "ru",
            "id": 139,
            "filename": "ru.tbx",
            "revision": "1e4d91e7fd02e8bf9ebc0c33e2b0cd7592cd87e7",
            "web_url": "https://hive.bgforge.net/projects/fallout/glossary/ru/",
            "share_url": "https://hive.bgforge.net/engage/fallout/ru/",
            "translate_url": "https://hive.bgforge.net/translate/fallout/glossary/ru/",
            "url": "https://hive.bgforge.net/api/translations/fallout/glossary/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 421,
            "total_words": 606,
            "translated": 410,
            "translated_words": 593,
            "translated_percent": 97.3,
            "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": "2020-09-04T20:42:29Z",
            "last_author": null,
            "repository_url": "https://hive.bgforge.net/api/translations/fallout/glossary/ru/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/fallout/glossary/ru/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/fallout/glossary/ru/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/ru/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/ru/units/?format=api"
        },
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/en/",
                "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Infinity Engine",
                "slug": "glossary",
                "id": 23,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Infinity Engine",
                    "slug": "infinity-engine",
                    "id": 14,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/infinity-engine/",
                    "url": "https://hive.bgforge.net/api/projects/infinity-engine/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/infinity-engine/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/infinity-engine/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/infinity-engine/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hive.bgforge.net/git/infinity-engine/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-NC-SA-4.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/infinity-engine/glossary/",
                "url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/changes/?format=api",
                "task_url": null,
                "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 {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "en",
            "id": 140,
            "filename": "",
            "revision": "",
            "web_url": "https://hive.bgforge.net/projects/infinity-engine/glossary/en/",
            "share_url": "https://hive.bgforge.net/engage/infinity-engine/en/",
            "translate_url": "https://hive.bgforge.net/translate/infinity-engine/glossary/en/",
            "url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 9089,
            "total_words": 21199,
            "translated": 9089,
            "translated_words": 21199,
            "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://hive.bgforge.net/api/translations/infinity-engine/glossary/en/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/en/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/en/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/en/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/en/units/?format=api"
        },
        {
            "language": {
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 223,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/es/",
                "url": "https://hive.bgforge.net/api/languages/es/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Infinity Engine",
                "slug": "glossary",
                "id": 23,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Infinity Engine",
                    "slug": "infinity-engine",
                    "id": 14,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/infinity-engine/",
                    "url": "https://hive.bgforge.net/api/projects/infinity-engine/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/infinity-engine/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/infinity-engine/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/infinity-engine/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hive.bgforge.net/git/infinity-engine/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-NC-SA-4.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/infinity-engine/glossary/",
                "url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/changes/?format=api",
                "task_url": null,
                "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 {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "es",
            "id": 141,
            "filename": "es.tbx",
            "revision": "340bc131c9e07cd4803aef12d21a346403cf4347",
            "web_url": "https://hive.bgforge.net/projects/infinity-engine/glossary/es/",
            "share_url": "https://hive.bgforge.net/engage/infinity-engine/es/",
            "translate_url": "https://hive.bgforge.net/translate/infinity-engine/glossary/es/",
            "url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 64,
            "total_words": 77,
            "translated": 53,
            "translated_words": 66,
            "translated_percent": 82.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-07-29T04:29:11Z",
            "last_author": null,
            "repository_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/es/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/es/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/es/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/es/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/es/units/?format=api"
        },
        {
            "language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 91,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/de/",
                "url": "https://hive.bgforge.net/api/languages/de/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "Infinity Engine",
                "slug": "glossary",
                "id": 23,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Infinity Engine",
                    "slug": "infinity-engine",
                    "id": 14,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/infinity-engine/",
                    "url": "https://hive.bgforge.net/api/projects/infinity-engine/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/infinity-engine/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/infinity-engine/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/infinity-engine/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hive.bgforge.net/git/infinity-engine/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-NC-SA-4.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/infinity-engine/glossary/",
                "url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/changes/?format=api",
                "task_url": null,
                "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 {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "de",
            "id": 142,
            "filename": "de.tbx",
            "revision": "3c81dcd3f8e9c2f10054c8d7a53ac4b8097ad284",
            "web_url": "https://hive.bgforge.net/projects/infinity-engine/glossary/de/",
            "share_url": "https://hive.bgforge.net/engage/infinity-engine/de/",
            "translate_url": "https://hive.bgforge.net/translate/infinity-engine/glossary/de/",
            "url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 13,
            "total_words": 19,
            "translated": 10,
            "translated_words": 16,
            "translated_percent": 76.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-03T17:07:23.422206Z",
            "last_author": "Ychap",
            "repository_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/de/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/de/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/de/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/de/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/de/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/fr/",
                "url": "https://hive.bgforge.net/api/languages/fr/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Infinity Engine",
                "slug": "glossary",
                "id": 23,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Infinity Engine",
                    "slug": "infinity-engine",
                    "id": 14,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/infinity-engine/",
                    "url": "https://hive.bgforge.net/api/projects/infinity-engine/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/infinity-engine/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/infinity-engine/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/infinity-engine/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hive.bgforge.net/git/infinity-engine/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-NC-SA-4.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/infinity-engine/glossary/",
                "url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/changes/?format=api",
                "task_url": null,
                "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 {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "fr",
            "id": 143,
            "filename": "fr.tbx",
            "revision": "afa770d277fa2daab956090c76e50db2d14b47cb",
            "web_url": "https://hive.bgforge.net/projects/infinity-engine/glossary/fr/",
            "share_url": "https://hive.bgforge.net/engage/infinity-engine/fr/",
            "translate_url": "https://hive.bgforge.net/translate/infinity-engine/glossary/fr/",
            "url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 12,
            "total_words": 12,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 8.3,
            "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://hive.bgforge.net/api/translations/infinity-engine/glossary/fr/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/fr/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/fr/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/fr/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 189,
                    "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",
                "web_url": "https://hive.bgforge.net/languages/pl/",
                "url": "https://hive.bgforge.net/api/languages/pl/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "Infinity Engine",
                "slug": "glossary",
                "id": 23,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Infinity Engine",
                    "slug": "infinity-engine",
                    "id": 14,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/infinity-engine/",
                    "url": "https://hive.bgforge.net/api/projects/infinity-engine/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/infinity-engine/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/infinity-engine/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/infinity-engine/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hive.bgforge.net/git/infinity-engine/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-NC-SA-4.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/infinity-engine/glossary/",
                "url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/changes/?format=api",
                "task_url": null,
                "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 {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 144,
            "filename": "pl.tbx",
            "revision": "cefd87be70c2bfff3f9cfe9893956c5f9972a942",
            "web_url": "https://hive.bgforge.net/projects/infinity-engine/glossary/pl/",
            "share_url": "https://hive.bgforge.net/engage/infinity-engine/pl/",
            "translate_url": "https://hive.bgforge.net/translate/infinity-engine/glossary/pl/",
            "url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 8834,
            "total_words": 20804,
            "translated": 8834,
            "translated_words": 20804,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-20T23:15:05.428787Z",
            "last_author": "ALIENQuake",
            "repository_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/pl/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/pl/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/pl/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/pl/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/pl/units/?format=api"
        },
        {
            "language": {
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 199,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/ru/",
                "url": "https://hive.bgforge.net/api/languages/ru/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "Infinity Engine",
                "slug": "glossary",
                "id": 23,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Infinity Engine",
                    "slug": "infinity-engine",
                    "id": 14,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/infinity-engine/",
                    "url": "https://hive.bgforge.net/api/projects/infinity-engine/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/infinity-engine/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/infinity-engine/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/infinity-engine/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/infinity-engine/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hive.bgforge.net/git/infinity-engine/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-NC-SA-4.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/infinity-engine/glossary/",
                "url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/infinity-engine/glossary/changes/?format=api",
                "task_url": null,
                "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 {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "ru",
            "id": 145,
            "filename": "ru.tbx",
            "revision": "2b52c7961fb432f2e7afaed75bc7cb842fc335b5",
            "web_url": "https://hive.bgforge.net/projects/infinity-engine/glossary/ru/",
            "share_url": "https://hive.bgforge.net/engage/infinity-engine/ru/",
            "translate_url": "https://hive.bgforge.net/translate/infinity-engine/glossary/ru/",
            "url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 269,
            "total_words": 399,
            "translated": 269,
            "translated_words": 399,
            "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": "2020-05-17T03:12:00Z",
            "last_author": null,
            "repository_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/ru/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/ru/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/ru/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/ru/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/infinity-engine/glossary/ru/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 189,
                    "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",
                "web_url": "https://hive.bgforge.net/languages/pl/",
                "url": "https://hive.bgforge.net/api/languages/pl/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "Fallout",
                "slug": "glossary",
                "id": 22,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Fallout",
                    "slug": "fallout",
                    "id": 13,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/fallout/",
                    "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hive.bgforge.net/git/fallout/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-NC-SA-4.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/fallout/glossary/",
                "url": "https://hive.bgforge.net/api/components/fallout/glossary/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/fallout/glossary/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/fallout/glossary/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/fallout/glossary/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/fallout/glossary/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/fallout/glossary/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/fallout/glossary/changes/?format=api",
                "task_url": null,
                "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 {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 146,
            "filename": "pl.tbx",
            "revision": "cbb03d513d3e9f8d6940e6f92efc0c23b91c5cc6",
            "web_url": "https://hive.bgforge.net/projects/fallout/glossary/pl/",
            "share_url": "https://hive.bgforge.net/engage/fallout/pl/",
            "translate_url": "https://hive.bgforge.net/translate/fallout/glossary/pl/",
            "url": "https://hive.bgforge.net/api/translations/fallout/glossary/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 35,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 7,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hive.bgforge.net/api/translations/fallout/glossary/pl/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/fallout/glossary/pl/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/fallout/glossary/pl/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/pl/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/pl/units/?format=api"
        },
        {
            "language": {
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 105,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/hu/",
                "url": "https://hive.bgforge.net/api/languages/hu/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/hu/statistics/?format=api"
            },
            "component": {
                "name": "Fallout",
                "slug": "glossary",
                "id": 22,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Fallout",
                    "slug": "fallout",
                    "id": 13,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/fallout/",
                    "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hive.bgforge.net/git/fallout/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-NC-SA-4.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/fallout/glossary/",
                "url": "https://hive.bgforge.net/api/components/fallout/glossary/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/fallout/glossary/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/fallout/glossary/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/fallout/glossary/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/fallout/glossary/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/fallout/glossary/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/fallout/glossary/changes/?format=api",
                "task_url": null,
                "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 {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "hu",
            "id": 147,
            "filename": "hu.tbx",
            "revision": "971c730f5ea9531b00969981754f442a115dd3a8",
            "web_url": "https://hive.bgforge.net/projects/fallout/glossary/hu/",
            "share_url": "https://hive.bgforge.net/engage/fallout/hu/",
            "translate_url": "https://hive.bgforge.net/translate/fallout/glossary/hu/",
            "url": "https://hive.bgforge.net/api/translations/fallout/glossary/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 35,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hive.bgforge.net/api/translations/fallout/glossary/hu/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/fallout/glossary/hu/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/fallout/glossary/hu/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/hu/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/hu/units/?format=api"
        },
        {
            "language": {
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 191,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "ptb"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/pt_BR/",
                "url": "https://hive.bgforge.net/api/languages/pt_BR/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "Fallout",
                "slug": "glossary",
                "id": 22,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Fallout",
                    "slug": "fallout",
                    "id": 13,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/fallout/",
                    "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hive.bgforge.net/git/fallout/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-NC-SA-4.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/fallout/glossary/",
                "url": "https://hive.bgforge.net/api/components/fallout/glossary/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/fallout/glossary/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/fallout/glossary/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/fallout/glossary/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/fallout/glossary/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/fallout/glossary/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/fallout/glossary/changes/?format=api",
                "task_url": null,
                "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 {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "pt_BR",
            "id": 148,
            "filename": "pt_BR.tbx",
            "revision": "ebe34b10c16700c589ec9d07429b469bfe4f009c",
            "web_url": "https://hive.bgforge.net/projects/fallout/glossary/pt_BR/",
            "share_url": "https://hive.bgforge.net/engage/fallout/pt_BR/",
            "translate_url": "https://hive.bgforge.net/translate/fallout/glossary/pt_BR/",
            "url": "https://hive.bgforge.net/api/translations/fallout/glossary/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 35,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hive.bgforge.net/api/translations/fallout/glossary/pt_BR/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/fallout/glossary/pt_BR/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/fallout/glossary/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/pt_BR/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/pt_BR/units/?format=api"
        },
        {
            "language": {
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 114,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/it/",
                "url": "https://hive.bgforge.net/api/languages/it/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "Fallout",
                "slug": "glossary",
                "id": 22,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Fallout",
                    "slug": "fallout",
                    "id": 13,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/fallout/",
                    "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hive.bgforge.net/git/fallout/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-NC-SA-4.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/fallout/glossary/",
                "url": "https://hive.bgforge.net/api/components/fallout/glossary/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/fallout/glossary/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/fallout/glossary/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/fallout/glossary/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/fallout/glossary/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/fallout/glossary/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/fallout/glossary/changes/?format=api",
                "task_url": null,
                "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 {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "it",
            "id": 149,
            "filename": "it.tbx",
            "revision": "dd58a7ec1884cf0461cbebca667c1b27e1181dde",
            "web_url": "https://hive.bgforge.net/projects/fallout/glossary/it/",
            "share_url": "https://hive.bgforge.net/engage/fallout/it/",
            "translate_url": "https://hive.bgforge.net/translate/fallout/glossary/it/",
            "url": "https://hive.bgforge.net/api/translations/fallout/glossary/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 35,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hive.bgforge.net/api/translations/fallout/glossary/it/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/fallout/glossary/it/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/fallout/glossary/it/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/it/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/it/units/?format=api"
        },
        {
            "language": {
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 129,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/ko/",
                "url": "https://hive.bgforge.net/api/languages/ko/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "Fallout",
                "slug": "glossary",
                "id": 22,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Fallout",
                    "slug": "fallout",
                    "id": 13,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/fallout/",
                    "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hive.bgforge.net/git/fallout/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-NC-SA-4.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/fallout/glossary/",
                "url": "https://hive.bgforge.net/api/components/fallout/glossary/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/fallout/glossary/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/fallout/glossary/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/fallout/glossary/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/fallout/glossary/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/fallout/glossary/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/fallout/glossary/changes/?format=api",
                "task_url": null,
                "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 {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "ko",
            "id": 150,
            "filename": "ko.tbx",
            "revision": "5cb3d6e84a5524d3b82c02167465b4d80711d94f",
            "web_url": "https://hive.bgforge.net/projects/fallout/glossary/ko/",
            "share_url": "https://hive.bgforge.net/engage/fallout/ko/",
            "translate_url": "https://hive.bgforge.net/translate/fallout/glossary/ko/",
            "url": "https://hive.bgforge.net/api/translations/fallout/glossary/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 35,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hive.bgforge.net/api/translations/fallout/glossary/ko/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/fallout/glossary/ko/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/fallout/glossary/ko/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/ko/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/ko/units/?format=api"
        },
        {
            "language": {
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 250,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ua",
                    "ukr"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/uk/",
                "url": "https://hive.bgforge.net/api/languages/uk/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "Fallout",
                "slug": "glossary",
                "id": 22,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Fallout",
                    "slug": "fallout",
                    "id": 13,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/fallout/",
                    "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hive.bgforge.net/git/fallout/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-NC-SA-4.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/fallout/glossary/",
                "url": "https://hive.bgforge.net/api/components/fallout/glossary/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/fallout/glossary/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/fallout/glossary/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/fallout/glossary/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/fallout/glossary/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/fallout/glossary/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/fallout/glossary/changes/?format=api",
                "task_url": null,
                "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 {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "uk",
            "id": 151,
            "filename": "uk.tbx",
            "revision": "181233d51ffc20db9537fe802239bdde37c91406",
            "web_url": "https://hive.bgforge.net/projects/fallout/glossary/uk/",
            "share_url": "https://hive.bgforge.net/engage/fallout/uk/",
            "translate_url": "https://hive.bgforge.net/translate/fallout/glossary/uk/",
            "url": "https://hive.bgforge.net/api/translations/fallout/glossary/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 35,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hive.bgforge.net/api/translations/fallout/glossary/uk/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/fallout/glossary/uk/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/fallout/glossary/uk/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/uk/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/uk/units/?format=api"
        },
        {
            "language": {
                "code": "es_MX",
                "name": "Spanish (Mexico)",
                "plural": {
                    "id": 226,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/es_MX/",
                "url": "https://hive.bgforge.net/api/languages/es_MX/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/es_MX/statistics/?format=api"
            },
            "component": {
                "name": "Fallout",
                "slug": "glossary",
                "id": 22,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Fallout",
                    "slug": "fallout",
                    "id": 13,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/fallout/",
                    "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hive.bgforge.net/git/fallout/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-NC-SA-4.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/fallout/glossary/",
                "url": "https://hive.bgforge.net/api/components/fallout/glossary/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/fallout/glossary/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/fallout/glossary/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/fallout/glossary/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/fallout/glossary/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/fallout/glossary/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/fallout/glossary/changes/?format=api",
                "task_url": null,
                "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 {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "es_MX",
            "id": 152,
            "filename": "es_MX.tbx",
            "revision": "d73b4513cc48dd451b7476d81553e28bb0df020f",
            "web_url": "https://hive.bgforge.net/projects/fallout/glossary/es_MX/",
            "share_url": "https://hive.bgforge.net/engage/fallout/es_MX/",
            "translate_url": "https://hive.bgforge.net/translate/fallout/glossary/es_MX/",
            "url": "https://hive.bgforge.net/api/translations/fallout/glossary/es_MX/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 35,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hive.bgforge.net/api/translations/fallout/glossary/es_MX/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/fallout/glossary/es_MX/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/fallout/glossary/es_MX/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/es_MX/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/es_MX/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 59,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/cs/",
                "url": "https://hive.bgforge.net/api/languages/cs/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "Fallout",
                "slug": "glossary",
                "id": 22,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Fallout",
                    "slug": "fallout",
                    "id": 13,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/fallout/",
                    "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hive.bgforge.net/git/fallout/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-NC-SA-4.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/fallout/glossary/",
                "url": "https://hive.bgforge.net/api/components/fallout/glossary/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/fallout/glossary/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/fallout/glossary/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/fallout/glossary/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/fallout/glossary/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/fallout/glossary/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/fallout/glossary/changes/?format=api",
                "task_url": null,
                "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 {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "cs",
            "id": 153,
            "filename": "cs.tbx",
            "revision": "f5d39de50d51374c1e1d04ec945bf1800e06314e",
            "web_url": "https://hive.bgforge.net/projects/fallout/glossary/cs/",
            "share_url": "https://hive.bgforge.net/engage/fallout/cs/",
            "translate_url": "https://hive.bgforge.net/translate/fallout/glossary/cs/",
            "url": "https://hive.bgforge.net/api/translations/fallout/glossary/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 35,
            "translated": 4,
            "translated_words": 4,
            "translated_percent": 14.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-26T17:03:17.412089Z",
            "last_author": "Josef Lodyha",
            "repository_url": "https://hive.bgforge.net/api/translations/fallout/glossary/cs/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/fallout/glossary/cs/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/fallout/glossary/cs/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/cs/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/cs/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/fr/",
                "url": "https://hive.bgforge.net/api/languages/fr/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Fallout",
                "slug": "glossary",
                "id": 22,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Fallout",
                    "slug": "fallout",
                    "id": 13,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/fallout/",
                    "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hive.bgforge.net/git/fallout/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-NC-SA-4.0",
                "license_url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html",
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/fallout/glossary/",
                "url": "https://hive.bgforge.net/api/components/fallout/glossary/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/fallout/glossary/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/fallout/glossary/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/fallout/glossary/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/fallout/glossary/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/fallout/glossary/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/fallout/glossary/changes/?format=api",
                "task_url": null,
                "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 {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "fr",
            "id": 154,
            "filename": "fr.tbx",
            "revision": "154d15b6aade11be8d890d99e2542cd290203fd5",
            "web_url": "https://hive.bgforge.net/projects/fallout/glossary/fr/",
            "share_url": "https://hive.bgforge.net/engage/fallout/fr/",
            "translate_url": "https://hive.bgforge.net/translate/fallout/glossary/fr/",
            "url": "https://hive.bgforge.net/api/translations/fallout/glossary/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 35,
            "translated": 27,
            "translated_words": 35,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-12-21T21:53:48.533321Z",
            "last_author": "DocteurKain",
            "repository_url": "https://hive.bgforge.net/api/translations/fallout/glossary/fr/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/fallout/glossary/fr/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/fallout/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/fr/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/fallout/glossary/fr/units/?format=api"
        },
        {
            "language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 91,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/de/",
                "url": "https://hive.bgforge.net/api/languages/de/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "Fixt",
                "slug": "fixt",
                "id": 16,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Fallout",
                    "slug": "fallout",
                    "id": 13,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/fallout/",
                    "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:BGforgeNet/fallout-fixt-translation.git",
                "git_export": "https://hive.bgforge.net/git/fallout/fixt/",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/text/po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "data/text/po/english.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/fallout/fixt/",
                "url": "https://hive.bgforge.net/api/components/fallout/fixt/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/fallout/fixt/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/fallout/fixt/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/fallout/fixt/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/fallout/fixt/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/fallout/fixt/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/fallout/fixt/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:BGforgeNet/fallout-fixt-translation.git",
                "check_flags": "ignore-same,ignore-end-stop",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/BGforgeNet/fallout-fixt-translation/blob/{{branch}}/data/text/english/{{filename}}",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\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": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 0,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://hive.bgforge.net/api/addons/39/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "de",
            "id": 155,
            "filename": "data/text/po/de.po",
            "revision": "ded029902c1500924288cf08e21f5cacd259c4a1",
            "web_url": "https://hive.bgforge.net/projects/fallout/fixt/de/",
            "share_url": "https://hive.bgforge.net/engage/fallout/de/",
            "translate_url": "https://hive.bgforge.net/translate/fallout/fixt/de/",
            "url": "https://hive.bgforge.net/api/translations/fallout/fixt/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 24666,
            "total_words": 243289,
            "translated": 660,
            "translated_words": 4631,
            "translated_percent": 2.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 83,
            "failing_checks_words": 632,
            "failing_checks_percent": 0.3,
            "have_suggestion": 4,
            "have_comment": 0,
            "last_change": "2024-10-19T11:45:57.047415Z",
            "last_author": "tygyh",
            "repository_url": "https://hive.bgforge.net/api/translations/fallout/fixt/de/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/fallout/fixt/de/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/fallout/fixt/de/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/fallout/fixt/de/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/fallout/fixt/de/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/fr/",
                "url": "https://hive.bgforge.net/api/languages/fr/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Fixt",
                "slug": "fixt",
                "id": 16,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Fallout",
                    "slug": "fallout",
                    "id": 13,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/fallout/",
                    "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:BGforgeNet/fallout-fixt-translation.git",
                "git_export": "https://hive.bgforge.net/git/fallout/fixt/",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/text/po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "data/text/po/english.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/fallout/fixt/",
                "url": "https://hive.bgforge.net/api/components/fallout/fixt/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/fallout/fixt/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/fallout/fixt/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/fallout/fixt/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/fallout/fixt/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/fallout/fixt/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/fallout/fixt/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:BGforgeNet/fallout-fixt-translation.git",
                "check_flags": "ignore-same,ignore-end-stop",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/BGforgeNet/fallout-fixt-translation/blob/{{branch}}/data/text/english/{{filename}}",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\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": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 0,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://hive.bgforge.net/api/addons/39/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "fr",
            "id": 156,
            "filename": "data/text/po/fr.po",
            "revision": "40477390e49efb01cf78c5e6db894bb6e5f5381d",
            "web_url": "https://hive.bgforge.net/projects/fallout/fixt/fr/",
            "share_url": "https://hive.bgforge.net/engage/fallout/fr/",
            "translate_url": "https://hive.bgforge.net/translate/fallout/fixt/fr/",
            "url": "https://hive.bgforge.net/api/translations/fallout/fixt/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 24666,
            "total_words": 243289,
            "translated": 17916,
            "translated_words": 203396,
            "translated_percent": 72.6,
            "fuzzy": 1,
            "fuzzy_words": 11,
            "fuzzy_percent": 0.1,
            "failing_checks": 1343,
            "failing_checks_words": 17184,
            "failing_checks_percent": 5.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-12-23T14:47:47.861383Z",
            "last_author": "DocteurKain",
            "repository_url": "https://hive.bgforge.net/api/translations/fallout/fixt/fr/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/fallout/fixt/fr/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/fallout/fixt/fr/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/fallout/fixt/fr/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/fallout/fixt/fr/units/?format=api"
        },
        {
            "language": {
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 199,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "web_url": "https://hive.bgforge.net/languages/ru/",
                "url": "https://hive.bgforge.net/api/languages/ru/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "Fixt",
                "slug": "fixt",
                "id": 16,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 66,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "web_url": "https://hive.bgforge.net/languages/en/",
                    "url": "https://hive.bgforge.net/api/languages/en/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Fallout",
                    "slug": "fallout",
                    "id": 13,
                    "web": "https://forums.bgforge.net/viewforum.php?f=9",
                    "web_url": "https://hive.bgforge.net/projects/fallout/",
                    "url": "https://hive.bgforge.net/api/projects/fallout/?format=api",
                    "components_list_url": "https://hive.bgforge.net/api/projects/fallout/components/?format=api",
                    "repository_url": "https://hive.bgforge.net/api/projects/fallout/repository/?format=api",
                    "statistics_url": "https://hive.bgforge.net/api/projects/fallout/statistics/?format=api",
                    "changes_list_url": "https://hive.bgforge.net/api/projects/fallout/changes/?format=api",
                    "languages_url": "https://hive.bgforge.net/api/projects/fallout/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://forums.bgforge.net/viewtopic.php?f=9&t=25",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:BGforgeNet/fallout-fixt-translation.git",
                "git_export": "https://hive.bgforge.net/git/fallout/fixt/",
                "branch": "master",
                "push_branch": "",
                "filemask": "data/text/po/*.po",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "data/text/po/english.pot",
                "file_format": "po",
                "license": "",
                "license_url": null,
                "agreement": "",
                "web_url": "https://hive.bgforge.net/projects/fallout/fixt/",
                "url": "https://hive.bgforge.net/api/components/fallout/fixt/?format=api",
                "repository_url": "https://hive.bgforge.net/api/components/fallout/fixt/repository/?format=api",
                "translations_url": "https://hive.bgforge.net/api/components/fallout/fixt/translations/?format=api",
                "statistics_url": "https://hive.bgforge.net/api/components/fallout/fixt/statistics/?format=api",
                "lock_url": "https://hive.bgforge.net/api/components/fallout/fixt/lock/?format=api",
                "links_url": "https://hive.bgforge.net/api/components/fallout/fixt/links/?format=api",
                "changes_list_url": "https://hive.bgforge.net/api/components/fallout/fixt/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:BGforgeNet/fallout-fixt-translation.git",
                "check_flags": "ignore-same,ignore-end-stop",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/BGforgeNet/fallout-fixt-translation/blob/{{branch}}/data/text/english/{{filename}}",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using {{ site_title }} ({{ 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 {{ site_title }} ({{ language_name }})",
                "delete_message": "Deleted translation using {{ site_title }} ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into {{ site_title }}.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in {{ site_title }}.\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": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 0,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://hive.bgforge.net/api/addons/39/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "russian",
            "id": 157,
            "filename": "data/text/po/russian.po",
            "revision": "45baaaa31568285510e8bac27e8766f0c1fa0c27",
            "web_url": "https://hive.bgforge.net/projects/fallout/fixt/ru/",
            "share_url": "https://hive.bgforge.net/engage/fallout/ru/",
            "translate_url": "https://hive.bgforge.net/translate/fallout/fixt/ru/",
            "url": "https://hive.bgforge.net/api/translations/fallout/fixt/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 24719,
            "total_words": 243919,
            "translated": 23985,
            "translated_words": 237159,
            "translated_percent": 97.0,
            "fuzzy": 542,
            "fuzzy_words": 5435,
            "fuzzy_percent": 2.1,
            "failing_checks": 838,
            "failing_checks_words": 12101,
            "failing_checks_percent": 3.3,
            "have_suggestion": 5,
            "have_comment": 0,
            "last_change": "2024-09-24T07:32:54.575760Z",
            "last_author": "Pavel",
            "repository_url": "https://hive.bgforge.net/api/translations/fallout/fixt/ru/repository/?format=api",
            "file_url": "https://hive.bgforge.net/api/translations/fallout/fixt/ru/file/?format=api",
            "statistics_url": "https://hive.bgforge.net/api/translations/fallout/fixt/ru/statistics/?format=api",
            "changes_list_url": "https://hive.bgforge.net/api/translations/fallout/fixt/ru/changes/?format=api",
            "units_list_url": "https://hive.bgforge.net/api/translations/fallout/fixt/ru/units/?format=api"
        }
    ]
}