Translation components API.

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

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

{
    "count": 95014,
    "next": null,
    "previous": "https://translations.documentfoundation.org/api/translations/?format=api&page=1900",
    "results": [
        {
            "language": {
                "id": 125,
                "code": "he",
                "name": "Hebrew",
                "plural": {
                    "id": 125,
                    "source": 0,
                    "number": 4,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [
                    "he_he",
                    "iw",
                    "iw_il",
                    "iw_he",
                    "heb"
                ],
                "direction": "rtl",
                "population": 8675480,
                "web_url": "https://translations.documentfoundation.org/languages/he/",
                "url": "https://translations.documentfoundation.org/api/languages/he/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/he/statistics/?format=api"
            },
            "component": {
                "name": "android-viewer",
                "slug": "glossary",
                "id": 2367,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.documentfoundation.org/languages/en/",
                    "url": "https://translations.documentfoundation.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "android-viewer",
                    "slug": "android-viewer",
                    "id": 26,
                    "web": "https://www.libreoffice.org",
                    "web_url": "https://translations.documentfoundation.org/projects/android-viewer/",
                    "url": "https://translations.documentfoundation.org/api/projects/android-viewer/?format=api",
                    "components_list_url": "https://translations.documentfoundation.org/api/projects/android-viewer/components/?format=api",
                    "repository_url": "https://translations.documentfoundation.org/api/projects/android-viewer/repository/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/projects/android-viewer/statistics/?format=api",
                    "categories_url": "https://translations.documentfoundation.org/api/projects/android-viewer/categories/?format=api",
                    "changes_list_url": "https://translations.documentfoundation.org/api/projects/android-viewer/changes/?format=api",
                    "languages_url": "https://translations.documentfoundation.org/api/projects/android-viewer/languages/?format=api",
                    "labels_url": "https://translations.documentfoundation.org/api/projects/android-viewer/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Mailing list for translators: <l10n@global.libreoffice.org>",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://translations.documentfoundation.org/projects/android-viewer/glossary/",
                "url": "https://translations.documentfoundation.org/api/components/android-viewer/glossary/?format=api",
                "repository_url": "https://translations.documentfoundation.org/api/components/android-viewer/glossary/repository/?format=api",
                "translations_url": "https://translations.documentfoundation.org/api/components/android-viewer/glossary/translations/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/components/android-viewer/glossary/statistics/?format=api",
                "lock_url": "https://translations.documentfoundation.org/api/components/android-viewer/glossary/lock/?format=api",
                "links_url": "https://translations.documentfoundation.org/api/components/android-viewer/glossary/links/?format=api",
                "changes_list_url": "https://translations.documentfoundation.org/api/components/android-viewer/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "he",
            "id": 324023,
            "filename": "he.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.documentfoundation.org/projects/android-viewer/glossary/he/",
            "share_url": "https://translations.documentfoundation.org/engage/android-viewer/-/he/",
            "translate_url": "https://translations.documentfoundation.org/translate/android-viewer/glossary/he/",
            "url": "https://translations.documentfoundation.org/api/translations/android-viewer/glossary/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/android-viewer/glossary/he/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/android-viewer/glossary/he/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/android-viewer/glossary/he/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/android-viewer/glossary/he/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/android-viewer/glossary/he/units/?format=api"
        },
        {
            "language": {
                "id": 125,
                "code": "he",
                "name": "Hebrew",
                "plural": {
                    "id": 125,
                    "source": 0,
                    "number": 4,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [
                    "he_he",
                    "iw",
                    "iw_il",
                    "iw_he",
                    "heb"
                ],
                "direction": "rtl",
                "population": 8675480,
                "web_url": "https://translations.documentfoundation.org/languages/he/",
                "url": "https://translations.documentfoundation.org/api/languages/he/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/he/statistics/?format=api"
            },
            "component": {
                "name": "android-strings-7-6",
                "slug": "android-strings-7-6",
                "id": 2368,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.documentfoundation.org/languages/en/",
                    "url": "https://translations.documentfoundation.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "android-viewer",
                    "slug": "android-viewer",
                    "id": 26,
                    "web": "https://www.libreoffice.org",
                    "web_url": "https://translations.documentfoundation.org/projects/android-viewer/",
                    "url": "https://translations.documentfoundation.org/api/projects/android-viewer/?format=api",
                    "components_list_url": "https://translations.documentfoundation.org/api/projects/android-viewer/components/?format=api",
                    "repository_url": "https://translations.documentfoundation.org/api/projects/android-viewer/repository/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/projects/android-viewer/statistics/?format=api",
                    "categories_url": "https://translations.documentfoundation.org/api/projects/android-viewer/categories/?format=api",
                    "changes_list_url": "https://translations.documentfoundation.org/api/projects/android-viewer/changes/?format=api",
                    "languages_url": "https://translations.documentfoundation.org/api/projects/android-viewer/languages/?format=api",
                    "labels_url": "https://translations.documentfoundation.org/api/projects/android-viewer/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Mailing list for translators: <l10n@global.libreoffice.org>",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "libreoffice-7-6%topic=weblate",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "android/source/res/values/strings.xml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/",
                "url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-7-6/?format=api",
                "repository_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-7-6/repository/?format=api",
                "translations_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-7-6/translations/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-7-6/statistics/?format=api",
                "lock_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-7-6/lock/?format=api",
                "links_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-7-6/links/?format=api",
                "changes_list_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-7-6/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 80,
                "enforced_checks": [
                    "end_ellipsis"
                ],
                "restricted": false,
                "repoweb": "https://git.libreoffice.org/core/+/{{branch}}/{{filename}}#{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "{{ project_name }} translated using Weblate\r\n\r\n{{ language_name }} currently 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 for {{ project_name }} using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation for {{ project_name }} using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files for {{ project_name }}\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.documentfoundation.org/api/addons/2244/?format=api",
                    "https://translations.documentfoundation.org/api/addons/2245/?format=api",
                    "https://translations.documentfoundation.org/api/addons/2247/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "iw",
            "id": 324024,
            "filename": "android/source/res/values-iw/strings.xml",
            "revision": "a6b3daec9354f9ae75cdf8d94a67446c6227dd96,012a044dcd33a7d97235e7cbc1e79a9ef9395a01",
            "web_url": "https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/he/",
            "share_url": "https://translations.documentfoundation.org/engage/android-viewer/-/he/",
            "translate_url": "https://translations.documentfoundation.org/translate/android-viewer/android-strings-7-6/he/",
            "url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-7-6/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 130,
            "total_words": 348,
            "translated": 110,
            "translated_words": 266,
            "translated_percent": 84.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-07T07:39:25.954417Z",
            "last_author": "Yaron Shahrabani",
            "repository_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-7-6/he/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-7-6/he/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-7-6/he/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-7-6/he/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-7-6/he/units/?format=api"
        },
        {
            "language": {
                "id": 125,
                "code": "he",
                "name": "Hebrew",
                "plural": {
                    "id": 125,
                    "source": 0,
                    "number": 4,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [
                    "he_he",
                    "iw",
                    "iw_il",
                    "iw_he",
                    "heb"
                ],
                "direction": "rtl",
                "population": 8675480,
                "web_url": "https://translations.documentfoundation.org/languages/he/",
                "url": "https://translations.documentfoundation.org/api/languages/he/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/he/statistics/?format=api"
            },
            "component": {
                "name": "android-strings-24-2",
                "slug": "android-strings-24-2",
                "id": 2610,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.documentfoundation.org/languages/en/",
                    "url": "https://translations.documentfoundation.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "android-viewer",
                    "slug": "android-viewer",
                    "id": 26,
                    "web": "https://www.libreoffice.org",
                    "web_url": "https://translations.documentfoundation.org/projects/android-viewer/",
                    "url": "https://translations.documentfoundation.org/api/projects/android-viewer/?format=api",
                    "components_list_url": "https://translations.documentfoundation.org/api/projects/android-viewer/components/?format=api",
                    "repository_url": "https://translations.documentfoundation.org/api/projects/android-viewer/repository/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/projects/android-viewer/statistics/?format=api",
                    "categories_url": "https://translations.documentfoundation.org/api/projects/android-viewer/categories/?format=api",
                    "changes_list_url": "https://translations.documentfoundation.org/api/projects/android-viewer/changes/?format=api",
                    "languages_url": "https://translations.documentfoundation.org/api/projects/android-viewer/languages/?format=api",
                    "labels_url": "https://translations.documentfoundation.org/api/projects/android-viewer/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Mailing list for translators: <l10n@global.libreoffice.org>",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "master%topic=weblate",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "android/source/res/values/strings.xml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://translations.documentfoundation.org/projects/android-viewer/android-strings-24-2/",
                "url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-24-2/?format=api",
                "repository_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-24-2/repository/?format=api",
                "translations_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-24-2/translations/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-24-2/statistics/?format=api",
                "lock_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-24-2/lock/?format=api",
                "links_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-24-2/links/?format=api",
                "changes_list_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-24-2/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [
                    "end_ellipsis"
                ],
                "restricted": false,
                "repoweb": "https://git.libreoffice.org/core/+/{{branch}}/{{filename}}#{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "{{ project_name }} translated using Weblate\r\n\r\n{{ language_name }} currently 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 for {{ project_name }} using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation for {{ project_name }} using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files for {{ project_name }}\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.documentfoundation.org/api/addons/2496/?format=api",
                    "https://translations.documentfoundation.org/api/addons/2497/?format=api",
                    "https://translations.documentfoundation.org/api/addons/2499/?format=api",
                    "https://translations.documentfoundation.org/api/addons/2498/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "iw",
            "id": 324025,
            "filename": "android/source/res/values-iw/strings.xml",
            "revision": "a6b3daec9354f9ae75cdf8d94a67446c6227dd96,5d280ca5025b42d3b4596e842de593fc054181fb",
            "web_url": "https://translations.documentfoundation.org/projects/android-viewer/android-strings-24-2/he/",
            "share_url": "https://translations.documentfoundation.org/engage/android-viewer/-/he/",
            "translate_url": "https://translations.documentfoundation.org/translate/android-viewer/android-strings-24-2/he/",
            "url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-24-2/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 132,
            "total_words": 349,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-24-2/he/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-24-2/he/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-24-2/he/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-24-2/he/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-24-2/he/units/?format=api"
        },
        {
            "language": {
                "id": 154,
                "code": "ka",
                "name": "Georgian",
                "plural": {
                    "id": 154,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "geo",
                    "kat"
                ],
                "direction": "ltr",
                "population": 3543645,
                "web_url": "https://translations.documentfoundation.org/languages/ka/",
                "url": "https://translations.documentfoundation.org/api/languages/ka/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ka/statistics/?format=api"
            },
            "component": {
                "name": "android-strings",
                "slug": "android-strings",
                "id": 2366,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.documentfoundation.org/languages/en/",
                    "url": "https://translations.documentfoundation.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "android-viewer",
                    "slug": "android-viewer",
                    "id": 26,
                    "web": "https://www.libreoffice.org",
                    "web_url": "https://translations.documentfoundation.org/projects/android-viewer/",
                    "url": "https://translations.documentfoundation.org/api/projects/android-viewer/?format=api",
                    "components_list_url": "https://translations.documentfoundation.org/api/projects/android-viewer/components/?format=api",
                    "repository_url": "https://translations.documentfoundation.org/api/projects/android-viewer/repository/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/projects/android-viewer/statistics/?format=api",
                    "categories_url": "https://translations.documentfoundation.org/api/projects/android-viewer/categories/?format=api",
                    "changes_list_url": "https://translations.documentfoundation.org/api/projects/android-viewer/changes/?format=api",
                    "languages_url": "https://translations.documentfoundation.org/api/projects/android-viewer/languages/?format=api",
                    "labels_url": "https://translations.documentfoundation.org/api/projects/android-viewer/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Mailing list for translators: <l10n@global.libreoffice.org>",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "master%topic=weblate",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "android/source/res/values/strings.xml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://translations.documentfoundation.org/projects/android-viewer/android-strings/",
                "url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings/?format=api",
                "repository_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings/repository/?format=api",
                "translations_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings/translations/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings/statistics/?format=api",
                "lock_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings/lock/?format=api",
                "links_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings/links/?format=api",
                "changes_list_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [
                    "end_ellipsis"
                ],
                "restricted": false,
                "repoweb": "https://git.libreoffice.org/core/+/{{branch}}/{{filename}}#{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "{{ project_name }} translated using Weblate\r\n\r\n{{ language_name }} currently 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 for {{ project_name }} using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation for {{ project_name }} using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files for {{ project_name }}\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.documentfoundation.org/api/addons/2242/?format=api",
                    "https://translations.documentfoundation.org/api/addons/2243/?format=api",
                    "https://translations.documentfoundation.org/api/addons/2246/?format=api",
                    "https://translations.documentfoundation.org/api/addons/2248/?format=api",
                    "https://translations.documentfoundation.org/api/addons/2249/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ka",
            "id": 324026,
            "filename": "android/source/res/values-ka/strings.xml",
            "revision": "31b7a16be59d3c2124b3e697ba35bc54440a3f1c,36b3cef75a25110ff5876f608ade7fe2fde47c5b",
            "web_url": "https://translations.documentfoundation.org/projects/android-viewer/android-strings/ka/",
            "share_url": "https://translations.documentfoundation.org/engage/android-viewer/-/ka/",
            "translate_url": "https://translations.documentfoundation.org/translate/android-viewer/android-strings/ka/",
            "url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings/ka/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 116,
            "total_words": 282,
            "translated": 116,
            "translated_words": 282,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-29T11:36:55.213484Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings/ka/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings/ka/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings/ka/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings/ka/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings/ka/units/?format=api"
        },
        {
            "language": {
                "id": 154,
                "code": "ka",
                "name": "Georgian",
                "plural": {
                    "id": 154,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "geo",
                    "kat"
                ],
                "direction": "ltr",
                "population": 3543645,
                "web_url": "https://translations.documentfoundation.org/languages/ka/",
                "url": "https://translations.documentfoundation.org/api/languages/ka/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ka/statistics/?format=api"
            },
            "component": {
                "name": "android-viewer",
                "slug": "glossary",
                "id": 2367,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.documentfoundation.org/languages/en/",
                    "url": "https://translations.documentfoundation.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "android-viewer",
                    "slug": "android-viewer",
                    "id": 26,
                    "web": "https://www.libreoffice.org",
                    "web_url": "https://translations.documentfoundation.org/projects/android-viewer/",
                    "url": "https://translations.documentfoundation.org/api/projects/android-viewer/?format=api",
                    "components_list_url": "https://translations.documentfoundation.org/api/projects/android-viewer/components/?format=api",
                    "repository_url": "https://translations.documentfoundation.org/api/projects/android-viewer/repository/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/projects/android-viewer/statistics/?format=api",
                    "categories_url": "https://translations.documentfoundation.org/api/projects/android-viewer/categories/?format=api",
                    "changes_list_url": "https://translations.documentfoundation.org/api/projects/android-viewer/changes/?format=api",
                    "languages_url": "https://translations.documentfoundation.org/api/projects/android-viewer/languages/?format=api",
                    "labels_url": "https://translations.documentfoundation.org/api/projects/android-viewer/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Mailing list for translators: <l10n@global.libreoffice.org>",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://translations.documentfoundation.org/projects/android-viewer/glossary/",
                "url": "https://translations.documentfoundation.org/api/components/android-viewer/glossary/?format=api",
                "repository_url": "https://translations.documentfoundation.org/api/components/android-viewer/glossary/repository/?format=api",
                "translations_url": "https://translations.documentfoundation.org/api/components/android-viewer/glossary/translations/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/components/android-viewer/glossary/statistics/?format=api",
                "lock_url": "https://translations.documentfoundation.org/api/components/android-viewer/glossary/lock/?format=api",
                "links_url": "https://translations.documentfoundation.org/api/components/android-viewer/glossary/links/?format=api",
                "changes_list_url": "https://translations.documentfoundation.org/api/components/android-viewer/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ka",
            "id": 324027,
            "filename": "ka.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.documentfoundation.org/projects/android-viewer/glossary/ka/",
            "share_url": "https://translations.documentfoundation.org/engage/android-viewer/-/ka/",
            "translate_url": "https://translations.documentfoundation.org/translate/android-viewer/glossary/ka/",
            "url": "https://translations.documentfoundation.org/api/translations/android-viewer/glossary/ka/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/android-viewer/glossary/ka/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/android-viewer/glossary/ka/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/android-viewer/glossary/ka/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/android-viewer/glossary/ka/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/android-viewer/glossary/ka/units/?format=api"
        },
        {
            "language": {
                "id": 154,
                "code": "ka",
                "name": "Georgian",
                "plural": {
                    "id": 154,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "geo",
                    "kat"
                ],
                "direction": "ltr",
                "population": 3543645,
                "web_url": "https://translations.documentfoundation.org/languages/ka/",
                "url": "https://translations.documentfoundation.org/api/languages/ka/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ka/statistics/?format=api"
            },
            "component": {
                "name": "android-strings-7-6",
                "slug": "android-strings-7-6",
                "id": 2368,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.documentfoundation.org/languages/en/",
                    "url": "https://translations.documentfoundation.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "android-viewer",
                    "slug": "android-viewer",
                    "id": 26,
                    "web": "https://www.libreoffice.org",
                    "web_url": "https://translations.documentfoundation.org/projects/android-viewer/",
                    "url": "https://translations.documentfoundation.org/api/projects/android-viewer/?format=api",
                    "components_list_url": "https://translations.documentfoundation.org/api/projects/android-viewer/components/?format=api",
                    "repository_url": "https://translations.documentfoundation.org/api/projects/android-viewer/repository/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/projects/android-viewer/statistics/?format=api",
                    "categories_url": "https://translations.documentfoundation.org/api/projects/android-viewer/categories/?format=api",
                    "changes_list_url": "https://translations.documentfoundation.org/api/projects/android-viewer/changes/?format=api",
                    "languages_url": "https://translations.documentfoundation.org/api/projects/android-viewer/languages/?format=api",
                    "labels_url": "https://translations.documentfoundation.org/api/projects/android-viewer/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Mailing list for translators: <l10n@global.libreoffice.org>",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "libreoffice-7-6%topic=weblate",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "android/source/res/values/strings.xml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/",
                "url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-7-6/?format=api",
                "repository_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-7-6/repository/?format=api",
                "translations_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-7-6/translations/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-7-6/statistics/?format=api",
                "lock_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-7-6/lock/?format=api",
                "links_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-7-6/links/?format=api",
                "changes_list_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-7-6/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 80,
                "enforced_checks": [
                    "end_ellipsis"
                ],
                "restricted": false,
                "repoweb": "https://git.libreoffice.org/core/+/{{branch}}/{{filename}}#{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "{{ project_name }} translated using Weblate\r\n\r\n{{ language_name }} currently 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 for {{ project_name }} using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation for {{ project_name }} using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files for {{ project_name }}\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.documentfoundation.org/api/addons/2244/?format=api",
                    "https://translations.documentfoundation.org/api/addons/2245/?format=api",
                    "https://translations.documentfoundation.org/api/addons/2247/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ka",
            "id": 324028,
            "filename": "android/source/res/values-ka/strings.xml",
            "revision": "e936d009ae8b54a7c3b91569c85049a7277cfbd3,012a044dcd33a7d97235e7cbc1e79a9ef9395a01",
            "web_url": "https://translations.documentfoundation.org/projects/android-viewer/android-strings-7-6/ka/",
            "share_url": "https://translations.documentfoundation.org/engage/android-viewer/-/ka/",
            "translate_url": "https://translations.documentfoundation.org/translate/android-viewer/android-strings-7-6/ka/",
            "url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-7-6/ka/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 130,
            "total_words": 348,
            "translated": 130,
            "translated_words": 348,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-29T11:36:50.992104Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-7-6/ka/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-7-6/ka/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-7-6/ka/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-7-6/ka/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-7-6/ka/units/?format=api"
        },
        {
            "language": {
                "id": 154,
                "code": "ka",
                "name": "Georgian",
                "plural": {
                    "id": 154,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "geo",
                    "kat"
                ],
                "direction": "ltr",
                "population": 3543645,
                "web_url": "https://translations.documentfoundation.org/languages/ka/",
                "url": "https://translations.documentfoundation.org/api/languages/ka/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ka/statistics/?format=api"
            },
            "component": {
                "name": "android-strings-24-2",
                "slug": "android-strings-24-2",
                "id": 2610,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.documentfoundation.org/languages/en/",
                    "url": "https://translations.documentfoundation.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "android-viewer",
                    "slug": "android-viewer",
                    "id": 26,
                    "web": "https://www.libreoffice.org",
                    "web_url": "https://translations.documentfoundation.org/projects/android-viewer/",
                    "url": "https://translations.documentfoundation.org/api/projects/android-viewer/?format=api",
                    "components_list_url": "https://translations.documentfoundation.org/api/projects/android-viewer/components/?format=api",
                    "repository_url": "https://translations.documentfoundation.org/api/projects/android-viewer/repository/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/projects/android-viewer/statistics/?format=api",
                    "categories_url": "https://translations.documentfoundation.org/api/projects/android-viewer/categories/?format=api",
                    "changes_list_url": "https://translations.documentfoundation.org/api/projects/android-viewer/changes/?format=api",
                    "languages_url": "https://translations.documentfoundation.org/api/projects/android-viewer/languages/?format=api",
                    "labels_url": "https://translations.documentfoundation.org/api/projects/android-viewer/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "Mailing list for translators: <l10n@global.libreoffice.org>",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "master%topic=weblate",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "android/source/res/values/strings.xml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "aresource",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://translations.documentfoundation.org/projects/android-viewer/android-strings-24-2/",
                "url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-24-2/?format=api",
                "repository_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-24-2/repository/?format=api",
                "translations_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-24-2/translations/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-24-2/statistics/?format=api",
                "lock_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-24-2/lock/?format=api",
                "links_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-24-2/links/?format=api",
                "changes_list_url": "https://translations.documentfoundation.org/api/components/android-viewer/android-strings-24-2/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [
                    "end_ellipsis"
                ],
                "restricted": false,
                "repoweb": "https://git.libreoffice.org/core/+/{{branch}}/{{filename}}#{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "{{ project_name }} translated using Weblate\r\n\r\n{{ language_name }} currently 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 for {{ project_name }} using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation for {{ project_name }} using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files for {{ project_name }}\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.documentfoundation.org/api/addons/2496/?format=api",
                    "https://translations.documentfoundation.org/api/addons/2497/?format=api",
                    "https://translations.documentfoundation.org/api/addons/2499/?format=api",
                    "https://translations.documentfoundation.org/api/addons/2498/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ka",
            "id": 324029,
            "filename": "android/source/res/values-ka/strings.xml",
            "revision": "c9bf2e330e651f283fa665d5abff4782a5f4f5ff,5d280ca5025b42d3b4596e842de593fc054181fb",
            "web_url": "https://translations.documentfoundation.org/projects/android-viewer/android-strings-24-2/ka/",
            "share_url": "https://translations.documentfoundation.org/engage/android-viewer/-/ka/",
            "translate_url": "https://translations.documentfoundation.org/translate/android-viewer/android-strings-24-2/ka/",
            "url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-24-2/ka/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 132,
            "total_words": 349,
            "translated": 132,
            "translated_words": 349,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-29T11:36:50.986600Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-24-2/ka/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-24-2/ka/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-24-2/ka/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-24-2/ka/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/android-viewer/android-strings-24-2/ka/units/?format=api"
        },
        {
            "language": {
                "id": 154,
                "code": "ka",
                "name": "Georgian",
                "plural": {
                    "id": 154,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "geo",
                    "kat"
                ],
                "direction": "ltr",
                "population": 3543645,
                "web_url": "https://translations.documentfoundation.org/languages/ka/",
                "url": "https://translations.documentfoundation.org/api/languages/ka/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ka/statistics/?format=api"
            },
            "component": {
                "name": "mlmmj_footer",
                "slug": "mlmmj_footer",
                "id": 1135,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.documentfoundation.org/languages/en/",
                    "url": "https://translations.documentfoundation.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "website",
                    "slug": "website",
                    "id": 9,
                    "web": "https://www.libreoffice.org",
                    "web_url": "https://translations.documentfoundation.org/projects/website/",
                    "url": "https://translations.documentfoundation.org/api/projects/website/?format=api",
                    "components_list_url": "https://translations.documentfoundation.org/api/projects/website/components/?format=api",
                    "repository_url": "https://translations.documentfoundation.org/api/projects/website/repository/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/projects/website/statistics/?format=api",
                    "categories_url": "https://translations.documentfoundation.org/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://translations.documentfoundation.org/api/projects/website/changes/?format=api",
                    "languages_url": "https://translations.documentfoundation.org/api/projects/website/languages/?format=api",
                    "labels_url": "https://translations.documentfoundation.org/api/projects/website/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "mlmmj_footer/en.yaml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "ruby-yaml",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://translations.documentfoundation.org/projects/website/mlmmj_footer/",
                "url": "https://translations.documentfoundation.org/api/components/website/mlmmj_footer/?format=api",
                "repository_url": "https://translations.documentfoundation.org/api/components/website/mlmmj_footer/repository/?format=api",
                "translations_url": "https://translations.documentfoundation.org/api/components/website/mlmmj_footer/translations/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/components/website/mlmmj_footer/statistics/?format=api",
                "lock_url": "https://translations.documentfoundation.org/api/components/website/mlmmj_footer/lock/?format=api",
                "links_url": "https://translations.documentfoundation.org/api/components/website/mlmmj_footer/links/?format=api",
                "changes_list_url": "https://translations.documentfoundation.org/api/components/website/mlmmj_footer/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "bcp",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ka",
            "id": 324030,
            "filename": "mlmmj_footer/ka.yaml",
            "revision": "0340cca33aa51aed532116fbaad5215d51e5460f,6b7f4852c29bb770e8bfbf4df45b53cbeacc2bad",
            "web_url": "https://translations.documentfoundation.org/projects/website/mlmmj_footer/ka/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/ka/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/mlmmj_footer/ka/",
            "url": "https://translations.documentfoundation.org/api/translations/website/mlmmj_footer/ka/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1,
            "total_words": 18,
            "translated": 1,
            "translated_words": 18,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-31T11:36:47.269486Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/mlmmj_footer/ka/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/mlmmj_footer/ka/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/mlmmj_footer/ka/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/mlmmj_footer/ka/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/mlmmj_footer/ka/units/?format=api"
        },
        {
            "language": {
                "id": 154,
                "code": "ka",
                "name": "Georgian",
                "plural": {
                    "id": 154,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "geo",
                    "kat"
                ],
                "direction": "ltr",
                "population": 3543645,
                "web_url": "https://translations.documentfoundation.org/languages/ka/",
                "url": "https://translations.documentfoundation.org/api/languages/ka/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ka/statistics/?format=api"
            },
            "component": {
                "name": "extensions",
                "slug": "extensions",
                "id": 903,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.documentfoundation.org/languages/en/",
                    "url": "https://translations.documentfoundation.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "website",
                    "slug": "website",
                    "id": 9,
                    "web": "https://www.libreoffice.org",
                    "web_url": "https://translations.documentfoundation.org/projects/website/",
                    "url": "https://translations.documentfoundation.org/api/projects/website/?format=api",
                    "components_list_url": "https://translations.documentfoundation.org/api/projects/website/components/?format=api",
                    "repository_url": "https://translations.documentfoundation.org/api/projects/website/repository/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/projects/website/statistics/?format=api",
                    "categories_url": "https://translations.documentfoundation.org/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://translations.documentfoundation.org/api/projects/website/changes/?format=api",
                    "languages_url": "https://translations.documentfoundation.org/api/projects/website/languages/?format=api",
                    "labels_url": "https://translations.documentfoundation.org/api/projects/website/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "extensions/en.yml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "ruby-yaml",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://translations.documentfoundation.org/projects/website/extensions/",
                "url": "https://translations.documentfoundation.org/api/components/website/extensions/?format=api",
                "repository_url": "https://translations.documentfoundation.org/api/components/website/extensions/repository/?format=api",
                "translations_url": "https://translations.documentfoundation.org/api/components/website/extensions/translations/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/components/website/extensions/statistics/?format=api",
                "lock_url": "https://translations.documentfoundation.org/api/components/website/extensions/lock/?format=api",
                "links_url": "https://translations.documentfoundation.org/api/components/website/extensions/links/?format=api",
                "changes_list_url": "https://translations.documentfoundation.org/api/components/website/extensions/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ka",
            "id": 324031,
            "filename": "extensions/ka.yml",
            "revision": "269e590c2a79244aeaf6406b08c729fe7cf62c52,4a8c05ffcc736dceb0753183ff8d3ec5985fa6a5",
            "web_url": "https://translations.documentfoundation.org/projects/website/extensions/ka/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/ka/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/extensions/ka/",
            "url": "https://translations.documentfoundation.org/api/translations/website/extensions/ka/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 75,
            "total_words": 249,
            "translated": 75,
            "translated_words": 249,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-31T11:36:47.464032Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/extensions/ka/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/extensions/ka/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/extensions/ka/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/extensions/ka/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/extensions/ka/units/?format=api"
        },
        {
            "language": {
                "id": 154,
                "code": "ka",
                "name": "Georgian",
                "plural": {
                    "id": 154,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "geo",
                    "kat"
                ],
                "direction": "ltr",
                "population": 3543645,
                "web_url": "https://translations.documentfoundation.org/languages/ka/",
                "url": "https://translations.documentfoundation.org/api/languages/ka/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ka/statistics/?format=api"
            },
            "component": {
                "name": "libreoffice site (hugo)",
                "slug": "libreofficeorg",
                "id": 2590,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.documentfoundation.org/languages/en/",
                    "url": "https://translations.documentfoundation.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "website",
                    "slug": "website",
                    "id": 9,
                    "web": "https://www.libreoffice.org",
                    "web_url": "https://translations.documentfoundation.org/projects/website/",
                    "url": "https://translations.documentfoundation.org/api/projects/website/?format=api",
                    "components_list_url": "https://translations.documentfoundation.org/api/projects/website/components/?format=api",
                    "repository_url": "https://translations.documentfoundation.org/api/projects/website/repository/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/projects/website/statistics/?format=api",
                    "categories_url": "https://translations.documentfoundation.org/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://translations.documentfoundation.org/api/projects/website/changes/?format=api",
                    "languages_url": "https://translations.documentfoundation.org/api/projects/website/languages/?format=api",
                    "labels_url": "https://translations.documentfoundation.org/api/projects/website/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "master%topic=weblate",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "pot/libreofficeorg.pot",
                "file_format": "po",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://translations.documentfoundation.org/projects/website/libreofficeorg/",
                "url": "https://translations.documentfoundation.org/api/components/website/libreofficeorg/?format=api",
                "repository_url": "https://translations.documentfoundation.org/api/components/website/libreofficeorg/repository/?format=api",
                "translations_url": "https://translations.documentfoundation.org/api/components/website/libreofficeorg/translations/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/components/website/libreofficeorg/statistics/?format=api",
                "lock_url": "https://translations.documentfoundation.org/api/components/website/libreofficeorg/lock/?format=api",
                "links_url": "https://translations.documentfoundation.org/api/components/website/libreofficeorg/links/?format=api",
                "changes_list_url": "https://translations.documentfoundation.org/api/components/website/libreofficeorg/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git.libreoffice.org/infra/libreofficeorg/+/{{branch}}/{{filename}}#{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "{{ project_name }} translated using Weblate\r\n\r\n{{ language_name }} currently 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 for {{ project_name }} using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.documentfoundation.org/api/addons/2474/?format=api",
                    "https://translations.documentfoundation.org/api/addons/2495/?format=api",
                    "https://translations.documentfoundation.org/api/addons/2475/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ka",
            "id": 324032,
            "filename": "po/ka/libreofficeorg.po",
            "revision": "ac0e350784cde6cc724eb2f1390cc37284e7f144",
            "web_url": "https://translations.documentfoundation.org/projects/website/libreofficeorg/ka/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/ka/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/libreofficeorg/ka/",
            "url": "https://translations.documentfoundation.org/api/translations/website/libreofficeorg/ka/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 782,
            "total_words": 11966,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-30T13:15:53.089430Z",
            "last_author": "Ekaterine Papava",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/libreofficeorg/ka/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/libreofficeorg/ka/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/libreofficeorg/ka/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/libreofficeorg/ka/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/libreofficeorg/ka/units/?format=api"
        },
        {
            "language": {
                "id": 75,
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "population": 12292240,
                "web_url": "https://translations.documentfoundation.org/languages/el/",
                "url": "https://translations.documentfoundation.org/api/languages/el/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/el/statistics/?format=api"
            },
            "component": {
                "name": "extensions",
                "slug": "extensions",
                "id": 903,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.documentfoundation.org/languages/en/",
                    "url": "https://translations.documentfoundation.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "website",
                    "slug": "website",
                    "id": 9,
                    "web": "https://www.libreoffice.org",
                    "web_url": "https://translations.documentfoundation.org/projects/website/",
                    "url": "https://translations.documentfoundation.org/api/projects/website/?format=api",
                    "components_list_url": "https://translations.documentfoundation.org/api/projects/website/components/?format=api",
                    "repository_url": "https://translations.documentfoundation.org/api/projects/website/repository/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/projects/website/statistics/?format=api",
                    "categories_url": "https://translations.documentfoundation.org/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://translations.documentfoundation.org/api/projects/website/changes/?format=api",
                    "languages_url": "https://translations.documentfoundation.org/api/projects/website/languages/?format=api",
                    "labels_url": "https://translations.documentfoundation.org/api/projects/website/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "extensions/en.yml",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "ruby-yaml",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://translations.documentfoundation.org/projects/website/extensions/",
                "url": "https://translations.documentfoundation.org/api/components/website/extensions/?format=api",
                "repository_url": "https://translations.documentfoundation.org/api/components/website/extensions/repository/?format=api",
                "translations_url": "https://translations.documentfoundation.org/api/components/website/extensions/translations/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/components/website/extensions/statistics/?format=api",
                "lock_url": "https://translations.documentfoundation.org/api/components/website/extensions/lock/?format=api",
                "links_url": "https://translations.documentfoundation.org/api/components/website/extensions/links/?format=api",
                "changes_list_url": "https://translations.documentfoundation.org/api/components/website/extensions/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "el",
            "id": 324034,
            "filename": "extensions/el.yml",
            "revision": "0967ef424bce6791893e9a57bb952f80fd536e93,4a8c05ffcc736dceb0753183ff8d3ec5985fa6a5",
            "web_url": "https://translations.documentfoundation.org/projects/website/extensions/el/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/el/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/extensions/el/",
            "url": "https://translations.documentfoundation.org/api/translations/website/extensions/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 75,
            "total_words": 249,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-06T14:00:25.955590Z",
            "last_author": "Dimitris Spingos",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/extensions/el/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/extensions/el/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/extensions/el/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/extensions/el/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/extensions/el/units/?format=api"
        },
        {
            "language": {
                "id": 75,
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "population": 12292240,
                "web_url": "https://translations.documentfoundation.org/languages/el/",
                "url": "https://translations.documentfoundation.org/api/languages/el/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/el/statistics/?format=api"
            },
            "component": {
                "name": "libreoffice site (hugo)",
                "slug": "libreofficeorg",
                "id": 2590,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.documentfoundation.org/languages/en/",
                    "url": "https://translations.documentfoundation.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "website",
                    "slug": "website",
                    "id": 9,
                    "web": "https://www.libreoffice.org",
                    "web_url": "https://translations.documentfoundation.org/projects/website/",
                    "url": "https://translations.documentfoundation.org/api/projects/website/?format=api",
                    "components_list_url": "https://translations.documentfoundation.org/api/projects/website/components/?format=api",
                    "repository_url": "https://translations.documentfoundation.org/api/projects/website/repository/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/projects/website/statistics/?format=api",
                    "categories_url": "https://translations.documentfoundation.org/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://translations.documentfoundation.org/api/projects/website/changes/?format=api",
                    "languages_url": "https://translations.documentfoundation.org/api/projects/website/languages/?format=api",
                    "labels_url": "https://translations.documentfoundation.org/api/projects/website/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "master%topic=weblate",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "pot/libreofficeorg.pot",
                "file_format": "po",
                "license": "MPL-2.0",
                "license_url": "https://spdx.org/licenses/MPL-2.0.html",
                "agreement": "",
                "web_url": "https://translations.documentfoundation.org/projects/website/libreofficeorg/",
                "url": "https://translations.documentfoundation.org/api/components/website/libreofficeorg/?format=api",
                "repository_url": "https://translations.documentfoundation.org/api/components/website/libreofficeorg/repository/?format=api",
                "translations_url": "https://translations.documentfoundation.org/api/components/website/libreofficeorg/translations/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/components/website/libreofficeorg/statistics/?format=api",
                "lock_url": "https://translations.documentfoundation.org/api/components/website/libreofficeorg/lock/?format=api",
                "links_url": "https://translations.documentfoundation.org/api/components/website/libreofficeorg/links/?format=api",
                "changes_list_url": "https://translations.documentfoundation.org/api/components/website/libreofficeorg/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git.libreoffice.org/infra/libreofficeorg/+/{{branch}}/{{filename}}#{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "{{ project_name }} translated using Weblate\r\n\r\n{{ language_name }} currently 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 for {{ project_name }} using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.documentfoundation.org/api/addons/2474/?format=api",
                    "https://translations.documentfoundation.org/api/addons/2495/?format=api",
                    "https://translations.documentfoundation.org/api/addons/2475/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "el",
            "id": 324035,
            "filename": "po/el/libreofficeorg.po",
            "revision": "aa36ae0aa5f5f278458ce04cda128ed02883a2b2",
            "web_url": "https://translations.documentfoundation.org/projects/website/libreofficeorg/el/",
            "share_url": "https://translations.documentfoundation.org/engage/website/-/el/",
            "translate_url": "https://translations.documentfoundation.org/translate/website/libreofficeorg/el/",
            "url": "https://translations.documentfoundation.org/api/translations/website/libreofficeorg/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 782,
            "total_words": 11966,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-06T14:01:18.370515Z",
            "last_author": "Dimitris Spingos",
            "repository_url": "https://translations.documentfoundation.org/api/translations/website/libreofficeorg/el/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/website/libreofficeorg/el/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/website/libreofficeorg/el/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/website/libreofficeorg/el/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/website/libreofficeorg/el/units/?format=api"
        },
        {
            "language": {
                "id": 340,
                "code": "zh_Hant",
                "name": "Chinese (Traditional)",
                "plural": {
                    "id": 340,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "zh_cht",
                    "zhtw",
                    "zh_tw",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_cmn_hant",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 38612556,
                "web_url": "https://translations.documentfoundation.org/languages/zh_Hant/",
                "url": "https://translations.documentfoundation.org/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/zh_Hant/statistics/?format=api"
            },
            "component": {
                "name": "wollmux",
                "slug": "wollmux",
                "id": 1798,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.documentfoundation.org/languages/en/",
                    "url": "https://translations.documentfoundation.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "LibreOffice Template System (Wollmux)",
                    "slug": "wollmux",
                    "id": 20,
                    "web": "https://wollmux.org/",
                    "web_url": "https://translations.documentfoundation.org/projects/wollmux/",
                    "url": "https://translations.documentfoundation.org/api/projects/wollmux/?format=api",
                    "components_list_url": "https://translations.documentfoundation.org/api/projects/wollmux/components/?format=api",
                    "repository_url": "https://translations.documentfoundation.org/api/projects/wollmux/repository/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/projects/wollmux/statistics/?format=api",
                    "categories_url": "https://translations.documentfoundation.org/api/projects/wollmux/categories/?format=api",
                    "changes_list_url": "https://translations.documentfoundation.org/api/projects/wollmux/changes/?format=api",
                    "languages_url": "https://translations.documentfoundation.org/api/projects/wollmux/languages/?format=api",
                    "labels_url": "https://translations.documentfoundation.org/api/projects/wollmux/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "core/i18n/wollmux.pot",
                "file_format": "po",
                "license": "EUPL-1.1",
                "license_url": "https://spdx.org/licenses/EUPL-1.1.html",
                "agreement": "",
                "web_url": "https://translations.documentfoundation.org/projects/wollmux/wollmux/",
                "url": "https://translations.documentfoundation.org/api/components/wollmux/wollmux/?format=api",
                "repository_url": "https://translations.documentfoundation.org/api/components/wollmux/wollmux/repository/?format=api",
                "translations_url": "https://translations.documentfoundation.org/api/components/wollmux/wollmux/translations/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/components/wollmux/wollmux/statistics/?format=api",
                "lock_url": "https://translations.documentfoundation.org/api/components/wollmux/wollmux/lock/?format=api",
                "links_url": "https://translations.documentfoundation.org/api/components/wollmux/wollmux/links/?format=api",
                "changes_list_url": "https://translations.documentfoundation.org/api/components/wollmux/wollmux/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/LibreOffice/lots/tree/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": false,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [
                    "https://translations.documentfoundation.org/api/addons/1788/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hant",
            "id": 324036,
            "filename": "core/i18n/zh_Hant.po",
            "revision": "5689faa0dfc48bc5e80b06b399ad4e435bc6e7ab",
            "web_url": "https://translations.documentfoundation.org/projects/wollmux/wollmux/zh_Hant/",
            "share_url": "https://translations.documentfoundation.org/engage/wollmux/-/zh_Hant/",
            "translate_url": "https://translations.documentfoundation.org/translate/wollmux/wollmux/zh_Hant/",
            "url": "https://translations.documentfoundation.org/api/translations/wollmux/wollmux/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 392,
            "total_words": 2418,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-07T08:30:02.118472Z",
            "last_author": "sophie",
            "repository_url": "https://translations.documentfoundation.org/api/translations/wollmux/wollmux/zh_Hant/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/wollmux/wollmux/zh_Hant/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/wollmux/wollmux/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/wollmux/wollmux/zh_Hant/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/wollmux/wollmux/zh_Hant/units/?format=api"
        },
        {
            "language": {
                "id": 340,
                "code": "zh_Hant",
                "name": "Chinese (Traditional)",
                "plural": {
                    "id": 340,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "zh_cht",
                    "zhtw",
                    "zh_tw",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_cmn_hant",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 38612556,
                "web_url": "https://translations.documentfoundation.org/languages/zh_Hant/",
                "url": "https://translations.documentfoundation.org/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/zh_Hant/statistics/?format=api"
            },
            "component": {
                "name": "LibreOffice Template System (Wollmux)",
                "slug": "glossary",
                "id": 1799,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translations.documentfoundation.org/languages/en/",
                    "url": "https://translations.documentfoundation.org/api/languages/en/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "LibreOffice Template System (Wollmux)",
                    "slug": "wollmux",
                    "id": 20,
                    "web": "https://wollmux.org/",
                    "web_url": "https://translations.documentfoundation.org/projects/wollmux/",
                    "url": "https://translations.documentfoundation.org/api/projects/wollmux/?format=api",
                    "components_list_url": "https://translations.documentfoundation.org/api/projects/wollmux/components/?format=api",
                    "repository_url": "https://translations.documentfoundation.org/api/projects/wollmux/repository/?format=api",
                    "statistics_url": "https://translations.documentfoundation.org/api/projects/wollmux/statistics/?format=api",
                    "categories_url": "https://translations.documentfoundation.org/api/projects/wollmux/categories/?format=api",
                    "changes_list_url": "https://translations.documentfoundation.org/api/projects/wollmux/changes/?format=api",
                    "languages_url": "https://translations.documentfoundation.org/api/projects/wollmux/languages/?format=api",
                    "labels_url": "https://translations.documentfoundation.org/api/projects/wollmux/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": null,
                "repo": null,
                "git_export": "",
                "branch": null,
                "push_branch": "",
                "filemask": null,
                "screenshot_filemask": null,
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "tbx",
                "license": "EUPL-1.1",
                "license_url": "https://spdx.org/licenses/EUPL-1.1.html",
                "agreement": "",
                "web_url": "https://translations.documentfoundation.org/projects/wollmux/glossary/",
                "url": "https://translations.documentfoundation.org/api/components/wollmux/glossary/?format=api",
                "repository_url": "https://translations.documentfoundation.org/api/components/wollmux/glossary/repository/?format=api",
                "translations_url": "https://translations.documentfoundation.org/api/components/wollmux/glossary/translations/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/components/wollmux/glossary/statistics/?format=api",
                "lock_url": "https://translations.documentfoundation.org/api/components/wollmux/glossary/lock/?format=api",
                "links_url": "https://translations.documentfoundation.org/api/components/wollmux/glossary/links/?format=api",
                "changes_list_url": "https://translations.documentfoundation.org/api/components/wollmux/glossary/changes/?format=api",
                "task_url": null,
                "new_lang": "none",
                "language_code_style": "",
                "push": null,
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": false,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": true,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_Hant",
            "id": 324037,
            "filename": "zh_Hant.tbx",
            "revision": "a707eb0b067f141dc98e77ff33c3d42e12c3d712",
            "web_url": "https://translations.documentfoundation.org/projects/wollmux/glossary/zh_Hant/",
            "share_url": "https://translations.documentfoundation.org/engage/wollmux/-/zh_Hant/",
            "translate_url": "https://translations.documentfoundation.org/translate/wollmux/glossary/zh_Hant/",
            "url": "https://translations.documentfoundation.org/api/translations/wollmux/glossary/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 0,
            "total_words": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-06-07T08:30:09.412073Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/wollmux/glossary/zh_Hant/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/wollmux/glossary/zh_Hant/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/wollmux/glossary/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/wollmux/glossary/zh_Hant/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/wollmux/glossary/zh_Hant/units/?format=api"
        }
    ]
}