Translation components API.

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

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

{
    "count": 270,
    "next": "https://translate.phyphox.org/api/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "language": {
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 136,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1728473503,
                "web_url": "https://translate.phyphox.org/languages/en/",
                "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "en",
            "id": 1,
            "filename": "app/src/main/res/values/strings.xml",
            "revision": "3946b372416fb0b5944f1ff42a5ea111aa475eeb,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/en/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/en/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/en/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 384,
            "total_words": 2337,
            "translated": 384,
            "translated_words": 2337,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 43,
            "failing_checks_words": 218,
            "failing_checks_percent": 11.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-06-10T19:47:46.436192Z",
            "last_author": "Sebastian Staacks",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/en/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/en/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/en/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/en/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/en/units/?format=api"
        },
        {
            "language": {
                "code": "az",
                "name": "Azerbaijani",
                "plural": {
                    "id": 41,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "aze",
                    "azj"
                ],
                "direction": "ltr",
                "population": 10101162,
                "web_url": "https://translate.phyphox.org/languages/az/",
                "url": "https://translate.phyphox.org/api/languages/az/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/az/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "az",
            "id": 2,
            "filename": "app/src/main/res/values-az/strings.xml",
            "revision": "f23932b98375ec2926606eef7f133d1b2a49b85e,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/az/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/az/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/az/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/az/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 384,
            "total_words": 2337,
            "translated": 37,
            "translated_words": 645,
            "translated_percent": 9.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 5,
            "failing_checks_words": 136,
            "failing_checks_percent": 1.3,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2025-06-10T19:47:46.464486Z",
            "last_author": "Sebastian Staacks",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/az/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/az/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/az/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/az/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/az/units/?format=api"
        },
        {
            "language": {
                "code": "sr_Latn",
                "name": "Serbian (Latin script)",
                "plural": {
                    "id": 483,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "serbo_croatian",
                    "sh",
                    "sr_latn_rs",
                    "sr_rs@latin",
                    "sr@latin",
                    "srl",
                    "hbs"
                ],
                "direction": "ltr",
                "population": 7709589,
                "web_url": "https://translate.phyphox.org/languages/sr_Latn/",
                "url": "https://translate.phyphox.org/api/languages/sr_Latn/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/sr_Latn/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "b+sr+Latn",
            "id": 3,
            "filename": "app/src/main/res/values-b+sr+Latn/strings.xml",
            "revision": "54a1719c46a5e444ca2297768d653addf00d9747,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/sr_Latn/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/sr_Latn/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/sr_Latn/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/sr_Latn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 384,
            "total_words": 2337,
            "translated": 197,
            "translated_words": 1660,
            "translated_percent": 51.3,
            "fuzzy": 2,
            "fuzzy_words": 112,
            "fuzzy_percent": 0.5,
            "failing_checks": 8,
            "failing_checks_words": 191,
            "failing_checks_percent": 2.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2025-06-10T19:47:46.470266Z",
            "last_author": "Sebastian Staacks",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/sr_Latn/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/sr_Latn/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/sr_Latn/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/sr_Latn/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/sr_Latn/units/?format=api"
        },
        {
            "language": {
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "ca_ca",
                    "cat"
                ],
                "direction": "ltr",
                "population": 8218781,
                "web_url": "https://translate.phyphox.org/languages/ca/",
                "url": "https://translate.phyphox.org/api/languages/ca/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/ca/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "ca",
            "id": 4,
            "filename": "app/src/main/res/values-ca/strings.xml",
            "revision": "14755401e79eee5fac89f6729a2a770750a1ce06,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/ca/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/ca/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/ca/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 384,
            "total_words": 2337,
            "translated": 209,
            "translated_words": 1868,
            "translated_percent": 54.4,
            "fuzzy": 2,
            "fuzzy_words": 112,
            "fuzzy_percent": 0.5,
            "failing_checks": 11,
            "failing_checks_words": 230,
            "failing_checks_percent": 2.8,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2025-06-10T19:47:46.475737Z",
            "last_author": "Sebastian Staacks",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/ca/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/ca/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/ca/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/ca/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/ca/units/?format=api"
        },
        {
            "language": {
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 104,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13236057,
                "web_url": "https://translate.phyphox.org/languages/cs/",
                "url": "https://translate.phyphox.org/api/languages/cs/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "cs",
            "id": 5,
            "filename": "app/src/main/res/values-cs/strings.xml",
            "revision": "ef8cdedbf8271e164ec9bfce4d3d6916edc93703,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/cs/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/cs/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/cs/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 384,
            "total_words": 2337,
            "translated": 361,
            "translated_words": 2188,
            "translated_percent": 94.0,
            "fuzzy": 2,
            "fuzzy_words": 100,
            "fuzzy_percent": 0.5,
            "failing_checks": 2,
            "failing_checks_words": 100,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-11-29T22:43:32.809563Z",
            "last_author": "Lukáš Hřebík",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/cs/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/cs/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/cs/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/cs/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/cs/units/?format=api"
        },
        {
            "language": {
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 112,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 141873196,
                "web_url": "https://translate.phyphox.org/languages/de/",
                "url": "https://translate.phyphox.org/api/languages/de/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "de",
            "id": 6,
            "filename": "app/src/main/res/values-de/strings.xml",
            "revision": "469db9c2436ed3da56effdb09bb409c761c9ee13,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/de/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/de/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/de/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 384,
            "total_words": 2337,
            "translated": 384,
            "translated_words": 2337,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-06-18T10:04:53.080676Z",
            "last_author": "Sebastian Staacks",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/de/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/de/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/de/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/de/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/de/units/?format=api"
        },
        {
            "language": {
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 134,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "population": 12249401,
                "web_url": "https://translate.phyphox.org/languages/el/",
                "url": "https://translate.phyphox.org/api/languages/el/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/el/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "el",
            "id": 7,
            "filename": "app/src/main/res/values-el/strings.xml",
            "revision": "07848e06f1a0fc85c488c4937d5c4ee1203d8d74,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/el/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/el/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/el/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 384,
            "total_words": 2337,
            "translated": 384,
            "translated_words": 2337,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2025-11-24T06:26:25.288760Z",
            "last_author": "Κωστής Χαλκιαδάκης",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/el/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/el/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/el/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/el/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/el/units/?format=api"
        },
        {
            "language": {
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 150,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 507599381,
                "web_url": "https://translate.phyphox.org/languages/es/",
                "url": "https://translate.phyphox.org/api/languages/es/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "es",
            "id": 8,
            "filename": "app/src/main/res/values-es/strings.xml",
            "revision": "0d6c55e76e591baf6f170736a89a1c0c3cf90004,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/es/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/es/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/es/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 384,
            "total_words": 2337,
            "translated": 229,
            "translated_words": 1960,
            "translated_percent": 59.6,
            "fuzzy": 2,
            "fuzzy_words": 100,
            "fuzzy_percent": 0.5,
            "failing_checks": 7,
            "failing_checks_words": 107,
            "failing_checks_percent": 1.8,
            "have_suggestion": 87,
            "have_comment": 0,
            "last_change": "2025-06-10T19:47:46.504853Z",
            "last_author": "Sebastian Staacks",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/es/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/es/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/es/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/es/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/es/units/?format=api"
        },
        {
            "language": {
                "code": "fa",
                "name": "Persian",
                "plural": {
                    "id": 172,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fas_ir",
                    "fas",
                    "per",
                    "pes"
                ],
                "direction": "rtl",
                "population": 89208445,
                "web_url": "https://translate.phyphox.org/languages/fa/",
                "url": "https://translate.phyphox.org/api/languages/fa/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/fa/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "fa",
            "id": 9,
            "filename": "app/src/main/res/values-fa/strings.xml",
            "revision": "4e6d1a8552f0902ec62ce9dc4584e1a641383ab6,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/fa/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/fa/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/fa/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 384,
            "total_words": 2337,
            "translated": 194,
            "translated_words": 1605,
            "translated_percent": 50.5,
            "fuzzy": 2,
            "fuzzy_words": 112,
            "fuzzy_percent": 0.5,
            "failing_checks": 10,
            "failing_checks_words": 143,
            "failing_checks_percent": 2.6,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2025-06-10T19:47:46.510450Z",
            "last_author": "Sebastian Staacks",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/fa/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/fa/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/fa/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/fa/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/fa/units/?format=api"
        },
        {
            "language": {
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 182,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 332956350,
                "web_url": "https://translate.phyphox.org/languages/fr/",
                "url": "https://translate.phyphox.org/api/languages/fr/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "fr",
            "id": 10,
            "filename": "app/src/main/res/values-fr/strings.xml",
            "revision": "85eff3e9e27d9e6842dfb1d10158049948defa14,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/fr/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/fr/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/fr/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 384,
            "total_words": 2337,
            "translated": 365,
            "translated_words": 2185,
            "translated_percent": 95.0,
            "fuzzy": 1,
            "fuzzy_words": 98,
            "fuzzy_percent": 0.2,
            "failing_checks": 18,
            "failing_checks_words": 247,
            "failing_checks_percent": 4.6,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2025-06-10T19:47:46.516235Z",
            "last_author": "Sebastian Staacks",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/fr/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/fr/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/fr/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/fr/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/fr/units/?format=api"
        },
        {
            "language": {
                "code": "hi",
                "name": "Hindi",
                "plural": {
                    "id": 225,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "hin"
                ],
                "direction": "ltr",
                "population": 580318483,
                "web_url": "https://translate.phyphox.org/languages/hi/",
                "url": "https://translate.phyphox.org/api/languages/hi/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/hi/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "hi",
            "id": 11,
            "filename": "app/src/main/res/values-hi/strings.xml",
            "revision": "3710f10f449c7e32f34bd336771c5975ec8b22e6,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/hi/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/hi/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/hi/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 384,
            "total_words": 2337,
            "translated": 381,
            "translated_words": 2236,
            "translated_percent": 99.2,
            "fuzzy": 2,
            "fuzzy_words": 100,
            "fuzzy_percent": 0.5,
            "failing_checks": 2,
            "failing_checks_words": 100,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-10-28T07:04:00.489587Z",
            "last_author": "Ashish Amish",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/hi/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/hi/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/hi/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/hi/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/hi/units/?format=api"
        },
        {
            "language": {
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 236,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12313191,
                "web_url": "https://translate.phyphox.org/languages/hu/",
                "url": "https://translate.phyphox.org/api/languages/hu/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/hu/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "hu",
            "id": 12,
            "filename": "app/src/main/res/values-hu/strings.xml",
            "revision": "5a76a8971d9536534a2321393aa4c0809345a624,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/hu/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/hu/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/hu/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 384,
            "total_words": 2337,
            "translated": 4,
            "translated_words": 531,
            "translated_percent": 1.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 11,
            "failing_checks_words": 146,
            "failing_checks_percent": 2.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-06-10T19:47:46.530984Z",
            "last_author": "Sebastian Staacks",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/hu/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/hu/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/hu/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/hu/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/hu/units/?format=api"
        },
        {
            "language": {
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 243,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 180519583,
                "web_url": "https://translate.phyphox.org/languages/id/",
                "url": "https://translate.phyphox.org/api/languages/id/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/id/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "id",
            "id": 13,
            "filename": "app/src/main/res/values-id/strings.xml",
            "revision": "92a8a970c282e43f8967579c36f20f57b2f27cff,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/id/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/id/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/id/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 384,
            "total_words": 2337,
            "translated": 133,
            "translated_words": 1234,
            "translated_percent": 34.6,
            "fuzzy": 2,
            "fuzzy_words": 112,
            "fuzzy_percent": 0.5,
            "failing_checks": 8,
            "failing_checks_words": 140,
            "failing_checks_percent": 2.0,
            "have_suggestion": 39,
            "have_comment": 0,
            "last_change": "2025-06-10T19:47:46.536830Z",
            "last_author": "Sebastian Staacks",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/id/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/id/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/id/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/id/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/id/units/?format=api"
        },
        {
            "language": {
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 252,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70475318,
                "web_url": "https://translate.phyphox.org/languages/it/",
                "url": "https://translate.phyphox.org/api/languages/it/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "it",
            "id": 14,
            "filename": "app/src/main/res/values-it/strings.xml",
            "revision": "8e9475109faf16df5bca275ad28567e330ddd9db,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/it/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/it/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/it/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 384,
            "total_words": 2337,
            "translated": 269,
            "translated_words": 1784,
            "translated_percent": 70.0,
            "fuzzy": 3,
            "fuzzy_words": 114,
            "fuzzy_percent": 0.7,
            "failing_checks": 6,
            "failing_checks_words": 143,
            "failing_checks_percent": 1.5,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2025-06-10T19:47:46.542542Z",
            "last_author": "Sebastian Staacks",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/it/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/it/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/it/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/it/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/it/units/?format=api"
        },
        {
            "language": {
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 254,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 117608755,
                "web_url": "https://translate.phyphox.org/languages/ja/",
                "url": "https://translate.phyphox.org/api/languages/ja/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "ja",
            "id": 15,
            "filename": "app/src/main/res/values-ja/strings.xml",
            "revision": "528956d5a8e97f6de743b0ae2bc9e7ade14618fd,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/ja/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/ja/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/ja/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 384,
            "total_words": 2337,
            "translated": 197,
            "translated_words": 1660,
            "translated_percent": 51.3,
            "fuzzy": 2,
            "fuzzy_words": 112,
            "fuzzy_percent": 0.5,
            "failing_checks": 19,
            "failing_checks_words": 337,
            "failing_checks_percent": 4.9,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2025-06-10T19:47:46.547998Z",
            "last_author": "Sebastian Staacks",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/ja/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/ja/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/ja/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/ja/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/ja/units/?format=api"
        },
        {
            "language": {
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 379,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 32854898,
                "web_url": "https://translate.phyphox.org/languages/nl/",
                "url": "https://translate.phyphox.org/api/languages/nl/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "nl",
            "id": 16,
            "filename": "app/src/main/res/values-nl/strings.xml",
            "revision": "8e0164456ede91b0d283fa1e351b7ffa29b7355b,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/nl/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/nl/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/nl/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 384,
            "total_words": 2337,
            "translated": 202,
            "translated_words": 1665,
            "translated_percent": 52.6,
            "fuzzy": 2,
            "fuzzy_words": 112,
            "fuzzy_percent": 0.5,
            "failing_checks": 10,
            "failing_checks_words": 151,
            "failing_checks_percent": 2.6,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2025-06-10T19:47:46.555568Z",
            "last_author": "Sebastian Staacks",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/nl/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/nl/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/nl/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/nl/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/nl/units/?format=api"
        },
        {
            "language": {
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 412,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41500500,
                "web_url": "https://translate.phyphox.org/languages/pl/",
                "url": "https://translate.phyphox.org/api/languages/pl/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pl",
            "id": 17,
            "filename": "app/src/main/res/values-pl/strings.xml",
            "revision": "9499a8fa0c49c5f7623a68bd9dff41dc6721bbc6,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/pl/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/pl/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/pl/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 384,
            "total_words": 2337,
            "translated": 197,
            "translated_words": 1660,
            "translated_percent": 51.3,
            "fuzzy": 3,
            "fuzzy_words": 114,
            "fuzzy_percent": 0.7,
            "failing_checks": 7,
            "failing_checks_words": 121,
            "failing_checks_percent": 1.8,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2025-06-10T19:47:46.561115Z",
            "last_author": "Sebastian Staacks",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/pl/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/pl/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/pl/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/pl/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/pl/units/?format=api"
        },
        {
            "language": {
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 419,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "por_pt",
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "population": 249463918,
                "web_url": "https://translate.phyphox.org/languages/pt/",
                "url": "https://translate.phyphox.org/api/languages/pt/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/pt/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "pt",
            "id": 18,
            "filename": "app/src/main/res/values-pt/strings.xml",
            "revision": "44231940cfe5bd1ea66259e1e249983eda82786b,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/pt/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/pt/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/pt/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 384,
            "total_words": 2337,
            "translated": 201,
            "translated_words": 1684,
            "translated_percent": 52.3,
            "fuzzy": 3,
            "fuzzy_words": 114,
            "fuzzy_percent": 0.7,
            "failing_checks": 8,
            "failing_checks_words": 122,
            "failing_checks_percent": 2.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2024-12-02T16:45:23.803807Z",
            "last_author": "Carlos Filipe dos Santos Lima",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/pt/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/pt/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/pt/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/pt/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/pt/units/?format=api"
        },
        {
            "language": {
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 435,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 201151468,
                "web_url": "https://translate.phyphox.org/languages/ru/",
                "url": "https://translate.phyphox.org/api/languages/ru/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "ru",
            "id": 19,
            "filename": "app/src/main/res/values-ru/strings.xml",
            "revision": "79f721b07f8db856d0378c5562c809971e920a20,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/ru/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/ru/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/ru/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 384,
            "total_words": 2337,
            "translated": 350,
            "translated_words": 2164,
            "translated_percent": 91.1,
            "fuzzy": 2,
            "fuzzy_words": 100,
            "fuzzy_percent": 0.5,
            "failing_checks": 2,
            "failing_checks_words": 100,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-06-10T19:47:46.572424Z",
            "last_author": "Sebastian Staacks",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/ru/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/ru/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/ru/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/ru/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/ru/units/?format=api"
        },
        {
            "language": {
                "code": "sl",
                "name": "Slovenian",
                "plural": {
                    "id": 466,
                    "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": 1967012,
                "web_url": "https://translate.phyphox.org/languages/sl/",
                "url": "https://translate.phyphox.org/api/languages/sl/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/languages/sl/statistics/?format=api"
            },
            "component": {
                "name": "Android",
                "slug": "android",
                "id": 1,
                "source_language": {
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 136,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1728473503,
                    "web_url": "https://translate.phyphox.org/languages/en/",
                    "url": "https://translate.phyphox.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "phyphox",
                    "slug": "phyphox",
                    "id": 1,
                    "web": "https://phyphox.org",
                    "web_url": "https://translate.phyphox.org/projects/phyphox/",
                    "url": "https://translate.phyphox.org/api/projects/phyphox/?format=api",
                    "components_list_url": "https://translate.phyphox.org/api/projects/phyphox/components/?format=api",
                    "repository_url": "https://translate.phyphox.org/api/projects/phyphox/repository/?format=api",
                    "statistics_url": "https://translate.phyphox.org/api/projects/phyphox/statistics/?format=api",
                    "changes_list_url": "https://translate.phyphox.org/api/projects/phyphox/changes/?format=api",
                    "languages_url": "https://translate.phyphox.org/api/projects/phyphox/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/Staacks/phyphox-android.git",
                "git_export": "https://translate.phyphox.org/git/phyphox/android/",
                "branch": "translation",
                "push_branch": "translation",
                "filemask": "app/src/main/res/values-*/strings.xml",
                "template": "app/src/main/res/values/strings.xml",
                "edit_template": true,
                "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://translate.phyphox.org/projects/phyphox/android/",
                "url": "https://translate.phyphox.org/api/components/phyphox/android/?format=api",
                "repository_url": "https://translate.phyphox.org/api/components/phyphox/android/repository/?format=api",
                "translations_url": "https://translate.phyphox.org/api/components/phyphox/android/translations/?format=api",
                "statistics_url": "https://translate.phyphox.org/api/components/phyphox/android/statistics/?format=api",
                "lock_url": "https://translate.phyphox.org/api/components/phyphox/android/lock/?format=api",
                "links_url": "https://translate.phyphox.org/api/components/phyphox/android/links/?format=api",
                "changes_list_url": "https://translate.phyphox.org/api/components/phyphox/android/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "https://github.com/Staacks/phyphox-android.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 }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver"
            },
            "language_code": "sl",
            "id": 20,
            "filename": "app/src/main/res/values-sl/strings.xml",
            "revision": "3d350b05143a5b241cf3d0f909e7e40fc1cf60d7,3946b372416fb0b5944f1ff42a5ea111aa475eeb",
            "web_url": "https://translate.phyphox.org/projects/phyphox/android/sl/",
            "share_url": "https://translate.phyphox.org/engage/phyphox/sl/",
            "translate_url": "https://translate.phyphox.org/translate/phyphox/android/sl/",
            "url": "https://translate.phyphox.org/api/translations/phyphox/android/sl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 384,
            "total_words": 2337,
            "translated": 141,
            "translated_words": 1022,
            "translated_percent": 36.7,
            "fuzzy": 1,
            "fuzzy_words": 14,
            "fuzzy_percent": 0.2,
            "failing_checks": 11,
            "failing_checks_words": 148,
            "failing_checks_percent": 2.8,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2025-06-10T19:47:46.577614Z",
            "last_author": "Sebastian Staacks",
            "repository_url": "https://translate.phyphox.org/api/translations/phyphox/android/sl/repository/?format=api",
            "file_url": "https://translate.phyphox.org/api/translations/phyphox/android/sl/file/?format=api",
            "statistics_url": "https://translate.phyphox.org/api/translations/phyphox/android/sl/statistics/?format=api",
            "changes_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/sl/changes/?format=api",
            "units_list_url": "https://translate.phyphox.org/api/translations/phyphox/android/sl/units/?format=api"
        }
    ]
}