Translation components API.

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

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

{
    "count": 137504,
    "next": "https://hosted.weblate.org/api/translations/?format=api&page=2744",
    "previous": "https://hosted.weblate.org/api/translations/?format=api&page=2742",
    "results": [
        {
            "language": {
                "id": 207,
                "code": "cr",
                "name": "Cree",
                "plural": {
                    "id": 64,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "cre",
                    "cwd"
                ],
                "direction": "ltr",
                "population": 9046,
                "web_url": "https://hosted.weblate.org/languages/cr/",
                "url": "https://hosted.weblate.org/api/languages/cr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/cr/statistics/?format=api"
            },
            "component": {
                "name": "Myaamia",
                "slug": "glossary",
                "id": 29612,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Myaamia",
                    "slug": "Myaamia",
                    "id": 5495,
                    "web": "https://github.com/necrose99/Myaamia",
                    "web_url": "https://hosted.weblate.org/projects/Myaamia/",
                    "url": "https://hosted.weblate.org/api/projects/Myaamia/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/Myaamia/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/Myaamia/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/Myaamia/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/Myaamia/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/Myaamia/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/Myaamia/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/Myaamia/labels/?format=api",
                    "translation_review": true,
                    "source_review": true,
                    "set_language_team": true,
                    "instructions": "https://mc.miamioh.edu/ilda-myaamia/dictionary\r\n\r\nbuilding dictionaries etc for open source apps local is MIA , \r\n\r\nour tribes Language revitalization efforts doing my bit to lean practice etc ... \r\nhunspell TMX files for ai or the like or even to use in other weblate projects have at ye..",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hosted.weblate.org/git/Myaamia/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/Myaamia/glossary/",
                "url": "https://hosted.weblate.org/api/components/Myaamia/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/Myaamia/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/Myaamia/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/Myaamia/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/Myaamia/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/Myaamia/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/Myaamia/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 }}\" add-on 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": [
                    "https://hosted.weblate.org/api/addons/15747/?format=api",
                    "https://hosted.weblate.org/api/addons/15748/?format=api",
                    "https://hosted.weblate.org/api/addons/15749/?format=api",
                    "https://hosted.weblate.org/api/addons/15750/?format=api",
                    "https://hosted.weblate.org/api/addons/15751/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "cr",
            "id": 1464554,
            "filename": "cr.tbx",
            "revision": "15d829b35fb1721b537644bf1ebc9cbf35abe81c",
            "web_url": "https://hosted.weblate.org/projects/Myaamia/glossary/cr/",
            "share_url": "https://hosted.weblate.org/engage/Myaamia/-/cr/",
            "translate_url": "https://hosted.weblate.org/translate/Myaamia/glossary/cr/",
            "url": "https://hosted.weblate.org/api/translations/Myaamia/glossary/cr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 12,
            "total_words": 31,
            "translated": 3,
            "translated_words": 4,
            "translated_percent": 25.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-06-22T07:45:01.907162+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/Myaamia/glossary/cr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/Myaamia/glossary/cr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/Myaamia/glossary/cr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/Myaamia/glossary/cr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/Myaamia/glossary/cr/units/?format=api"
        },
        {
            "language": {
                "id": 206,
                "code": "chr",
                "name": "Cherokee",
                "plural": {
                    "id": 51,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 25613,
                "web_url": "https://hosted.weblate.org/languages/chr/",
                "url": "https://hosted.weblate.org/api/languages/chr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/chr/statistics/?format=api"
            },
            "component": {
                "name": "myaamia-bundle",
                "slug": "myaamia-bundle",
                "id": 29611,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Myaamia",
                    "slug": "Myaamia",
                    "id": 5495,
                    "web": "https://github.com/necrose99/Myaamia",
                    "web_url": "https://hosted.weblate.org/projects/Myaamia/",
                    "url": "https://hosted.weblate.org/api/projects/Myaamia/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/Myaamia/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/Myaamia/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/Myaamia/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/Myaamia/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/Myaamia/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/Myaamia/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/Myaamia/labels/?format=api",
                    "translation_review": true,
                    "source_review": true,
                    "set_language_team": true,
                    "instructions": "https://mc.miamioh.edu/ilda-myaamia/dictionary\r\n\r\nbuilding dictionaries etc for open source apps local is MIA , \r\n\r\nour tribes Language revitalization efforts doing my bit to lean practice etc ... \r\nhunspell TMX files for ai or the like or even to use in other weblate projects have at ye..",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hosted.weblate.org/git/Myaamia/myaamia-bundle/",
                "branch": "main",
                "push_branch": "",
                "filemask": "Myaamia.*.json",
                "screenshot_filemask": "",
                "template": "Myaamia.en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "json-nested",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/Myaamia/myaamia-bundle/",
                "url": "https://hosted.weblate.org/api/components/Myaamia/myaamia-bundle/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/Myaamia/myaamia-bundle/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/Myaamia/myaamia-bundle/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/Myaamia/myaamia-bundle/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/Myaamia/myaamia-bundle/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/Myaamia/myaamia-bundle/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/Myaamia/myaamia-bundle/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/necrose99/Myaamia",
                "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 }}\" add-on in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://hosted.weblate.org/api/addons/15736/?format=api",
                    "https://hosted.weblate.org/api/addons/15737/?format=api",
                    "https://hosted.weblate.org/api/addons/15738/?format=api",
                    "https://hosted.weblate.org/api/addons/15740/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "chr",
            "id": 1464555,
            "filename": "Myaamia.chr.json",
            "revision": "4d8944f49e1c2e6939b2a523f74eff7ff9bb89d3,32168b1fafa7a37418f913cbfaa519b8332eedbd",
            "web_url": "https://hosted.weblate.org/projects/Myaamia/myaamia-bundle/chr/",
            "share_url": "https://hosted.weblate.org/engage/Myaamia/-/chr/",
            "translate_url": "https://hosted.weblate.org/translate/Myaamia/myaamia-bundle/chr/",
            "url": "https://hosted.weblate.org/api/translations/Myaamia/myaamia-bundle/chr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-21T21:45:02.140863+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/Myaamia/myaamia-bundle/chr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/Myaamia/myaamia-bundle/chr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/Myaamia/myaamia-bundle/chr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/Myaamia/myaamia-bundle/chr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/Myaamia/myaamia-bundle/chr/units/?format=api"
        },
        {
            "language": {
                "id": 206,
                "code": "chr",
                "name": "Cherokee",
                "plural": {
                    "id": 51,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 25613,
                "web_url": "https://hosted.weblate.org/languages/chr/",
                "url": "https://hosted.weblate.org/api/languages/chr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/chr/statistics/?format=api"
            },
            "component": {
                "name": "Myaamia",
                "slug": "glossary",
                "id": 29612,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Myaamia",
                    "slug": "Myaamia",
                    "id": 5495,
                    "web": "https://github.com/necrose99/Myaamia",
                    "web_url": "https://hosted.weblate.org/projects/Myaamia/",
                    "url": "https://hosted.weblate.org/api/projects/Myaamia/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/Myaamia/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/Myaamia/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/Myaamia/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/Myaamia/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/Myaamia/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/Myaamia/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/Myaamia/labels/?format=api",
                    "translation_review": true,
                    "source_review": true,
                    "set_language_team": true,
                    "instructions": "https://mc.miamioh.edu/ilda-myaamia/dictionary\r\n\r\nbuilding dictionaries etc for open source apps local is MIA , \r\n\r\nour tribes Language revitalization efforts doing my bit to lean practice etc ... \r\nhunspell TMX files for ai or the like or even to use in other weblate projects have at ye..",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hosted.weblate.org/git/Myaamia/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/Myaamia/glossary/",
                "url": "https://hosted.weblate.org/api/components/Myaamia/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/Myaamia/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/Myaamia/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/Myaamia/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/Myaamia/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/Myaamia/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/Myaamia/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 }}\" add-on 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": [
                    "https://hosted.weblate.org/api/addons/15747/?format=api",
                    "https://hosted.weblate.org/api/addons/15748/?format=api",
                    "https://hosted.weblate.org/api/addons/15749/?format=api",
                    "https://hosted.weblate.org/api/addons/15750/?format=api",
                    "https://hosted.weblate.org/api/addons/15751/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "chr",
            "id": 1464556,
            "filename": "chr.tbx",
            "revision": "612ec6f9b6e42ceecd9068020dec4556b159d9d9",
            "web_url": "https://hosted.weblate.org/projects/Myaamia/glossary/chr/",
            "share_url": "https://hosted.weblate.org/engage/Myaamia/-/chr/",
            "translate_url": "https://hosted.weblate.org/translate/Myaamia/glossary/chr/",
            "url": "https://hosted.weblate.org/api/translations/Myaamia/glossary/chr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 12,
            "total_words": 31,
            "translated": 3,
            "translated_words": 4,
            "translated_percent": 25.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-06-22T07:45:02.363269+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/Myaamia/glossary/chr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/Myaamia/glossary/chr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/Myaamia/glossary/chr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/Myaamia/glossary/chr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/Myaamia/glossary/chr/units/?format=api"
        },
        {
            "language": {
                "id": 25,
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 69,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "da_da",
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "population": 7072056,
                "web_url": "https://hosted.weblate.org/languages/da/",
                "url": "https://hosted.weblate.org/api/languages/da/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/da/statistics/?format=api"
            },
            "component": {
                "name": "Main Translations",
                "slug": "translations",
                "id": 26245,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Wallflow",
                    "slug": "wallflow",
                    "id": 4597,
                    "web": "https://github.com/ammargitham/WallFlow/",
                    "web_url": "https://hosted.weblate.org/projects/wallflow/",
                    "url": "https://hosted.weblate.org/api/projects/wallflow/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/wallflow/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/wallflow/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/wallflow/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/wallflow/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/wallflow/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/wallflow/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/wallflow/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/ammargitham/WallFlow/",
                "git_export": "https://hosted.weblate.org/git/wallflow/translations/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "screenshot_filemask": "",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/wallflow/translations/",
                "url": "https://hosted.weblate.org/api/components/wallflow/translations/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/wallflow/translations/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/wallflow/translations/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/wallflow/translations/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/wallflow/translations/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/wallflow/translations/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/wallflow/translations/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "android",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://hosted.weblate.org/api/addons/12681/?format=api",
                    "https://hosted.weblate.org/api/addons/12682/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "da",
            "id": 1464558,
            "filename": "app/src/main/res/values-da/strings.xml",
            "revision": "2f897bdee0d09ce7fe3b6caf3a9d971e00fea6be,4a7a1c6aa5257e52a66d1095d24234e9fecc3bff",
            "web_url": "https://hosted.weblate.org/projects/wallflow/translations/da/",
            "share_url": "https://hosted.weblate.org/engage/wallflow/-/da/",
            "translate_url": "https://hosted.weblate.org/translate/wallflow/translations/da/",
            "url": "https://hosted.weblate.org/api/translations/wallflow/translations/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 361,
            "total_words": 1103,
            "translated": 318,
            "translated_words": 771,
            "translated_percent": 88.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-18T21:09:30.355167+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wallflow/translations/da/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wallflow/translations/da/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wallflow/translations/da/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wallflow/translations/da/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wallflow/translations/da/units/?format=api"
        },
        {
            "language": {
                "id": 25,
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 69,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "da_da",
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "population": 7072056,
                "web_url": "https://hosted.weblate.org/languages/da/",
                "url": "https://hosted.weblate.org/api/languages/da/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/da/statistics/?format=api"
            },
            "component": {
                "name": "Wallflow",
                "slug": "glossary",
                "id": 26246,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Wallflow",
                    "slug": "wallflow",
                    "id": 4597,
                    "web": "https://github.com/ammargitham/WallFlow/",
                    "web_url": "https://hosted.weblate.org/projects/wallflow/",
                    "url": "https://hosted.weblate.org/api/projects/wallflow/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/wallflow/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/wallflow/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/wallflow/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/wallflow/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/wallflow/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/wallflow/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/wallflow/labels/?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://hosted.weblate.org/git/wallflow/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/wallflow/glossary/",
                "url": "https://hosted.weblate.org/api/components/wallflow/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/wallflow/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/wallflow/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/wallflow/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/wallflow/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/wallflow/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/wallflow/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "da",
            "id": 1464559,
            "filename": "da.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/wallflow/glossary/da/",
            "share_url": "https://hosted.weblate.org/engage/wallflow/-/da/",
            "translate_url": "https://hosted.weblate.org/translate/wallflow/glossary/da/",
            "url": "https://hosted.weblate.org/api/translations/wallflow/glossary/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-17T20:37:24.344789+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/wallflow/glossary/da/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/wallflow/glossary/da/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/wallflow/glossary/da/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/wallflow/glossary/da/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/wallflow/glossary/da/units/?format=api"
        },
        {
            "language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Application",
                "slug": "application",
                "id": 29613,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tipp10",
                    "slug": "tipp10",
                    "id": 5496,
                    "web": "https://gitlab.com/tipp10/tipp10",
                    "web_url": "https://hosted.weblate.org/projects/tipp10/",
                    "url": "https://hosted.weblate.org/api/projects/tipp10/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/tipp10/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/tipp10/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/tipp10/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/tipp10/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/tipp10/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/tipp10/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/tipp10/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://gitlab.com/tipp10/tipp10.git",
                "git_export": "https://hosted.weblate.org/git/tipp10/application/",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/tipp10_*.ts",
                "screenshot_filemask": "",
                "template": "translations/tipp10_en.ts",
                "edit_template": false,
                "intermediate": "",
                "new_base": "translations/tipp10_en.ts",
                "file_format": "ts",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/tipp10/application/",
                "url": "https://hosted.weblate.org/api/components/tipp10/application/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/tipp10/application/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/tipp10/application/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/tipp10/application/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/tipp10/application/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/tipp10/application/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/tipp10/application/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 }}\" add-on in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 1464568,
            "filename": "translations/tipp10_en.ts",
            "revision": "3b9bf27a3a857dfccc8150d4ec97d4c3e2fa8c46,3b9bf27a3a857dfccc8150d4ec97d4c3e2fa8c46",
            "web_url": "https://hosted.weblate.org/projects/tipp10/application/en/",
            "share_url": "https://hosted.weblate.org/engage/tipp10/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/tipp10/application/en/",
            "url": "https://hosted.weblate.org/api/translations/tipp10/application/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 356,
            "total_words": 2581,
            "translated": 356,
            "translated_words": 2581,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 9,
            "failing_checks_words": 402,
            "failing_checks_percent": 2.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-17T23:50:24.742391+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/tipp10/application/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/tipp10/application/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/tipp10/application/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/tipp10/application/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/tipp10/application/en/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 104,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://hosted.weblate.org/languages/de/",
                "url": "https://hosted.weblate.org/api/languages/de/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "Application",
                "slug": "application",
                "id": 29613,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tipp10",
                    "slug": "tipp10",
                    "id": 5496,
                    "web": "https://gitlab.com/tipp10/tipp10",
                    "web_url": "https://hosted.weblate.org/projects/tipp10/",
                    "url": "https://hosted.weblate.org/api/projects/tipp10/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/tipp10/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/tipp10/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/tipp10/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/tipp10/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/tipp10/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/tipp10/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/tipp10/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://gitlab.com/tipp10/tipp10.git",
                "git_export": "https://hosted.weblate.org/git/tipp10/application/",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/tipp10_*.ts",
                "screenshot_filemask": "",
                "template": "translations/tipp10_en.ts",
                "edit_template": false,
                "intermediate": "",
                "new_base": "translations/tipp10_en.ts",
                "file_format": "ts",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/tipp10/application/",
                "url": "https://hosted.weblate.org/api/components/tipp10/application/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/tipp10/application/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/tipp10/application/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/tipp10/application/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/tipp10/application/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/tipp10/application/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/tipp10/application/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 }}\" add-on in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 1464569,
            "filename": "translations/tipp10_de.ts",
            "revision": "33817c85ece9806e3932c8f24eb0e9f170ac4ed4,3b9bf27a3a857dfccc8150d4ec97d4c3e2fa8c46",
            "web_url": "https://hosted.weblate.org/projects/tipp10/application/de/",
            "share_url": "https://hosted.weblate.org/engage/tipp10/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/tipp10/application/de/",
            "url": "https://hosted.weblate.org/api/translations/tipp10/application/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 356,
            "total_words": 2581,
            "translated": 356,
            "translated_words": 2581,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 24,
            "failing_checks_words": 583,
            "failing_checks_percent": 6.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-19T00:09:18.067231+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/tipp10/application/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/tipp10/application/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/tipp10/application/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/tipp10/application/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/tipp10/application/de/units/?format=api"
        },
        {
            "language": {
                "id": 105,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 93,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://hosted.weblate.org/languages/fr/",
                "url": "https://hosted.weblate.org/api/languages/fr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Application",
                "slug": "application",
                "id": 29613,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tipp10",
                    "slug": "tipp10",
                    "id": 5496,
                    "web": "https://gitlab.com/tipp10/tipp10",
                    "web_url": "https://hosted.weblate.org/projects/tipp10/",
                    "url": "https://hosted.weblate.org/api/projects/tipp10/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/tipp10/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/tipp10/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/tipp10/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/tipp10/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/tipp10/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/tipp10/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/tipp10/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://gitlab.com/tipp10/tipp10.git",
                "git_export": "https://hosted.weblate.org/git/tipp10/application/",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/tipp10_*.ts",
                "screenshot_filemask": "",
                "template": "translations/tipp10_en.ts",
                "edit_template": false,
                "intermediate": "",
                "new_base": "translations/tipp10_en.ts",
                "file_format": "ts",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/tipp10/application/",
                "url": "https://hosted.weblate.org/api/components/tipp10/application/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/tipp10/application/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/tipp10/application/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/tipp10/application/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/tipp10/application/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/tipp10/application/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/tipp10/application/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 }}\" add-on in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 1464570,
            "filename": "translations/tipp10_fr.ts",
            "revision": "6d844079e9df584d245a4eb072d30b2416e15c8b,3b9bf27a3a857dfccc8150d4ec97d4c3e2fa8c46",
            "web_url": "https://hosted.weblate.org/projects/tipp10/application/fr/",
            "share_url": "https://hosted.weblate.org/engage/tipp10/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/tipp10/application/fr/",
            "url": "https://hosted.weblate.org/api/translations/tipp10/application/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 356,
            "total_words": 2581,
            "translated": 260,
            "translated_words": 1803,
            "translated_percent": 73.0,
            "fuzzy": 4,
            "fuzzy_words": 10,
            "fuzzy_percent": 1.1,
            "failing_checks": 35,
            "failing_checks_words": 582,
            "failing_checks_percent": 9.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-17T23:50:27.752680+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/tipp10/application/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/tipp10/application/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/tipp10/application/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/tipp10/application/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/tipp10/application/fr/units/?format=api"
        },
        {
            "language": {
                "id": 96,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://hosted.weblate.org/languages/nl/",
                "url": "https://hosted.weblate.org/api/languages/nl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "Application",
                "slug": "application",
                "id": 29613,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tipp10",
                    "slug": "tipp10",
                    "id": 5496,
                    "web": "https://gitlab.com/tipp10/tipp10",
                    "web_url": "https://hosted.weblate.org/projects/tipp10/",
                    "url": "https://hosted.weblate.org/api/projects/tipp10/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/tipp10/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/tipp10/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/tipp10/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/tipp10/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/tipp10/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/tipp10/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/tipp10/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://gitlab.com/tipp10/tipp10.git",
                "git_export": "https://hosted.weblate.org/git/tipp10/application/",
                "branch": "master",
                "push_branch": "",
                "filemask": "translations/tipp10_*.ts",
                "screenshot_filemask": "",
                "template": "translations/tipp10_en.ts",
                "edit_template": false,
                "intermediate": "",
                "new_base": "translations/tipp10_en.ts",
                "file_format": "ts",
                "license": "GPL-2.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-2.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/tipp10/application/",
                "url": "https://hosted.weblate.org/api/components/tipp10/application/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/tipp10/application/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/tipp10/application/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/tipp10/application/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/tipp10/application/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/tipp10/application/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/tipp10/application/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 }}\" add-on in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "nl",
            "id": 1464571,
            "filename": "translations/tipp10_nl.ts",
            "revision": "6c7313904af0942c87e616d41a5421b16d9a4a99,3b9bf27a3a857dfccc8150d4ec97d4c3e2fa8c46",
            "web_url": "https://hosted.weblate.org/projects/tipp10/application/nl/",
            "share_url": "https://hosted.weblate.org/engage/tipp10/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/tipp10/application/nl/",
            "url": "https://hosted.weblate.org/api/translations/tipp10/application/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 356,
            "total_words": 2581,
            "translated": 356,
            "translated_words": 2581,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 9,
            "failing_checks_words": 393,
            "failing_checks_percent": 2.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-17T23:50:29.273351+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/tipp10/application/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/tipp10/application/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/tipp10/application/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/tipp10/application/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/tipp10/application/nl/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 104,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://hosted.weblate.org/languages/de/",
                "url": "https://hosted.weblate.org/api/languages/de/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "Main",
                "slug": "bot",
                "id": 15821,
                "source_language": {
                    "id": 135,
                    "code": "en_US",
                    "name": "English (United States)",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "us",
                        "enu"
                    ],
                    "direction": "ltr",
                    "population": 319333440,
                    "web_url": "https://hosted.weblate.org/languages/en_US/",
                    "url": "https://hosted.weblate.org/api/languages/en_US/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en_US/statistics/?format=api"
                },
                "project": {
                    "name": "UnuRobot",
                    "slug": "unurobot",
                    "id": 3320,
                    "web": "https://github.com/AmanoTeam/UnuRobot",
                    "web_url": "https://hosted.weblate.org/projects/unurobot/",
                    "url": "https://hosted.weblate.org/api/projects/unurobot/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/unurobot/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/unurobot/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/unurobot/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/unurobot/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/unurobot/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/unurobot/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/unurobot/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "The project uses YAML files for translations, which lives at https://github.com/AmanoTeam/UnuRobot/tree/master/locales.",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/AmanoTeam/UnuRobot",
                "git_export": "https://hosted.weblate.org/git/unurobot/bot/",
                "branch": "master",
                "push_branch": "l10n",
                "filemask": "locales/*.yml",
                "screenshot_filemask": "",
                "template": "locales/en-US.yml",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "yaml",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/unurobot/bot/",
                "url": "https://hosted.weblate.org/api/components/unurobot/bot/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/unurobot/bot/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/unurobot/bot/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/unurobot/bot/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/unurobot/bot/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/unurobot/bot/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/unurobot/bot/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "bcp_long",
                "push": "git@github.com:AmanoTeam/UnuRobot",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [
                    "inconsistent",
                    "end_colon",
                    "end_ellipsis",
                    "end_exclamation",
                    "end_stop",
                    "end_Interrobang",
                    "escaped_newline",
                    "end_question",
                    "python_brace_format"
                ],
                "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": "Locales: New translation updates\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": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de-DE",
            "id": 1464579,
            "filename": "locales/de-DE.yml",
            "revision": "16ce933fbbcdbf92d5bc0028c750946e6428ad55,cc155c7405a9f476e1f0200e187a51ce9b864ea3",
            "web_url": "https://hosted.weblate.org/projects/unurobot/bot/de/",
            "share_url": "https://hosted.weblate.org/engage/unurobot/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/unurobot/bot/de/",
            "url": "https://hosted.weblate.org/api/translations/unurobot/bot/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 103,
            "total_words": 602,
            "translated": 96,
            "translated_words": 574,
            "translated_percent": 93.2,
            "fuzzy": 6,
            "fuzzy_words": 21,
            "fuzzy_percent": 5.8,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-18T02:23:09.014193+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/unurobot/bot/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/unurobot/bot/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/unurobot/bot/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/unurobot/bot/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/unurobot/bot/de/units/?format=api"
        },
        {
            "language": {
                "id": 105,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 93,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://hosted.weblate.org/languages/fr/",
                "url": "https://hosted.weblate.org/api/languages/fr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Main",
                "slug": "bot",
                "id": 15821,
                "source_language": {
                    "id": 135,
                    "code": "en_US",
                    "name": "English (United States)",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "us",
                        "enu"
                    ],
                    "direction": "ltr",
                    "population": 319333440,
                    "web_url": "https://hosted.weblate.org/languages/en_US/",
                    "url": "https://hosted.weblate.org/api/languages/en_US/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en_US/statistics/?format=api"
                },
                "project": {
                    "name": "UnuRobot",
                    "slug": "unurobot",
                    "id": 3320,
                    "web": "https://github.com/AmanoTeam/UnuRobot",
                    "web_url": "https://hosted.weblate.org/projects/unurobot/",
                    "url": "https://hosted.weblate.org/api/projects/unurobot/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/unurobot/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/unurobot/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/unurobot/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/unurobot/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/unurobot/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/unurobot/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/unurobot/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "The project uses YAML files for translations, which lives at https://github.com/AmanoTeam/UnuRobot/tree/master/locales.",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/AmanoTeam/UnuRobot",
                "git_export": "https://hosted.weblate.org/git/unurobot/bot/",
                "branch": "master",
                "push_branch": "l10n",
                "filemask": "locales/*.yml",
                "screenshot_filemask": "",
                "template": "locales/en-US.yml",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "yaml",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/unurobot/bot/",
                "url": "https://hosted.weblate.org/api/components/unurobot/bot/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/unurobot/bot/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/unurobot/bot/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/unurobot/bot/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/unurobot/bot/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/unurobot/bot/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/unurobot/bot/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "bcp_long",
                "push": "git@github.com:AmanoTeam/UnuRobot",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [
                    "inconsistent",
                    "end_colon",
                    "end_ellipsis",
                    "end_exclamation",
                    "end_stop",
                    "end_Interrobang",
                    "escaped_newline",
                    "end_question",
                    "python_brace_format"
                ],
                "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": "Locales: New translation updates\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": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr-FR",
            "id": 1464580,
            "filename": "locales/fr-FR.yml",
            "revision": "8f6d9b188d865020facd720c058326ceef305d0e,cc155c7405a9f476e1f0200e187a51ce9b864ea3",
            "web_url": "https://hosted.weblate.org/projects/unurobot/bot/fr/",
            "share_url": "https://hosted.weblate.org/engage/unurobot/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/unurobot/bot/fr/",
            "url": "https://hosted.weblate.org/api/translations/unurobot/bot/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 103,
            "total_words": 602,
            "translated": 96,
            "translated_words": 574,
            "translated_percent": 93.2,
            "fuzzy": 6,
            "fuzzy_words": 21,
            "fuzzy_percent": 5.8,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-18T02:23:09.420790+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/unurobot/bot/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/unurobot/bot/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/unurobot/bot/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/unurobot/bot/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/unurobot/bot/fr/units/?format=api"
        },
        {
            "language": {
                "id": 137,
                "code": "pt_PT",
                "name": "Portuguese (Portugal)",
                "plural": {
                    "id": 247,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "portuguese_portugal"
                ],
                "direction": "ltr",
                "population": 9890592,
                "web_url": "https://hosted.weblate.org/languages/pt_PT/",
                "url": "https://hosted.weblate.org/api/languages/pt_PT/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt_PT/statistics/?format=api"
            },
            "component": {
                "name": "Main",
                "slug": "bot",
                "id": 15821,
                "source_language": {
                    "id": 135,
                    "code": "en_US",
                    "name": "English (United States)",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "us",
                        "enu"
                    ],
                    "direction": "ltr",
                    "population": 319333440,
                    "web_url": "https://hosted.weblate.org/languages/en_US/",
                    "url": "https://hosted.weblate.org/api/languages/en_US/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en_US/statistics/?format=api"
                },
                "project": {
                    "name": "UnuRobot",
                    "slug": "unurobot",
                    "id": 3320,
                    "web": "https://github.com/AmanoTeam/UnuRobot",
                    "web_url": "https://hosted.weblate.org/projects/unurobot/",
                    "url": "https://hosted.weblate.org/api/projects/unurobot/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/unurobot/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/unurobot/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/unurobot/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/unurobot/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/unurobot/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/unurobot/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/unurobot/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "The project uses YAML files for translations, which lives at https://github.com/AmanoTeam/UnuRobot/tree/master/locales.",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/AmanoTeam/UnuRobot",
                "git_export": "https://hosted.weblate.org/git/unurobot/bot/",
                "branch": "master",
                "push_branch": "l10n",
                "filemask": "locales/*.yml",
                "screenshot_filemask": "",
                "template": "locales/en-US.yml",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "yaml",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/unurobot/bot/",
                "url": "https://hosted.weblate.org/api/components/unurobot/bot/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/unurobot/bot/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/unurobot/bot/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/unurobot/bot/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/unurobot/bot/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/unurobot/bot/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/unurobot/bot/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "bcp_long",
                "push": "git@github.com:AmanoTeam/UnuRobot",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [
                    "inconsistent",
                    "end_colon",
                    "end_ellipsis",
                    "end_exclamation",
                    "end_stop",
                    "end_Interrobang",
                    "escaped_newline",
                    "end_question",
                    "python_brace_format"
                ],
                "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": "Locales: New translation updates\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": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt-PT",
            "id": 1464581,
            "filename": "locales/pt-PT.yml",
            "revision": "918c1fd3cd2d1673a9653a481afccacbd534cc09,cc155c7405a9f476e1f0200e187a51ce9b864ea3",
            "web_url": "https://hosted.weblate.org/projects/unurobot/bot/pt_PT/",
            "share_url": "https://hosted.weblate.org/engage/unurobot/-/pt_PT/",
            "translate_url": "https://hosted.weblate.org/translate/unurobot/bot/pt_PT/",
            "url": "https://hosted.weblate.org/api/translations/unurobot/bot/pt_PT/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 103,
            "total_words": 602,
            "translated": 96,
            "translated_words": 574,
            "translated_percent": 93.2,
            "fuzzy": 6,
            "fuzzy_words": 21,
            "fuzzy_percent": 5.8,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-18T02:23:09.689361+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/unurobot/bot/pt_PT/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/unurobot/bot/pt_PT/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/unurobot/bot/pt_PT/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/unurobot/bot/pt_PT/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/unurobot/bot/pt_PT/units/?format=api"
        },
        {
            "language": {
                "id": 105,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 93,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://hosted.weblate.org/languages/fr/",
                "url": "https://hosted.weblate.org/api/languages/fr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Unu's glossary",
                "slug": "glossary",
                "id": 15822,
                "source_language": {
                    "id": 135,
                    "code": "en_US",
                    "name": "English (United States)",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "us",
                        "enu"
                    ],
                    "direction": "ltr",
                    "population": 319333440,
                    "web_url": "https://hosted.weblate.org/languages/en_US/",
                    "url": "https://hosted.weblate.org/api/languages/en_US/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en_US/statistics/?format=api"
                },
                "project": {
                    "name": "UnuRobot",
                    "slug": "unurobot",
                    "id": 3320,
                    "web": "https://github.com/AmanoTeam/UnuRobot",
                    "web_url": "https://hosted.weblate.org/projects/unurobot/",
                    "url": "https://hosted.weblate.org/api/projects/unurobot/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/unurobot/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/unurobot/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/unurobot/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/unurobot/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/unurobot/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/unurobot/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/unurobot/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "The project uses YAML files for translations, which lives at https://github.com/AmanoTeam/UnuRobot/tree/master/locales.",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hosted.weblate.org/git/unurobot/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/unurobot/glossary/",
                "url": "https://hosted.weblate.org/api/components/unurobot/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/unurobot/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/unurobot/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/unurobot/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/unurobot/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/unurobot/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/unurobot/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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 1464582,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/unurobot/glossary/fr/",
            "share_url": "https://hosted.weblate.org/engage/unurobot/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/unurobot/glossary/fr/",
            "url": "https://hosted.weblate.org/api/translations/unurobot/glossary/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-18T02:19:18.567195+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/unurobot/glossary/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/unurobot/glossary/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/unurobot/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/unurobot/glossary/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/unurobot/glossary/fr/units/?format=api"
        },
        {
            "language": {
                "id": 137,
                "code": "pt_PT",
                "name": "Portuguese (Portugal)",
                "plural": {
                    "id": 247,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "portuguese_portugal"
                ],
                "direction": "ltr",
                "population": 9890592,
                "web_url": "https://hosted.weblate.org/languages/pt_PT/",
                "url": "https://hosted.weblate.org/api/languages/pt_PT/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt_PT/statistics/?format=api"
            },
            "component": {
                "name": "Unu's glossary",
                "slug": "glossary",
                "id": 15822,
                "source_language": {
                    "id": 135,
                    "code": "en_US",
                    "name": "English (United States)",
                    "plural": {
                        "id": 82,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "us",
                        "enu"
                    ],
                    "direction": "ltr",
                    "population": 319333440,
                    "web_url": "https://hosted.weblate.org/languages/en_US/",
                    "url": "https://hosted.weblate.org/api/languages/en_US/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en_US/statistics/?format=api"
                },
                "project": {
                    "name": "UnuRobot",
                    "slug": "unurobot",
                    "id": 3320,
                    "web": "https://github.com/AmanoTeam/UnuRobot",
                    "web_url": "https://hosted.weblate.org/projects/unurobot/",
                    "url": "https://hosted.weblate.org/api/projects/unurobot/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/unurobot/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/unurobot/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/unurobot/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/unurobot/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/unurobot/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/unurobot/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/unurobot/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "The project uses YAML files for translations, which lives at https://github.com/AmanoTeam/UnuRobot/tree/master/locales.",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hosted.weblate.org/git/unurobot/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/unurobot/glossary/",
                "url": "https://hosted.weblate.org/api/components/unurobot/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/unurobot/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/unurobot/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/unurobot/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/unurobot/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/unurobot/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/unurobot/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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt_PT",
            "id": 1464583,
            "filename": "pt_PT.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/unurobot/glossary/pt_PT/",
            "share_url": "https://hosted.weblate.org/engage/unurobot/-/pt_PT/",
            "translate_url": "https://hosted.weblate.org/translate/unurobot/glossary/pt_PT/",
            "url": "https://hosted.weblate.org/api/translations/unurobot/glossary/pt_PT/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-18T02:19:18.646211+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/unurobot/glossary/pt_PT/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/unurobot/glossary/pt_PT/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/unurobot/glossary/pt_PT/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/unurobot/glossary/pt_PT/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/unurobot/glossary/pt_PT/units/?format=api"
        },
        {
            "language": {
                "id": 185,
                "code": "zh_Hant",
                "name": "Chinese (Traditional)",
                "plural": {
                    "id": 734,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "zh_cht",
                    "zhtw",
                    "zh_tw",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_cmn_hant",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 38612556,
                "web_url": "https://hosted.weblate.org/languages/zh_Hant/",
                "url": "https://hosted.weblate.org/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/zh_Hant/statistics/?format=api"
            },
            "component": {
                "name": "JustNotes",
                "slug": "justnotes",
                "id": 26250,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "JustNotes",
                    "slug": "justnotes",
                    "id": 4604,
                    "web": "https://jjewuz.ru/justnotes/justnotes.html",
                    "web_url": "https://hosted.weblate.org/projects/justnotes/",
                    "url": "https://hosted.weblate.org/api/projects/justnotes/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/justnotes/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/justnotes/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/justnotes/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/justnotes/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/justnotes/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/justnotes/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/justnotes/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/jjewuz/JustNotes",
                "git_export": "https://hosted.weblate.org/git/justnotes/justnotes/",
                "branch": "master",
                "push_branch": "master",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "screenshot_filemask": "",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/justnotes/justnotes/",
                "url": "https://hosted.weblate.org/api/components/justnotes/justnotes/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/justnotes/justnotes/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/justnotes/justnotes/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/justnotes/justnotes/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/justnotes/justnotes/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/justnotes/justnotes/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/justnotes/justnotes/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:jjewuz/JustNotes",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://hosted.weblate.org/api/addons/12687/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh-rTW",
            "id": 1464584,
            "filename": "app/src/main/res/values-zh-rTW/strings.xml",
            "revision": "64854455d3ea25aae46e7b682a8ff82bffdaf923,f627b042c3e95fa4c33e2fe252d25f5702a13d47",
            "web_url": "https://hosted.weblate.org/projects/justnotes/justnotes/zh_Hant/",
            "share_url": "https://hosted.weblate.org/engage/justnotes/-/zh_Hant/",
            "translate_url": "https://hosted.weblate.org/translate/justnotes/justnotes/zh_Hant/",
            "url": "https://hosted.weblate.org/api/translations/justnotes/justnotes/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 172,
            "total_words": 521,
            "translated": 75,
            "translated_words": 194,
            "translated_percent": 43.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-19T19:02:12.067748+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/justnotes/justnotes/zh_Hant/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/justnotes/justnotes/zh_Hant/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/justnotes/justnotes/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/justnotes/justnotes/zh_Hant/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/justnotes/justnotes/zh_Hant/units/?format=api"
        },
        {
            "language": {
                "id": 53,
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 46,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "ca_ca",
                    "cat"
                ],
                "direction": "ltr",
                "population": 8679138,
                "web_url": "https://hosted.weblate.org/languages/ca/",
                "url": "https://hosted.weblate.org/api/languages/ca/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ca/statistics/?format=api"
            },
            "component": {
                "name": "Translation",
                "slug": "translation",
                "id": 547,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Made With Creative Commons",
                    "slug": "madewithcc",
                    "id": 165,
                    "web": "https://madewith.cc/",
                    "web_url": "https://hosted.weblate.org/projects/madewithcc/",
                    "url": "https://hosted.weblate.org/api/projects/madewithcc/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/madewithcc/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/madewithcc/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/madewithcc/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/madewithcc/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/madewithcc/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/madewithcc/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/madewithcc/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "The translation project is located in https://gitlab.com/gunnarwolf/madewithcc-es.git, where the project admins can be contected.",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://gitlab.com/gunnarwolf/madewithcc-es.git",
                "git_export": "https://hosted.weblate.org/git/madewithcc/translation/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*/mwcc.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/mwcc.pot",
                "file_format": "po",
                "license": "CC-BY-SA-4.0",
                "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/madewithcc/translation/",
                "url": "https://hosted.weblate.org/api/components/madewithcc/translation/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/madewithcc/translation/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/madewithcc/translation/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/madewithcc/translation/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/madewithcc/translation/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/madewithcc/translation/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/madewithcc/translation/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": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ca",
            "id": 1464585,
            "filename": "po/ca/mwcc.po",
            "revision": "47dca9f110c714d76c2ef63b964996f984b2fb20",
            "web_url": "https://hosted.weblate.org/projects/madewithcc/translation/ca/",
            "share_url": "https://hosted.weblate.org/engage/madewithcc/-/ca/",
            "translate_url": "https://hosted.weblate.org/translate/madewithcc/translation/ca/",
            "url": "https://hosted.weblate.org/api/translations/madewithcc/translation/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1297,
            "total_words": 69139,
            "translated": 4,
            "translated_words": 7,
            "translated_percent": 0.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-19T11:09:10.742981+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/madewithcc/translation/ca/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/madewithcc/translation/ca/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/madewithcc/translation/ca/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/madewithcc/translation/ca/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/madewithcc/translation/ca/units/?format=api"
        },
        {
            "language": {
                "id": 53,
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 46,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "ca_ca",
                    "cat"
                ],
                "direction": "ltr",
                "population": 8679138,
                "web_url": "https://hosted.weblate.org/languages/ca/",
                "url": "https://hosted.weblate.org/api/languages/ca/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ca/statistics/?format=api"
            },
            "component": {
                "name": "Made With Creative Commons",
                "slug": "glossary",
                "id": 5508,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Made With Creative Commons",
                    "slug": "madewithcc",
                    "id": 165,
                    "web": "https://madewith.cc/",
                    "web_url": "https://hosted.weblate.org/projects/madewithcc/",
                    "url": "https://hosted.weblate.org/api/projects/madewithcc/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/madewithcc/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/madewithcc/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/madewithcc/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/madewithcc/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/madewithcc/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/madewithcc/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/madewithcc/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "The translation project is located in https://gitlab.com/gunnarwolf/madewithcc-es.git, where the project admins can be contected.",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hosted.weblate.org/git/madewithcc/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "CC-BY-SA-4.0",
                "license_url": "https://spdx.org/licenses/CC-BY-SA-4.0.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/madewithcc/glossary/",
                "url": "https://hosted.weblate.org/api/components/madewithcc/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/madewithcc/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/madewithcc/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/madewithcc/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/madewithcc/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/madewithcc/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/madewithcc/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",
                "category": null,
                "linked_component": null
            },
            "language_code": "ca",
            "id": 1464586,
            "filename": "ca.tbx",
            "revision": "50d7ba518b71a967ca1ce48e2cc9b84c1fdef9b4",
            "web_url": "https://hosted.weblate.org/projects/madewithcc/glossary/ca/",
            "share_url": "https://hosted.weblate.org/engage/madewithcc/-/ca/",
            "translate_url": "https://hosted.weblate.org/translate/madewithcc/glossary/ca/",
            "url": "https://hosted.weblate.org/api/translations/madewithcc/glossary/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 10,
            "total_words": 14,
            "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": "2024-06-19T11:09:20.479235+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/madewithcc/glossary/ca/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/madewithcc/glossary/ca/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/madewithcc/glossary/ca/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/madewithcc/glossary/ca/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/madewithcc/glossary/ca/units/?format=api"
        },
        {
            "language": {
                "id": 110,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 89,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "https://hosted.weblate.org/languages/fi/",
                "url": "https://hosted.weblate.org/api/languages/fi/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fi/statistics/?format=api"
            },
            "component": {
                "name": "GUI",
                "slug": "gui",
                "id": 17060,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Video Downloader",
                    "slug": "video-downloader",
                    "id": 3683,
                    "web": "https://github.com/Unrud/video-downloader",
                    "web_url": "https://hosted.weblate.org/projects/video-downloader/",
                    "url": "https://hosted.weblate.org/api/projects/video-downloader/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/video-downloader/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/video-downloader/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/video-downloader/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/video-downloader/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/video-downloader/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/video-downloader/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/video-downloader/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/Unrud/video-downloader",
                "git_export": "https://hosted.weblate.org/git/video-downloader/gui/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/video-downloader.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/video-downloader/gui/",
                "url": "https://hosted.weblate.org/api/components/video-downloader/gui/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/video-downloader/gui/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/video-downloader/gui/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/video-downloader/gui/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/video-downloader/gui/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/video-downloader/gui/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/video-downloader/gui/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "placeholders:\"{}\"",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://hosted.weblate.org/api/addons/8552/?format=api",
                    "https://hosted.weblate.org/api/addons/8618/?format=api",
                    "https://hosted.weblate.org/api/addons/8617/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fi",
            "id": 1464587,
            "filename": "po/fi.po",
            "revision": "94ea6388d7d3195c12705d9b996860b82f041f68",
            "web_url": "https://hosted.weblate.org/projects/video-downloader/gui/fi/",
            "share_url": "https://hosted.weblate.org/engage/video-downloader/-/fi/",
            "translate_url": "https://hosted.weblate.org/translate/video-downloader/gui/fi/",
            "url": "https://hosted.weblate.org/api/translations/video-downloader/gui/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 64,
            "total_words": 157,
            "translated": 64,
            "translated_words": 157,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 3.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-19T12:09:22.532400+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/video-downloader/gui/fi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/video-downloader/gui/fi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/video-downloader/gui/fi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/video-downloader/gui/fi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/video-downloader/gui/fi/units/?format=api"
        },
        {
            "language": {
                "id": 1134,
                "code": "fr_SN",
                "name": "French (Senegal)",
                "plural": {
                    "id": 1170,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 6137196,
                "web_url": "https://hosted.weblate.org/languages/fr_SN/",
                "url": "https://hosted.weblate.org/api/languages/fr_SN/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fr_SN/statistics/?format=api"
            },
            "component": {
                "name": "butter-app-site",
                "slug": "butter-app-site",
                "id": 12979,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Guardian Project",
                    "slug": "guardianproject",
                    "id": 316,
                    "web": "https://guardianproject.info/",
                    "web_url": "https://hosted.weblate.org/projects/guardianproject/",
                    "url": "https://hosted.weblate.org/api/projects/guardianproject/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/guardianproject/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/guardianproject/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/guardianproject/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/guardianproject/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/guardianproject/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/guardianproject/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/guardianproject/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://www.localizationlab.org/contributor\nMailing list for translators: <otfl10n@googlegroups.com\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@gitlab.com:likebutter/butter-app-site.git",
                "git_export": "https://hosted.weblate.org/git/guardianproject/butter-app-site/",
                "branch": "master",
                "push_branch": "from_weblate",
                "filemask": "_i18n/*.yml",
                "screenshot_filemask": "",
                "template": "_i18n/en.yml",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "yaml",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/guardianproject/butter-app-site/",
                "url": "https://hosted.weblate.org/api/components/guardianproject/butter-app-site/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/guardianproject/butter-app-site/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/guardianproject/butter-app-site/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/guardianproject/butter-app-site/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/guardianproject/butter-app-site/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/guardianproject/butter-app-site/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/guardianproject/butter-app-site/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:guardianproject/wind/butter-app-site.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://hosted.weblate.org/api/addons/6015/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr_SN",
            "id": 1464588,
            "filename": "_i18n/fr_SN.yml",
            "revision": "0967ef424bce6791893e9a57bb952f80fd536e93,18f5724adc219a72e6fb5964e616b4ab5236af04",
            "web_url": "https://hosted.weblate.org/projects/guardianproject/butter-app-site/fr_SN/",
            "share_url": "https://hosted.weblate.org/engage/guardianproject/-/fr_SN/",
            "translate_url": "https://hosted.weblate.org/translate/guardianproject/butter-app-site/fr_SN/",
            "url": "https://hosted.weblate.org/api/translations/guardianproject/butter-app-site/fr_SN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 42,
            "total_words": 439,
            "translated": 42,
            "translated_words": 439,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 8,
            "failing_checks_percent": 7.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-22T23:07:02.111170+02:00",
            "last_author": "Daouda Souleymane DEMBELE",
            "repository_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-app-site/fr_SN/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-app-site/fr_SN/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-app-site/fr_SN/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-app-site/fr_SN/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-app-site/fr_SN/units/?format=api"
        },
        {
            "language": {
                "id": 450,
                "code": "pt_AO",
                "name": "Portuguese (Angola)",
                "plural": {
                    "id": 448,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 21789941,
                "web_url": "https://hosted.weblate.org/languages/pt_AO/",
                "url": "https://hosted.weblate.org/api/languages/pt_AO/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt_AO/statistics/?format=api"
            },
            "component": {
                "name": "butter-app-site",
                "slug": "butter-app-site",
                "id": 12979,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Guardian Project",
                    "slug": "guardianproject",
                    "id": 316,
                    "web": "https://guardianproject.info/",
                    "web_url": "https://hosted.weblate.org/projects/guardianproject/",
                    "url": "https://hosted.weblate.org/api/projects/guardianproject/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/guardianproject/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/guardianproject/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/guardianproject/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/guardianproject/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/guardianproject/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/guardianproject/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/guardianproject/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://www.localizationlab.org/contributor\nMailing list for translators: <otfl10n@googlegroups.com\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@gitlab.com:likebutter/butter-app-site.git",
                "git_export": "https://hosted.weblate.org/git/guardianproject/butter-app-site/",
                "branch": "master",
                "push_branch": "from_weblate",
                "filemask": "_i18n/*.yml",
                "screenshot_filemask": "",
                "template": "_i18n/en.yml",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "yaml",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/guardianproject/butter-app-site/",
                "url": "https://hosted.weblate.org/api/components/guardianproject/butter-app-site/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/guardianproject/butter-app-site/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/guardianproject/butter-app-site/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/guardianproject/butter-app-site/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/guardianproject/butter-app-site/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/guardianproject/butter-app-site/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/guardianproject/butter-app-site/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:guardianproject/wind/butter-app-site.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://hosted.weblate.org/api/addons/6015/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt_AO",
            "id": 1464589,
            "filename": "_i18n/pt_AO.yml",
            "revision": "0967ef424bce6791893e9a57bb952f80fd536e93,18f5724adc219a72e6fb5964e616b4ab5236af04",
            "web_url": "https://hosted.weblate.org/projects/guardianproject/butter-app-site/pt_AO/",
            "share_url": "https://hosted.weblate.org/engage/guardianproject/-/pt_AO/",
            "translate_url": "https://hosted.weblate.org/translate/guardianproject/butter-app-site/pt_AO/",
            "url": "https://hosted.weblate.org/api/translations/guardianproject/butter-app-site/pt_AO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 42,
            "total_words": 439,
            "translated": 42,
            "translated_words": 439,
            "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-06-22T18:58:31.507107+02:00",
            "last_author": "Félix Uamba",
            "repository_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-app-site/pt_AO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-app-site/pt_AO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-app-site/pt_AO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-app-site/pt_AO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-app-site/pt_AO/units/?format=api"
        },
        {
            "language": {
                "id": 1134,
                "code": "fr_SN",
                "name": "French (Senegal)",
                "plural": {
                    "id": 1170,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 6137196,
                "web_url": "https://hosted.weblate.org/languages/fr_SN/",
                "url": "https://hosted.weblate.org/api/languages/fr_SN/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fr_SN/statistics/?format=api"
            },
            "component": {
                "name": "Guardian Project",
                "slug": "glossary",
                "id": 5918,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Guardian Project",
                    "slug": "guardianproject",
                    "id": 316,
                    "web": "https://guardianproject.info/",
                    "web_url": "https://hosted.weblate.org/projects/guardianproject/",
                    "url": "https://hosted.weblate.org/api/projects/guardianproject/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/guardianproject/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/guardianproject/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/guardianproject/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/guardianproject/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/guardianproject/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/guardianproject/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/guardianproject/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://www.localizationlab.org/contributor\nMailing list for translators: <otfl10n@googlegroups.com\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hosted.weblate.org/git/guardianproject/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "BSD-3-Clause",
                "license_url": "https://spdx.org/licenses/BSD-3-Clause.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/guardianproject/glossary/",
                "url": "https://hosted.weblate.org/api/components/guardianproject/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/guardianproject/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/guardianproject/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/guardianproject/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/guardianproject/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/guardianproject/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/guardianproject/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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://hosted.weblate.org/api/addons/12141/?format=api",
                    "https://hosted.weblate.org/api/addons/12140/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr_SN",
            "id": 1464590,
            "filename": "fr_SN.tbx",
            "revision": "b3958a71171b591f93d4a93bf7d559a0e3c272b6",
            "web_url": "https://hosted.weblate.org/projects/guardianproject/glossary/fr_SN/",
            "share_url": "https://hosted.weblate.org/engage/guardianproject/-/fr_SN/",
            "translate_url": "https://hosted.weblate.org/translate/guardianproject/glossary/fr_SN/",
            "url": "https://hosted.weblate.org/api/translations/guardianproject/glossary/fr_SN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 48,
            "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": "2024-06-19T03:05:48.816422+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/guardianproject/glossary/fr_SN/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/guardianproject/glossary/fr_SN/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/guardianproject/glossary/fr_SN/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/guardianproject/glossary/fr_SN/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/guardianproject/glossary/fr_SN/units/?format=api"
        },
        {
            "language": {
                "id": 450,
                "code": "pt_AO",
                "name": "Portuguese (Angola)",
                "plural": {
                    "id": 448,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 21789941,
                "web_url": "https://hosted.weblate.org/languages/pt_AO/",
                "url": "https://hosted.weblate.org/api/languages/pt_AO/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt_AO/statistics/?format=api"
            },
            "component": {
                "name": "Guardian Project",
                "slug": "glossary",
                "id": 5918,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Guardian Project",
                    "slug": "guardianproject",
                    "id": 316,
                    "web": "https://guardianproject.info/",
                    "web_url": "https://hosted.weblate.org/projects/guardianproject/",
                    "url": "https://hosted.weblate.org/api/projects/guardianproject/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/guardianproject/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/guardianproject/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/guardianproject/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/guardianproject/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/guardianproject/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/guardianproject/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/guardianproject/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://www.localizationlab.org/contributor\nMailing list for translators: <otfl10n@googlegroups.com\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hosted.weblate.org/git/guardianproject/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "BSD-3-Clause",
                "license_url": "https://spdx.org/licenses/BSD-3-Clause.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/guardianproject/glossary/",
                "url": "https://hosted.weblate.org/api/components/guardianproject/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/guardianproject/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/guardianproject/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/guardianproject/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/guardianproject/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/guardianproject/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/guardianproject/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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://hosted.weblate.org/api/addons/12141/?format=api",
                    "https://hosted.weblate.org/api/addons/12140/?format=api"
                ],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt_AO",
            "id": 1464591,
            "filename": "pt_AO.tbx",
            "revision": "23d3908275c6cc35690f6342a22175e74b0d1269",
            "web_url": "https://hosted.weblate.org/projects/guardianproject/glossary/pt_AO/",
            "share_url": "https://hosted.weblate.org/engage/guardianproject/-/pt_AO/",
            "translate_url": "https://hosted.weblate.org/translate/guardianproject/glossary/pt_AO/",
            "url": "https://hosted.weblate.org/api/translations/guardianproject/glossary/pt_AO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 36,
            "total_words": 48,
            "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": "2024-06-19T03:05:49.023550+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/guardianproject/glossary/pt_AO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/guardianproject/glossary/pt_AO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/guardianproject/glossary/pt_AO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/guardianproject/glossary/pt_AO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/guardianproject/glossary/pt_AO/units/?format=api"
        },
        {
            "language": {
                "id": 1134,
                "code": "fr_SN",
                "name": "French (Senegal)",
                "plural": {
                    "id": 1170,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 6137196,
                "web_url": "https://hosted.weblate.org/languages/fr_SN/",
                "url": "https://hosted.weblate.org/api/languages/fr_SN/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fr_SN/statistics/?format=api"
            },
            "component": {
                "name": "butter-box-ui",
                "slug": "butter-box-ui",
                "id": 16931,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Guardian Project",
                    "slug": "guardianproject",
                    "id": 316,
                    "web": "https://guardianproject.info/",
                    "web_url": "https://hosted.weblate.org/projects/guardianproject/",
                    "url": "https://hosted.weblate.org/api/projects/guardianproject/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/guardianproject/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/guardianproject/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/guardianproject/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/guardianproject/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/guardianproject/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/guardianproject/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/guardianproject/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://www.localizationlab.org/contributor\nMailing list for translators: <otfl10n@googlegroups.com\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@gitlab.com:likebutter/butter-box-ui",
                "git_export": "https://hosted.weblate.org/git/guardianproject/butter-box-ui/",
                "branch": "butter-box",
                "push_branch": "from_weblate",
                "filemask": "_i18n/*.yml",
                "screenshot_filemask": "",
                "template": "_i18n/en.yml",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "yaml",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/guardianproject/butter-box-ui/",
                "url": "https://hosted.weblate.org/api/components/guardianproject/butter-box-ui/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/guardianproject/butter-box-ui/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/guardianproject/butter-box-ui/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/guardianproject/butter-box-ui/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/guardianproject/butter-box-ui/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/guardianproject/butter-box-ui/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/guardianproject/butter-box-ui/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:likebutter/butter-box-ui",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr_SN",
            "id": 1464592,
            "filename": "_i18n/fr_SN.yml",
            "revision": "0967ef424bce6791893e9a57bb952f80fd536e93,afcd72899d042c048afce64d4273c31d0d32f6ab",
            "web_url": "https://hosted.weblate.org/projects/guardianproject/butter-box-ui/fr_SN/",
            "share_url": "https://hosted.weblate.org/engage/guardianproject/-/fr_SN/",
            "translate_url": "https://hosted.weblate.org/translate/guardianproject/butter-box-ui/fr_SN/",
            "url": "https://hosted.weblate.org/api/translations/guardianproject/butter-box-ui/fr_SN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 82,
            "total_words": 606,
            "translated": 14,
            "translated_words": 127,
            "translated_percent": 17.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 7,
            "failing_checks_percent": 2.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-22T21:40:29.788243+02:00",
            "last_author": "Daouda Souleymane DEMBELE",
            "repository_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-box-ui/fr_SN/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-box-ui/fr_SN/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-box-ui/fr_SN/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-box-ui/fr_SN/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-box-ui/fr_SN/units/?format=api"
        },
        {
            "language": {
                "id": 450,
                "code": "pt_AO",
                "name": "Portuguese (Angola)",
                "plural": {
                    "id": 448,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 21789941,
                "web_url": "https://hosted.weblate.org/languages/pt_AO/",
                "url": "https://hosted.weblate.org/api/languages/pt_AO/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt_AO/statistics/?format=api"
            },
            "component": {
                "name": "butter-box-ui",
                "slug": "butter-box-ui",
                "id": 16931,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Guardian Project",
                    "slug": "guardianproject",
                    "id": 316,
                    "web": "https://guardianproject.info/",
                    "web_url": "https://hosted.weblate.org/projects/guardianproject/",
                    "url": "https://hosted.weblate.org/api/projects/guardianproject/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/guardianproject/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/guardianproject/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/guardianproject/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/guardianproject/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/guardianproject/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/guardianproject/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/guardianproject/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://www.localizationlab.org/contributor\nMailing list for translators: <otfl10n@googlegroups.com\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@gitlab.com:likebutter/butter-box-ui",
                "git_export": "https://hosted.weblate.org/git/guardianproject/butter-box-ui/",
                "branch": "butter-box",
                "push_branch": "from_weblate",
                "filemask": "_i18n/*.yml",
                "screenshot_filemask": "",
                "template": "_i18n/en.yml",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "yaml",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/guardianproject/butter-box-ui/",
                "url": "https://hosted.weblate.org/api/components/guardianproject/butter-box-ui/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/guardianproject/butter-box-ui/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/guardianproject/butter-box-ui/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/guardianproject/butter-box-ui/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/guardianproject/butter-box-ui/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/guardianproject/butter-box-ui/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/guardianproject/butter-box-ui/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:likebutter/butter-box-ui",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt_AO",
            "id": 1464593,
            "filename": "_i18n/pt_AO.yml",
            "revision": "0967ef424bce6791893e9a57bb952f80fd536e93,afcd72899d042c048afce64d4273c31d0d32f6ab",
            "web_url": "https://hosted.weblate.org/projects/guardianproject/butter-box-ui/pt_AO/",
            "share_url": "https://hosted.weblate.org/engage/guardianproject/-/pt_AO/",
            "translate_url": "https://hosted.weblate.org/translate/guardianproject/butter-box-ui/pt_AO/",
            "url": "https://hosted.weblate.org/api/translations/guardianproject/butter-box-ui/pt_AO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 82,
            "total_words": 606,
            "translated": 14,
            "translated_words": 127,
            "translated_percent": 17.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-06-22T18:30:05.651978+02:00",
            "last_author": "Félix Uamba",
            "repository_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-box-ui/pt_AO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-box-ui/pt_AO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-box-ui/pt_AO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-box-ui/pt_AO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/guardianproject/butter-box-ui/pt_AO/units/?format=api"
        },
        {
            "language": {
                "id": 1134,
                "code": "fr_SN",
                "name": "French (Senegal)",
                "plural": {
                    "id": 1170,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 6137196,
                "web_url": "https://hosted.weblate.org/languages/fr_SN/",
                "url": "https://hosted.weblate.org/api/languages/fr_SN/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fr_SN/statistics/?format=api"
            },
            "component": {
                "name": "butterbox-rpi",
                "slug": "butterbox-rpi",
                "id": 16955,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Guardian Project",
                    "slug": "guardianproject",
                    "id": 316,
                    "web": "https://guardianproject.info/",
                    "web_url": "https://hosted.weblate.org/projects/guardianproject/",
                    "url": "https://hosted.weblate.org/api/projects/guardianproject/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/guardianproject/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/guardianproject/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/guardianproject/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/guardianproject/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/guardianproject/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/guardianproject/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/guardianproject/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://www.localizationlab.org/contributor\nMailing list for translators: <otfl10n@googlegroups.com\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@gitlab.com:likebutter/butterbox-rpi",
                "git_export": "https://hosted.weblate.org/git/guardianproject/butterbox-rpi/",
                "branch": "main",
                "push_branch": "from_weblate",
                "filemask": "po/butterboxdocs.*.po",
                "screenshot_filemask": "",
                "template": "po/butterboxdocs.en.po",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/butterboxdocs.pot",
                "file_format": "po-mono",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/guardianproject/butterbox-rpi/",
                "url": "https://hosted.weblate.org/api/components/guardianproject/butterbox-rpi/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/guardianproject/butterbox-rpi/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/guardianproject/butterbox-rpi/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/guardianproject/butterbox-rpi/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/guardianproject/butterbox-rpi/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/guardianproject/butterbox-rpi/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/guardianproject/butterbox-rpi/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@gitlab.com:likebutter/butterbox-rpi",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr_SN",
            "id": 1464594,
            "filename": "po/butterboxdocs.fr_SN.po",
            "revision": "27626b2327e7796389305e1ef8ad0dbd91e47b0f,80858a0b57e335543be337e08cddbbcf64464c44",
            "web_url": "https://hosted.weblate.org/projects/guardianproject/butterbox-rpi/fr_SN/",
            "share_url": "https://hosted.weblate.org/engage/guardianproject/-/fr_SN/",
            "translate_url": "https://hosted.weblate.org/translate/guardianproject/butterbox-rpi/fr_SN/",
            "url": "https://hosted.weblate.org/api/translations/guardianproject/butterbox-rpi/fr_SN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 147,
            "total_words": 2268,
            "translated": 19,
            "translated_words": 320,
            "translated_percent": 12.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-23T00:37:38.652918+02:00",
            "last_author": "Daouda Souleymane DEMBELE",
            "repository_url": "https://hosted.weblate.org/api/translations/guardianproject/butterbox-rpi/fr_SN/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/guardianproject/butterbox-rpi/fr_SN/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/guardianproject/butterbox-rpi/fr_SN/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/guardianproject/butterbox-rpi/fr_SN/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/guardianproject/butterbox-rpi/fr_SN/units/?format=api"
        },
        {
            "language": {
                "id": 450,
                "code": "pt_AO",
                "name": "Portuguese (Angola)",
                "plural": {
                    "id": 448,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 21789941,
                "web_url": "https://hosted.weblate.org/languages/pt_AO/",
                "url": "https://hosted.weblate.org/api/languages/pt_AO/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt_AO/statistics/?format=api"
            },
            "component": {
                "name": "butterbox-rpi",
                "slug": "butterbox-rpi",
                "id": 16955,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Guardian Project",
                    "slug": "guardianproject",
                    "id": 316,
                    "web": "https://guardianproject.info/",
                    "web_url": "https://hosted.weblate.org/projects/guardianproject/",
                    "url": "https://hosted.weblate.org/api/projects/guardianproject/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/guardianproject/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/guardianproject/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/guardianproject/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/guardianproject/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/guardianproject/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/guardianproject/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/guardianproject/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://www.localizationlab.org/contributor\nMailing list for translators: <otfl10n@googlegroups.com\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@gitlab.com:likebutter/butterbox-rpi",
                "git_export": "https://hosted.weblate.org/git/guardianproject/butterbox-rpi/",
                "branch": "main",
                "push_branch": "from_weblate",
                "filemask": "po/butterboxdocs.*.po",
                "screenshot_filemask": "",
                "template": "po/butterboxdocs.en.po",
                "edit_template": true,
                "intermediate": "",
                "new_base": "po/butterboxdocs.pot",
                "file_format": "po-mono",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/guardianproject/butterbox-rpi/",
                "url": "https://hosted.weblate.org/api/components/guardianproject/butterbox-rpi/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/guardianproject/butterbox-rpi/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/guardianproject/butterbox-rpi/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/guardianproject/butterbox-rpi/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/guardianproject/butterbox-rpi/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/guardianproject/butterbox-rpi/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/guardianproject/butterbox-rpi/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@gitlab.com:likebutter/butterbox-rpi",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt_AO",
            "id": 1464595,
            "filename": "po/butterboxdocs.pt_AO.po",
            "revision": "486399ede090f35410260470510b1d2be5d9c316,80858a0b57e335543be337e08cddbbcf64464c44",
            "web_url": "https://hosted.weblate.org/projects/guardianproject/butterbox-rpi/pt_AO/",
            "share_url": "https://hosted.weblate.org/engage/guardianproject/-/pt_AO/",
            "translate_url": "https://hosted.weblate.org/translate/guardianproject/butterbox-rpi/pt_AO/",
            "url": "https://hosted.weblate.org/api/translations/guardianproject/butterbox-rpi/pt_AO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 147,
            "total_words": 2268,
            "translated": 49,
            "translated_words": 868,
            "translated_percent": 33.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-22T21:22:23.166008+02:00",
            "last_author": "Félix Uamba",
            "repository_url": "https://hosted.weblate.org/api/translations/guardianproject/butterbox-rpi/pt_AO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/guardianproject/butterbox-rpi/pt_AO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/guardianproject/butterbox-rpi/pt_AO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/guardianproject/butterbox-rpi/pt_AO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/guardianproject/butterbox-rpi/pt_AO/units/?format=api"
        },
        {
            "language": {
                "id": 38,
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 251,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ron",
                    "rum",
                    "mol"
                ],
                "direction": "ltr",
                "population": 22187407,
                "web_url": "https://hosted.weblate.org/languages/ro/",
                "url": "https://hosted.weblate.org/api/languages/ro/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ro/statistics/?format=api"
            },
            "component": {
                "name": "Command line interface",
                "slug": "cli",
                "id": 7914,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Kosmorro",
                    "slug": "kosmorro",
                    "id": 1201,
                    "web": "http://kosmorro.space",
                    "web_url": "https://hosted.weblate.org/projects/kosmorro/",
                    "url": "https://hosted.weblate.org/api/projects/kosmorro/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/kosmorro/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/kosmorro/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/kosmorro/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/kosmorro/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/kosmorro/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/kosmorro/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/kosmorro/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "## Should Kosmorro's name be translated?\r\n\r\nNo. The name _Kosmorro_ has been chosen in such a way it should be pronounceable no matter your language. It should also be written with Latin characters, even if the target language uses another characters set.\r\nNote that you may still adapt the name to comply with the target language grammar (e.g., in German, _clear Kosmorro's cache_ becomes _Kosmorros Cache löschen_, because German grammar requires an _s_ suffix to be appended to proper nouns in possessive mode).\r\n\r\n## How do I translate the yes/no (`yN`) questions?\r\n\r\nFirst, you will need to check that Python's `locale` module has translations for that in the target locale: open a terminal, invoke Python and write the following commands:\r\n\r\n```py\r\n>>> import locale\r\n>>> locale.setlocale(locale.LC_ALL, 'fr_FR.UTF-8') # Replace 'fr-FR' with your locale\r\n'fr-FR.UTF-8'\r\n>>> locale.nl_langinfo(locale.YESEXPR)\r\n'^[oOyY].*' # This is the regular expression that will validate a \"yes\" answer\r\n>>> locale.nl_langinfo(locale.NOEXPR)\r\n'^[nN].*' # This is the regular expression that will validate a \"no\" answer\r\n```\r\n\r\nAll you have to do now is to extract the characters that correspond to your language (here, it is `o` and `N`).\r\nIf Python only gives the English alternatives, it means it does not supported it for now. In this case, the `yN`  has to be used by default.",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "github",
                "repo": "https://github.com/Kosmorro/kosmorro",
                "git_export": "https://hosted.weblate.org/git/kosmorro/cli/",
                "branch": "master",
                "push_branch": "",
                "filemask": "kosmorro/locales/*/LC_MESSAGES/messages.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "kosmorro/locales/messages.pot",
                "file_format": "po",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/kosmorro/cli/",
                "url": "https://hosted.weblate.org/api/components/kosmorro/cli/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/kosmorro/cli/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/kosmorro/cli/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/kosmorro/cli/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/kosmorro/cli/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/kosmorro/cli/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/kosmorro/cli/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [
                    "translated",
                    "long_untranslated",
                    "inconsistent"
                ],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "jerome@deuchnord.fr",
                "merge_style": "rebase",
                "commit_message": "chore(i18n): update {{ language_name }} translation\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslations are welcome at {{ url }}",
                "add_message": "feat(i18n): add {{ language_name }} translation",
                "delete_message": "feat(i18n): delete {{ language_name }} translation",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "chore(i18n): update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslations are welcome at {{ 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": 2,
                "auto_lock_error": true,
                "language_regex": "^[a-zA-Z_]+$",
                "variant_regex": "",
                "addons": [
                    "https://hosted.weblate.org/api/addons/2007/?format=api",
                    "https://hosted.weblate.org/api/addons/2006/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ro",
            "id": 1464608,
            "filename": "kosmorro/locales/ro/LC_MESSAGES/messages.po",
            "revision": "0914e32637d2381516fe3fa642144d4f15b40cc1",
            "web_url": "https://hosted.weblate.org/projects/kosmorro/cli/ro/",
            "share_url": "https://hosted.weblate.org/engage/kosmorro/-/ro/",
            "translate_url": "https://hosted.weblate.org/translate/kosmorro/cli/ro/",
            "url": "https://hosted.weblate.org/api/translations/kosmorro/cli/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 68,
            "total_words": 486,
            "translated": 51,
            "translated_words": 400,
            "translated_percent": 75.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-06-18T17:09:14.542425+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/kosmorro/cli/ro/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/kosmorro/cli/ro/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/kosmorro/cli/ro/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/kosmorro/cli/ro/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/kosmorro/cli/ro/units/?format=api"
        },
        {
            "language": {
                "id": 38,
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 251,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ron",
                    "rum",
                    "mol"
                ],
                "direction": "ltr",
                "population": 22187407,
                "web_url": "https://hosted.weblate.org/languages/ro/",
                "url": "https://hosted.weblate.org/api/languages/ro/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ro/statistics/?format=api"
            },
            "component": {
                "name": "Astronomy glossary",
                "slug": "astro-glossary",
                "id": 7915,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Kosmorro",
                    "slug": "kosmorro",
                    "id": 1201,
                    "web": "http://kosmorro.space",
                    "web_url": "https://hosted.weblate.org/projects/kosmorro/",
                    "url": "https://hosted.weblate.org/api/projects/kosmorro/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/kosmorro/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/kosmorro/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/kosmorro/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/kosmorro/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/kosmorro/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/kosmorro/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/kosmorro/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "## Should Kosmorro's name be translated?\r\n\r\nNo. The name _Kosmorro_ has been chosen in such a way it should be pronounceable no matter your language. It should also be written with Latin characters, even if the target language uses another characters set.\r\nNote that you may still adapt the name to comply with the target language grammar (e.g., in German, _clear Kosmorro's cache_ becomes _Kosmorros Cache löschen_, because German grammar requires an _s_ suffix to be appended to proper nouns in possessive mode).\r\n\r\n## How do I translate the yes/no (`yN`) questions?\r\n\r\nFirst, you will need to check that Python's `locale` module has translations for that in the target locale: open a terminal, invoke Python and write the following commands:\r\n\r\n```py\r\n>>> import locale\r\n>>> locale.setlocale(locale.LC_ALL, 'fr_FR.UTF-8') # Replace 'fr-FR' with your locale\r\n'fr-FR.UTF-8'\r\n>>> locale.nl_langinfo(locale.YESEXPR)\r\n'^[oOyY].*' # This is the regular expression that will validate a \"yes\" answer\r\n>>> locale.nl_langinfo(locale.NOEXPR)\r\n'^[nN].*' # This is the regular expression that will validate a \"no\" answer\r\n```\r\n\r\nAll you have to do now is to extract the characters that correspond to your language (here, it is `o` and `N`).\r\nIf Python only gives the English alternatives, it means it does not supported it for now. In this case, the `yN`  has to be used by default.",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hosted.weblate.org/git/kosmorro/astro-glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/kosmorro/astro-glossary/",
                "url": "https://hosted.weblate.org/api/components/kosmorro/astro-glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/kosmorro/astro-glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/kosmorro/astro-glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/kosmorro/astro-glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/kosmorro/astro-glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/kosmorro/astro-glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/kosmorro/astro-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 }})\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": 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": "lime",
                "category": null,
                "linked_component": null
            },
            "language_code": "ro",
            "id": 1464609,
            "filename": "ro.tbx",
            "revision": "d359fc82d6e495f1258d854ecfd46a1852a95d97",
            "web_url": "https://hosted.weblate.org/projects/kosmorro/astro-glossary/ro/",
            "share_url": "https://hosted.weblate.org/engage/kosmorro/-/ro/",
            "translate_url": "https://hosted.weblate.org/translate/kosmorro/astro-glossary/ro/",
            "url": "https://hosted.weblate.org/api/translations/kosmorro/astro-glossary/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 14,
            "total_words": 14,
            "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": "2024-06-19T12:09:24.304454+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/kosmorro/astro-glossary/ro/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/kosmorro/astro-glossary/ro/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/kosmorro/astro-glossary/ro/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/kosmorro/astro-glossary/ro/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/kosmorro/astro-glossary/ro/units/?format=api"
        },
        {
            "language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Kuwaiba Core",
                "slug": "kuwaiba",
                "id": 29616,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Kuwaiba",
                    "slug": "kuwaiba",
                    "id": 5493,
                    "web": "https://sourceforge.net/projects/kuwaiba/",
                    "web_url": "https://hosted.weblate.org/projects/kuwaiba/",
                    "url": "https://hosted.weblate.org/api/projects/kuwaiba/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/kuwaiba/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/kuwaiba/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/kuwaiba/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/kuwaiba/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/kuwaiba/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/kuwaiba/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/kuwaiba/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "to be provided later",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "https://hosted.weblate.org/git/kuwaiba/kuwaiba/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/kuwaiba/kuwaiba/",
                "url": "https://hosted.weblate.org/api/components/kuwaiba/kuwaiba/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/kuwaiba/kuwaiba/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/kuwaiba/kuwaiba/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/kuwaiba/kuwaiba/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/kuwaiba/kuwaiba/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/kuwaiba/kuwaiba/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/kuwaiba/kuwaiba/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/SabNK/kuwaiba_docs/{{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 }}\" add-on in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "red",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 1464611,
            "filename": "",
            "revision": "",
            "web_url": "https://hosted.weblate.org/projects/kuwaiba/kuwaiba/en/",
            "share_url": "https://hosted.weblate.org/engage/kuwaiba/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/kuwaiba/kuwaiba/en/",
            "url": "https://hosted.weblate.org/api/translations/kuwaiba/kuwaiba/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 85,
            "total_words": 1053,
            "translated": 85,
            "translated_words": 1053,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 7,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-20T19:49:28.171013+02:00",
            "last_author": "Nick Sabinin",
            "repository_url": "https://hosted.weblate.org/api/translations/kuwaiba/kuwaiba/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/kuwaiba/kuwaiba/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/kuwaiba/kuwaiba/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/kuwaiba/kuwaiba/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/kuwaiba/kuwaiba/en/units/?format=api"
        },
        {
            "language": {
                "id": 36,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 255,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://hosted.weblate.org/languages/ru/",
                "url": "https://hosted.weblate.org/api/languages/ru/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "Kuwaiba Core",
                "slug": "kuwaiba",
                "id": 29616,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Kuwaiba",
                    "slug": "kuwaiba",
                    "id": 5493,
                    "web": "https://sourceforge.net/projects/kuwaiba/",
                    "web_url": "https://hosted.weblate.org/projects/kuwaiba/",
                    "url": "https://hosted.weblate.org/api/projects/kuwaiba/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/kuwaiba/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/kuwaiba/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/kuwaiba/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/kuwaiba/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/kuwaiba/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/kuwaiba/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/kuwaiba/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "to be provided later",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "https://hosted.weblate.org/git/kuwaiba/kuwaiba/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/kuwaiba/kuwaiba/",
                "url": "https://hosted.weblate.org/api/components/kuwaiba/kuwaiba/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/kuwaiba/kuwaiba/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/kuwaiba/kuwaiba/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/kuwaiba/kuwaiba/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/kuwaiba/kuwaiba/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/kuwaiba/kuwaiba/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/kuwaiba/kuwaiba/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/SabNK/kuwaiba_docs/{{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 }}\" add-on in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "red",
                "category": null,
                "linked_component": null
            },
            "language_code": "ru",
            "id": 1464612,
            "filename": "locales/ru/LC_MESSAGES/docs.po",
            "revision": "22d2800fbbbed59efab5b26ceb306375301cea73",
            "web_url": "https://hosted.weblate.org/projects/kuwaiba/kuwaiba/ru/",
            "share_url": "https://hosted.weblate.org/engage/kuwaiba/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/kuwaiba/kuwaiba/ru/",
            "url": "https://hosted.weblate.org/api/translations/kuwaiba/kuwaiba/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 84,
            "total_words": 994,
            "translated": 25,
            "translated_words": 157,
            "translated_percent": 29.7,
            "fuzzy": 2,
            "fuzzy_words": 18,
            "fuzzy_percent": 2.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-20T19:49:28.504432+02:00",
            "last_author": "Nick Sabinin",
            "repository_url": "https://hosted.weblate.org/api/translations/kuwaiba/kuwaiba/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/kuwaiba/kuwaiba/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/kuwaiba/kuwaiba/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/kuwaiba/kuwaiba/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/kuwaiba/kuwaiba/ru/units/?format=api"
        },
        {
            "language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Kuwaiba",
                "slug": "glossary",
                "id": 29617,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Kuwaiba",
                    "slug": "kuwaiba",
                    "id": 5493,
                    "web": "https://sourceforge.net/projects/kuwaiba/",
                    "web_url": "https://hosted.weblate.org/projects/kuwaiba/",
                    "url": "https://hosted.weblate.org/api/projects/kuwaiba/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/kuwaiba/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/kuwaiba/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/kuwaiba/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/kuwaiba/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/kuwaiba/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/kuwaiba/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/kuwaiba/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "to be provided later",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "https://hosted.weblate.org/git/kuwaiba/glossary/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/kuwaiba/glossary/",
                "url": "https://hosted.weblate.org/api/components/kuwaiba/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/kuwaiba/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/kuwaiba/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/kuwaiba/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/kuwaiba/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/kuwaiba/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/kuwaiba/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" add-on in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 1464613,
            "filename": "",
            "revision": "",
            "web_url": "https://hosted.weblate.org/projects/kuwaiba/glossary/en/",
            "share_url": "https://hosted.weblate.org/engage/kuwaiba/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/kuwaiba/glossary/en/",
            "url": "https://hosted.weblate.org/api/translations/kuwaiba/glossary/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/kuwaiba/glossary/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/kuwaiba/glossary/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/kuwaiba/glossary/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/kuwaiba/glossary/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/kuwaiba/glossary/en/units/?format=api"
        },
        {
            "language": {
                "id": 36,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 255,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://hosted.weblate.org/languages/ru/",
                "url": "https://hosted.weblate.org/api/languages/ru/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "Kuwaiba",
                "slug": "glossary",
                "id": 29617,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Kuwaiba",
                    "slug": "kuwaiba",
                    "id": 5493,
                    "web": "https://sourceforge.net/projects/kuwaiba/",
                    "web_url": "https://hosted.weblate.org/projects/kuwaiba/",
                    "url": "https://hosted.weblate.org/api/projects/kuwaiba/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/kuwaiba/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/kuwaiba/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/kuwaiba/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/kuwaiba/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/kuwaiba/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/kuwaiba/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/kuwaiba/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "to be provided later",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "https://hosted.weblate.org/git/kuwaiba/glossary/",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "proprietary",
                "license_url": null,
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/kuwaiba/glossary/",
                "url": "https://hosted.weblate.org/api/components/kuwaiba/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/kuwaiba/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/kuwaiba/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/kuwaiba/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/kuwaiba/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/kuwaiba/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/kuwaiba/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" add-on in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ru",
            "id": 1464614,
            "filename": "ru.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/kuwaiba/glossary/ru/",
            "share_url": "https://hosted.weblate.org/engage/kuwaiba/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/kuwaiba/glossary/ru/",
            "url": "https://hosted.weblate.org/api/translations/kuwaiba/glossary/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-18T13:01:23.910176+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/kuwaiba/glossary/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/kuwaiba/glossary/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/kuwaiba/glossary/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/kuwaiba/glossary/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/kuwaiba/glossary/ru/units/?format=api"
        },
        {
            "language": {
                "id": 120,
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 279,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "svk",
                    "sky",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "population": 6680269,
                "web_url": "https://hosted.weblate.org/languages/sk/",
                "url": "https://hosted.weblate.org/api/languages/sk/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sk/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1036,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "PeerTube",
                    "slug": "peertube",
                    "id": 305,
                    "web": "https://github.com/sschueller/peertube-android/",
                    "web_url": "https://hosted.weblate.org/projects/peertube/",
                    "url": "https://hosted.weblate.org/api/projects/peertube/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/peertube/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/peertube/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/peertube/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/peertube/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/peertube/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/peertube/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/peertube/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/sschueller/peertube-android.git",
                "git_export": "https://hosted.weblate.org/git/peertube/android/",
                "branch": "develop",
                "push_branch": "",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "screenshot_filemask": "",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/peertube/android/",
                "url": "https://hosted.weblate.org/api/components/peertube/android/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/peertube/android/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/peertube/android/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/peertube/android/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/peertube/android/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/peertube/android/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/peertube/android/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": "fix(lang): Weblate translation ({{ 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": "feat(lang): Added translation using Weblate ({{ language_name }})",
                "delete_message": "feat(lang): Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "chore(lang): Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "fix(lang): Update translation files\r\n\r\nUpdated by \"{{ hook_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",
                "category": null,
                "linked_component": null
            },
            "language_code": "sk",
            "id": 1464617,
            "filename": "app/src/main/res/values-sk/strings.xml",
            "revision": "537db512045ccd0478ff8fc580fe05b562ed4d5a,324243bf867fafcaae40cb586890e21c267ecbfc",
            "web_url": "https://hosted.weblate.org/projects/peertube/android/sk/",
            "share_url": "https://hosted.weblate.org/engage/peertube/-/sk/",
            "translate_url": "https://hosted.weblate.org/translate/peertube/android/sk/",
            "url": "https://hosted.weblate.org/api/translations/peertube/android/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 377,
            "total_words": 872,
            "translated": 221,
            "translated_words": 584,
            "translated_percent": 58.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 10,
            "failing_checks_percent": 1.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2024-06-19T15:09:12.831910+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/peertube/android/sk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/peertube/android/sk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/peertube/android/sk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/peertube/android/sk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/peertube/android/sk/units/?format=api"
        },
        {
            "language": {
                "id": 120,
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 279,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "svk",
                    "sky",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "population": 6680269,
                "web_url": "https://hosted.weblate.org/languages/sk/",
                "url": "https://hosted.weblate.org/api/languages/sk/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sk/statistics/?format=api"
            },
            "component": {
                "name": "PeerTube",
                "slug": "glossary",
                "id": 5610,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "PeerTube",
                    "slug": "peertube",
                    "id": 305,
                    "web": "https://github.com/sschueller/peertube-android/",
                    "web_url": "https://hosted.weblate.org/projects/peertube/",
                    "url": "https://hosted.weblate.org/api/projects/peertube/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/peertube/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/peertube/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/peertube/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/peertube/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/peertube/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/peertube/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/peertube/labels/?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://hosted.weblate.org/git/peertube/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/peertube/glossary/",
                "url": "https://hosted.weblate.org/api/components/peertube/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/peertube/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/peertube/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/peertube/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/peertube/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/peertube/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/peertube/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": "fix(lang): 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": "feat(lang): Added translation using Weblate ({{ language_name }})",
                "delete_message": "feat(lang): Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "chore(lang): Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "fix(lang): 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": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sk",
            "id": 1464618,
            "filename": "sk.tbx",
            "revision": "5e318bf04b17954503d09abdcc0428f0c69274fd",
            "web_url": "https://hosted.weblate.org/projects/peertube/glossary/sk/",
            "share_url": "https://hosted.weblate.org/engage/peertube/-/sk/",
            "translate_url": "https://hosted.weblate.org/translate/peertube/glossary/sk/",
            "url": "https://hosted.weblate.org/api/translations/peertube/glossary/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 3,
            "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": "2024-06-19T15:09:33.083150+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/peertube/glossary/sk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/peertube/glossary/sk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/peertube/glossary/sk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/peertube/glossary/sk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/peertube/glossary/sk/units/?format=api"
        },
        {
            "language": {
                "id": 120,
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 279,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "svk",
                    "sky",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "population": 6680269,
                "web_url": "https://hosted.weblate.org/languages/sk/",
                "url": "https://hosted.weblate.org/api/languages/sk/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sk/statistics/?format=api"
            },
            "component": {
                "name": "Android App Store Metadata",
                "slug": "android-metadata",
                "id": 29110,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "OnionShare",
                    "slug": "onionshare",
                    "id": 260,
                    "web": "https://onionshare.org/",
                    "web_url": "https://hosted.weblate.org/projects/onionshare/",
                    "url": "https://hosted.weblate.org/api/projects/onionshare/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/onionshare/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/onionshare/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/onionshare/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/onionshare/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/onionshare/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/onionshare/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/onionshare/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "Mailing list for translators: onionshare-dev@lists.riseup.net",
                    "enable_hooks": true,
                    "language_aliases": "bn-BD:bn,es-ES:es,es_ES:es,fy-NL:fy,gu-IN:gu,gu_IN:gu,hi-IN:hi,hi_IN:hi,hy-AM:hy,hy_AM:hy,sv-SE:sv,sv_SE:sv,zh-CN:zh-Hans,zh-TW:zh-Hant,en_US:en,en-US:en"
                },
                "vcs": "git",
                "repo": "https://github.com/onionshare/onionshare-android",
                "git_export": "",
                "branch": "main",
                "push_branch": "",
                "filemask": "fastlane/metadata/android/*",
                "screenshot_filemask": "",
                "template": "fastlane/metadata/android/en-US",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "appstore",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/onionshare/android-metadata/",
                "url": "https://hosted.weblate.org/api/components/onionshare/android-metadata/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/onionshare/android-metadata/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/onionshare/android-metadata/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/onionshare/android-metadata/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/onionshare/android-metadata/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/onionshare/android-metadata/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/onionshare/android-metadata/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [
                    "max-length"
                ],
                "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://hosted.weblate.org/api/addons/15517/?format=api",
                    "https://hosted.weblate.org/api/addons/15519/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/onionshare/onionshare-android/?format=api"
            },
            "language_code": "sk",
            "id": 1464619,
            "filename": "fastlane/metadata/android/sk",
            "revision": "4fd499ec00e2a225c210fc71c31e192f969d4ed6,07677a00acd07c9717f23b993a2de1c90af90439",
            "web_url": "https://hosted.weblate.org/projects/onionshare/android-metadata/sk/",
            "share_url": "https://hosted.weblate.org/engage/onionshare/-/sk/",
            "translate_url": "https://hosted.weblate.org/translate/onionshare/android-metadata/sk/",
            "url": "https://hosted.weblate.org/api/translations/onionshare/android-metadata/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 38,
            "translated": 3,
            "translated_words": 38,
            "translated_percent": 75.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-06-19T15:09:21.956307+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/onionshare/android-metadata/sk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/onionshare/android-metadata/sk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/onionshare/android-metadata/sk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/onionshare/android-metadata/sk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/onionshare/android-metadata/sk/units/?format=api"
        },
        {
            "language": {
                "id": 120,
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 279,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "svk",
                    "sky",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "population": 6680269,
                "web_url": "https://hosted.weblate.org/languages/sk/",
                "url": "https://hosted.weblate.org/api/languages/sk/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sk/statistics/?format=api"
            },
            "component": {
                "name": "PlayStoreMeta",
                "slug": "playstoremeta",
                "id": 3270,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "PeerTube",
                    "slug": "peertube",
                    "id": 305,
                    "web": "https://github.com/sschueller/peertube-android/",
                    "web_url": "https://hosted.weblate.org/projects/peertube/",
                    "url": "https://hosted.weblate.org/api/projects/peertube/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/peertube/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/peertube/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/peertube/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/peertube/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/peertube/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/peertube/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/peertube/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/sschueller/peertube-android.git",
                "git_export": "",
                "branch": "develop",
                "push_branch": "",
                "filemask": "fastlane/metadata/android/*",
                "screenshot_filemask": "",
                "template": "fastlane/metadata/android/en-US",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "appstore",
                "license": "AGPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/peertube/playstoremeta/",
                "url": "https://hosted.weblate.org/api/components/peertube/playstoremeta/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/peertube/playstoremeta/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/peertube/playstoremeta/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/peertube/playstoremeta/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/peertube/playstoremeta/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/peertube/playstoremeta/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/peertube/playstoremeta/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": "fix(lang):  Weblate translation ({{ 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": "feat(lang): Added translation using Weblate ({{ language_name }})",
                "delete_message": "feat(lang): Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "chore(lang): Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "fix(lang): 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",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/peertube/android/?format=api"
            },
            "language_code": "sk",
            "id": 1464620,
            "filename": "fastlane/metadata/android/sk",
            "revision": "baf3ed7fe879dabcfd96a63e48dff7139b8effad,6ef757456b941f709104620fa9c168fd19853f55",
            "web_url": "https://hosted.weblate.org/projects/peertube/playstoremeta/sk/",
            "share_url": "https://hosted.weblate.org/engage/peertube/-/sk/",
            "translate_url": "https://hosted.weblate.org/translate/peertube/playstoremeta/sk/",
            "url": "https://hosted.weblate.org/api/translations/peertube/playstoremeta/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 37,
            "total_words": 1677,
            "translated": 5,
            "translated_words": 265,
            "translated_percent": 13.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": "2024-06-19T15:09:13.070999+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/peertube/playstoremeta/sk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/peertube/playstoremeta/sk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/peertube/playstoremeta/sk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/peertube/playstoremeta/sk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/peertube/playstoremeta/sk/units/?format=api"
        },
        {
            "language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "fWallet",
                "slug": "fwallet",
                "id": 29619,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "fWallet",
                    "slug": "fwallet",
                    "id": 5498,
                    "web": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                    "web_url": "https://hosted.weblate.org/projects/fwallet/",
                    "url": "https://hosted.weblate.org/api/projects/fwallet/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/fwallet/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/fwallet/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/fwallet/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/fwallet/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/fwallet/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/fwallet/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/fwallet/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                "git_export": "https://hosted.weblate.org/git/fwallet/fwallet/",
                "branch": "main",
                "push_branch": "main",
                "filemask": "lib/l10n/app_*.arb",
                "screenshot_filemask": "",
                "template": "lib/l10n/app_en.arb",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "arb",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/fwallet/fwallet/",
                "url": "https://hosted.weblate.org/api/components/fwallet/fwallet/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:TheOneWithTheBraid/f_wallet.git",
                "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 }}\" add-on in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 1464621,
            "filename": "lib/l10n/app_en.arb",
            "revision": "554d1bcc52d746cabeb12a146a3b1ca26a3471ee,554d1bcc52d746cabeb12a146a3b1ca26a3471ee",
            "web_url": "https://hosted.weblate.org/projects/fwallet/fwallet/en/",
            "share_url": "https://hosted.weblate.org/engage/fwallet/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/fwallet/fwallet/en/",
            "url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 33,
            "total_words": 85,
            "translated": 33,
            "translated_words": 85,
            "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-06-22T13:04:12.302794+02:00",
            "last_author": "The one with the braid",
            "repository_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/en/units/?format=api"
        },
        {
            "language": {
                "id": 103,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 291,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://hosted.weblate.org/languages/es/",
                "url": "https://hosted.weblate.org/api/languages/es/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "fWallet",
                "slug": "fwallet",
                "id": 29619,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "fWallet",
                    "slug": "fwallet",
                    "id": 5498,
                    "web": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                    "web_url": "https://hosted.weblate.org/projects/fwallet/",
                    "url": "https://hosted.weblate.org/api/projects/fwallet/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/fwallet/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/fwallet/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/fwallet/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/fwallet/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/fwallet/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/fwallet/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/fwallet/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                "git_export": "https://hosted.weblate.org/git/fwallet/fwallet/",
                "branch": "main",
                "push_branch": "main",
                "filemask": "lib/l10n/app_*.arb",
                "screenshot_filemask": "",
                "template": "lib/l10n/app_en.arb",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "arb",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/fwallet/fwallet/",
                "url": "https://hosted.weblate.org/api/components/fwallet/fwallet/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:TheOneWithTheBraid/f_wallet.git",
                "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 }}\" add-on in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 1464622,
            "filename": "lib/l10n/app_es.arb",
            "revision": "24eb1cec0f84270b6ef2dad267da9d2a235d693f,554d1bcc52d746cabeb12a146a3b1ca26a3471ee",
            "web_url": "https://hosted.weblate.org/projects/fwallet/fwallet/es/",
            "share_url": "https://hosted.weblate.org/engage/fwallet/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/fwallet/fwallet/es/",
            "url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 85,
            "translated": 33,
            "translated_words": 85,
            "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-06-22T18:32:06.547804+02:00",
            "last_author": "gallegonovato",
            "repository_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/es/units/?format=api"
        },
        {
            "language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 29620,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "fWallet",
                    "slug": "fwallet",
                    "id": 5498,
                    "web": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                    "web_url": "https://hosted.weblate.org/projects/fwallet/",
                    "url": "https://hosted.weblate.org/api/projects/fwallet/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/fwallet/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/fwallet/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/fwallet/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/fwallet/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/fwallet/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/fwallet/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/fwallet/labels/?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://hosted.weblate.org/git/fwallet/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/fwallet/glossary/",
                "url": "https://hosted.weblate.org/api/components/fwallet/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/fwallet/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/fwallet/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/fwallet/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/fwallet/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/fwallet/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/fwallet/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 }}\" add-on in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "en",
            "id": 1464623,
            "filename": "",
            "revision": "",
            "web_url": "https://hosted.weblate.org/projects/fwallet/glossary/en/",
            "share_url": "https://hosted.weblate.org/engage/fwallet/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/fwallet/glossary/en/",
            "url": "https://hosted.weblate.org/api/translations/fwallet/glossary/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 1,
            "total_words": 1,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-19T04:34:55.435192+02:00",
            "last_author": "josé m.",
            "repository_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/en/units/?format=api"
        },
        {
            "language": {
                "id": 103,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 291,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://hosted.weblate.org/languages/es/",
                "url": "https://hosted.weblate.org/api/languages/es/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 29620,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "fWallet",
                    "slug": "fwallet",
                    "id": 5498,
                    "web": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                    "web_url": "https://hosted.weblate.org/projects/fwallet/",
                    "url": "https://hosted.weblate.org/api/projects/fwallet/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/fwallet/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/fwallet/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/fwallet/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/fwallet/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/fwallet/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/fwallet/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/fwallet/labels/?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://hosted.weblate.org/git/fwallet/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/fwallet/glossary/",
                "url": "https://hosted.weblate.org/api/components/fwallet/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/fwallet/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/fwallet/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/fwallet/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/fwallet/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/fwallet/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/fwallet/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 }}\" add-on in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "es",
            "id": 1464624,
            "filename": "es.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/fwallet/glossary/es/",
            "share_url": "https://hosted.weblate.org/engage/fwallet/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/fwallet/glossary/es/",
            "url": "https://hosted.weblate.org/api/translations/fwallet/glossary/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-22T13:04:13.057466+02:00",
            "last_author": "The one with the braid",
            "repository_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/es/units/?format=api"
        },
        {
            "language": {
                "id": 31,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en/",
                "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "fWallet Android App Metadata",
                "slug": "fwallet-metadata",
                "id": 29621,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "fWallet",
                    "slug": "fwallet",
                    "id": 5498,
                    "web": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                    "web_url": "https://hosted.weblate.org/projects/fwallet/",
                    "url": "https://hosted.weblate.org/api/projects/fwallet/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/fwallet/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/fwallet/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/fwallet/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/fwallet/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/fwallet/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/fwallet/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/fwallet/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                "git_export": "",
                "branch": "main",
                "push_branch": "main",
                "filemask": "fastlane/metadata/android/*",
                "screenshot_filemask": "",
                "template": "fastlane/metadata/android/en-US",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "appstore",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/fwallet/fwallet-metadata/",
                "url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:TheOneWithTheBraid/f_wallet.git",
                "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 }}\" add-on in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/fwallet/fwallet/?format=api"
            },
            "language_code": "en",
            "id": 1464626,
            "filename": "fastlane/metadata/android/en-US",
            "revision": "057a66aa98eaaf0481dcbe804e653433631cc19d,057a66aa98eaaf0481dcbe804e653433631cc19d",
            "web_url": "https://hosted.weblate.org/projects/fwallet/fwallet-metadata/en/",
            "share_url": "https://hosted.weblate.org/engage/fwallet/-/en/",
            "translate_url": "https://hosted.weblate.org/translate/fwallet/fwallet-metadata/en/",
            "url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 3,
            "total_words": 50,
            "translated": 3,
            "translated_words": 50,
            "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-06-22T13:04:12.539929+02:00",
            "last_author": "The one with the braid",
            "repository_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/en/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/en/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/en/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/en/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/en/units/?format=api"
        },
        {
            "language": {
                "id": 103,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 291,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://hosted.weblate.org/languages/es/",
                "url": "https://hosted.weblate.org/api/languages/es/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "fWallet Android App Metadata",
                "slug": "fwallet-metadata",
                "id": 29621,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "fWallet",
                    "slug": "fwallet",
                    "id": 5498,
                    "web": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                    "web_url": "https://hosted.weblate.org/projects/fwallet/",
                    "url": "https://hosted.weblate.org/api/projects/fwallet/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/fwallet/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/fwallet/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/fwallet/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/fwallet/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/fwallet/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/fwallet/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/fwallet/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                "git_export": "",
                "branch": "main",
                "push_branch": "main",
                "filemask": "fastlane/metadata/android/*",
                "screenshot_filemask": "",
                "template": "fastlane/metadata/android/en-US",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "appstore",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/fwallet/fwallet-metadata/",
                "url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:TheOneWithTheBraid/f_wallet.git",
                "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 }}\" add-on in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/fwallet/fwallet/?format=api"
            },
            "language_code": "es-ES",
            "id": 1464627,
            "filename": "fastlane/metadata/android/es-ES",
            "revision": "6741a6e333e1c8b0c69f0b192439df06c3cec778,057a66aa98eaaf0481dcbe804e653433631cc19d",
            "web_url": "https://hosted.weblate.org/projects/fwallet/fwallet-metadata/es/",
            "share_url": "https://hosted.weblate.org/engage/fwallet/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/fwallet/fwallet-metadata/es/",
            "url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 50,
            "translated": 3,
            "translated_words": 50,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 13,
            "failing_checks_percent": 33.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-22T13:04:12.628906+02:00",
            "last_author": "The one with the braid",
            "repository_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/es/units/?format=api"
        },
        {
            "language": {
                "id": 124,
                "code": "sl",
                "name": "Slovenian",
                "plural": {
                    "id": 280,
                    "source": 0,
                    "number": 4,
                    "formula": "n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3",
                    "type": 6
                },
                "aliases": [
                    "sl_sl",
                    "slv"
                ],
                "direction": "ltr",
                "population": 1973179,
                "web_url": "https://hosted.weblate.org/languages/sl/",
                "url": "https://hosted.weblate.org/api/languages/sl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sl/statistics/?format=api"
            },
            "component": {
                "name": "i18n",
                "slug": "i18n",
                "id": 27390,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "th-ch/youtube-music",
                    "slug": "youtube-music",
                    "id": 4737,
                    "web": "https://github.com/th-ch/youtube-music",
                    "web_url": "https://hosted.weblate.org/projects/youtube-music/",
                    "url": "https://hosted.weblate.org/api/projects/youtube-music/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/youtube-music/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/youtube-music/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/youtube-music/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/youtube-music/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/youtube-music/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/youtube-music/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/youtube-music/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "A repository for translating th-ch/youtube-music.\r\n\r\nIf a direct translation is not possible or awkward, you can use an appropriate paraphrase.\r\n\r\nhttps://github.com/th-ch/youtube-music",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "git@github.com:th-ch/youtube-music.git",
                "git_export": "https://hosted.weblate.org/git/youtube-music/i18n/",
                "branch": "master",
                "push_branch": "",
                "filemask": "src/i18n/resources/*.json",
                "screenshot_filemask": "",
                "template": "src/i18n/resources/en.json",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "i18next",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/youtube-music/i18n/",
                "url": "https://hosted.weblate.org/api/components/youtube-music/i18n/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/youtube-music/i18n/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/youtube-music/i18n/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/youtube-music/i18n/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/youtube-music/i18n/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/youtube-music/i18n/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/youtube-music/i18n/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@github.com:th-ch/youtube-music.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "chore(i18n): 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": "chore(i18n): Added translation using Weblate ({{ language_name }})",
                "delete_message": "chore(i18n): Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "chore(i18n): Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "chore(i18n): 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": "chore(i18n): Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://hosted.weblate.org/api/addons/14492/?format=api",
                    "https://hosted.weblate.org/api/addons/14494/?format=api",
                    "https://hosted.weblate.org/api/addons/14493/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sl",
            "id": 1464633,
            "filename": "src/i18n/resources/sl.json",
            "revision": "9edc5c34a5b7219d2a238a6e5262248a1b6fd33e,e7be77c0d2a61ed26886c4f91aae029de5e5744b",
            "web_url": "https://hosted.weblate.org/projects/youtube-music/i18n/sl/",
            "share_url": "https://hosted.weblate.org/engage/youtube-music/-/sl/",
            "translate_url": "https://hosted.weblate.org/translate/youtube-music/i18n/sl/",
            "url": "https://hosted.weblate.org/api/translations/youtube-music/i18n/sl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 346,
            "total_words": 1275,
            "translated": 152,
            "translated_words": 515,
            "translated_percent": 43.9,
            "fuzzy": 4,
            "fuzzy_words": 10,
            "fuzzy_percent": 1.1,
            "failing_checks": 4,
            "failing_checks_words": 10,
            "failing_checks_percent": 1.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-18T21:09:36.346776+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/youtube-music/i18n/sl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/youtube-music/i18n/sl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/youtube-music/i18n/sl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/youtube-music/i18n/sl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/youtube-music/i18n/sl/units/?format=api"
        },
        {
            "language": {
                "id": 124,
                "code": "sl",
                "name": "Slovenian",
                "plural": {
                    "id": 280,
                    "source": 0,
                    "number": 4,
                    "formula": "n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3",
                    "type": 6
                },
                "aliases": [
                    "sl_sl",
                    "slv"
                ],
                "direction": "ltr",
                "population": 1973179,
                "web_url": "https://hosted.weblate.org/languages/sl/",
                "url": "https://hosted.weblate.org/api/languages/sl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sl/statistics/?format=api"
            },
            "component": {
                "name": "th-ch/youtube-music",
                "slug": "glossary",
                "id": 27391,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "th-ch/youtube-music",
                    "slug": "youtube-music",
                    "id": 4737,
                    "web": "https://github.com/th-ch/youtube-music",
                    "web_url": "https://hosted.weblate.org/projects/youtube-music/",
                    "url": "https://hosted.weblate.org/api/projects/youtube-music/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/youtube-music/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/youtube-music/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/youtube-music/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/youtube-music/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/youtube-music/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/youtube-music/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/youtube-music/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "A repository for translating th-ch/youtube-music.\r\n\r\nIf a direct translation is not possible or awkward, you can use an appropriate paraphrase.\r\n\r\nhttps://github.com/th-ch/youtube-music",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "local",
                "repo": "local:",
                "git_export": "https://hosted.weblate.org/git/youtube-music/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/youtube-music/glossary/",
                "url": "https://hosted.weblate.org/api/components/youtube-music/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/youtube-music/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/youtube-music/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/youtube-music/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/youtube-music/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/youtube-music/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/youtube-music/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 }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sl",
            "id": 1464634,
            "filename": "sl.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/youtube-music/glossary/sl/",
            "share_url": "https://hosted.weblate.org/engage/youtube-music/-/sl/",
            "translate_url": "https://hosted.weblate.org/translate/youtube-music/glossary/sl/",
            "url": "https://hosted.weblate.org/api/translations/youtube-music/glossary/sl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-18T16:15:28.230359+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/youtube-music/glossary/sl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/youtube-music/glossary/sl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/youtube-music/glossary/sl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/youtube-music/glossary/sl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/youtube-music/glossary/sl/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 104,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://hosted.weblate.org/languages/de/",
                "url": "https://hosted.weblate.org/api/languages/de/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "fWallet",
                "slug": "fwallet",
                "id": 29619,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "fWallet",
                    "slug": "fwallet",
                    "id": 5498,
                    "web": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                    "web_url": "https://hosted.weblate.org/projects/fwallet/",
                    "url": "https://hosted.weblate.org/api/projects/fwallet/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/fwallet/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/fwallet/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/fwallet/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/fwallet/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/fwallet/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/fwallet/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/fwallet/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                "git_export": "https://hosted.weblate.org/git/fwallet/fwallet/",
                "branch": "main",
                "push_branch": "main",
                "filemask": "lib/l10n/app_*.arb",
                "screenshot_filemask": "",
                "template": "lib/l10n/app_en.arb",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "arb",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/fwallet/fwallet/",
                "url": "https://hosted.weblate.org/api/components/fwallet/fwallet/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:TheOneWithTheBraid/f_wallet.git",
                "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 }}\" add-on in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 1464636,
            "filename": "lib/l10n/app_de.arb",
            "revision": "4bf69676f68ef980dd86ec07683e853cb709b441,554d1bcc52d746cabeb12a146a3b1ca26a3471ee",
            "web_url": "https://hosted.weblate.org/projects/fwallet/fwallet/de/",
            "share_url": "https://hosted.weblate.org/engage/fwallet/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/fwallet/fwallet/de/",
            "url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 85,
            "translated": 30,
            "translated_words": 81,
            "translated_percent": 90.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-22T13:04:12.336934+02:00",
            "last_author": "The one with the braid",
            "repository_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/de/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 104,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://hosted.weblate.org/languages/de/",
                "url": "https://hosted.weblate.org/api/languages/de/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "fWallet Android App Metadata",
                "slug": "fwallet-metadata",
                "id": 29621,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "fWallet",
                    "slug": "fwallet",
                    "id": 5498,
                    "web": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                    "web_url": "https://hosted.weblate.org/projects/fwallet/",
                    "url": "https://hosted.weblate.org/api/projects/fwallet/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/fwallet/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/fwallet/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/fwallet/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/fwallet/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/fwallet/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/fwallet/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/fwallet/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                "git_export": "",
                "branch": "main",
                "push_branch": "main",
                "filemask": "fastlane/metadata/android/*",
                "screenshot_filemask": "",
                "template": "fastlane/metadata/android/en-US",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "appstore",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/fwallet/fwallet-metadata/",
                "url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:TheOneWithTheBraid/f_wallet.git",
                "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 }}\" add-on in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/fwallet/fwallet/?format=api"
            },
            "language_code": "de-DE",
            "id": 1464637,
            "filename": "fastlane/metadata/android/de-DE",
            "revision": "e6ef29b6c959894c7d90445373e5d6f2593f49e0,057a66aa98eaaf0481dcbe804e653433631cc19d",
            "web_url": "https://hosted.weblate.org/projects/fwallet/fwallet-metadata/de/",
            "share_url": "https://hosted.weblate.org/engage/fwallet/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/fwallet/fwallet-metadata/de/",
            "url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 50,
            "translated": 3,
            "translated_words": 50,
            "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-06-22T13:04:12.584921+02:00",
            "last_author": "The one with the braid",
            "repository_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/de/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 104,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://hosted.weblate.org/languages/de/",
                "url": "https://hosted.weblate.org/api/languages/de/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 29620,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "fWallet",
                    "slug": "fwallet",
                    "id": 5498,
                    "web": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                    "web_url": "https://hosted.weblate.org/projects/fwallet/",
                    "url": "https://hosted.weblate.org/api/projects/fwallet/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/fwallet/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/fwallet/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/fwallet/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/fwallet/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/fwallet/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/fwallet/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/fwallet/labels/?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://hosted.weblate.org/git/fwallet/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/fwallet/glossary/",
                "url": "https://hosted.weblate.org/api/components/fwallet/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/fwallet/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/fwallet/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/fwallet/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/fwallet/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/fwallet/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/fwallet/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 }}\" add-on in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 1464638,
            "filename": "de.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/fwallet/glossary/de/",
            "share_url": "https://hosted.weblate.org/engage/fwallet/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/fwallet/glossary/de/",
            "url": "https://hosted.weblate.org/api/translations/fwallet/glossary/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-22T13:04:13.042659+02:00",
            "last_author": "The one with the braid",
            "repository_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/de/units/?format=api"
        },
        {
            "language": {
                "id": 105,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 93,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://hosted.weblate.org/languages/fr/",
                "url": "https://hosted.weblate.org/api/languages/fr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "fWallet Android App Metadata",
                "slug": "fwallet-metadata",
                "id": 29621,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "fWallet",
                    "slug": "fwallet",
                    "id": 5498,
                    "web": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                    "web_url": "https://hosted.weblate.org/projects/fwallet/",
                    "url": "https://hosted.weblate.org/api/projects/fwallet/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/fwallet/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/fwallet/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/fwallet/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/fwallet/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/fwallet/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/fwallet/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/fwallet/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                "git_export": "",
                "branch": "main",
                "push_branch": "main",
                "filemask": "fastlane/metadata/android/*",
                "screenshot_filemask": "",
                "template": "fastlane/metadata/android/en-US",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "appstore",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/fwallet/fwallet-metadata/",
                "url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/fwallet/fwallet-metadata/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:TheOneWithTheBraid/f_wallet.git",
                "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 }}\" add-on in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/fwallet/fwallet/?format=api"
            },
            "language_code": "fr-FR",
            "id": 1464640,
            "filename": "fastlane/metadata/android/fr-FR",
            "revision": "da39a3ee5e6b4b0d3255bfef95601890afd80709,057a66aa98eaaf0481dcbe804e653433631cc19d",
            "web_url": "https://hosted.weblate.org/projects/fwallet/fwallet-metadata/fr/",
            "share_url": "https://hosted.weblate.org/engage/fwallet/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/fwallet/fwallet-metadata/fr/",
            "url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 50,
            "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": "2024-06-22T13:04:12.676029+02:00",
            "last_author": "The one with the braid",
            "repository_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet-metadata/fr/units/?format=api"
        },
        {
            "language": {
                "id": 105,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 93,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://hosted.weblate.org/languages/fr/",
                "url": "https://hosted.weblate.org/api/languages/fr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Glossary",
                "slug": "glossary",
                "id": 29620,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "fWallet",
                    "slug": "fwallet",
                    "id": 5498,
                    "web": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                    "web_url": "https://hosted.weblate.org/projects/fwallet/",
                    "url": "https://hosted.weblate.org/api/projects/fwallet/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/fwallet/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/fwallet/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/fwallet/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/fwallet/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/fwallet/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/fwallet/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/fwallet/labels/?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://hosted.weblate.org/git/fwallet/glossary/",
                "branch": "main",
                "push_branch": "",
                "filemask": "*.tbx",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/fwallet/glossary/",
                "url": "https://hosted.weblate.org/api/components/fwallet/glossary/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/fwallet/glossary/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/fwallet/glossary/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/fwallet/glossary/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/fwallet/glossary/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/fwallet/glossary/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/fwallet/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 }}\" add-on in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 1464641,
            "filename": "fr.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://hosted.weblate.org/projects/fwallet/glossary/fr/",
            "share_url": "https://hosted.weblate.org/engage/fwallet/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/fwallet/glossary/fr/",
            "url": "https://hosted.weblate.org/api/translations/fwallet/glossary/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-22T13:04:13.071389+02:00",
            "last_author": "The one with the braid",
            "repository_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/fwallet/glossary/fr/units/?format=api"
        },
        {
            "language": {
                "id": 105,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 93,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://hosted.weblate.org/languages/fr/",
                "url": "https://hosted.weblate.org/api/languages/fr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "fWallet",
                "slug": "fwallet",
                "id": 29619,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "fWallet",
                    "slug": "fwallet",
                    "id": 5498,
                    "web": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                    "web_url": "https://hosted.weblate.org/projects/fwallet/",
                    "url": "https://hosted.weblate.org/api/projects/fwallet/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/fwallet/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/fwallet/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/fwallet/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/fwallet/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/fwallet/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/fwallet/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/fwallet/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://gitlab.com/TheOneWithTheBraid/f_wallet",
                "git_export": "https://hosted.weblate.org/git/fwallet/fwallet/",
                "branch": "main",
                "push_branch": "main",
                "filemask": "lib/l10n/app_*.arb",
                "screenshot_filemask": "",
                "template": "lib/l10n/app_en.arb",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "arb",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/fwallet/fwallet/",
                "url": "https://hosted.weblate.org/api/components/fwallet/fwallet/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/fwallet/fwallet/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@gitlab.com:TheOneWithTheBraid/f_wallet.git",
                "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 }}\" add-on in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "fr",
            "id": 1464642,
            "filename": "lib/l10n/app_fr.arb",
            "revision": "f5f4c92283948fb4ffa86366c7b6923ddd67dcd5,554d1bcc52d746cabeb12a146a3b1ca26a3471ee",
            "web_url": "https://hosted.weblate.org/projects/fwallet/fwallet/fr/",
            "share_url": "https://hosted.weblate.org/engage/fwallet/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/fwallet/fwallet/fr/",
            "url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 33,
            "total_words": 85,
            "translated": 17,
            "translated_words": 50,
            "translated_percent": 51.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": "2024-06-22T13:04:12.406311+02:00",
            "last_author": "The one with the braid",
            "repository_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/fwallet/fwallet/fr/units/?format=api"
        }
    ]
}