Translation components API.

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

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

{
    "count": 463,
    "next": "https://weblate.rikka.app/api/translations/?format=api&page=23",
    "previous": "https://weblate.rikka.app/api/translations/?format=api&page=21",
    "results": [
        {
            "language": {
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 306,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 1275656140,
                "web_url": "https://weblate.rikka.app/languages/sv/",
                "url": "https://weblate.rikka.app/api/languages/sv/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/sv/statistics/?format=api"
            },
            "component": {
                "name": "manager",
                "slug": "manager",
                "id": 19,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shizuku",
                    "slug": "shizuku",
                    "id": 6,
                    "web": "https://github.com/RikkaApps/Shizuku",
                    "web_url": "https://weblate.rikka.app/projects/shizuku/",
                    "url": "https://weblate.rikka.app/api/projects/shizuku/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/shizuku/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/shizuku/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/shizuku/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/shizuku/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/shizuku/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:RikkaApps/Shizuku.git",
                "git_export": "https://weblate.rikka.app/git/shizuku/manager/",
                "branch": "master",
                "push_branch": "master",
                "filemask": "manager/src/main/res/values-*/strings.xml",
                "template": "manager/src/main/res/values/strings.xml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/shizuku/manager/",
                "url": "https://weblate.rikka.app/api/components/shizuku/manager/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/shizuku/manager/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/shizuku/manager/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/shizuku/manager/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/shizuku/manager/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/shizuku/manager/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/shizuku/manager/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:RikkaApps/Shizuku.git",
                "check_flags": "java-format",
                "priority": 100,
                "enforced_checks": [
                    "java_format",
                    "java_printf_format",
                    "escaped_newline",
                    "end_ellipsis",
                    "ellipsis",
                    "zero-width-space"
                ],
                "restricted": false,
                "repoweb": "https://github.com/RikkaApps/Shizuku/blob/{{branch}}/{{filename|parentdir}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 2,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "sv",
            "id": 561,
            "filename": "manager/src/main/res/values-sv/strings.xml",
            "revision": "a6b3daec9354f9ae75cdf8d94a67446c6227dd96,5e469e7d09916f7a7b4b743e124004cc0d6c3d33",
            "web_url": "https://weblate.rikka.app/projects/shizuku/manager/sv/",
            "share_url": "https://weblate.rikka.app/engage/shizuku/sv/",
            "translate_url": "https://weblate.rikka.app/translate/shizuku/manager/sv/",
            "url": "https://weblate.rikka.app/api/translations/shizuku/manager/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 122,
            "total_words": 1081,
            "translated": 4,
            "translated_words": 6,
            "translated_percent": 3.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": null,
            "last_author": null,
            "repository_url": "https://weblate.rikka.app/api/translations/shizuku/manager/sv/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/shizuku/manager/sv/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/shizuku/manager/sv/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/shizuku/manager/sv/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/shizuku/manager/sv/units/?format=api"
        },
        {
            "language": {
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 306,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 1275656140,
                "web_url": "https://weblate.rikka.app/languages/sv/",
                "url": "https://weblate.rikka.app/api/languages/sv/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/sv/statistics/?format=api"
            },
            "component": {
                "name": "Shizuku",
                "slug": "glossary",
                "id": 14,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shizuku",
                    "slug": "shizuku",
                    "id": 6,
                    "web": "https://github.com/RikkaApps/Shizuku",
                    "web_url": "https://weblate.rikka.app/projects/shizuku/",
                    "url": "https://weblate.rikka.app/api/projects/shizuku/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/shizuku/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/shizuku/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/shizuku/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/shizuku/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/shizuku/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://weblate.rikka.app/git/shizuku/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/shizuku/glossary/",
                "url": "https://weblate.rikka.app/api/components/shizuku/glossary/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/shizuku/glossary/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/shizuku/glossary/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/shizuku/glossary/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/shizuku/glossary/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/shizuku/glossary/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/shizuku/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": 562,
            "filename": "sv.tbx",
            "revision": "48e76f1784a4fe51af5f109a08ca5f97783be44c",
            "web_url": "https://weblate.rikka.app/projects/shizuku/glossary/sv/",
            "share_url": "https://weblate.rikka.app/engage/shizuku/sv/",
            "translate_url": "https://weblate.rikka.app/translate/shizuku/glossary/sv/",
            "url": "https://weblate.rikka.app/api/translations/shizuku/glossary/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 65,
            "total_words": 236,
            "translated": 54,
            "translated_words": 213,
            "translated_percent": 83.0,
            "fuzzy": 2,
            "fuzzy_words": 4,
            "fuzzy_percent": 3.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2024-07-02T19:45:12.029550Z",
            "last_author": "x-hko",
            "repository_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/sv/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/sv/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/sv/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/sv/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/sv/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 64,
                    "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": 1303174280,
                "web_url": "https://weblate.rikka.app/languages/cs/",
                "url": "https://weblate.rikka.app/api/languages/cs/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "core",
                "slug": "core",
                "id": 5,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "RikkaX",
                    "slug": "libraries",
                    "id": 4,
                    "web": "https://github.com/RikkaApps/RikkaX",
                    "web_url": "https://weblate.rikka.app/projects/libraries/",
                    "url": "https://weblate.rikka.app/api/projects/libraries/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/libraries/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/libraries/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/libraries/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/libraries/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/libraries/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://weblate.rikka.app/git/libraries/core/",
                "branch": "master",
                "push_branch": "",
                "filemask": "*.xml",
                "template": "en.xml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/libraries/core/",
                "url": "https://weblate.rikka.app/api/components/libraries/core/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/libraries/core/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/libraries/core/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/libraries/core/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/libraries/core/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/libraries/core/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/libraries/core/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.rikka.app/api/addons/15/?format=api",
                    "https://weblate.rikka.app/api/addons/1/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "cs",
            "id": 563,
            "filename": "cs.xml",
            "revision": "9ad30c9de596061fc91a6f7692202492d3b35e65,bc3c067df5064e3d7892407064f16324c39ffc3b",
            "web_url": "https://weblate.rikka.app/projects/libraries/core/cs/",
            "share_url": "https://weblate.rikka.app/engage/libraries/cs/",
            "translate_url": "https://weblate.rikka.app/translate/libraries/core/cs/",
            "url": "https://weblate.rikka.app/api/translations/libraries/core/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 16,
            "translated": 7,
            "translated_words": 16,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2024-01-19T16:36:46.429135Z",
            "last_author": "x10102",
            "repository_url": "https://weblate.rikka.app/api/translations/libraries/core/cs/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/libraries/core/cs/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/libraries/core/cs/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/libraries/core/cs/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/libraries/core/cs/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 64,
                    "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": 1303174280,
                "web_url": "https://weblate.rikka.app/languages/cs/",
                "url": "https://weblate.rikka.app/api/languages/cs/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "RikkaX",
                "slug": "glossary",
                "id": 12,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "RikkaX",
                    "slug": "libraries",
                    "id": 4,
                    "web": "https://github.com/RikkaApps/RikkaX",
                    "web_url": "https://weblate.rikka.app/projects/libraries/",
                    "url": "https://weblate.rikka.app/api/projects/libraries/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/libraries/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/libraries/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/libraries/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/libraries/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/libraries/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://weblate.rikka.app/git/libraries/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/libraries/glossary/",
                "url": "https://weblate.rikka.app/api/components/libraries/glossary/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/libraries/glossary/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/libraries/glossary/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/libraries/glossary/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/libraries/glossary/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/libraries/glossary/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/libraries/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": 564,
            "filename": "cs.tbx",
            "revision": "86628465d484ffaccc45b95614d8aae6ce28bfa8",
            "web_url": "https://weblate.rikka.app/projects/libraries/glossary/cs/",
            "share_url": "https://weblate.rikka.app/engage/libraries/cs/",
            "translate_url": "https://weblate.rikka.app/translate/libraries/glossary/cs/",
            "url": "https://weblate.rikka.app/api/translations/libraries/glossary/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 6,
            "translated": 3,
            "translated_words": 3,
            "translated_percent": 60.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.rikka.app/api/translations/libraries/glossary/cs/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/libraries/glossary/cs/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/libraries/glossary/cs/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/libraries/glossary/cs/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/libraries/glossary/cs/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 64,
                    "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": 1303174280,
                "web_url": "https://weblate.rikka.app/languages/cs/",
                "url": "https://weblate.rikka.app/api/languages/cs/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "chooser",
                "slug": "chooser",
                "id": 6,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "RikkaX",
                    "slug": "libraries",
                    "id": 4,
                    "web": "https://github.com/RikkaApps/RikkaX",
                    "web_url": "https://weblate.rikka.app/projects/libraries/",
                    "url": "https://weblate.rikka.app/api/projects/libraries/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/libraries/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/libraries/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/libraries/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/libraries/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/libraries/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://weblate.rikka.app/git/libraries/chooser/",
                "branch": "master",
                "push_branch": "",
                "filemask": "*.xml",
                "template": "en.xml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/libraries/chooser/",
                "url": "https://weblate.rikka.app/api/components/libraries/chooser/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/libraries/chooser/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/libraries/chooser/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/libraries/chooser/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/libraries/chooser/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/libraries/chooser/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/libraries/chooser/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.rikka.app/api/addons/7/?format=api",
                    "https://weblate.rikka.app/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "cs",
            "id": 565,
            "filename": "cs.xml",
            "revision": "7120a6407f32d0df8beb413ec1a76999205145cb,3d294197b45d8eda581d80ad42b8eb59933a52b7",
            "web_url": "https://weblate.rikka.app/projects/libraries/chooser/cs/",
            "share_url": "https://weblate.rikka.app/engage/libraries/cs/",
            "translate_url": "https://weblate.rikka.app/translate/libraries/chooser/cs/",
            "url": "https://weblate.rikka.app/api/translations/libraries/chooser/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 6,
            "translated": 1,
            "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": 1,
            "have_comment": 0,
            "last_change": "2024-07-11T09:39:26.596697Z",
            "last_author": "lzsa4",
            "repository_url": "https://weblate.rikka.app/api/translations/libraries/chooser/cs/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/libraries/chooser/cs/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/libraries/chooser/cs/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/libraries/chooser/cs/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/libraries/chooser/cs/units/?format=api"
        },
        {
            "language": {
                "code": "ms",
                "name": "Malay",
                "plural": {
                    "id": 218,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "may",
                    "msa"
                ],
                "direction": "ltr",
                "population": 3405049705,
                "web_url": "https://weblate.rikka.app/languages/ms/",
                "url": "https://weblate.rikka.app/api/languages/ms/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/ms/statistics/?format=api"
            },
            "component": {
                "name": "Application",
                "slug": "application",
                "id": 23,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "App Ops",
                    "slug": "app-ops",
                    "id": 5,
                    "web": "https://appops.rikka.app",
                    "web_url": "https://weblate.rikka.app/projects/app-ops/",
                    "url": "https://weblate.rikka.app/api/projects/app-ops/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/app-ops/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/app-ops/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/app-ops/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/app-ops/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/app-ops/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:RikkaApps/AppOps-Localization.git",
                "git_export": "https://weblate.rikka.app/git/app-ops/application/",
                "branch": "master",
                "push_branch": "master",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/app-ops/application/",
                "url": "https://weblate.rikka.app/api/components/app-ops/application/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/app-ops/application/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/app-ops/application/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/app-ops/application/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/app-ops/application/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/app-ops/application/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/app-ops/application/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:RikkaApps/AppOps-Localization.git",
                "check_flags": "java-format",
                "priority": 100,
                "enforced_checks": [
                    "java_format",
                    "java_printf_format",
                    "escaped_newline",
                    "end_ellipsis",
                    "ellipsis",
                    "zero-width-space"
                ],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.rikka.app/api/addons/24/?format=api",
                    "https://weblate.rikka.app/api/addons/23/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "ms",
            "id": 566,
            "filename": "app/src/main/res/values-ms/strings.xml",
            "revision": "5dfc14c86f79cf43fd4fb9570222b9ee0e518919,8f71e43117eea21811601da4c9a6935ee80885a4",
            "web_url": "https://weblate.rikka.app/projects/app-ops/application/ms/",
            "share_url": "https://weblate.rikka.app/engage/app-ops/ms/",
            "translate_url": "https://weblate.rikka.app/translate/app-ops/application/ms/",
            "url": "https://weblate.rikka.app/api/translations/app-ops/application/ms/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 441,
            "total_words": 2895,
            "translated": 134,
            "translated_words": 797,
            "translated_percent": 30.3,
            "fuzzy": 1,
            "fuzzy_words": 100,
            "fuzzy_percent": 0.2,
            "failing_checks": 2,
            "failing_checks_words": 122,
            "failing_checks_percent": 0.4,
            "have_suggestion": 3,
            "have_comment": 0,
            "last_change": "2024-10-12T13:34:09.858709Z",
            "last_author": "VinnVinxi",
            "repository_url": "https://weblate.rikka.app/api/translations/app-ops/application/ms/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/app-ops/application/ms/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/app-ops/application/ms/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/app-ops/application/ms/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/app-ops/application/ms/units/?format=api"
        },
        {
            "language": {
                "code": "ms",
                "name": "Malay",
                "plural": {
                    "id": 218,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "may",
                    "msa"
                ],
                "direction": "ltr",
                "population": 3405049705,
                "web_url": "https://weblate.rikka.app/languages/ms/",
                "url": "https://weblate.rikka.app/api/languages/ms/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/ms/statistics/?format=api"
            },
            "component": {
                "name": "App Ops",
                "slug": "glossary",
                "id": 15,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "App Ops",
                    "slug": "app-ops",
                    "id": 5,
                    "web": "https://appops.rikka.app",
                    "web_url": "https://weblate.rikka.app/projects/app-ops/",
                    "url": "https://weblate.rikka.app/api/projects/app-ops/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/app-ops/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/app-ops/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/app-ops/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/app-ops/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/app-ops/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.rikka.app/git/app-ops/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/app-ops/glossary/",
                "url": "https://weblate.rikka.app/api/components/app-ops/glossary/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/app-ops/glossary/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/app-ops/glossary/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/app-ops/glossary/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/app-ops/glossary/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/app-ops/glossary/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/app-ops/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": "ms",
            "id": 567,
            "filename": "ms.tbx",
            "revision": "cedf15fd51507797b1a55279c300efb8ceec8aaf",
            "web_url": "https://weblate.rikka.app/projects/app-ops/glossary/ms/",
            "share_url": "https://weblate.rikka.app/engage/app-ops/ms/",
            "translate_url": "https://weblate.rikka.app/translate/app-ops/glossary/ms/",
            "url": "https://weblate.rikka.app/api/translations/app-ops/glossary/ms/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 63,
            "total_words": 91,
            "translated": 60,
            "translated_words": 82,
            "translated_percent": 95.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": "2024-03-02T21:07:41.289020Z",
            "last_author": "Void",
            "repository_url": "https://weblate.rikka.app/api/translations/app-ops/glossary/ms/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/app-ops/glossary/ms/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/app-ops/glossary/ms/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/app-ops/glossary/ms/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/app-ops/glossary/ms/units/?format=api"
        },
        {
            "language": {
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 287,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "svk",
                    "sky",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "population": 668229877,
                "web_url": "https://weblate.rikka.app/languages/sk/",
                "url": "https://weblate.rikka.app/api/languages/sk/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/sk/statistics/?format=api"
            },
            "component": {
                "name": "manager",
                "slug": "manager",
                "id": 19,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shizuku",
                    "slug": "shizuku",
                    "id": 6,
                    "web": "https://github.com/RikkaApps/Shizuku",
                    "web_url": "https://weblate.rikka.app/projects/shizuku/",
                    "url": "https://weblate.rikka.app/api/projects/shizuku/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/shizuku/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/shizuku/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/shizuku/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/shizuku/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/shizuku/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:RikkaApps/Shizuku.git",
                "git_export": "https://weblate.rikka.app/git/shizuku/manager/",
                "branch": "master",
                "push_branch": "master",
                "filemask": "manager/src/main/res/values-*/strings.xml",
                "template": "manager/src/main/res/values/strings.xml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/shizuku/manager/",
                "url": "https://weblate.rikka.app/api/components/shizuku/manager/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/shizuku/manager/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/shizuku/manager/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/shizuku/manager/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/shizuku/manager/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/shizuku/manager/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/shizuku/manager/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:RikkaApps/Shizuku.git",
                "check_flags": "java-format",
                "priority": 100,
                "enforced_checks": [
                    "java_format",
                    "java_printf_format",
                    "escaped_newline",
                    "end_ellipsis",
                    "ellipsis",
                    "zero-width-space"
                ],
                "restricted": false,
                "repoweb": "https://github.com/RikkaApps/Shizuku/blob/{{branch}}/{{filename|parentdir}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 2,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "sk",
            "id": 568,
            "filename": "manager/src/main/res/values-sk/strings.xml",
            "revision": "a6b3daec9354f9ae75cdf8d94a67446c6227dd96,5e469e7d09916f7a7b4b743e124004cc0d6c3d33",
            "web_url": "https://weblate.rikka.app/projects/shizuku/manager/sk/",
            "share_url": "https://weblate.rikka.app/engage/shizuku/sk/",
            "translate_url": "https://weblate.rikka.app/translate/shizuku/manager/sk/",
            "url": "https://weblate.rikka.app/api/translations/shizuku/manager/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 122,
            "total_words": 1081,
            "translated": 4,
            "translated_words": 6,
            "translated_percent": 3.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 4,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.rikka.app/api/translations/shizuku/manager/sk/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/shizuku/manager/sk/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/shizuku/manager/sk/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/shizuku/manager/sk/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/shizuku/manager/sk/units/?format=api"
        },
        {
            "language": {
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 287,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "svk",
                    "sky",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "population": 668229877,
                "web_url": "https://weblate.rikka.app/languages/sk/",
                "url": "https://weblate.rikka.app/api/languages/sk/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/sk/statistics/?format=api"
            },
            "component": {
                "name": "Shizuku",
                "slug": "glossary",
                "id": 14,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shizuku",
                    "slug": "shizuku",
                    "id": 6,
                    "web": "https://github.com/RikkaApps/Shizuku",
                    "web_url": "https://weblate.rikka.app/projects/shizuku/",
                    "url": "https://weblate.rikka.app/api/projects/shizuku/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/shizuku/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/shizuku/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/shizuku/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/shizuku/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/shizuku/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://weblate.rikka.app/git/shizuku/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/shizuku/glossary/",
                "url": "https://weblate.rikka.app/api/components/shizuku/glossary/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/shizuku/glossary/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/shizuku/glossary/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/shizuku/glossary/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/shizuku/glossary/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/shizuku/glossary/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/shizuku/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": "sk",
            "id": 569,
            "filename": "sk.tbx",
            "revision": "776af7702ee902bcec39a13b4b61713a14938770",
            "web_url": "https://weblate.rikka.app/projects/shizuku/glossary/sk/",
            "share_url": "https://weblate.rikka.app/engage/shizuku/sk/",
            "translate_url": "https://weblate.rikka.app/translate/shizuku/glossary/sk/",
            "url": "https://weblate.rikka.app/api/translations/shizuku/glossary/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 65,
            "total_words": 236,
            "translated": 51,
            "translated_words": 203,
            "translated_percent": 78.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 3,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/sk/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/sk/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/sk/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/sk/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/sk/units/?format=api"
        },
        {
            "language": {
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 258,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 19005077000,
                "web_url": "https://weblate.rikka.app/languages/pt_BR/",
                "url": "https://weblate.rikka.app/api/languages/pt_BR/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "Application",
                "slug": "application",
                "id": 24,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "TakoStats",
                    "slug": "takostats",
                    "id": 10,
                    "web": "https://github.com/RikkaApps/TakoStats",
                    "web_url": "https://weblate.rikka.app/projects/takostats/",
                    "url": "https://weblate.rikka.app/api/projects/takostats/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/takostats/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/takostats/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/takostats/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/takostats/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/takostats/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:RikkaApps/TakoStats.git",
                "git_export": "https://weblate.rikka.app/git/takostats/application/",
                "branch": "master",
                "push_branch": "master",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/takostats/application/",
                "url": "https://weblate.rikka.app/api/components/takostats/application/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/takostats/application/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/takostats/application/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/takostats/application/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/takostats/application/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/takostats/application/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/takostats/application/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "android",
                "push": "[email protected]:RikkaApps/TakoStats.git",
                "check_flags": "java-format",
                "priority": 100,
                "enforced_checks": [
                    "java_format",
                    "java_printf_format",
                    "escaped_newline",
                    "end_ellipsis",
                    "ellipsis"
                ],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "[email protected]",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.rikka.app/api/addons/26/?format=api",
                    "https://weblate.rikka.app/api/addons/25/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pt-rBR",
            "id": 570,
            "filename": "app/src/main/res/values-pt-rBR/strings.xml",
            "revision": "e27720bf0c042172a08c508f89c96c68b2512d1a,a156a066fa1ad8de2c51ade3170400b055e99608",
            "web_url": "https://weblate.rikka.app/projects/takostats/application/pt_BR/",
            "share_url": "https://weblate.rikka.app/engage/takostats/pt_BR/",
            "translate_url": "https://weblate.rikka.app/translate/takostats/application/pt_BR/",
            "url": "https://weblate.rikka.app/api/translations/takostats/application/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 832,
            "translated": 145,
            "translated_words": 832,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-07-09T01:27:21.809086Z",
            "last_author": "igor",
            "repository_url": "https://weblate.rikka.app/api/translations/takostats/application/pt_BR/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/takostats/application/pt_BR/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/takostats/application/pt_BR/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/takostats/application/pt_BR/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/takostats/application/pt_BR/units/?format=api"
        },
        {
            "language": {
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 258,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 19005077000,
                "web_url": "https://weblate.rikka.app/languages/pt_BR/",
                "url": "https://weblate.rikka.app/api/languages/pt_BR/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "TakoStats",
                "slug": "glossary",
                "id": 25,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "TakoStats",
                    "slug": "takostats",
                    "id": 10,
                    "web": "https://github.com/RikkaApps/TakoStats",
                    "web_url": "https://weblate.rikka.app/projects/takostats/",
                    "url": "https://weblate.rikka.app/api/projects/takostats/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/takostats/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/takostats/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/takostats/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/takostats/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/takostats/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://weblate.rikka.app/git/takostats/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/takostats/glossary/",
                "url": "https://weblate.rikka.app/api/components/takostats/glossary/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/takostats/glossary/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/takostats/glossary/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/takostats/glossary/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/takostats/glossary/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/takostats/glossary/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/takostats/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": 571,
            "filename": "pt_BR.tbx",
            "revision": "6a4be6ad47baac96e7d72a50910a18a7cae2522e",
            "web_url": "https://weblate.rikka.app/projects/takostats/glossary/pt_BR/",
            "share_url": "https://weblate.rikka.app/engage/takostats/pt_BR/",
            "translate_url": "https://weblate.rikka.app/translate/takostats/glossary/pt_BR/",
            "url": "https://weblate.rikka.app/api/translations/takostats/glossary/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 4,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.rikka.app/api/translations/takostats/glossary/pt_BR/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/takostats/glossary/pt_BR/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/takostats/glossary/pt_BR/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/takostats/glossary/pt_BR/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/takostats/glossary/pt_BR/units/?format=api"
        },
        {
            "language": {
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 226,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "norwegian",
                    "no_nb",
                    "nb_nb",
                    "no_no",
                    "no",
                    "nb",
                    "nob",
                    "nor"
                ],
                "direction": "ltr",
                "population": 537219000,
                "web_url": "https://weblate.rikka.app/languages/nb_NO/",
                "url": "https://weblate.rikka.app/api/languages/nb_NO/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/nb_NO/statistics/?format=api"
            },
            "component": {
                "name": "Application",
                "slug": "application",
                "id": 23,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "App Ops",
                    "slug": "app-ops",
                    "id": 5,
                    "web": "https://appops.rikka.app",
                    "web_url": "https://weblate.rikka.app/projects/app-ops/",
                    "url": "https://weblate.rikka.app/api/projects/app-ops/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/app-ops/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/app-ops/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/app-ops/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/app-ops/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/app-ops/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:RikkaApps/AppOps-Localization.git",
                "git_export": "https://weblate.rikka.app/git/app-ops/application/",
                "branch": "master",
                "push_branch": "master",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/app-ops/application/",
                "url": "https://weblate.rikka.app/api/components/app-ops/application/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/app-ops/application/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/app-ops/application/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/app-ops/application/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/app-ops/application/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/app-ops/application/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/app-ops/application/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:RikkaApps/AppOps-Localization.git",
                "check_flags": "java-format",
                "priority": 100,
                "enforced_checks": [
                    "java_format",
                    "java_printf_format",
                    "escaped_newline",
                    "end_ellipsis",
                    "ellipsis",
                    "zero-width-space"
                ],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.rikka.app/api/addons/24/?format=api",
                    "https://weblate.rikka.app/api/addons/23/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "nb-rNO",
            "id": 572,
            "filename": "app/src/main/res/values-nb-rNO/strings.xml",
            "revision": "997ea8cb5c47d664637f849932084390364ca43b,8f71e43117eea21811601da4c9a6935ee80885a4",
            "web_url": "https://weblate.rikka.app/projects/app-ops/application/nb_NO/",
            "share_url": "https://weblate.rikka.app/engage/app-ops/nb_NO/",
            "translate_url": "https://weblate.rikka.app/translate/app-ops/application/nb_NO/",
            "url": "https://weblate.rikka.app/api/translations/app-ops/application/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 441,
            "total_words": 2895,
            "translated": 27,
            "translated_words": 192,
            "translated_percent": 6.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2024-04-05T17:31:24.081566Z",
            "last_author": "operaroblox9441",
            "repository_url": "https://weblate.rikka.app/api/translations/app-ops/application/nb_NO/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/app-ops/application/nb_NO/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/app-ops/application/nb_NO/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/app-ops/application/nb_NO/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/app-ops/application/nb_NO/units/?format=api"
        },
        {
            "language": {
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 226,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "norwegian",
                    "no_nb",
                    "nb_nb",
                    "no_no",
                    "no",
                    "nb",
                    "nob",
                    "nor"
                ],
                "direction": "ltr",
                "population": 537219000,
                "web_url": "https://weblate.rikka.app/languages/nb_NO/",
                "url": "https://weblate.rikka.app/api/languages/nb_NO/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/nb_NO/statistics/?format=api"
            },
            "component": {
                "name": "App Ops",
                "slug": "glossary",
                "id": 15,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "App Ops",
                    "slug": "app-ops",
                    "id": 5,
                    "web": "https://appops.rikka.app",
                    "web_url": "https://weblate.rikka.app/projects/app-ops/",
                    "url": "https://weblate.rikka.app/api/projects/app-ops/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/app-ops/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/app-ops/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/app-ops/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/app-ops/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/app-ops/languages/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://weblate.rikka.app/git/app-ops/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/app-ops/glossary/",
                "url": "https://weblate.rikka.app/api/components/app-ops/glossary/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/app-ops/glossary/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/app-ops/glossary/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/app-ops/glossary/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/app-ops/glossary/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/app-ops/glossary/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/app-ops/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": 573,
            "filename": "nb_NO.tbx",
            "revision": "e30663c9e5947ca3a639baa0a2e61c73eac0109b",
            "web_url": "https://weblate.rikka.app/projects/app-ops/glossary/nb_NO/",
            "share_url": "https://weblate.rikka.app/engage/app-ops/nb_NO/",
            "translate_url": "https://weblate.rikka.app/translate/app-ops/glossary/nb_NO/",
            "url": "https://weblate.rikka.app/api/translations/app-ops/glossary/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 63,
            "total_words": 91,
            "translated": 1,
            "translated_words": 3,
            "translated_percent": 1.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.rikka.app/api/translations/app-ops/glossary/nb_NO/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/app-ops/glossary/nb_NO/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/app-ops/glossary/nb_NO/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/app-ops/glossary/nb_NO/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/app-ops/glossary/nb_NO/units/?format=api"
        },
        {
            "language": {
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 91,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 48180693008,
                "web_url": "https://weblate.rikka.app/languages/es/",
                "url": "https://weblate.rikka.app/api/languages/es/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Application",
                "slug": "application",
                "id": 24,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "TakoStats",
                    "slug": "takostats",
                    "id": 10,
                    "web": "https://github.com/RikkaApps/TakoStats",
                    "web_url": "https://weblate.rikka.app/projects/takostats/",
                    "url": "https://weblate.rikka.app/api/projects/takostats/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/takostats/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/takostats/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/takostats/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/takostats/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/takostats/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:RikkaApps/TakoStats.git",
                "git_export": "https://weblate.rikka.app/git/takostats/application/",
                "branch": "master",
                "push_branch": "master",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/takostats/application/",
                "url": "https://weblate.rikka.app/api/components/takostats/application/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/takostats/application/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/takostats/application/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/takostats/application/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/takostats/application/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/takostats/application/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/takostats/application/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "android",
                "push": "[email protected]:RikkaApps/TakoStats.git",
                "check_flags": "java-format",
                "priority": 100,
                "enforced_checks": [
                    "java_format",
                    "java_printf_format",
                    "escaped_newline",
                    "end_ellipsis",
                    "ellipsis"
                ],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "[email protected]",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.rikka.app/api/addons/26/?format=api",
                    "https://weblate.rikka.app/api/addons/25/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "es",
            "id": 574,
            "filename": "app/src/main/res/values-es/strings.xml",
            "revision": "07997a8294d95d8a5c44390c5f09d9e8cd04ddc2,a156a066fa1ad8de2c51ade3170400b055e99608",
            "web_url": "https://weblate.rikka.app/projects/takostats/application/es/",
            "share_url": "https://weblate.rikka.app/engage/takostats/es/",
            "translate_url": "https://weblate.rikka.app/translate/takostats/application/es/",
            "url": "https://weblate.rikka.app/api/translations/takostats/application/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 145,
            "total_words": 832,
            "translated": 145,
            "translated_words": 832,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 4,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-18T07:02:02.714217Z",
            "last_author": "danneko1",
            "repository_url": "https://weblate.rikka.app/api/translations/takostats/application/es/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/takostats/application/es/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/takostats/application/es/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/takostats/application/es/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/takostats/application/es/units/?format=api"
        },
        {
            "language": {
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 91,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 48180693008,
                "web_url": "https://weblate.rikka.app/languages/es/",
                "url": "https://weblate.rikka.app/api/languages/es/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "TakoStats",
                "slug": "glossary",
                "id": 25,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "TakoStats",
                    "slug": "takostats",
                    "id": 10,
                    "web": "https://github.com/RikkaApps/TakoStats",
                    "web_url": "https://weblate.rikka.app/projects/takostats/",
                    "url": "https://weblate.rikka.app/api/projects/takostats/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/takostats/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/takostats/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/takostats/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/takostats/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/takostats/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://weblate.rikka.app/git/takostats/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/takostats/glossary/",
                "url": "https://weblate.rikka.app/api/components/takostats/glossary/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/takostats/glossary/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/takostats/glossary/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/takostats/glossary/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/takostats/glossary/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/takostats/glossary/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/takostats/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": 575,
            "filename": "es.tbx",
            "revision": "a6340e42a46465e0a760e79d8d8f3fd90fc303df",
            "web_url": "https://weblate.rikka.app/projects/takostats/glossary/es/",
            "share_url": "https://weblate.rikka.app/engage/takostats/es/",
            "translate_url": "https://weblate.rikka.app/translate/takostats/glossary/es/",
            "url": "https://weblate.rikka.app/api/translations/takostats/glossary/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 4,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.rikka.app/api/translations/takostats/glossary/es/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/takostats/glossary/es/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/takostats/glossary/es/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/takostats/glossary/es/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/takostats/glossary/es/units/?format=api"
        },
        {
            "language": {
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 109,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin"
                ],
                "direction": "ltr",
                "population": 570437606,
                "web_url": "https://weblate.rikka.app/languages/fi/",
                "url": "https://weblate.rikka.app/api/languages/fi/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/fi/statistics/?format=api"
            },
            "component": {
                "name": "manager",
                "slug": "manager",
                "id": 19,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shizuku",
                    "slug": "shizuku",
                    "id": 6,
                    "web": "https://github.com/RikkaApps/Shizuku",
                    "web_url": "https://weblate.rikka.app/projects/shizuku/",
                    "url": "https://weblate.rikka.app/api/projects/shizuku/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/shizuku/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/shizuku/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/shizuku/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/shizuku/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/shizuku/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:RikkaApps/Shizuku.git",
                "git_export": "https://weblate.rikka.app/git/shizuku/manager/",
                "branch": "master",
                "push_branch": "master",
                "filemask": "manager/src/main/res/values-*/strings.xml",
                "template": "manager/src/main/res/values/strings.xml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/shizuku/manager/",
                "url": "https://weblate.rikka.app/api/components/shizuku/manager/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/shizuku/manager/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/shizuku/manager/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/shizuku/manager/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/shizuku/manager/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/shizuku/manager/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/shizuku/manager/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:RikkaApps/Shizuku.git",
                "check_flags": "java-format",
                "priority": 100,
                "enforced_checks": [
                    "java_format",
                    "java_printf_format",
                    "escaped_newline",
                    "end_ellipsis",
                    "ellipsis",
                    "zero-width-space"
                ],
                "restricted": false,
                "repoweb": "https://github.com/RikkaApps/Shizuku/blob/{{branch}}/{{filename|parentdir}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 2,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "fi",
            "id": 576,
            "filename": "manager/src/main/res/values-fi/strings.xml",
            "revision": "a6b3daec9354f9ae75cdf8d94a67446c6227dd96,5e469e7d09916f7a7b4b743e124004cc0d6c3d33",
            "web_url": "https://weblate.rikka.app/projects/shizuku/manager/fi/",
            "share_url": "https://weblate.rikka.app/engage/shizuku/fi/",
            "translate_url": "https://weblate.rikka.app/translate/shizuku/manager/fi/",
            "url": "https://weblate.rikka.app/api/translations/shizuku/manager/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 122,
            "total_words": 1081,
            "translated": 4,
            "translated_words": 6,
            "translated_percent": 3.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.rikka.app/api/translations/shizuku/manager/fi/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/shizuku/manager/fi/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/shizuku/manager/fi/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/shizuku/manager/fi/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/shizuku/manager/fi/units/?format=api"
        },
        {
            "language": {
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 109,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin"
                ],
                "direction": "ltr",
                "population": 570437606,
                "web_url": "https://weblate.rikka.app/languages/fi/",
                "url": "https://weblate.rikka.app/api/languages/fi/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/fi/statistics/?format=api"
            },
            "component": {
                "name": "Shizuku",
                "slug": "glossary",
                "id": 14,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shizuku",
                    "slug": "shizuku",
                    "id": 6,
                    "web": "https://github.com/RikkaApps/Shizuku",
                    "web_url": "https://weblate.rikka.app/projects/shizuku/",
                    "url": "https://weblate.rikka.app/api/projects/shizuku/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/shizuku/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/shizuku/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/shizuku/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/shizuku/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/shizuku/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://weblate.rikka.app/git/shizuku/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/shizuku/glossary/",
                "url": "https://weblate.rikka.app/api/components/shizuku/glossary/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/shizuku/glossary/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/shizuku/glossary/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/shizuku/glossary/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/shizuku/glossary/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/shizuku/glossary/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/shizuku/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": "fi",
            "id": 577,
            "filename": "fi.tbx",
            "revision": "60dac5fe9031150c1e2a292632af13fa8047bcac",
            "web_url": "https://weblate.rikka.app/projects/shizuku/glossary/fi/",
            "share_url": "https://weblate.rikka.app/engage/shizuku/fi/",
            "translate_url": "https://weblate.rikka.app/translate/shizuku/glossary/fi/",
            "url": "https://weblate.rikka.app/api/translations/shizuku/glossary/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 66,
            "total_words": 239,
            "translated": 12,
            "translated_words": 48,
            "translated_percent": 18.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2024-06-02T11:52:37.863896Z",
            "last_author": "Jera",
            "repository_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/fi/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/fi/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/fi/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/fi/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/fi/units/?format=api"
        },
        {
            "language": {
                "code": "ckb",
                "name": "Kurdish (Central)",
                "plural": {
                    "id": 58,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "rtl",
                "population": 1127680330,
                "web_url": "https://weblate.rikka.app/languages/ckb/",
                "url": "https://weblate.rikka.app/api/languages/ckb/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/ckb/statistics/?format=api"
            },
            "component": {
                "name": "manager",
                "slug": "manager",
                "id": 19,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shizuku",
                    "slug": "shizuku",
                    "id": 6,
                    "web": "https://github.com/RikkaApps/Shizuku",
                    "web_url": "https://weblate.rikka.app/projects/shizuku/",
                    "url": "https://weblate.rikka.app/api/projects/shizuku/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/shizuku/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/shizuku/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/shizuku/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/shizuku/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/shizuku/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:RikkaApps/Shizuku.git",
                "git_export": "https://weblate.rikka.app/git/shizuku/manager/",
                "branch": "master",
                "push_branch": "master",
                "filemask": "manager/src/main/res/values-*/strings.xml",
                "template": "manager/src/main/res/values/strings.xml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/shizuku/manager/",
                "url": "https://weblate.rikka.app/api/components/shizuku/manager/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/shizuku/manager/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/shizuku/manager/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/shizuku/manager/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/shizuku/manager/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/shizuku/manager/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/shizuku/manager/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:RikkaApps/Shizuku.git",
                "check_flags": "java-format",
                "priority": 100,
                "enforced_checks": [
                    "java_format",
                    "java_printf_format",
                    "escaped_newline",
                    "end_ellipsis",
                    "ellipsis",
                    "zero-width-space"
                ],
                "restricted": false,
                "repoweb": "https://github.com/RikkaApps/Shizuku/blob/{{branch}}/{{filename|parentdir}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 2,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "ckb",
            "id": 578,
            "filename": "manager/src/main/res/values-ckb/strings.xml",
            "revision": "a6b3daec9354f9ae75cdf8d94a67446c6227dd96,5e469e7d09916f7a7b4b743e124004cc0d6c3d33",
            "web_url": "https://weblate.rikka.app/projects/shizuku/manager/ckb/",
            "share_url": "https://weblate.rikka.app/engage/shizuku/ckb/",
            "translate_url": "https://weblate.rikka.app/translate/shizuku/manager/ckb/",
            "url": "https://weblate.rikka.app/api/translations/shizuku/manager/ckb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 122,
            "total_words": 1081,
            "translated": 4,
            "translated_words": 6,
            "translated_percent": 3.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": null,
            "last_author": null,
            "repository_url": "https://weblate.rikka.app/api/translations/shizuku/manager/ckb/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/shizuku/manager/ckb/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/shizuku/manager/ckb/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/shizuku/manager/ckb/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/shizuku/manager/ckb/units/?format=api"
        },
        {
            "language": {
                "code": "ckb",
                "name": "Kurdish (Central)",
                "plural": {
                    "id": 58,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "rtl",
                "population": 1127680330,
                "web_url": "https://weblate.rikka.app/languages/ckb/",
                "url": "https://weblate.rikka.app/api/languages/ckb/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/ckb/statistics/?format=api"
            },
            "component": {
                "name": "Shizuku",
                "slug": "glossary",
                "id": 14,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Shizuku",
                    "slug": "shizuku",
                    "id": 6,
                    "web": "https://github.com/RikkaApps/Shizuku",
                    "web_url": "https://weblate.rikka.app/projects/shizuku/",
                    "url": "https://weblate.rikka.app/api/projects/shizuku/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/shizuku/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/shizuku/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/shizuku/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/shizuku/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/shizuku/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://weblate.rikka.app/git/shizuku/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/shizuku/glossary/",
                "url": "https://weblate.rikka.app/api/components/shizuku/glossary/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/shizuku/glossary/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/shizuku/glossary/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/shizuku/glossary/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/shizuku/glossary/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/shizuku/glossary/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/shizuku/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": "ckb",
            "id": 579,
            "filename": "ckb.tbx",
            "revision": "25ced16a66f767cf70185a06c106ab0e86b7cb9a",
            "web_url": "https://weblate.rikka.app/projects/shizuku/glossary/ckb/",
            "share_url": "https://weblate.rikka.app/engage/shizuku/ckb/",
            "translate_url": "https://weblate.rikka.app/translate/shizuku/glossary/ckb/",
            "url": "https://weblate.rikka.app/api/translations/shizuku/glossary/ckb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 65,
            "total_words": 236,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/ckb/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/ckb/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/ckb/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/ckb/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/shizuku/glossary/ckb/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 64,
                    "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": 1303174280,
                "web_url": "https://weblate.rikka.app/languages/cs/",
                "url": "https://weblate.rikka.app/api/languages/cs/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "help",
                "slug": "help",
                "id": 7,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 80,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 159034349015,
                    "web_url": "https://weblate.rikka.app/languages/en/",
                    "url": "https://weblate.rikka.app/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "RikkaX",
                    "slug": "libraries",
                    "id": 4,
                    "web": "https://github.com/RikkaApps/RikkaX",
                    "web_url": "https://weblate.rikka.app/projects/libraries/",
                    "url": "https://weblate.rikka.app/api/projects/libraries/?format=api",
                    "components_list_url": "https://weblate.rikka.app/api/projects/libraries/components/?format=api",
                    "repository_url": "https://weblate.rikka.app/api/projects/libraries/repository/?format=api",
                    "statistics_url": "https://weblate.rikka.app/api/projects/libraries/statistics/?format=api",
                    "changes_list_url": "https://weblate.rikka.app/api/projects/libraries/changes/?format=api",
                    "languages_url": "https://weblate.rikka.app/api/projects/libraries/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://weblate.rikka.app/git/libraries/help/",
                "branch": "master",
                "push_branch": "",
                "filemask": "*.xml",
                "template": "en.xml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "Apache-2.0",
                "license_url": "https://spdx.org/licenses/Apache-2.0.html",
                "agreement": "",
                "web_url": "https://weblate.rikka.app/projects/libraries/help/",
                "url": "https://weblate.rikka.app/api/components/libraries/help/?format=api",
                "repository_url": "https://weblate.rikka.app/api/components/libraries/help/repository/?format=api",
                "translations_url": "https://weblate.rikka.app/api/components/libraries/help/translations/?format=api",
                "statistics_url": "https://weblate.rikka.app/api/components/libraries/help/statistics/?format=api",
                "lock_url": "https://weblate.rikka.app/api/components/libraries/help/lock/?format=api",
                "links_url": "https://weblate.rikka.app/api/components/libraries/help/links/?format=api",
                "changes_list_url": "https://weblate.rikka.app/api/components/libraries/help/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "cs",
            "id": 580,
            "filename": "cs.xml",
            "revision": "e4c061b20c7318c859c32240951b56f7ed183bcd,34756896597a3a7511578579793d8588c0e3f8f7",
            "web_url": "https://weblate.rikka.app/projects/libraries/help/cs/",
            "share_url": "https://weblate.rikka.app/engage/libraries/cs/",
            "translate_url": "https://weblate.rikka.app/translate/libraries/help/cs/",
            "url": "https://weblate.rikka.app/api/translations/libraries/help/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 7,
            "total_words": 18,
            "translated": 7,
            "translated_words": 18,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-07-11T09:38:59.391289Z",
            "last_author": "lzsa4",
            "repository_url": "https://weblate.rikka.app/api/translations/libraries/help/cs/repository/?format=api",
            "file_url": "https://weblate.rikka.app/api/translations/libraries/help/cs/file/?format=api",
            "statistics_url": "https://weblate.rikka.app/api/translations/libraries/help/cs/statistics/?format=api",
            "changes_list_url": "https://weblate.rikka.app/api/translations/libraries/help/cs/changes/?format=api",
            "units_list_url": "https://weblate.rikka.app/api/translations/libraries/help/cs/units/?format=api"
        }
    ]
}