Translation components API.

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

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

{
    "count": 39,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://i18n.tweaked.cc/languages/en/",
                "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Minecraft",
                "slug": "minecraft",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/cc-tweaked/CC-Tweaked",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/minecraft/",
                "branch": "mc-1.20.x",
                "push_branch": "",
                "filemask": "projects/common/src/main/resources/assets/computercraft/lang/*.json",
                "template": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "posix_long",
                "push": "git@github.com:cc-tweaked/CC-Tweaked.git",
                "check_flags": "java-printf-format",
                "priority": 100,
                "enforced_checks": [
                    "java_printf_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/cc-tweaked/CC-Tweaked/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translations for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "add_message": "Added translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "delete_message": "Deleted translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "merge_message": "Merge branch '{{ component_remote_branch }}'",
                "addon_message": "Update translation files",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 72,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://i18n.tweaked.cc/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "en",
            "id": 1,
            "filename": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
            "revision": "a53f4b41d6b96fe1cf94b6578f114d8863fd995c,a53f4b41d6b96fe1cf94b6578f114d8863fd995c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/en/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/en/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/en/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 233,
            "total_words": 1934,
            "translated": 233,
            "translated_words": 1934,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 94,
            "failing_checks_words": 1127,
            "failing_checks_percent": 40.3,
            "have_suggestion": 0,
            "have_comment": 1,
            "last_change": "2021-10-07T10:17:07.396571Z",
            "last_author": "SquidDev",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/en/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/en/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/en/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/en/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/en/units/?format=api"
        },
        {
            "language": {
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 71,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "da_da",
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "population": 7072056,
                "web_url": "https://i18n.tweaked.cc/languages/da/",
                "url": "https://i18n.tweaked.cc/api/languages/da/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/da/statistics/?format=api"
            },
            "component": {
                "name": "Minecraft",
                "slug": "minecraft",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/cc-tweaked/CC-Tweaked",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/minecraft/",
                "branch": "mc-1.20.x",
                "push_branch": "",
                "filemask": "projects/common/src/main/resources/assets/computercraft/lang/*.json",
                "template": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "posix_long",
                "push": "git@github.com:cc-tweaked/CC-Tweaked.git",
                "check_flags": "java-printf-format",
                "priority": 100,
                "enforced_checks": [
                    "java_printf_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/cc-tweaked/CC-Tweaked/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translations for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "add_message": "Added translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "delete_message": "Deleted translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "merge_message": "Merge branch '{{ component_remote_branch }}'",
                "addon_message": "Update translation files",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 72,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://i18n.tweaked.cc/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "da_dk",
            "id": 2,
            "filename": "projects/common/src/main/resources/assets/computercraft/lang/da_dk.json",
            "revision": "080714cfc5fddbb1e8db7295896935b431f9b6e1,a53f4b41d6b96fe1cf94b6578f114d8863fd995c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/da/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/da/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/da/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 233,
            "total_words": 1934,
            "translated": 53,
            "translated_words": 142,
            "translated_percent": 22.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 6,
            "failing_checks_percent": 1.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-12-30T23:20:41.001184Z",
            "last_author": "Christian L.W.",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/da/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/da/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/da/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/da/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/da/units/?format=api"
        },
        {
            "language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 72,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://i18n.tweaked.cc/languages/de/",
                "url": "https://i18n.tweaked.cc/api/languages/de/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "Minecraft",
                "slug": "minecraft",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/cc-tweaked/CC-Tweaked",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/minecraft/",
                "branch": "mc-1.20.x",
                "push_branch": "",
                "filemask": "projects/common/src/main/resources/assets/computercraft/lang/*.json",
                "template": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "posix_long",
                "push": "git@github.com:cc-tweaked/CC-Tweaked.git",
                "check_flags": "java-printf-format",
                "priority": 100,
                "enforced_checks": [
                    "java_printf_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/cc-tweaked/CC-Tweaked/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translations for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "add_message": "Added translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "delete_message": "Deleted translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "merge_message": "Merge branch '{{ component_remote_branch }}'",
                "addon_message": "Update translation files",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 72,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://i18n.tweaked.cc/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "de_de",
            "id": 3,
            "filename": "projects/common/src/main/resources/assets/computercraft/lang/de_de.json",
            "revision": "ba4405f21088e8a40de8b20794e33c1f6caaf366,a53f4b41d6b96fe1cf94b6578f114d8863fd995c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/de/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/de/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/de/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 233,
            "total_words": 1934,
            "translated": 129,
            "translated_words": 706,
            "translated_percent": 55.3,
            "fuzzy": 3,
            "fuzzy_words": 112,
            "fuzzy_percent": 1.2,
            "failing_checks": 10,
            "failing_checks_words": 124,
            "failing_checks_percent": 4.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-10-08T14:46:34.339464Z",
            "last_author": "Sammy",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/de/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/de/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/de/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/de/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/de/units/?format=api"
        },
        {
            "language": {
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 95,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://i18n.tweaked.cc/languages/es/",
                "url": "https://i18n.tweaked.cc/api/languages/es/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Minecraft",
                "slug": "minecraft",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/cc-tweaked/CC-Tweaked",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/minecraft/",
                "branch": "mc-1.20.x",
                "push_branch": "",
                "filemask": "projects/common/src/main/resources/assets/computercraft/lang/*.json",
                "template": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "posix_long",
                "push": "git@github.com:cc-tweaked/CC-Tweaked.git",
                "check_flags": "java-printf-format",
                "priority": 100,
                "enforced_checks": [
                    "java_printf_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/cc-tweaked/CC-Tweaked/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translations for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "add_message": "Added translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "delete_message": "Deleted translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "merge_message": "Merge branch '{{ component_remote_branch }}'",
                "addon_message": "Update translation files",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 72,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://i18n.tweaked.cc/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "es_es",
            "id": 4,
            "filename": "projects/common/src/main/resources/assets/computercraft/lang/es_es.json",
            "revision": "2620152efc83d64182bbc0d1a1c4641cd0cabd9b,a53f4b41d6b96fe1cf94b6578f114d8863fd995c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/es/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/es/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/es/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 233,
            "total_words": 1934,
            "translated": 66,
            "translated_words": 175,
            "translated_percent": 28.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 34,
            "failing_checks_words": 355,
            "failing_checks_percent": 14.5,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2023-07-23T21:14:40.347662Z",
            "last_author": "SquidDev",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/es/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/es/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/es/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/es/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/es/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 117,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://i18n.tweaked.cc/languages/fr/",
                "url": "https://i18n.tweaked.cc/api/languages/fr/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Minecraft",
                "slug": "minecraft",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/cc-tweaked/CC-Tweaked",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/minecraft/",
                "branch": "mc-1.20.x",
                "push_branch": "",
                "filemask": "projects/common/src/main/resources/assets/computercraft/lang/*.json",
                "template": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "posix_long",
                "push": "git@github.com:cc-tweaked/CC-Tweaked.git",
                "check_flags": "java-printf-format",
                "priority": 100,
                "enforced_checks": [
                    "java_printf_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/cc-tweaked/CC-Tweaked/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translations for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "add_message": "Added translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "delete_message": "Deleted translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "merge_message": "Merge branch '{{ component_remote_branch }}'",
                "addon_message": "Update translation files",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 72,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://i18n.tweaked.cc/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "fr_fr",
            "id": 5,
            "filename": "projects/common/src/main/resources/assets/computercraft/lang/fr_fr.json",
            "revision": "f719fcc61e8d402bc7e4d2001a8d71a308a8f756,a53f4b41d6b96fe1cf94b6578f114d8863fd995c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/fr/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/fr/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/fr/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 233,
            "total_words": 1934,
            "translated": 222,
            "translated_words": 1738,
            "translated_percent": 95.2,
            "fuzzy": 2,
            "fuzzy_words": 176,
            "fuzzy_percent": 0.8,
            "failing_checks": 2,
            "failing_checks_words": 221,
            "failing_checks_percent": 0.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-09T08:54:09.029631Z",
            "last_author": null,
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/fr/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/fr/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/fr/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/fr/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/fr/units/?format=api"
        },
        {
            "language": {
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 160,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://i18n.tweaked.cc/languages/it/",
                "url": "https://i18n.tweaked.cc/api/languages/it/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "Minecraft",
                "slug": "minecraft",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/cc-tweaked/CC-Tweaked",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/minecraft/",
                "branch": "mc-1.20.x",
                "push_branch": "",
                "filemask": "projects/common/src/main/resources/assets/computercraft/lang/*.json",
                "template": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "posix_long",
                "push": "git@github.com:cc-tweaked/CC-Tweaked.git",
                "check_flags": "java-printf-format",
                "priority": 100,
                "enforced_checks": [
                    "java_printf_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/cc-tweaked/CC-Tweaked/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translations for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "add_message": "Added translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "delete_message": "Deleted translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "merge_message": "Merge branch '{{ component_remote_branch }}'",
                "addon_message": "Update translation files",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 72,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://i18n.tweaked.cc/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "it_it",
            "id": 6,
            "filename": "projects/common/src/main/resources/assets/computercraft/lang/it_it.json",
            "revision": "68f7db998b342ed01231ca4909604efebfc2b1d9,a53f4b41d6b96fe1cf94b6578f114d8863fd995c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/it/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/it/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/it/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 233,
            "total_words": 1934,
            "translated": 219,
            "translated_words": 1833,
            "translated_percent": 93.9,
            "fuzzy": 1,
            "fuzzy_words": 15,
            "fuzzy_percent": 0.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-09T08:54:09.523338Z",
            "last_author": null,
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/it/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/it/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/it/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/it/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/it/units/?format=api"
        },
        {
            "language": {
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 184,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://i18n.tweaked.cc/languages/ko/",
                "url": "https://i18n.tweaked.cc/api/languages/ko/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "Minecraft",
                "slug": "minecraft",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/cc-tweaked/CC-Tweaked",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/minecraft/",
                "branch": "mc-1.20.x",
                "push_branch": "",
                "filemask": "projects/common/src/main/resources/assets/computercraft/lang/*.json",
                "template": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "posix_long",
                "push": "git@github.com:cc-tweaked/CC-Tweaked.git",
                "check_flags": "java-printf-format",
                "priority": 100,
                "enforced_checks": [
                    "java_printf_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/cc-tweaked/CC-Tweaked/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translations for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "add_message": "Added translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "delete_message": "Deleted translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "merge_message": "Merge branch '{{ component_remote_branch }}'",
                "addon_message": "Update translation files",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 72,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://i18n.tweaked.cc/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "ko_kr",
            "id": 7,
            "filename": "projects/common/src/main/resources/assets/computercraft/lang/ko_kr.json",
            "revision": "db2c5071fe089c42d2d7a40a2ae64700a9f91ea8,a53f4b41d6b96fe1cf94b6578f114d8863fd995c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/ko/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/ko/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/ko/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 233,
            "total_words": 1934,
            "translated": 137,
            "translated_words": 670,
            "translated_percent": 58.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-11-22T09:48:41.801092Z",
            "last_author": "E. Kim",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/ko/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/ko/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/ko/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/ko/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/ko/units/?format=api"
        },
        {
            "language": {
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 263,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://i18n.tweaked.cc/languages/pt_BR/",
                "url": "https://i18n.tweaked.cc/api/languages/pt_BR/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "Minecraft",
                "slug": "minecraft",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/cc-tweaked/CC-Tweaked",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/minecraft/",
                "branch": "mc-1.20.x",
                "push_branch": "",
                "filemask": "projects/common/src/main/resources/assets/computercraft/lang/*.json",
                "template": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "posix_long",
                "push": "git@github.com:cc-tweaked/CC-Tweaked.git",
                "check_flags": "java-printf-format",
                "priority": 100,
                "enforced_checks": [
                    "java_printf_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/cc-tweaked/CC-Tweaked/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translations for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "add_message": "Added translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "delete_message": "Deleted translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "merge_message": "Merge branch '{{ component_remote_branch }}'",
                "addon_message": "Update translation files",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 72,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://i18n.tweaked.cc/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pt_br",
            "id": 8,
            "filename": "projects/common/src/main/resources/assets/computercraft/lang/pt_br.json",
            "revision": "15ae05a885797419fdaad7292bedca0b35ddb9f9,a53f4b41d6b96fe1cf94b6578f114d8863fd995c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/pt_BR/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/pt_BR/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/pt_BR/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 233,
            "total_words": 1934,
            "translated": 79,
            "translated_words": 308,
            "translated_percent": 33.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-10-07T10:17:07.455581Z",
            "last_author": "SquidDev",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/pt_BR/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/pt_BR/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/pt_BR/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/pt_BR/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/pt_BR/units/?format=api"
        },
        {
            "language": {
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 311,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 12932871,
                "web_url": "https://i18n.tweaked.cc/languages/sv/",
                "url": "https://i18n.tweaked.cc/api/languages/sv/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/sv/statistics/?format=api"
            },
            "component": {
                "name": "Minecraft",
                "slug": "minecraft",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/cc-tweaked/CC-Tweaked",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/minecraft/",
                "branch": "mc-1.20.x",
                "push_branch": "",
                "filemask": "projects/common/src/main/resources/assets/computercraft/lang/*.json",
                "template": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "posix_long",
                "push": "git@github.com:cc-tweaked/CC-Tweaked.git",
                "check_flags": "java-printf-format",
                "priority": 100,
                "enforced_checks": [
                    "java_printf_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/cc-tweaked/CC-Tweaked/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translations for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "add_message": "Added translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "delete_message": "Deleted translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "merge_message": "Merge branch '{{ component_remote_branch }}'",
                "addon_message": "Update translation files",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 72,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://i18n.tweaked.cc/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "sv_se",
            "id": 9,
            "filename": "projects/common/src/main/resources/assets/computercraft/lang/sv_se.json",
            "revision": "94c9583ff617379e8185bf6c1ab499a9a660c838,a53f4b41d6b96fe1cf94b6578f114d8863fd995c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/sv/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/sv/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/sv/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 233,
            "total_words": 1934,
            "translated": 133,
            "translated_words": 657,
            "translated_percent": 57.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 5,
            "failing_checks_words": 8,
            "failing_checks_percent": 2.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-11-20T13:14:50.392944Z",
            "last_author": "SquidDev",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/sv/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/sv/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/sv/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/sv/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/sv/units/?format=api"
        },
        {
            "language": {
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 360,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://i18n.tweaked.cc/languages/zh_Hans/",
                "url": "https://i18n.tweaked.cc/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "Minecraft",
                "slug": "minecraft",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/cc-tweaked/CC-Tweaked",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/minecraft/",
                "branch": "mc-1.20.x",
                "push_branch": "",
                "filemask": "projects/common/src/main/resources/assets/computercraft/lang/*.json",
                "template": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "posix_long",
                "push": "git@github.com:cc-tweaked/CC-Tweaked.git",
                "check_flags": "java-printf-format",
                "priority": 100,
                "enforced_checks": [
                    "java_printf_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/cc-tweaked/CC-Tweaked/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translations for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "add_message": "Added translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "delete_message": "Deleted translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "merge_message": "Merge branch '{{ component_remote_branch }}'",
                "addon_message": "Update translation files",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 72,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://i18n.tweaked.cc/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "zh_cn",
            "id": 10,
            "filename": "projects/common/src/main/resources/assets/computercraft/lang/zh_cn.json",
            "revision": "2deddd3312ed89fd4163d60a06eeabb9d84fefb4,a53f4b41d6b96fe1cf94b6578f114d8863fd995c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/zh_Hans/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/zh_Hans/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/zh_Hans/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 233,
            "total_words": 1934,
            "translated": 122,
            "translated_words": 595,
            "translated_percent": 52.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": "2021-10-07T10:17:07.628298Z",
            "last_author": "SquidDev",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/zh_Hans/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/zh_Hans/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/zh_Hans/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 236,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://i18n.tweaked.cc/languages/nl/",
                "url": "https://i18n.tweaked.cc/api/languages/nl/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "Minecraft",
                "slug": "minecraft",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/cc-tweaked/CC-Tweaked",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/minecraft/",
                "branch": "mc-1.20.x",
                "push_branch": "",
                "filemask": "projects/common/src/main/resources/assets/computercraft/lang/*.json",
                "template": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "posix_long",
                "push": "git@github.com:cc-tweaked/CC-Tweaked.git",
                "check_flags": "java-printf-format",
                "priority": 100,
                "enforced_checks": [
                    "java_printf_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/cc-tweaked/CC-Tweaked/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translations for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "add_message": "Added translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "delete_message": "Deleted translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "merge_message": "Merge branch '{{ component_remote_branch }}'",
                "addon_message": "Update translation files",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 72,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://i18n.tweaked.cc/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "nl_nl",
            "id": 11,
            "filename": "projects/common/src/main/resources/assets/computercraft/lang/nl_nl.json",
            "revision": "c1127468c67bb7ae6beb3001dbc37e3c2646d930,a53f4b41d6b96fe1cf94b6578f114d8863fd995c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/nl/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/nl/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/nl/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 233,
            "total_words": 1934,
            "translated": 108,
            "translated_words": 575,
            "translated_percent": 46.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": "2021-10-07T10:17:07.533173Z",
            "last_author": "SquidDev",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/nl/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/nl/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/nl/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/nl/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/nl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 256,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://i18n.tweaked.cc/languages/pl/",
                "url": "https://i18n.tweaked.cc/api/languages/pl/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "Minecraft",
                "slug": "minecraft",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/cc-tweaked/CC-Tweaked",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/minecraft/",
                "branch": "mc-1.20.x",
                "push_branch": "",
                "filemask": "projects/common/src/main/resources/assets/computercraft/lang/*.json",
                "template": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "posix_long",
                "push": "git@github.com:cc-tweaked/CC-Tweaked.git",
                "check_flags": "java-printf-format",
                "priority": 100,
                "enforced_checks": [
                    "java_printf_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/cc-tweaked/CC-Tweaked/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translations for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "add_message": "Added translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "delete_message": "Deleted translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "merge_message": "Merge branch '{{ component_remote_branch }}'",
                "addon_message": "Update translation files",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 72,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://i18n.tweaked.cc/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl_pl",
            "id": 12,
            "filename": "projects/common/src/main/resources/assets/computercraft/lang/pl_pl.json",
            "revision": "f1f645104d4720e958ea3e6e0f85433a62c98cb9,a53f4b41d6b96fe1cf94b6578f114d8863fd995c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/pl/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/pl/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/pl/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 233,
            "total_words": 1934,
            "translated": 47,
            "translated_words": 239,
            "translated_percent": 20.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-23T21:15:30.282818Z",
            "last_author": "SquidDev",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/pl/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/pl/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/pl/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/pl/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/pl/units/?format=api"
        },
        {
            "language": {
                "code": "ru_ru",
                "name": "Russian",
                "plural": {
                    "id": 271,
                    "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": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://i18n.tweaked.cc/languages/ru_ru/",
                "url": "https://i18n.tweaked.cc/api/languages/ru_ru/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/ru_ru/statistics/?format=api"
            },
            "component": {
                "name": "Minecraft",
                "slug": "minecraft",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/cc-tweaked/CC-Tweaked",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/minecraft/",
                "branch": "mc-1.20.x",
                "push_branch": "",
                "filemask": "projects/common/src/main/resources/assets/computercraft/lang/*.json",
                "template": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "posix_long",
                "push": "git@github.com:cc-tweaked/CC-Tweaked.git",
                "check_flags": "java-printf-format",
                "priority": 100,
                "enforced_checks": [
                    "java_printf_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/cc-tweaked/CC-Tweaked/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translations for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "add_message": "Added translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "delete_message": "Deleted translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "merge_message": "Merge branch '{{ component_remote_branch }}'",
                "addon_message": "Update translation files",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 72,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://i18n.tweaked.cc/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "ru_ru",
            "id": 13,
            "filename": "projects/common/src/main/resources/assets/computercraft/lang/ru_ru.json",
            "revision": "c777127cf8f71c1716427a048704fb958e0f624a,a53f4b41d6b96fe1cf94b6578f114d8863fd995c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/ru_ru/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/ru_ru/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/ru_ru/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/ru_ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 233,
            "total_words": 1934,
            "translated": 185,
            "translated_words": 1204,
            "translated_percent": 79.3,
            "fuzzy": 3,
            "fuzzy_words": 213,
            "fuzzy_percent": 1.2,
            "failing_checks": 1,
            "failing_checks_words": 161,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-09T08:54:13.105773Z",
            "last_author": null,
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/ru_ru/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/ru_ru/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/ru_ru/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/ru_ru/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/ru_ru/units/?format=api"
        },
        {
            "language": {
                "code": "vi_vn",
                "name": "Vietnamese",
                "plural": {
                    "id": 345,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://i18n.tweaked.cc/languages/vi_vn/",
                "url": "https://i18n.tweaked.cc/api/languages/vi_vn/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/vi_vn/statistics/?format=api"
            },
            "component": {
                "name": "Minecraft",
                "slug": "minecraft",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/cc-tweaked/CC-Tweaked",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/minecraft/",
                "branch": "mc-1.20.x",
                "push_branch": "",
                "filemask": "projects/common/src/main/resources/assets/computercraft/lang/*.json",
                "template": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "posix_long",
                "push": "git@github.com:cc-tweaked/CC-Tweaked.git",
                "check_flags": "java-printf-format",
                "priority": 100,
                "enforced_checks": [
                    "java_printf_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/cc-tweaked/CC-Tweaked/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translations for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "add_message": "Added translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "delete_message": "Deleted translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "merge_message": "Merge branch '{{ component_remote_branch }}'",
                "addon_message": "Update translation files",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 72,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://i18n.tweaked.cc/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "vi_vn",
            "id": 14,
            "filename": "projects/common/src/main/resources/assets/computercraft/lang/vi_vn.json",
            "revision": "e54e170f53f8e24dbb7ccfab5527a510870db7a8,a53f4b41d6b96fe1cf94b6578f114d8863fd995c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/vi_vn/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/vi_vn/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/vi_vn/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/vi_vn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 233,
            "total_words": 1934,
            "translated": 43,
            "translated_words": 83,
            "translated_percent": 18.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2021-10-07T10:17:07.604862Z",
            "last_author": "SquidDev",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/vi_vn/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/vi_vn/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/vi_vn/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/vi_vn/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/vi_vn/units/?format=api"
        },
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 82,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485035,
                "web_url": "https://i18n.tweaked.cc/languages/en/",
                "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "en",
            "id": 15,
            "filename": "",
            "revision": "",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/en/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/en/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/en/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 6,
            "total_words": 6,
            "translated": 6,
            "translated_words": 6,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/en/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/en/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/en/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/en/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/en/units/?format=api"
        },
        {
            "language": {
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 71,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "da_da",
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "population": 7072056,
                "web_url": "https://i18n.tweaked.cc/languages/da/",
                "url": "https://i18n.tweaked.cc/api/languages/da/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/da/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "da",
            "id": 16,
            "filename": "da.tbx",
            "revision": "81416ea6226293f5e5923c64168030c62bd483e1",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/da/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/da/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/da/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 5,
            "translated_words": 5,
            "translated_percent": 83.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": "2021-12-30T22:43:59.857704Z",
            "last_author": "Christian L.W.",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/da/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/da/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/da/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/da/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/da/units/?format=api"
        },
        {
            "language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 72,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://i18n.tweaked.cc/languages/de/",
                "url": "https://i18n.tweaked.cc/api/languages/de/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "de",
            "id": 17,
            "filename": "de.tbx",
            "revision": "597b976c4b53f9975aa20cde133b89185df0ea7e",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/de/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/de/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/de/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 16.6,
            "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://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/de/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/de/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/de/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/de/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/de/units/?format=api"
        },
        {
            "language": {
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 95,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://i18n.tweaked.cc/languages/es/",
                "url": "https://i18n.tweaked.cc/api/languages/es/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "es",
            "id": 18,
            "filename": "es.tbx",
            "revision": "e8791255c6b703a3a18eeb914fc03793c7cbdff1",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/es/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/es/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/es/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 16.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 5,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/es/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/es/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/es/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/es/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/es/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 117,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://i18n.tweaked.cc/languages/fr/",
                "url": "https://i18n.tweaked.cc/api/languages/fr/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "fr",
            "id": 19,
            "filename": "fr.tbx",
            "revision": "69ae8d7bdc1c8233b758e8f5507afa5e22d7536b",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/fr/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/fr/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/fr/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 6,
            "translated_words": 6,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-16T10:46:34.274346Z",
            "last_author": "chesiren",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/fr/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/fr/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/fr/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/fr/units/?format=api"
        },
        {
            "language": {
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 160,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://i18n.tweaked.cc/languages/it/",
                "url": "https://i18n.tweaked.cc/api/languages/it/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "it",
            "id": 20,
            "filename": "it.tbx",
            "revision": "963d33f1b5f2045f4ba96d91214b55acc02bd514",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/it/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/it/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/it/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 6,
            "translated_words": 6,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-11-14T13:38:44.085829Z",
            "last_author": "Alessandro",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/it/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/it/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/it/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/it/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/it/units/?format=api"
        },
        {
            "language": {
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 184,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://i18n.tweaked.cc/languages/ko/",
                "url": "https://i18n.tweaked.cc/api/languages/ko/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "ko",
            "id": 21,
            "filename": "ko.tbx",
            "revision": "4d271ad62f32bd81d296534d1b64ffe32ec163e1",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/ko/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/ko/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/ko/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 6,
            "translated_words": 6,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-11-22T09:33:59.565610Z",
            "last_author": "E. Kim",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ko/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ko/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ko/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ko/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ko/units/?format=api"
        },
        {
            "language": {
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 236,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://i18n.tweaked.cc/languages/nl/",
                "url": "https://i18n.tweaked.cc/api/languages/nl/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "nl",
            "id": 22,
            "filename": "nl.tbx",
            "revision": "3791b8cea21516bca59fabdbaa22a6c6b0f9b663",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/nl/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/nl/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/nl/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 16.6,
            "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://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/nl/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/nl/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/nl/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/nl/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/nl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 256,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://i18n.tweaked.cc/languages/pl/",
                "url": "https://i18n.tweaked.cc/api/languages/pl/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 23,
            "filename": "pl.tbx",
            "revision": "dffbdff816a3989f06aff468f5111dcf1a9cbb09",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/pl/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/pl/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/pl/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 16.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/pl/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/pl/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/pl/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/pl/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 263,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://i18n.tweaked.cc/languages/pt_BR/",
                "url": "https://i18n.tweaked.cc/api/languages/pt_BR/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "pt_BR",
            "id": 24,
            "filename": "pt_BR.tbx",
            "revision": "d58cacb869530a1c97f09bb03610d79849f9124a",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/pt_BR/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/pt_BR/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/pt_BR/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 16.6,
            "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://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/pt_BR/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/pt_BR/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/pt_BR/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/pt_BR/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/pt_BR/units/?format=api"
        },
        {
            "language": {
                "code": "ru_ru",
                "name": "Russian",
                "plural": {
                    "id": 271,
                    "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": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://i18n.tweaked.cc/languages/ru_ru/",
                "url": "https://i18n.tweaked.cc/api/languages/ru_ru/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/ru_ru/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "ru_ru",
            "id": 25,
            "filename": "ru_ru.tbx",
            "revision": "7cd1d75f0864b28dde01f3a095bc8b43eb3d98a5",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/ru_ru/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/ru_ru/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/ru_ru/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ru_ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 16.6,
            "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://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ru_ru/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ru_ru/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ru_ru/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ru_ru/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ru_ru/units/?format=api"
        },
        {
            "language": {
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 311,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 12932871,
                "web_url": "https://i18n.tweaked.cc/languages/sv/",
                "url": "https://i18n.tweaked.cc/api/languages/sv/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/sv/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "sv",
            "id": 26,
            "filename": "sv.tbx",
            "revision": "18a0081482bfbab031eef1ff186509c83ebd8d83",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/sv/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/sv/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/sv/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 16.6,
            "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://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/sv/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/sv/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/sv/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/sv/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/sv/units/?format=api"
        },
        {
            "language": {
                "code": "vi_vn",
                "name": "Vietnamese",
                "plural": {
                    "id": 345,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://i18n.tweaked.cc/languages/vi_vn/",
                "url": "https://i18n.tweaked.cc/api/languages/vi_vn/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/vi_vn/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "vi_vn",
            "id": 27,
            "filename": "vi_vn.tbx",
            "revision": "4bbda3d833fc04ce212bcd70231a15bda0201e3f",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/vi_vn/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/vi_vn/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/vi_vn/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/vi_vn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 16.6,
            "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://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/vi_vn/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/vi_vn/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/vi_vn/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/vi_vn/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/vi_vn/units/?format=api"
        },
        {
            "language": {
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 360,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://i18n.tweaked.cc/languages/zh_Hans/",
                "url": "https://i18n.tweaked.cc/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "zh_Hans",
            "id": 28,
            "filename": "zh_Hans.tbx",
            "revision": "0f657360e9351e0e3bb4f4d90791a488047a4854",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/zh_Hans/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/zh_Hans/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/zh_Hans/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 16.6,
            "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://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/zh_Hans/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/zh_Hans/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/zh_Hans/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "code": "ja_jp",
                "name": "Japanese",
                "plural": {
                    "id": 162,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://i18n.tweaked.cc/languages/ja_jp/",
                "url": "https://i18n.tweaked.cc/api/languages/ja_jp/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/ja_jp/statistics/?format=api"
            },
            "component": {
                "name": "Minecraft",
                "slug": "minecraft",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/cc-tweaked/CC-Tweaked",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/minecraft/",
                "branch": "mc-1.20.x",
                "push_branch": "",
                "filemask": "projects/common/src/main/resources/assets/computercraft/lang/*.json",
                "template": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "posix_long",
                "push": "git@github.com:cc-tweaked/CC-Tweaked.git",
                "check_flags": "java-printf-format",
                "priority": 100,
                "enforced_checks": [
                    "java_printf_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/cc-tweaked/CC-Tweaked/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translations for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "add_message": "Added translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "delete_message": "Deleted translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "merge_message": "Merge branch '{{ component_remote_branch }}'",
                "addon_message": "Update translation files",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 72,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://i18n.tweaked.cc/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "ja_jp",
            "id": 29,
            "filename": "projects/common/src/main/resources/assets/computercraft/lang/ja_jp.json",
            "revision": "e85c7816eda408a5cb245d915da669ebd1c5f31d,a53f4b41d6b96fe1cf94b6578f114d8863fd995c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/ja_jp/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/ja_jp/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/ja_jp/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/ja_jp/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 233,
            "total_words": 1934,
            "translated": 110,
            "translated_words": 579,
            "translated_percent": 47.2,
            "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": "2021-11-10T06:18:13.263122Z",
            "last_author": "MORIMORI0317",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/ja_jp/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/ja_jp/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/ja_jp/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/ja_jp/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/ja_jp/units/?format=api"
        },
        {
            "language": {
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 618,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "ja_ja",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://i18n.tweaked.cc/languages/ja/",
                "url": "https://i18n.tweaked.cc/api/languages/ja/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "ja",
            "id": 31,
            "filename": "ja.tbx",
            "revision": "9f225d36d7b4998e68e881d7611208b6ab6acade",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/ja/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/ja/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/ja/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 16.6,
            "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://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ja/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ja/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ja/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ja/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ja/units/?format=api"
        },
        {
            "language": {
                "code": "ja_jp",
                "name": "Japanese",
                "plural": {
                    "id": 162,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://i18n.tweaked.cc/languages/ja_jp/",
                "url": "https://i18n.tweaked.cc/api/languages/ja_jp/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/ja_jp/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "ja_jp",
            "id": 32,
            "filename": "ja_jp.tbx",
            "revision": "b71545a9b91d67c1735f7ded7026e34c70483e66",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/ja_jp/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/ja_jp/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/ja_jp/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ja_jp/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 6,
            "translated_words": 6,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-11-10T06:22:38.632824Z",
            "last_author": "MORIMORI0317",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ja_jp/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ja_jp/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ja_jp/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ja_jp/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/ja_jp/units/?format=api"
        },
        {
            "language": {
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 338,
                    "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",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://i18n.tweaked.cc/languages/uk/",
                "url": "https://i18n.tweaked.cc/api/languages/uk/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "Minecraft",
                "slug": "minecraft",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/cc-tweaked/CC-Tweaked",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/minecraft/",
                "branch": "mc-1.20.x",
                "push_branch": "",
                "filemask": "projects/common/src/main/resources/assets/computercraft/lang/*.json",
                "template": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "posix_long",
                "push": "git@github.com:cc-tweaked/CC-Tweaked.git",
                "check_flags": "java-printf-format",
                "priority": 100,
                "enforced_checks": [
                    "java_printf_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/cc-tweaked/CC-Tweaked/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translations for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "add_message": "Added translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "delete_message": "Deleted translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "merge_message": "Merge branch '{{ component_remote_branch }}'",
                "addon_message": "Update translation files",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 72,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://i18n.tweaked.cc/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "uk_ua",
            "id": 33,
            "filename": "projects/common/src/main/resources/assets/computercraft/lang/uk_ua.json",
            "revision": "efea67c236989d3f845c4b44fe6f0fd351b5b874,a53f4b41d6b96fe1cf94b6578f114d8863fd995c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/uk/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/uk/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/uk/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 233,
            "total_words": 1934,
            "translated": 128,
            "translated_words": 836,
            "translated_percent": 54.9,
            "fuzzy": 2,
            "fuzzy_words": 24,
            "fuzzy_percent": 0.8,
            "failing_checks": 3,
            "failing_checks_words": 28,
            "failing_checks_percent": 1.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-05-04T05:25:07.247700Z",
            "last_author": "Edvin",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/uk/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/uk/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/uk/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/uk/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/uk/units/?format=api"
        },
        {
            "language": {
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 338,
                    "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",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://i18n.tweaked.cc/languages/uk/",
                "url": "https://i18n.tweaked.cc/api/languages/uk/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "uk",
            "id": 34,
            "filename": "uk.tbx",
            "revision": "29435fa10ee6b9420355cf4774e03d800e09610b",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/uk/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/uk/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/uk/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 16.6,
            "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://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/uk/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/uk/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/uk/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/uk/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/uk/units/?format=api"
        },
        {
            "language": {
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 231,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "norwegian",
                    "no_nb",
                    "nb_nb",
                    "no_no",
                    "no",
                    "nb",
                    "nob",
                    "nor"
                ],
                "direction": "ltr",
                "population": 5467440,
                "web_url": "https://i18n.tweaked.cc/languages/nb_NO/",
                "url": "https://i18n.tweaked.cc/api/languages/nb_NO/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/nb_NO/statistics/?format=api"
            },
            "component": {
                "name": "Minecraft",
                "slug": "minecraft",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/cc-tweaked/CC-Tweaked",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/minecraft/",
                "branch": "mc-1.20.x",
                "push_branch": "",
                "filemask": "projects/common/src/main/resources/assets/computercraft/lang/*.json",
                "template": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "posix_long",
                "push": "git@github.com:cc-tweaked/CC-Tweaked.git",
                "check_flags": "java-printf-format",
                "priority": 100,
                "enforced_checks": [
                    "java_printf_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/cc-tweaked/CC-Tweaked/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translations for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "add_message": "Added translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "delete_message": "Deleted translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "merge_message": "Merge branch '{{ component_remote_branch }}'",
                "addon_message": "Update translation files",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 72,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://i18n.tweaked.cc/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "nb_no",
            "id": 35,
            "filename": "projects/common/src/main/resources/assets/computercraft/lang/nb_no.json",
            "revision": "294a6129eb915872b8a37c49d0a035778c862d5f,a53f4b41d6b96fe1cf94b6578f114d8863fd995c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/nb_NO/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/nb_NO/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/nb_NO/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 233,
            "total_words": 1934,
            "translated": 132,
            "translated_words": 624,
            "translated_percent": 56.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-03-05T10:00:51.555484Z",
            "last_author": "Erlend",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/nb_NO/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/nb_NO/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/nb_NO/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/nb_NO/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/nb_NO/units/?format=api"
        },
        {
            "language": {
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 231,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "norwegian",
                    "no_nb",
                    "nb_nb",
                    "no_no",
                    "no",
                    "nb",
                    "nob",
                    "nor"
                ],
                "direction": "ltr",
                "population": 5467440,
                "web_url": "https://i18n.tweaked.cc/languages/nb_NO/",
                "url": "https://i18n.tweaked.cc/api/languages/nb_NO/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/nb_NO/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "nb_NO",
            "id": 36,
            "filename": "nb_NO.tbx",
            "revision": "37bd3757b0fb8ff3551e9d0be48677007b33fc41",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/nb_NO/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/nb_NO/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/nb_NO/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 6,
            "translated_words": 6,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-07-24T15:56:17.861105Z",
            "last_author": "Erlend",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/nb_NO/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/nb_NO/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/nb_NO/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/nb_NO/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/nb_NO/units/?format=api"
        },
        {
            "language": {
                "code": "tok",
                "name": "Toki Pona",
                "plural": {
                    "id": 638,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://i18n.tweaked.cc/languages/tok/",
                "url": "https://i18n.tweaked.cc/api/languages/tok/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/tok/statistics/?format=api"
            },
            "component": {
                "name": "Minecraft",
                "slug": "minecraft",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/cc-tweaked/CC-Tweaked",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/minecraft/",
                "branch": "mc-1.20.x",
                "push_branch": "",
                "filemask": "projects/common/src/main/resources/assets/computercraft/lang/*.json",
                "template": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "posix_long",
                "push": "git@github.com:cc-tweaked/CC-Tweaked.git",
                "check_flags": "java-printf-format",
                "priority": 100,
                "enforced_checks": [
                    "java_printf_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/cc-tweaked/CC-Tweaked/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translations for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "add_message": "Added translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "delete_message": "Deleted translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "merge_message": "Merge branch '{{ component_remote_branch }}'",
                "addon_message": "Update translation files",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 72,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://i18n.tweaked.cc/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "tok",
            "id": 37,
            "filename": "projects/common/src/main/resources/assets/computercraft/lang/tok.json",
            "revision": "8d32734ae0fdf5752c57ad3775289b98ec66f33e,a53f4b41d6b96fe1cf94b6578f114d8863fd995c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/tok/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/tok/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/tok/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/tok/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 233,
            "total_words": 1934,
            "translated": 118,
            "translated_words": 526,
            "translated_percent": 50.6,
            "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-31T04:32:00.478156Z",
            "last_author": "wackbyte",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/tok/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/tok/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/tok/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/tok/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/tok/units/?format=api"
        },
        {
            "language": {
                "code": "tok",
                "name": "Toki Pona",
                "plural": {
                    "id": 638,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://i18n.tweaked.cc/languages/tok/",
                "url": "https://i18n.tweaked.cc/api/languages/tok/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/tok/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "tok",
            "id": 38,
            "filename": "tok.tbx",
            "revision": "e6e0f4c493f5eba5060c880655d921b63753e35c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/tok/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/tok/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/tok/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/tok/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 6,
            "translated_words": 6,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-20T02:32:43.008167Z",
            "last_author": "wackbyte",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/tok/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/tok/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/tok/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/tok/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/tok/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://i18n.tweaked.cc/languages/cs/",
                "url": "https://i18n.tweaked.cc/api/languages/cs/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "Minecraft",
                "slug": "minecraft",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/cc-tweaked/CC-Tweaked",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/minecraft/",
                "branch": "mc-1.20.x",
                "push_branch": "",
                "filemask": "projects/common/src/main/resources/assets/computercraft/lang/*.json",
                "template": "projects/fabric/src/generated/resources/assets/computercraft/lang/en_us.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/minecraft/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "posix_long",
                "push": "git@github.com:cc-tweaked/CC-Tweaked.git",
                "check_flags": "java-printf-format",
                "priority": 100,
                "enforced_checks": [
                    "java_printf_format"
                ],
                "restricted": false,
                "repoweb": "https://github.com/cc-tweaked/CC-Tweaked/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translations for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "add_message": "Added translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "delete_message": "Deleted translation for {{ language_name }}\r\n\r\nCo-authored-by: {{ author }}",
                "merge_message": "Merge branch '{{ component_remote_branch }}'",
                "addon_message": "Update translation files",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 72,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://i18n.tweaked.cc/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "cs_cz",
            "id": 39,
            "filename": "projects/common/src/main/resources/assets/computercraft/lang/cs_cz.json",
            "revision": "8051fa6e48d2b244b20c9e8a1f100a464ee782fb,a53f4b41d6b96fe1cf94b6578f114d8863fd995c",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/minecraft/cs/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/cs/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/cs/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 233,
            "total_words": 1934,
            "translated": 222,
            "translated_words": 1623,
            "translated_percent": 95.2,
            "fuzzy": 2,
            "fuzzy_words": 176,
            "fuzzy_percent": 0.8,
            "failing_checks": 1,
            "failing_checks_words": 161,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-09T08:54:06.336117Z",
            "last_author": null,
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/cs/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/cs/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/cs/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/cs/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/cs/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://i18n.tweaked.cc/languages/cs/",
                "url": "https://i18n.tweaked.cc/api/languages/cs/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "CC: Tweaked",
                "slug": "glossary",
                "id": 2,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485035,
                    "web_url": "https://i18n.tweaked.cc/languages/en/",
                    "url": "https://i18n.tweaked.cc/api/languages/en/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "CC: Tweaked",
                    "slug": "cc-tweaked",
                    "id": 1,
                    "web": "https://tweaked.cc/",
                    "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/",
                    "url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/?format=api",
                    "components_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/components/?format=api",
                    "repository_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/repository/?format=api",
                    "statistics_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/statistics/?format=api",
                    "changes_list_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/changes/?format=api",
                    "languages_url": "https://i18n.tweaked.cc/api/projects/cc-tweaked/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://i18n.tweaked.cc/git/cc-tweaked/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/",
                "url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/?format=api",
                "repository_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/repository/?format=api",
                "translations_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/translations/?format=api",
                "statistics_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/statistics/?format=api",
                "lock_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/lock/?format=api",
                "links_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/glossary/links/?format=api",
                "changes_list_url": "https://i18n.tweaked.cc/api/components/cc-tweaked/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 Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver"
            },
            "language_code": "cs",
            "id": 40,
            "filename": "cs.tbx",
            "revision": "789f8c719458c36ce526ea3c6e22faee5142d61d",
            "web_url": "https://i18n.tweaked.cc/projects/cc-tweaked/glossary/cs/",
            "share_url": "https://i18n.tweaked.cc/engage/cc-tweaked/cs/",
            "translate_url": "https://i18n.tweaked.cc/translate/cc-tweaked/glossary/cs/",
            "url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 6,
            "translated": 6,
            "translated_words": 6,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-10T12:40:32.055287Z",
            "last_author": "RomanPlayer22",
            "repository_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/cs/repository/?format=api",
            "file_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/cs/file/?format=api",
            "statistics_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/cs/statistics/?format=api",
            "changes_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/cs/changes/?format=api",
            "units_list_url": "https://i18n.tweaked.cc/api/translations/cc-tweaked/glossary/cs/units/?format=api"
        }
    ]
}