Translation components API.

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

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

{
    "count": 27621,
    "next": "https://l10n.elementary.io/api/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "language": {
                "id": 54,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 277,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://l10n.elementary.io/languages/uk/",
                "url": "https://l10n.elementary.io/api/languages/uk/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "index",
                "slug": "index",
                "id": 1,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "https://l10n.elementary.io/git/website/index/",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/index.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/index.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/index/",
                "url": "https://l10n.elementary.io/api/components/website/index/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/index/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/index/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/index/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/index/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/index/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/index/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/website/blob/{{branch}}/{{filename}}",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "uk",
            "id": 14,
            "filename": "_lang/uk/index.json",
            "revision": "a97aaf3a2e14648a950bc2a3a45b001047fbc358",
            "web_url": "https://l10n.elementary.io/projects/website/index/uk/",
            "share_url": "https://l10n.elementary.io/engage/website/-/uk/",
            "translate_url": "https://l10n.elementary.io/translate/website/index/uk/",
            "url": "https://l10n.elementary.io/api/translations/website/index/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 125,
            "total_words": 1122,
            "translated": 125,
            "translated_words": 1122,
            "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-02-11T21:19:53.281714Z",
            "last_author": "Ihor Hordiichuk",
            "repository_url": "https://l10n.elementary.io/api/translations/website/index/uk/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/index/uk/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/index/uk/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/index/uk/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/index/uk/units/?format=api"
        },
        {
            "language": {
                "id": 138,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 271,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://l10n.elementary.io/languages/tr/",
                "url": "https://l10n.elementary.io/api/languages/tr/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "index",
                "slug": "index",
                "id": 1,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "https://l10n.elementary.io/git/website/index/",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/index.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/index.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/index/",
                "url": "https://l10n.elementary.io/api/components/website/index/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/index/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/index/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/index/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/index/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/index/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/index/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/website/blob/{{branch}}/{{filename}}",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "tr",
            "id": 18,
            "filename": "_lang/tr/index.json",
            "revision": "c053921fa19d58afca2d1b8e987862beffa73a0a",
            "web_url": "https://l10n.elementary.io/projects/website/index/tr/",
            "share_url": "https://l10n.elementary.io/engage/website/-/tr/",
            "translate_url": "https://l10n.elementary.io/translate/website/index/tr/",
            "url": "https://l10n.elementary.io/api/translations/website/index/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 125,
            "total_words": 1122,
            "translated": 122,
            "translated_words": 1066,
            "translated_percent": 97.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 1.6,
            "have_suggestion": 43,
            "have_comment": 0,
            "last_change": "2022-10-11T12:34:48.637825Z",
            "last_author": "Özgür Baskin",
            "repository_url": "https://l10n.elementary.io/api/translations/website/index/tr/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/index/tr/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/index/tr/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/index/tr/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/index/tr/units/?format=api"
        },
        {
            "language": {
                "id": 135,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 143,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://l10n.elementary.io/languages/ko/",
                "url": "https://l10n.elementary.io/api/languages/ko/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "index",
                "slug": "index",
                "id": 1,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "https://l10n.elementary.io/git/website/index/",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/index.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/index.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/index/",
                "url": "https://l10n.elementary.io/api/components/website/index/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/index/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/index/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/index/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/index/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/index/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/index/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/website/blob/{{branch}}/{{filename}}",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ko",
            "id": 40,
            "filename": "_lang/ko/index.json",
            "revision": "a6adcdf675a92ad3c14ce719dec309f9165c5afc",
            "web_url": "https://l10n.elementary.io/projects/website/index/ko/",
            "share_url": "https://l10n.elementary.io/engage/website/-/ko/",
            "translate_url": "https://l10n.elementary.io/translate/website/index/ko/",
            "url": "https://l10n.elementary.io/api/translations/website/index/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 125,
            "total_words": 1122,
            "translated": 79,
            "translated_words": 593,
            "translated_percent": 63.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 26,
            "have_comment": 0,
            "last_change": "2022-08-05T22:37:48.346587Z",
            "last_author": "Jung-Kyu Park",
            "repository_url": "https://l10n.elementary.io/api/translations/website/index/ko/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/index/ko/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/index/ko/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/index/ko/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/index/ko/units/?format=api"
        },
        {
            "language": {
                "id": 32,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 90,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "https://l10n.elementary.io/languages/fi/",
                "url": "https://l10n.elementary.io/api/languages/fi/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/fi/statistics/?format=api"
            },
            "component": {
                "name": "index",
                "slug": "index",
                "id": 1,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "https://l10n.elementary.io/git/website/index/",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/index.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/index.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/index/",
                "url": "https://l10n.elementary.io/api/components/website/index/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/index/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/index/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/index/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/index/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/index/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/index/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/website/blob/{{branch}}/{{filename}}",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fi",
            "id": 42,
            "filename": "_lang/fi/index.json",
            "revision": "77a05c717d162d62abe1be181a6083c9067e2c8e",
            "web_url": "https://l10n.elementary.io/projects/website/index/fi/",
            "share_url": "https://l10n.elementary.io/engage/website/-/fi/",
            "translate_url": "https://l10n.elementary.io/translate/website/index/fi/",
            "url": "https://l10n.elementary.io/api/translations/website/index/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 125,
            "total_words": 1122,
            "translated": 125,
            "translated_words": 1122,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 12,
            "failing_checks_words": 101,
            "failing_checks_percent": 9.6,
            "have_suggestion": 9,
            "have_comment": 0,
            "last_change": "2023-10-07T19:28:14.272926Z",
            "last_author": "Jiri Grönroos",
            "repository_url": "https://l10n.elementary.io/api/translations/website/index/fi/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/index/fi/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/index/fi/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/index/fi/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/index/fi/units/?format=api"
        },
        {
            "language": {
                "id": 6,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 129,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://l10n.elementary.io/languages/ja/",
                "url": "https://l10n.elementary.io/api/languages/ja/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "index",
                "slug": "index",
                "id": 1,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "https://l10n.elementary.io/git/website/index/",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/index.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/index.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/index/",
                "url": "https://l10n.elementary.io/api/components/website/index/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/index/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/index/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/index/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/index/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/index/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/index/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/website/blob/{{branch}}/{{filename}}",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ja",
            "id": 50,
            "filename": "_lang/ja/index.json",
            "revision": "d272d1cb7eb8f46cd43230da02c224345971b9f2",
            "web_url": "https://l10n.elementary.io/projects/website/index/ja/",
            "share_url": "https://l10n.elementary.io/engage/website/-/ja/",
            "translate_url": "https://l10n.elementary.io/translate/website/index/ja/",
            "url": "https://l10n.elementary.io/api/translations/website/index/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 125,
            "total_words": 1122,
            "translated": 125,
            "translated_words": 1122,
            "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-03-20T03:24:47.342053Z",
            "last_author": "Ryo Nakano",
            "repository_url": "https://l10n.elementary.io/api/translations/website/index/ja/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/index/ja/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/index/ja/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/index/ja/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/index/ja/units/?format=api"
        },
        {
            "language": {
                "id": 82,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 68,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://l10n.elementary.io/languages/cs/",
                "url": "https://l10n.elementary.io/api/languages/cs/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "index",
                "slug": "index",
                "id": 1,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "https://l10n.elementary.io/git/website/index/",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/index.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/index.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/index/",
                "url": "https://l10n.elementary.io/api/components/website/index/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/index/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/index/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/index/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/index/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/index/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/index/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/website/blob/{{branch}}/{{filename}}",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "cs",
            "id": 52,
            "filename": "_lang/cs/index.json",
            "revision": "362f8e2c53c6a5a557c07cfe145264a6fa875dc2",
            "web_url": "https://l10n.elementary.io/projects/website/index/cs/",
            "share_url": "https://l10n.elementary.io/engage/website/-/cs/",
            "translate_url": "https://l10n.elementary.io/translate/website/index/cs/",
            "url": "https://l10n.elementary.io/api/translations/website/index/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 125,
            "total_words": 1122,
            "translated": 122,
            "translated_words": 1066,
            "translated_percent": 97.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 8,
            "failing_checks_percent": 3.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-08-29T11:58:14.729927Z",
            "last_author": "Jakub Kyzr",
            "repository_url": "https://l10n.elementary.io/api/translations/website/index/cs/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/index/cs/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/index/cs/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/index/cs/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/index/cs/units/?format=api"
        },
        {
            "language": {
                "id": 3,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 207,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://l10n.elementary.io/languages/pl/",
                "url": "https://l10n.elementary.io/api/languages/pl/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "index",
                "slug": "index",
                "id": 1,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "https://l10n.elementary.io/git/website/index/",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/index.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/index.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/index/",
                "url": "https://l10n.elementary.io/api/components/website/index/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/index/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/index/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/index/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/index/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/index/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/index/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/website/blob/{{branch}}/{{filename}}",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "pl",
            "id": 59,
            "filename": "_lang/pl/index.json",
            "revision": "7c3bdd17f7248d4bb5ea2ed41d6e6515f82d5194",
            "web_url": "https://l10n.elementary.io/projects/website/index/pl/",
            "share_url": "https://l10n.elementary.io/engage/website/-/pl/",
            "translate_url": "https://l10n.elementary.io/translate/website/index/pl/",
            "url": "https://l10n.elementary.io/api/translations/website/index/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 125,
            "total_words": 1122,
            "translated": 125,
            "translated_words": 1122,
            "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": 23,
            "have_comment": 0,
            "last_change": "2023-10-08T12:22:22.563274Z",
            "last_author": "Marcin Serwin",
            "repository_url": "https://l10n.elementary.io/api/translations/website/index/pl/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/index/pl/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/index/pl/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/index/pl/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/index/pl/units/?format=api"
        },
        {
            "language": {
                "id": 101,
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 121,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 171207687,
                "web_url": "https://l10n.elementary.io/languages/id/",
                "url": "https://l10n.elementary.io/api/languages/id/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/id/statistics/?format=api"
            },
            "component": {
                "name": "index",
                "slug": "index",
                "id": 1,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "https://l10n.elementary.io/git/website/index/",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/index.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/index.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/index/",
                "url": "https://l10n.elementary.io/api/components/website/index/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/index/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/index/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/index/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/index/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/index/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/index/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 60,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/website/blob/{{branch}}/{{filename}}",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "id",
            "id": 65,
            "filename": "_lang/id/index.json",
            "revision": "85da628a2a4d0b8b8dc269efed4e5c6fb99e49fe",
            "web_url": "https://l10n.elementary.io/projects/website/index/id/",
            "share_url": "https://l10n.elementary.io/engage/website/-/id/",
            "translate_url": "https://l10n.elementary.io/translate/website/index/id/",
            "url": "https://l10n.elementary.io/api/translations/website/index/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 125,
            "total_words": 1122,
            "translated": 122,
            "translated_words": 1066,
            "translated_percent": 97.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-05-22T16:05:02.500797Z",
            "last_author": "Faisal Rachmadin",
            "repository_url": "https://l10n.elementary.io/api/translations/website/index/id/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/index/id/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/index/id/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/index/id/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/index/id/units/?format=api"
        },
        {
            "language": {
                "id": 54,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 277,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://l10n.elementary.io/languages/uk/",
                "url": "https://l10n.elementary.io/api/languages/uk/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "403",
                "slug": "403",
                "id": 3,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/403.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/403.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/403/",
                "url": "https://l10n.elementary.io/api/components/website/403/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/403/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/403/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/403/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/403/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/403/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/403/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "uk",
            "id": 106,
            "filename": "_lang/uk/403.json",
            "revision": "0f295e549a36864b02539a3e06e25301995392bb",
            "web_url": "https://l10n.elementary.io/projects/website/403/uk/",
            "share_url": "https://l10n.elementary.io/engage/website/-/uk/",
            "translate_url": "https://l10n.elementary.io/translate/website/403/uk/",
            "url": "https://l10n.elementary.io/api/translations/website/403/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 21,
            "translated": 4,
            "translated_words": 21,
            "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": "2020-09-11T21:47:18.095573Z",
            "last_author": "Ihor Hordiichuk",
            "repository_url": "https://l10n.elementary.io/api/translations/website/403/uk/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/403/uk/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/403/uk/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/403/uk/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/403/uk/units/?format=api"
        },
        {
            "language": {
                "id": 138,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 271,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://l10n.elementary.io/languages/tr/",
                "url": "https://l10n.elementary.io/api/languages/tr/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "403",
                "slug": "403",
                "id": 3,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/403.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/403.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/403/",
                "url": "https://l10n.elementary.io/api/components/website/403/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/403/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/403/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/403/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/403/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/403/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/403/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "tr",
            "id": 110,
            "filename": "_lang/tr/403.json",
            "revision": "8adc0d5e7625a83a6198dcd12656d2eab0ddcf37",
            "web_url": "https://l10n.elementary.io/projects/website/403/tr/",
            "share_url": "https://l10n.elementary.io/engage/website/-/tr/",
            "translate_url": "https://l10n.elementary.io/translate/website/403/tr/",
            "url": "https://l10n.elementary.io/api/translations/website/403/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 21,
            "translated": 4,
            "translated_words": 21,
            "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": "2020-11-13T00:09:25.016212Z",
            "last_author": "Özgür Baskin",
            "repository_url": "https://l10n.elementary.io/api/translations/website/403/tr/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/403/tr/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/403/tr/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/403/tr/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/403/tr/units/?format=api"
        },
        {
            "language": {
                "id": 135,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 143,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://l10n.elementary.io/languages/ko/",
                "url": "https://l10n.elementary.io/api/languages/ko/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "403",
                "slug": "403",
                "id": 3,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/403.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/403.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/403/",
                "url": "https://l10n.elementary.io/api/components/website/403/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/403/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/403/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/403/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/403/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/403/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/403/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ko",
            "id": 132,
            "filename": "_lang/ko/403.json",
            "revision": "bacf3f56f55e692d453fb579126722fdba8b5f9d",
            "web_url": "https://l10n.elementary.io/projects/website/403/ko/",
            "share_url": "https://l10n.elementary.io/engage/website/-/ko/",
            "translate_url": "https://l10n.elementary.io/translate/website/403/ko/",
            "url": "https://l10n.elementary.io/api/translations/website/403/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 21,
            "translated": 4,
            "translated_words": 21,
            "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://l10n.elementary.io/api/translations/website/403/ko/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/403/ko/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/403/ko/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/403/ko/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/403/ko/units/?format=api"
        },
        {
            "language": {
                "id": 32,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 90,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "https://l10n.elementary.io/languages/fi/",
                "url": "https://l10n.elementary.io/api/languages/fi/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/fi/statistics/?format=api"
            },
            "component": {
                "name": "403",
                "slug": "403",
                "id": 3,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/403.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/403.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/403/",
                "url": "https://l10n.elementary.io/api/components/website/403/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/403/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/403/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/403/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/403/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/403/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/403/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fi",
            "id": 134,
            "filename": "_lang/fi/403.json",
            "revision": "994f3c7a292b32255646301bde12bea1a24bfc77",
            "web_url": "https://l10n.elementary.io/projects/website/403/fi/",
            "share_url": "https://l10n.elementary.io/engage/website/-/fi/",
            "translate_url": "https://l10n.elementary.io/translate/website/403/fi/",
            "url": "https://l10n.elementary.io/api/translations/website/403/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 21,
            "translated": 4,
            "translated_words": 21,
            "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://l10n.elementary.io/api/translations/website/403/fi/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/403/fi/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/403/fi/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/403/fi/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/403/fi/units/?format=api"
        },
        {
            "language": {
                "id": 6,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 129,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://l10n.elementary.io/languages/ja/",
                "url": "https://l10n.elementary.io/api/languages/ja/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "403",
                "slug": "403",
                "id": 3,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/403.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/403.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/403/",
                "url": "https://l10n.elementary.io/api/components/website/403/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/403/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/403/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/403/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/403/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/403/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/403/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ja",
            "id": 142,
            "filename": "_lang/ja/403.json",
            "revision": "9be8be0b9bf39d4702dd74006117256539aa27bd",
            "web_url": "https://l10n.elementary.io/projects/website/403/ja/",
            "share_url": "https://l10n.elementary.io/engage/website/-/ja/",
            "translate_url": "https://l10n.elementary.io/translate/website/403/ja/",
            "url": "https://l10n.elementary.io/api/translations/website/403/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 21,
            "translated": 4,
            "translated_words": 21,
            "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://l10n.elementary.io/api/translations/website/403/ja/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/403/ja/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/403/ja/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/403/ja/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/403/ja/units/?format=api"
        },
        {
            "language": {
                "id": 82,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 68,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://l10n.elementary.io/languages/cs/",
                "url": "https://l10n.elementary.io/api/languages/cs/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "403",
                "slug": "403",
                "id": 3,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/403.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/403.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/403/",
                "url": "https://l10n.elementary.io/api/components/website/403/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/403/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/403/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/403/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/403/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/403/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/403/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "cs",
            "id": 144,
            "filename": "_lang/cs/403.json",
            "revision": "dbcc04b38ac702f1fb2b593d0f64aa8f9ffec6a2",
            "web_url": "https://l10n.elementary.io/projects/website/403/cs/",
            "share_url": "https://l10n.elementary.io/engage/website/-/cs/",
            "translate_url": "https://l10n.elementary.io/translate/website/403/cs/",
            "url": "https://l10n.elementary.io/api/translations/website/403/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 21,
            "translated": 4,
            "translated_words": 21,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-09T13:55:42.210356Z",
            "last_author": "p-bo",
            "repository_url": "https://l10n.elementary.io/api/translations/website/403/cs/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/403/cs/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/403/cs/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/403/cs/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/403/cs/units/?format=api"
        },
        {
            "language": {
                "id": 3,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 207,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://l10n.elementary.io/languages/pl/",
                "url": "https://l10n.elementary.io/api/languages/pl/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "403",
                "slug": "403",
                "id": 3,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/403.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/403.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/403/",
                "url": "https://l10n.elementary.io/api/components/website/403/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/403/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/403/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/403/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/403/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/403/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/403/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "pl",
            "id": 151,
            "filename": "_lang/pl/403.json",
            "revision": "a6ba423a369e317a8f49b2ae493de0bc4aaff78c",
            "web_url": "https://l10n.elementary.io/projects/website/403/pl/",
            "share_url": "https://l10n.elementary.io/engage/website/-/pl/",
            "translate_url": "https://l10n.elementary.io/translate/website/403/pl/",
            "url": "https://l10n.elementary.io/api/translations/website/403/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 21,
            "translated": 4,
            "translated_words": 21,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/website/403/pl/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/403/pl/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/403/pl/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/403/pl/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/403/pl/units/?format=api"
        },
        {
            "language": {
                "id": 101,
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 121,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 171207687,
                "web_url": "https://l10n.elementary.io/languages/id/",
                "url": "https://l10n.elementary.io/api/languages/id/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/id/statistics/?format=api"
            },
            "component": {
                "name": "403",
                "slug": "403",
                "id": 3,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/403.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/403.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/403/",
                "url": "https://l10n.elementary.io/api/components/website/403/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/403/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/403/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/403/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/403/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/403/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/403/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "id",
            "id": 157,
            "filename": "_lang/id/403.json",
            "revision": "eaf7b3bec24954311abb9c2e07224d1eb966e46b",
            "web_url": "https://l10n.elementary.io/projects/website/403/id/",
            "share_url": "https://l10n.elementary.io/engage/website/-/id/",
            "translate_url": "https://l10n.elementary.io/translate/website/403/id/",
            "url": "https://l10n.elementary.io/api/translations/website/403/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 21,
            "translated": 4,
            "translated_words": 21,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-06T18:20:25.520589Z",
            "last_author": "Faisal Rachmadin",
            "repository_url": "https://l10n.elementary.io/api/translations/website/403/id/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/403/id/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/403/id/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/403/id/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/403/id/units/?format=api"
        },
        {
            "language": {
                "id": 54,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 277,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://l10n.elementary.io/languages/uk/",
                "url": "https://l10n.elementary.io/api/languages/uk/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "410",
                "slug": "410",
                "id": 5,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/410.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/410.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/410/",
                "url": "https://l10n.elementary.io/api/components/website/410/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/410/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/410/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/410/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/410/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/410/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/410/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "uk",
            "id": 201,
            "filename": "_lang/uk/410.json",
            "revision": "e438e86cf1490424f1e543c1dedeea3d6f75674b",
            "web_url": "https://l10n.elementary.io/projects/website/410/uk/",
            "share_url": "https://l10n.elementary.io/engage/website/-/uk/",
            "translate_url": "https://l10n.elementary.io/translate/website/410/uk/",
            "url": "https://l10n.elementary.io/api/translations/website/410/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 99,
            "translated": 5,
            "translated_words": 99,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-02-14T01:20:15.977420Z",
            "last_author": "Ihor Hordiichuk",
            "repository_url": "https://l10n.elementary.io/api/translations/website/410/uk/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/410/uk/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/410/uk/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/410/uk/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/410/uk/units/?format=api"
        },
        {
            "language": {
                "id": 138,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 271,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://l10n.elementary.io/languages/tr/",
                "url": "https://l10n.elementary.io/api/languages/tr/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "410",
                "slug": "410",
                "id": 5,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/410.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/410.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/410/",
                "url": "https://l10n.elementary.io/api/components/website/410/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/410/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/410/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/410/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/410/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/410/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/410/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "tr",
            "id": 205,
            "filename": "_lang/tr/410.json",
            "revision": "0ab507c560e9c325b277f25ce4c694acc2e680f7",
            "web_url": "https://l10n.elementary.io/projects/website/410/tr/",
            "share_url": "https://l10n.elementary.io/engage/website/-/tr/",
            "translate_url": "https://l10n.elementary.io/translate/website/410/tr/",
            "url": "https://l10n.elementary.io/api/translations/website/410/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 99,
            "translated": 5,
            "translated_words": 99,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-04-09T18:45:45.062434Z",
            "last_author": "Özgür Baskin",
            "repository_url": "https://l10n.elementary.io/api/translations/website/410/tr/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/410/tr/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/410/tr/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/410/tr/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/410/tr/units/?format=api"
        },
        {
            "language": {
                "id": 135,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 143,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://l10n.elementary.io/languages/ko/",
                "url": "https://l10n.elementary.io/api/languages/ko/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "410",
                "slug": "410",
                "id": 5,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/410.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/410.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/410/",
                "url": "https://l10n.elementary.io/api/components/website/410/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/410/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/410/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/410/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/410/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/410/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/410/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ko",
            "id": 227,
            "filename": "_lang/ko/410.json",
            "revision": "ab15e78bdc6f0c40a19ad422c28cf5ec776c64cc",
            "web_url": "https://l10n.elementary.io/projects/website/410/ko/",
            "share_url": "https://l10n.elementary.io/engage/website/-/ko/",
            "translate_url": "https://l10n.elementary.io/translate/website/410/ko/",
            "url": "https://l10n.elementary.io/api/translations/website/410/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 99,
            "translated": 3,
            "translated_words": 14,
            "translated_percent": 60.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/website/410/ko/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/410/ko/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/410/ko/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/410/ko/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/410/ko/units/?format=api"
        },
        {
            "language": {
                "id": 32,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 90,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "https://l10n.elementary.io/languages/fi/",
                "url": "https://l10n.elementary.io/api/languages/fi/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/fi/statistics/?format=api"
            },
            "component": {
                "name": "410",
                "slug": "410",
                "id": 5,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/410.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/410.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/410/",
                "url": "https://l10n.elementary.io/api/components/website/410/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/410/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/410/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/410/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/410/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/410/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/410/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fi",
            "id": 229,
            "filename": "_lang/fi/410.json",
            "revision": "7800ad9c510310d3a6f12abc5161d27abcbf0b76",
            "web_url": "https://l10n.elementary.io/projects/website/410/fi/",
            "share_url": "https://l10n.elementary.io/engage/website/-/fi/",
            "translate_url": "https://l10n.elementary.io/translate/website/410/fi/",
            "url": "https://l10n.elementary.io/api/translations/website/410/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 99,
            "translated": 5,
            "translated_words": 99,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-08-16T06:23:04.681700Z",
            "last_author": "Jiri Grönroos",
            "repository_url": "https://l10n.elementary.io/api/translations/website/410/fi/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/410/fi/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/410/fi/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/410/fi/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/410/fi/units/?format=api"
        },
        {
            "language": {
                "id": 6,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 129,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://l10n.elementary.io/languages/ja/",
                "url": "https://l10n.elementary.io/api/languages/ja/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "410",
                "slug": "410",
                "id": 5,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/410.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/410.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/410/",
                "url": "https://l10n.elementary.io/api/components/website/410/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/410/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/410/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/410/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/410/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/410/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/410/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ja",
            "id": 237,
            "filename": "_lang/ja/410.json",
            "revision": "8b70730886a7d1df2d23f70faa37dee3158bcb19",
            "web_url": "https://l10n.elementary.io/projects/website/410/ja/",
            "share_url": "https://l10n.elementary.io/engage/website/-/ja/",
            "translate_url": "https://l10n.elementary.io/translate/website/410/ja/",
            "url": "https://l10n.elementary.io/api/translations/website/410/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 99,
            "translated": 5,
            "translated_words": 99,
            "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": "2020-05-11T02:56:23.687152Z",
            "last_author": "Ryo Nakano",
            "repository_url": "https://l10n.elementary.io/api/translations/website/410/ja/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/410/ja/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/410/ja/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/410/ja/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/410/ja/units/?format=api"
        },
        {
            "language": {
                "id": 82,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 68,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://l10n.elementary.io/languages/cs/",
                "url": "https://l10n.elementary.io/api/languages/cs/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "410",
                "slug": "410",
                "id": 5,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/410.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/410.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/410/",
                "url": "https://l10n.elementary.io/api/components/website/410/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/410/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/410/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/410/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/410/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/410/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/410/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "cs",
            "id": 239,
            "filename": "_lang/cs/410.json",
            "revision": "6842eae594dd13a1bb1492f55a360ae4c621ec97",
            "web_url": "https://l10n.elementary.io/projects/website/410/cs/",
            "share_url": "https://l10n.elementary.io/engage/website/-/cs/",
            "translate_url": "https://l10n.elementary.io/translate/website/410/cs/",
            "url": "https://l10n.elementary.io/api/translations/website/410/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 99,
            "translated": 5,
            "translated_words": 99,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-11T12:10:42.324128Z",
            "last_author": "p-bo",
            "repository_url": "https://l10n.elementary.io/api/translations/website/410/cs/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/410/cs/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/410/cs/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/410/cs/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/410/cs/units/?format=api"
        },
        {
            "language": {
                "id": 3,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 207,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://l10n.elementary.io/languages/pl/",
                "url": "https://l10n.elementary.io/api/languages/pl/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "410",
                "slug": "410",
                "id": 5,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/410.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/410.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/410/",
                "url": "https://l10n.elementary.io/api/components/website/410/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/410/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/410/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/410/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/410/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/410/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/410/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "pl",
            "id": 246,
            "filename": "_lang/pl/410.json",
            "revision": "5d87e24132cd491c89b1e00da8bbace592a083ab",
            "web_url": "https://l10n.elementary.io/projects/website/410/pl/",
            "share_url": "https://l10n.elementary.io/engage/website/-/pl/",
            "translate_url": "https://l10n.elementary.io/translate/website/410/pl/",
            "url": "https://l10n.elementary.io/api/translations/website/410/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 99,
            "translated": 5,
            "translated_words": 99,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-10-23T08:49:42.414212Z",
            "last_author": "Deleted User",
            "repository_url": "https://l10n.elementary.io/api/translations/website/410/pl/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/410/pl/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/410/pl/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/410/pl/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/410/pl/units/?format=api"
        },
        {
            "language": {
                "id": 101,
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 121,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 171207687,
                "web_url": "https://l10n.elementary.io/languages/id/",
                "url": "https://l10n.elementary.io/api/languages/id/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/id/statistics/?format=api"
            },
            "component": {
                "name": "410",
                "slug": "410",
                "id": 5,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/410.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/410.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/410/",
                "url": "https://l10n.elementary.io/api/components/website/410/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/410/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/410/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/410/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/410/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/410/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/410/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "id",
            "id": 252,
            "filename": "_lang/id/410.json",
            "revision": "9ca732c23e65f106531c9b3ddf6e0b463b223bb0",
            "web_url": "https://l10n.elementary.io/projects/website/410/id/",
            "share_url": "https://l10n.elementary.io/engage/website/-/id/",
            "translate_url": "https://l10n.elementary.io/translate/website/410/id/",
            "url": "https://l10n.elementary.io/api/translations/website/410/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 99,
            "translated": 5,
            "translated_words": 99,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-06T18:27:05.765183Z",
            "last_author": "Faisal Rachmadin",
            "repository_url": "https://l10n.elementary.io/api/translations/website/410/id/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/410/id/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/410/id/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/410/id/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/410/id/units/?format=api"
        },
        {
            "language": {
                "id": 54,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 277,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://l10n.elementary.io/languages/uk/",
                "url": "https://l10n.elementary.io/api/languages/uk/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "404",
                "slug": "404",
                "id": 7,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/404.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/404.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/404/",
                "url": "https://l10n.elementary.io/api/components/website/404/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/404/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/404/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/404/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/404/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/404/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/404/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "uk",
            "id": 294,
            "filename": "_lang/uk/404.json",
            "revision": "493b69c72171eac3e80a61dc87833023b0ddb28e",
            "web_url": "https://l10n.elementary.io/projects/website/404/uk/",
            "share_url": "https://l10n.elementary.io/engage/website/-/uk/",
            "translate_url": "https://l10n.elementary.io/translate/website/404/uk/",
            "url": "https://l10n.elementary.io/api/translations/website/404/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 32,
            "translated": 4,
            "translated_words": 32,
            "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-02-11T21:07:31.589460Z",
            "last_author": "Ihor Hordiichuk",
            "repository_url": "https://l10n.elementary.io/api/translations/website/404/uk/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/404/uk/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/404/uk/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/404/uk/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/404/uk/units/?format=api"
        },
        {
            "language": {
                "id": 138,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 271,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://l10n.elementary.io/languages/tr/",
                "url": "https://l10n.elementary.io/api/languages/tr/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "404",
                "slug": "404",
                "id": 7,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/404.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/404.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/404/",
                "url": "https://l10n.elementary.io/api/components/website/404/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/404/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/404/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/404/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/404/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/404/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/404/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "tr",
            "id": 298,
            "filename": "_lang/tr/404.json",
            "revision": "0a75881fc468a46ee14641ff53cfe761a8198ef3",
            "web_url": "https://l10n.elementary.io/projects/website/404/tr/",
            "share_url": "https://l10n.elementary.io/engage/website/-/tr/",
            "translate_url": "https://l10n.elementary.io/translate/website/404/tr/",
            "url": "https://l10n.elementary.io/api/translations/website/404/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 32,
            "translated": 4,
            "translated_words": 32,
            "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": "2020-11-13T00:09:24.844110Z",
            "last_author": "Özgür Baskin",
            "repository_url": "https://l10n.elementary.io/api/translations/website/404/tr/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/404/tr/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/404/tr/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/404/tr/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/404/tr/units/?format=api"
        },
        {
            "language": {
                "id": 135,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 143,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://l10n.elementary.io/languages/ko/",
                "url": "https://l10n.elementary.io/api/languages/ko/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "404",
                "slug": "404",
                "id": 7,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/404.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/404.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/404/",
                "url": "https://l10n.elementary.io/api/components/website/404/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/404/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/404/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/404/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/404/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/404/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/404/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ko",
            "id": 320,
            "filename": "_lang/ko/404.json",
            "revision": "4badc2d43256fc2e61c2600068e52d37d733e72b",
            "web_url": "https://l10n.elementary.io/projects/website/404/ko/",
            "share_url": "https://l10n.elementary.io/engage/website/-/ko/",
            "translate_url": "https://l10n.elementary.io/translate/website/404/ko/",
            "url": "https://l10n.elementary.io/api/translations/website/404/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 32,
            "translated": 4,
            "translated_words": 32,
            "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://l10n.elementary.io/api/translations/website/404/ko/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/404/ko/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/404/ko/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/404/ko/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/404/ko/units/?format=api"
        },
        {
            "language": {
                "id": 32,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 90,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "https://l10n.elementary.io/languages/fi/",
                "url": "https://l10n.elementary.io/api/languages/fi/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/fi/statistics/?format=api"
            },
            "component": {
                "name": "404",
                "slug": "404",
                "id": 7,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/404.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/404.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/404/",
                "url": "https://l10n.elementary.io/api/components/website/404/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/404/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/404/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/404/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/404/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/404/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/404/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fi",
            "id": 322,
            "filename": "_lang/fi/404.json",
            "revision": "3957413cee70c65a9557bb7f85be3335af93ecf0",
            "web_url": "https://l10n.elementary.io/projects/website/404/fi/",
            "share_url": "https://l10n.elementary.io/engage/website/-/fi/",
            "translate_url": "https://l10n.elementary.io/translate/website/404/fi/",
            "url": "https://l10n.elementary.io/api/translations/website/404/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 32,
            "translated": 4,
            "translated_words": 32,
            "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://l10n.elementary.io/api/translations/website/404/fi/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/404/fi/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/404/fi/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/404/fi/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/404/fi/units/?format=api"
        },
        {
            "language": {
                "id": 6,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 129,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://l10n.elementary.io/languages/ja/",
                "url": "https://l10n.elementary.io/api/languages/ja/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "404",
                "slug": "404",
                "id": 7,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/404.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/404.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/404/",
                "url": "https://l10n.elementary.io/api/components/website/404/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/404/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/404/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/404/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/404/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/404/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/404/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ja",
            "id": 330,
            "filename": "_lang/ja/404.json",
            "revision": "88844f1e41c3fb957a8b15f9fc13e747ab559222",
            "web_url": "https://l10n.elementary.io/projects/website/404/ja/",
            "share_url": "https://l10n.elementary.io/engage/website/-/ja/",
            "translate_url": "https://l10n.elementary.io/translate/website/404/ja/",
            "url": "https://l10n.elementary.io/api/translations/website/404/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 32,
            "translated": 4,
            "translated_words": 32,
            "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://l10n.elementary.io/api/translations/website/404/ja/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/404/ja/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/404/ja/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/404/ja/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/404/ja/units/?format=api"
        },
        {
            "language": {
                "id": 82,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 68,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://l10n.elementary.io/languages/cs/",
                "url": "https://l10n.elementary.io/api/languages/cs/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "404",
                "slug": "404",
                "id": 7,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/404.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/404.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/404/",
                "url": "https://l10n.elementary.io/api/components/website/404/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/404/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/404/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/404/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/404/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/404/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/404/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "cs",
            "id": 332,
            "filename": "_lang/cs/404.json",
            "revision": "e3dccca377bd4739c806cbb19f84a9520dd469de",
            "web_url": "https://l10n.elementary.io/projects/website/404/cs/",
            "share_url": "https://l10n.elementary.io/engage/website/-/cs/",
            "translate_url": "https://l10n.elementary.io/translate/website/404/cs/",
            "url": "https://l10n.elementary.io/api/translations/website/404/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 32,
            "translated": 4,
            "translated_words": 32,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-09T13:55:42.339797Z",
            "last_author": "p-bo",
            "repository_url": "https://l10n.elementary.io/api/translations/website/404/cs/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/404/cs/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/404/cs/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/404/cs/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/404/cs/units/?format=api"
        },
        {
            "language": {
                "id": 3,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 207,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://l10n.elementary.io/languages/pl/",
                "url": "https://l10n.elementary.io/api/languages/pl/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "404",
                "slug": "404",
                "id": 7,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/404.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/404.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/404/",
                "url": "https://l10n.elementary.io/api/components/website/404/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/404/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/404/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/404/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/404/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/404/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/404/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "pl",
            "id": 339,
            "filename": "_lang/pl/404.json",
            "revision": "4b97ebb70a285b6cc2d21fcbcc6e1690e470992d",
            "web_url": "https://l10n.elementary.io/projects/website/404/pl/",
            "share_url": "https://l10n.elementary.io/engage/website/-/pl/",
            "translate_url": "https://l10n.elementary.io/translate/website/404/pl/",
            "url": "https://l10n.elementary.io/api/translations/website/404/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 32,
            "translated": 4,
            "translated_words": 32,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-10-23T13:43:07.612347Z",
            "last_author": "Marcin Serwin",
            "repository_url": "https://l10n.elementary.io/api/translations/website/404/pl/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/404/pl/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/404/pl/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/404/pl/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/404/pl/units/?format=api"
        },
        {
            "language": {
                "id": 101,
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 121,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 171207687,
                "web_url": "https://l10n.elementary.io/languages/id/",
                "url": "https://l10n.elementary.io/api/languages/id/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/id/statistics/?format=api"
            },
            "component": {
                "name": "404",
                "slug": "404",
                "id": 7,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/404.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/404.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/404/",
                "url": "https://l10n.elementary.io/api/components/website/404/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/404/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/404/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/404/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/404/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/404/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/404/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 140,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "id",
            "id": 345,
            "filename": "_lang/id/404.json",
            "revision": "59c2604c8ef3067771fb0d5cc8281153a18a0b1b",
            "web_url": "https://l10n.elementary.io/projects/website/404/id/",
            "share_url": "https://l10n.elementary.io/engage/website/-/id/",
            "translate_url": "https://l10n.elementary.io/translate/website/404/id/",
            "url": "https://l10n.elementary.io/api/translations/website/404/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4,
            "total_words": 32,
            "translated": 4,
            "translated_words": 32,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-06T18:23:14.617245Z",
            "last_author": "Faisal Rachmadin",
            "repository_url": "https://l10n.elementary.io/api/translations/website/404/id/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/404/id/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/404/id/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/404/id/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/404/id/units/?format=api"
        },
        {
            "language": {
                "id": 12,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 45,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://l10n.elementary.io/languages/bg/",
                "url": "https://l10n.elementary.io/api/languages/bg/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "Installer",
                "slug": "installer",
                "id": 10,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Installer",
                    "slug": "installer",
                    "id": 8,
                    "web": "https://elementary.io",
                    "web_url": "https://l10n.elementary.io/projects/installer/",
                    "url": "https://l10n.elementary.io/api/projects/installer/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/installer/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/installer/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/installer/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/installer/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/installer/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/installer/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/installer.git",
                "git_export": "https://l10n.elementary.io/git/installer/installer/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/io.elementary.installer.pot",
                "file_format": "po",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/installer/installer/",
                "url": "https://l10n.elementary.io/api/components/installer/installer/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/installer/installer/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/installer/installer/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/installer/installer/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/installer/installer/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/installer/installer/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/installer/installer/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/installer.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/installer/blob/{{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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": 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://l10n.elementary.io/api/addons/88/?format=api",
                    "https://l10n.elementary.io/api/addons/89/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 448,
            "filename": "po/bg.po",
            "revision": "99ffe1fb3fe59cb050fadd6a57b9b8ca73a9b735",
            "web_url": "https://l10n.elementary.io/projects/installer/installer/bg/",
            "share_url": "https://l10n.elementary.io/engage/installer/-/bg/",
            "translate_url": "https://l10n.elementary.io/translate/installer/installer/bg/",
            "url": "https://l10n.elementary.io/api/translations/installer/installer/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 111,
            "total_words": 659,
            "translated": 37,
            "translated_words": 149,
            "translated_percent": 33.3,
            "fuzzy": 15,
            "fuzzy_words": 88,
            "fuzzy_percent": 13.5,
            "failing_checks": 1,
            "failing_checks_words": 8,
            "failing_checks_percent": 0.9,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2023-07-27T05:46:17.992667Z",
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/installer/installer/bg/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/installer/installer/bg/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/installer/installer/bg/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/installer/installer/bg/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/installer/installer/bg/units/?format=api"
        },
        {
            "language": {
                "id": 54,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 277,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://l10n.elementary.io/languages/uk/",
                "url": "https://l10n.elementary.io/api/languages/uk/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "Installer",
                "slug": "installer",
                "id": 10,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Installer",
                    "slug": "installer",
                    "id": 8,
                    "web": "https://elementary.io",
                    "web_url": "https://l10n.elementary.io/projects/installer/",
                    "url": "https://l10n.elementary.io/api/projects/installer/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/installer/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/installer/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/installer/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/installer/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/installer/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/installer/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/installer.git",
                "git_export": "https://l10n.elementary.io/git/installer/installer/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/io.elementary.installer.pot",
                "file_format": "po",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/installer/installer/",
                "url": "https://l10n.elementary.io/api/components/installer/installer/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/installer/installer/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/installer/installer/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/installer/installer/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/installer/installer/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/installer/installer/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/installer/installer/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/installer.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/installer/blob/{{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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": 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://l10n.elementary.io/api/addons/88/?format=api",
                    "https://l10n.elementary.io/api/addons/89/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "uk",
            "id": 464,
            "filename": "po/uk.po",
            "revision": "d76f785e550aed18e00c270dea2694a6c70d6862",
            "web_url": "https://l10n.elementary.io/projects/installer/installer/uk/",
            "share_url": "https://l10n.elementary.io/engage/installer/-/uk/",
            "translate_url": "https://l10n.elementary.io/translate/installer/installer/uk/",
            "url": "https://l10n.elementary.io/api/translations/installer/installer/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 111,
            "total_words": 659,
            "translated": 111,
            "translated_words": 659,
            "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-03-14T20:45:43.450115Z",
            "last_author": "Ihor Hordiichuk",
            "repository_url": "https://l10n.elementary.io/api/translations/installer/installer/uk/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/installer/installer/uk/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/installer/installer/uk/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/installer/installer/uk/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/installer/installer/uk/units/?format=api"
        },
        {
            "language": {
                "id": 138,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 271,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://l10n.elementary.io/languages/tr/",
                "url": "https://l10n.elementary.io/api/languages/tr/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "Installer",
                "slug": "installer",
                "id": 10,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Installer",
                    "slug": "installer",
                    "id": 8,
                    "web": "https://elementary.io",
                    "web_url": "https://l10n.elementary.io/projects/installer/",
                    "url": "https://l10n.elementary.io/api/projects/installer/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/installer/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/installer/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/installer/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/installer/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/installer/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/installer/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/installer.git",
                "git_export": "https://l10n.elementary.io/git/installer/installer/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/io.elementary.installer.pot",
                "file_format": "po",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/installer/installer/",
                "url": "https://l10n.elementary.io/api/components/installer/installer/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/installer/installer/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/installer/installer/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/installer/installer/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/installer/installer/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/installer/installer/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/installer/installer/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/installer.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/installer/blob/{{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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": 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://l10n.elementary.io/api/addons/88/?format=api",
                    "https://l10n.elementary.io/api/addons/89/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "tr",
            "id": 474,
            "filename": "po/tr.po",
            "revision": "e69c8ecf8dd979b57818de08662d1e55bb484ddf",
            "web_url": "https://l10n.elementary.io/projects/installer/installer/tr/",
            "share_url": "https://l10n.elementary.io/engage/installer/-/tr/",
            "translate_url": "https://l10n.elementary.io/translate/installer/installer/tr/",
            "url": "https://l10n.elementary.io/api/translations/installer/installer/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 111,
            "total_words": 659,
            "translated": 104,
            "translated_words": 566,
            "translated_percent": 93.6,
            "fuzzy": 2,
            "fuzzy_words": 7,
            "fuzzy_percent": 1.8,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 7,
            "have_comment": 0,
            "last_change": "2023-07-27T05:46:30.650629Z",
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/installer/installer/tr/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/installer/installer/tr/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/installer/installer/tr/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/installer/installer/tr/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/installer/installer/tr/units/?format=api"
        },
        {
            "language": {
                "id": 135,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 143,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://l10n.elementary.io/languages/ko/",
                "url": "https://l10n.elementary.io/api/languages/ko/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "Installer",
                "slug": "installer",
                "id": 10,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Installer",
                    "slug": "installer",
                    "id": 8,
                    "web": "https://elementary.io",
                    "web_url": "https://l10n.elementary.io/projects/installer/",
                    "url": "https://l10n.elementary.io/api/projects/installer/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/installer/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/installer/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/installer/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/installer/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/installer/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/installer/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/installer.git",
                "git_export": "https://l10n.elementary.io/git/installer/installer/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/io.elementary.installer.pot",
                "file_format": "po",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/installer/installer/",
                "url": "https://l10n.elementary.io/api/components/installer/installer/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/installer/installer/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/installer/installer/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/installer/installer/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/installer/installer/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/installer/installer/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/installer/installer/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/installer.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/installer/blob/{{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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": 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://l10n.elementary.io/api/addons/88/?format=api",
                    "https://l10n.elementary.io/api/addons/89/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ko",
            "id": 505,
            "filename": "po/ko.po",
            "revision": "a6c482ab2ac6dd7ae08ca31a6d91aefe79668574",
            "web_url": "https://l10n.elementary.io/projects/installer/installer/ko/",
            "share_url": "https://l10n.elementary.io/engage/installer/-/ko/",
            "translate_url": "https://l10n.elementary.io/translate/installer/installer/ko/",
            "url": "https://l10n.elementary.io/api/translations/installer/installer/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 111,
            "total_words": 659,
            "translated": 98,
            "translated_words": 521,
            "translated_percent": 88.2,
            "fuzzy": 4,
            "fuzzy_words": 11,
            "fuzzy_percent": 3.6,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-27T05:46:24.005209Z",
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/installer/installer/ko/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/installer/installer/ko/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/installer/installer/ko/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/installer/installer/ko/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/installer/installer/ko/units/?format=api"
        },
        {
            "language": {
                "id": 32,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 90,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "https://l10n.elementary.io/languages/fi/",
                "url": "https://l10n.elementary.io/api/languages/fi/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/fi/statistics/?format=api"
            },
            "component": {
                "name": "Installer",
                "slug": "installer",
                "id": 10,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Installer",
                    "slug": "installer",
                    "id": 8,
                    "web": "https://elementary.io",
                    "web_url": "https://l10n.elementary.io/projects/installer/",
                    "url": "https://l10n.elementary.io/api/projects/installer/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/installer/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/installer/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/installer/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/installer/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/installer/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/installer/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/installer.git",
                "git_export": "https://l10n.elementary.io/git/installer/installer/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/io.elementary.installer.pot",
                "file_format": "po",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/installer/installer/",
                "url": "https://l10n.elementary.io/api/components/installer/installer/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/installer/installer/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/installer/installer/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/installer/installer/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/installer/installer/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/installer/installer/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/installer/installer/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/installer.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/installer/blob/{{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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": 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://l10n.elementary.io/api/addons/88/?format=api",
                    "https://l10n.elementary.io/api/addons/89/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fi",
            "id": 507,
            "filename": "po/fi.po",
            "revision": "b2ce18c72e5dd9da715cac3f04f6a9788c4c39fe",
            "web_url": "https://l10n.elementary.io/projects/installer/installer/fi/",
            "share_url": "https://l10n.elementary.io/engage/installer/-/fi/",
            "translate_url": "https://l10n.elementary.io/translate/installer/installer/fi/",
            "url": "https://l10n.elementary.io/api/translations/installer/installer/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 111,
            "total_words": 659,
            "translated": 111,
            "translated_words": 659,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 8,
            "failing_checks_percent": 0.9,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2023-09-03T07:56:58.178089Z",
            "last_author": "Jiri Grönroos",
            "repository_url": "https://l10n.elementary.io/api/translations/installer/installer/fi/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/installer/installer/fi/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/installer/installer/fi/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/installer/installer/fi/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/installer/installer/fi/units/?format=api"
        },
        {
            "language": {
                "id": 61,
                "code": "vi",
                "name": "Vietnamese",
                "plural": {
                    "id": 286,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "vn",
                    "vie"
                ],
                "direction": "ltr",
                "population": 86222961,
                "web_url": "https://l10n.elementary.io/languages/vi/",
                "url": "https://l10n.elementary.io/api/languages/vi/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/vi/statistics/?format=api"
            },
            "component": {
                "name": "Installer",
                "slug": "installer",
                "id": 10,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Installer",
                    "slug": "installer",
                    "id": 8,
                    "web": "https://elementary.io",
                    "web_url": "https://l10n.elementary.io/projects/installer/",
                    "url": "https://l10n.elementary.io/api/projects/installer/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/installer/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/installer/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/installer/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/installer/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/installer/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/installer/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/installer.git",
                "git_export": "https://l10n.elementary.io/git/installer/installer/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/io.elementary.installer.pot",
                "file_format": "po",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/installer/installer/",
                "url": "https://l10n.elementary.io/api/components/installer/installer/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/installer/installer/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/installer/installer/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/installer/installer/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/installer/installer/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/installer/installer/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/installer/installer/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/installer.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/installer/blob/{{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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": 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://l10n.elementary.io/api/addons/88/?format=api",
                    "https://l10n.elementary.io/api/addons/89/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "vi",
            "id": 518,
            "filename": "po/vi.po",
            "revision": "48be33c06fb819cdab830262e78e34e6401248ea",
            "web_url": "https://l10n.elementary.io/projects/installer/installer/vi/",
            "share_url": "https://l10n.elementary.io/engage/installer/-/vi/",
            "translate_url": "https://l10n.elementary.io/translate/installer/installer/vi/",
            "url": "https://l10n.elementary.io/api/translations/installer/installer/vi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 111,
            "total_words": 667,
            "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://l10n.elementary.io/api/translations/installer/installer/vi/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/installer/installer/vi/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/installer/installer/vi/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/installer/installer/vi/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/installer/installer/vi/units/?format=api"
        },
        {
            "language": {
                "id": 97,
                "code": "be",
                "name": "Belarusian",
                "plural": {
                    "id": 30,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "xbelorussian",
                    "by",
                    "bel"
                ],
                "direction": "ltr",
                "population": 10064517,
                "web_url": "https://l10n.elementary.io/languages/be/",
                "url": "https://l10n.elementary.io/api/languages/be/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/be/statistics/?format=api"
            },
            "component": {
                "name": "Installer",
                "slug": "installer",
                "id": 10,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Installer",
                    "slug": "installer",
                    "id": 8,
                    "web": "https://elementary.io",
                    "web_url": "https://l10n.elementary.io/projects/installer/",
                    "url": "https://l10n.elementary.io/api/projects/installer/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/installer/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/installer/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/installer/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/installer/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/installer/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/installer/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/installer.git",
                "git_export": "https://l10n.elementary.io/git/installer/installer/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/io.elementary.installer.pot",
                "file_format": "po",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/installer/installer/",
                "url": "https://l10n.elementary.io/api/components/installer/installer/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/installer/installer/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/installer/installer/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/installer/installer/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/installer/installer/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/installer/installer/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/installer/installer/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/installer.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/installer/blob/{{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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": 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://l10n.elementary.io/api/addons/88/?format=api",
                    "https://l10n.elementary.io/api/addons/89/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "be",
            "id": 520,
            "filename": "po/be.po",
            "revision": "d7ef1a9ccf4065b930325f643305f936ca8c89b4",
            "web_url": "https://l10n.elementary.io/projects/installer/installer/be/",
            "share_url": "https://l10n.elementary.io/engage/installer/-/be/",
            "translate_url": "https://l10n.elementary.io/translate/installer/installer/be/",
            "url": "https://l10n.elementary.io/api/translations/installer/installer/be/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 111,
            "total_words": 667,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 1,
            "fuzzy_words": 1,
            "fuzzy_percent": 0.9,
            "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://l10n.elementary.io/api/translations/installer/installer/be/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/installer/installer/be/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/installer/installer/be/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/installer/installer/be/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/installer/installer/be/units/?format=api"
        },
        {
            "language": {
                "id": 6,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 129,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://l10n.elementary.io/languages/ja/",
                "url": "https://l10n.elementary.io/api/languages/ja/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/ja/statistics/?format=api"
            },
            "component": {
                "name": "Installer",
                "slug": "installer",
                "id": 10,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Installer",
                    "slug": "installer",
                    "id": 8,
                    "web": "https://elementary.io",
                    "web_url": "https://l10n.elementary.io/projects/installer/",
                    "url": "https://l10n.elementary.io/api/projects/installer/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/installer/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/installer/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/installer/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/installer/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/installer/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/installer/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/installer.git",
                "git_export": "https://l10n.elementary.io/git/installer/installer/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/io.elementary.installer.pot",
                "file_format": "po",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/installer/installer/",
                "url": "https://l10n.elementary.io/api/components/installer/installer/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/installer/installer/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/installer/installer/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/installer/installer/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/installer/installer/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/installer/installer/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/installer/installer/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/installer.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/installer/blob/{{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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": 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://l10n.elementary.io/api/addons/88/?format=api",
                    "https://l10n.elementary.io/api/addons/89/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ja",
            "id": 531,
            "filename": "po/ja.po",
            "revision": "cebcd94509226f23ba7f001b20f9a48a41453585",
            "web_url": "https://l10n.elementary.io/projects/installer/installer/ja/",
            "share_url": "https://l10n.elementary.io/engage/installer/-/ja/",
            "translate_url": "https://l10n.elementary.io/translate/installer/installer/ja/",
            "url": "https://l10n.elementary.io/api/translations/installer/installer/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 111,
            "total_words": 659,
            "translated": 111,
            "translated_words": 659,
            "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-02-09T12:42:54.626705Z",
            "last_author": "Ryo Nakano",
            "repository_url": "https://l10n.elementary.io/api/translations/installer/installer/ja/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/installer/installer/ja/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/installer/installer/ja/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/installer/installer/ja/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/installer/installer/ja/units/?format=api"
        },
        {
            "language": {
                "id": 82,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 68,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://l10n.elementary.io/languages/cs/",
                "url": "https://l10n.elementary.io/api/languages/cs/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "Installer",
                "slug": "installer",
                "id": 10,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Installer",
                    "slug": "installer",
                    "id": 8,
                    "web": "https://elementary.io",
                    "web_url": "https://l10n.elementary.io/projects/installer/",
                    "url": "https://l10n.elementary.io/api/projects/installer/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/installer/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/installer/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/installer/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/installer/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/installer/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/installer/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/installer.git",
                "git_export": "https://l10n.elementary.io/git/installer/installer/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/io.elementary.installer.pot",
                "file_format": "po",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/installer/installer/",
                "url": "https://l10n.elementary.io/api/components/installer/installer/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/installer/installer/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/installer/installer/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/installer/installer/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/installer/installer/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/installer/installer/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/installer/installer/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/installer.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/installer/blob/{{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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": 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://l10n.elementary.io/api/addons/88/?format=api",
                    "https://l10n.elementary.io/api/addons/89/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "cs",
            "id": 544,
            "filename": "po/cs.po",
            "revision": "d2770a32ed575d81a81284ff596459ec5e667573",
            "web_url": "https://l10n.elementary.io/projects/installer/installer/cs/",
            "share_url": "https://l10n.elementary.io/engage/installer/-/cs/",
            "translate_url": "https://l10n.elementary.io/translate/installer/installer/cs/",
            "url": "https://l10n.elementary.io/api/translations/installer/installer/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 111,
            "total_words": 659,
            "translated": 111,
            "translated_words": 659,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-08-29T11:48:48.615160Z",
            "last_author": "Jakub Kyzr",
            "repository_url": "https://l10n.elementary.io/api/translations/installer/installer/cs/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/installer/installer/cs/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/installer/installer/cs/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/installer/installer/cs/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/installer/installer/cs/units/?format=api"
        },
        {
            "language": {
                "id": 3,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 207,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://l10n.elementary.io/languages/pl/",
                "url": "https://l10n.elementary.io/api/languages/pl/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "Installer",
                "slug": "installer",
                "id": 10,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Installer",
                    "slug": "installer",
                    "id": 8,
                    "web": "https://elementary.io",
                    "web_url": "https://l10n.elementary.io/projects/installer/",
                    "url": "https://l10n.elementary.io/api/projects/installer/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/installer/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/installer/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/installer/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/installer/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/installer/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/installer/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/installer.git",
                "git_export": "https://l10n.elementary.io/git/installer/installer/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/io.elementary.installer.pot",
                "file_format": "po",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/installer/installer/",
                "url": "https://l10n.elementary.io/api/components/installer/installer/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/installer/installer/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/installer/installer/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/installer/installer/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/installer/installer/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/installer/installer/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/installer/installer/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/installer.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/installer/blob/{{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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": 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://l10n.elementary.io/api/addons/88/?format=api",
                    "https://l10n.elementary.io/api/addons/89/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "pl",
            "id": 559,
            "filename": "po/pl.po",
            "revision": "ba4c293033b948c629520eea4c64f82171bf637a",
            "web_url": "https://l10n.elementary.io/projects/installer/installer/pl/",
            "share_url": "https://l10n.elementary.io/engage/installer/-/pl/",
            "translate_url": "https://l10n.elementary.io/translate/installer/installer/pl/",
            "url": "https://l10n.elementary.io/api/translations/installer/installer/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 111,
            "total_words": 659,
            "translated": 111,
            "translated_words": 659,
            "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": 7,
            "have_comment": 0,
            "last_change": "2023-08-25T14:23:52.116041Z",
            "last_author": "Marcin Serwin",
            "repository_url": "https://l10n.elementary.io/api/translations/installer/installer/pl/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/installer/installer/pl/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/installer/installer/pl/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/installer/installer/pl/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/installer/installer/pl/units/?format=api"
        },
        {
            "language": {
                "id": 101,
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 121,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 171207687,
                "web_url": "https://l10n.elementary.io/languages/id/",
                "url": "https://l10n.elementary.io/api/languages/id/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/id/statistics/?format=api"
            },
            "component": {
                "name": "Installer",
                "slug": "installer",
                "id": 10,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Installer",
                    "slug": "installer",
                    "id": 8,
                    "web": "https://elementary.io",
                    "web_url": "https://l10n.elementary.io/projects/installer/",
                    "url": "https://l10n.elementary.io/api/projects/installer/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/installer/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/installer/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/installer/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/installer/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/installer/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/installer/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/installer.git",
                "git_export": "https://l10n.elementary.io/git/installer/installer/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/io.elementary.installer.pot",
                "file_format": "po",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/installer/installer/",
                "url": "https://l10n.elementary.io/api/components/installer/installer/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/installer/installer/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/installer/installer/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/installer/installer/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/installer/installer/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/installer/installer/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/installer/installer/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/installer.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/installer/blob/{{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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": 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://l10n.elementary.io/api/addons/88/?format=api",
                    "https://l10n.elementary.io/api/addons/89/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "id",
            "id": 578,
            "filename": "po/id.po",
            "revision": "da9dc6b97c5793fbaf7273123806bad43f79d738",
            "web_url": "https://l10n.elementary.io/projects/installer/installer/id/",
            "share_url": "https://l10n.elementary.io/engage/installer/-/id/",
            "translate_url": "https://l10n.elementary.io/translate/installer/installer/id/",
            "url": "https://l10n.elementary.io/api/translations/installer/installer/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 111,
            "total_words": 667,
            "translated": 105,
            "translated_words": 579,
            "translated_percent": 94.5,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 0.9,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2023-07-27T05:46:22.860738Z",
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/installer/installer/id/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/installer/installer/id/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/installer/installer/id/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/installer/installer/id/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/installer/installer/id/units/?format=api"
        },
        {
            "language": {
                "id": 43,
                "code": "ur",
                "name": "Urdu",
                "plural": {
                    "id": 279,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ur_ur",
                    "urd"
                ],
                "direction": "rtl",
                "population": 290790290,
                "web_url": "https://l10n.elementary.io/languages/ur/",
                "url": "https://l10n.elementary.io/api/languages/ur/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/ur/statistics/?format=api"
            },
            "component": {
                "name": "Installer",
                "slug": "installer",
                "id": 10,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Installer",
                    "slug": "installer",
                    "id": 8,
                    "web": "https://elementary.io",
                    "web_url": "https://l10n.elementary.io/projects/installer/",
                    "url": "https://l10n.elementary.io/api/projects/installer/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/installer/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/installer/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/installer/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/installer/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/installer/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/installer/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/installer.git",
                "git_export": "https://l10n.elementary.io/git/installer/installer/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/io.elementary.installer.pot",
                "file_format": "po",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/installer/installer/",
                "url": "https://l10n.elementary.io/api/components/installer/installer/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/installer/installer/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/installer/installer/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/installer/installer/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/installer/installer/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/installer/installer/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/installer/installer/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/installer.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/installer/blob/{{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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": 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://l10n.elementary.io/api/addons/88/?format=api",
                    "https://l10n.elementary.io/api/addons/89/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ur",
            "id": 579,
            "filename": "po/ur.po",
            "revision": "fd10106ffb9248fcfe498a6b04d9c40c60e8e1ad",
            "web_url": "https://l10n.elementary.io/projects/installer/installer/ur/",
            "share_url": "https://l10n.elementary.io/engage/installer/-/ur/",
            "translate_url": "https://l10n.elementary.io/translate/installer/installer/ur/",
            "url": "https://l10n.elementary.io/api/translations/installer/installer/ur/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 111,
            "total_words": 659,
            "translated": 14,
            "translated_words": 71,
            "translated_percent": 12.6,
            "fuzzy": 8,
            "fuzzy_words": 40,
            "fuzzy_percent": 7.2,
            "failing_checks": 2,
            "failing_checks_words": 24,
            "failing_checks_percent": 1.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-12-17T00:44:40.190725Z",
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/installer/installer/ur/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/installer/installer/ur/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/installer/installer/ur/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/installer/installer/ur/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/installer/installer/ur/units/?format=api"
        },
        {
            "language": {
                "id": 52,
                "code": "lb",
                "name": "Luxembourgish",
                "plural": {
                    "id": 158,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ltz"
                ],
                "direction": "ltr",
                "population": 421015,
                "web_url": "https://l10n.elementary.io/languages/lb/",
                "url": "https://l10n.elementary.io/api/languages/lb/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/lb/statistics/?format=api"
            },
            "component": {
                "name": "Installer",
                "slug": "installer",
                "id": 10,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Installer",
                    "slug": "installer",
                    "id": 8,
                    "web": "https://elementary.io",
                    "web_url": "https://l10n.elementary.io/projects/installer/",
                    "url": "https://l10n.elementary.io/api/projects/installer/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/installer/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/installer/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/installer/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/installer/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/installer/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/installer/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/installer.git",
                "git_export": "https://l10n.elementary.io/git/installer/installer/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/io.elementary.installer.pot",
                "file_format": "po",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/installer/installer/",
                "url": "https://l10n.elementary.io/api/components/installer/installer/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/installer/installer/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/installer/installer/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/installer/installer/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/installer/installer/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/installer/installer/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/installer/installer/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/installer.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/installer/blob/{{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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": 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://l10n.elementary.io/api/addons/88/?format=api",
                    "https://l10n.elementary.io/api/addons/89/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "lb",
            "id": 593,
            "filename": "po/lb.po",
            "revision": "55e0a1493989c3b3f3b3beaeb78eb5ee56cbe1b6",
            "web_url": "https://l10n.elementary.io/projects/installer/installer/lb/",
            "share_url": "https://l10n.elementary.io/engage/installer/-/lb/",
            "translate_url": "https://l10n.elementary.io/translate/installer/installer/lb/",
            "url": "https://l10n.elementary.io/api/translations/installer/installer/lb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 111,
            "total_words": 659,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 1,
            "fuzzy_words": 1,
            "fuzzy_percent": 0.9,
            "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://l10n.elementary.io/api/translations/installer/installer/lb/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/installer/installer/lb/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/installer/installer/lb/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/installer/installer/lb/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/installer/installer/lb/units/?format=api"
        },
        {
            "language": {
                "id": 9,
                "code": "uz",
                "name": "Uzbek",
                "plural": {
                    "id": 281,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "uz@cyrillic",
                    "uzb"
                ],
                "direction": "ltr",
                "population": 26480135,
                "web_url": "https://l10n.elementary.io/languages/uz/",
                "url": "https://l10n.elementary.io/api/languages/uz/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/uz/statistics/?format=api"
            },
            "component": {
                "name": "Installer",
                "slug": "installer",
                "id": 10,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Installer",
                    "slug": "installer",
                    "id": 8,
                    "web": "https://elementary.io",
                    "web_url": "https://l10n.elementary.io/projects/installer/",
                    "url": "https://l10n.elementary.io/api/projects/installer/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/installer/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/installer/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/installer/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/installer/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/installer/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/installer/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/installer.git",
                "git_export": "https://l10n.elementary.io/git/installer/installer/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/io.elementary.installer.pot",
                "file_format": "po",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/installer/installer/",
                "url": "https://l10n.elementary.io/api/components/installer/installer/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/installer/installer/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/installer/installer/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/installer/installer/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/installer/installer/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/installer/installer/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/installer/installer/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/installer.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/installer/blob/{{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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": 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://l10n.elementary.io/api/addons/88/?format=api",
                    "https://l10n.elementary.io/api/addons/89/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "uz",
            "id": 604,
            "filename": "po/uz.po",
            "revision": "9276fb78b1b16fd84e5a32e9dddde68c2c7b442e",
            "web_url": "https://l10n.elementary.io/projects/installer/installer/uz/",
            "share_url": "https://l10n.elementary.io/engage/installer/-/uz/",
            "translate_url": "https://l10n.elementary.io/translate/installer/installer/uz/",
            "url": "https://l10n.elementary.io/api/translations/installer/installer/uz/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 111,
            "total_words": 659,
            "translated": 54,
            "translated_words": 220,
            "translated_percent": 48.6,
            "fuzzy": 14,
            "fuzzy_words": 62,
            "fuzzy_percent": 12.6,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 1.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-12-17T01:08:51.377066Z",
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/installer/installer/uz/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/installer/installer/uz/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/installer/installer/uz/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/installer/installer/uz/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/installer/installer/uz/units/?format=api"
        },
        {
            "language": {
                "id": 23,
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 214,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ron",
                    "rum"
                ],
                "direction": "ltr",
                "population": 22187407,
                "web_url": "https://l10n.elementary.io/languages/ro/",
                "url": "https://l10n.elementary.io/api/languages/ro/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/ro/statistics/?format=api"
            },
            "component": {
                "name": "Installer",
                "slug": "installer",
                "id": 10,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Installer",
                    "slug": "installer",
                    "id": 8,
                    "web": "https://elementary.io",
                    "web_url": "https://l10n.elementary.io/projects/installer/",
                    "url": "https://l10n.elementary.io/api/projects/installer/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/installer/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/installer/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/installer/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/installer/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/installer/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/installer/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/installer.git",
                "git_export": "https://l10n.elementary.io/git/installer/installer/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/io.elementary.installer.pot",
                "file_format": "po",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/installer/installer/",
                "url": "https://l10n.elementary.io/api/components/installer/installer/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/installer/installer/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/installer/installer/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/installer/installer/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/installer/installer/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/installer/installer/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/installer/installer/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/installer.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/installer/blob/{{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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": 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://l10n.elementary.io/api/addons/88/?format=api",
                    "https://l10n.elementary.io/api/addons/89/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ro",
            "id": 616,
            "filename": "po/ro.po",
            "revision": "cddbcbaadd8f5a068712b980a00b342941ad0f3d",
            "web_url": "https://l10n.elementary.io/projects/installer/installer/ro/",
            "share_url": "https://l10n.elementary.io/engage/installer/-/ro/",
            "translate_url": "https://l10n.elementary.io/translate/installer/installer/ro/",
            "url": "https://l10n.elementary.io/api/translations/installer/installer/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 111,
            "total_words": 659,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 2,
            "fuzzy_words": 3,
            "fuzzy_percent": 1.8,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 7,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/installer/installer/ro/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/installer/installer/ro/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/installer/installer/ro/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/installer/installer/ro/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/installer/installer/ro/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "mn",
                "name": "Mongolian",
                "plural": {
                    "id": 175,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "mon"
                ],
                "direction": "ltr",
                "population": 2948393,
                "web_url": "https://l10n.elementary.io/languages/mn/",
                "url": "https://l10n.elementary.io/api/languages/mn/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/mn/statistics/?format=api"
            },
            "component": {
                "name": "Installer",
                "slug": "installer",
                "id": 10,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Installer",
                    "slug": "installer",
                    "id": 8,
                    "web": "https://elementary.io",
                    "web_url": "https://l10n.elementary.io/projects/installer/",
                    "url": "https://l10n.elementary.io/api/projects/installer/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/installer/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/installer/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/installer/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/installer/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/installer/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/installer/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/installer.git",
                "git_export": "https://l10n.elementary.io/git/installer/installer/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/io.elementary.installer.pot",
                "file_format": "po",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/installer/installer/",
                "url": "https://l10n.elementary.io/api/components/installer/installer/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/installer/installer/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/installer/installer/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/installer/installer/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/installer/installer/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/installer/installer/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/installer/installer/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/installer.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/installer/blob/{{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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": 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://l10n.elementary.io/api/addons/88/?format=api",
                    "https://l10n.elementary.io/api/addons/89/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "mn",
            "id": 627,
            "filename": "po/mn.po",
            "revision": "b7c62f81fa192bf852de6c3380b64ad019781ede",
            "web_url": "https://l10n.elementary.io/projects/installer/installer/mn/",
            "share_url": "https://l10n.elementary.io/engage/installer/-/mn/",
            "translate_url": "https://l10n.elementary.io/translate/installer/installer/mn/",
            "url": "https://l10n.elementary.io/api/translations/installer/installer/mn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 111,
            "total_words": 659,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 1,
            "fuzzy_words": 1,
            "fuzzy_percent": 0.9,
            "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://l10n.elementary.io/api/translations/installer/installer/mn/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/installer/installer/mn/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/installer/installer/mn/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/installer/installer/mn/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/installer/installer/mn/units/?format=api"
        },
        {
            "language": {
                "id": 189,
                "code": "zh_Hant",
                "name": "Chinese (Traditional)",
                "plural": {
                    "id": 58,
                    "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://l10n.elementary.io/languages/zh_Hant/",
                "url": "https://l10n.elementary.io/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/zh_Hant/statistics/?format=api"
            },
            "component": {
                "name": "Installer",
                "slug": "installer",
                "id": 10,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Installer",
                    "slug": "installer",
                    "id": 8,
                    "web": "https://elementary.io",
                    "web_url": "https://l10n.elementary.io/projects/installer/",
                    "url": "https://l10n.elementary.io/api/projects/installer/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/installer/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/installer/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/installer/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/installer/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/installer/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/installer/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/installer.git",
                "git_export": "https://l10n.elementary.io/git/installer/installer/",
                "branch": "master",
                "push_branch": "",
                "filemask": "po/*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "po/io.elementary.installer.pot",
                "file_format": "po",
                "license": "GPL-3.0-only",
                "license_url": "https://spdx.org/licenses/GPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/installer/installer/",
                "url": "https://l10n.elementary.io/api/components/installer/installer/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/installer/installer/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/installer/installer/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/installer/installer/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/installer/installer/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/installer/installer/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/installer/installer/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/installer.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/elementary/installer/blob/{{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 \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": 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://l10n.elementary.io/api/addons/88/?format=api",
                    "https://l10n.elementary.io/api/addons/89/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "zh_TW",
            "id": 636,
            "filename": "po/zh_TW.po",
            "revision": "4bb01d8d201b2d1dd21553e166f3cf3e8bacdac2",
            "web_url": "https://l10n.elementary.io/projects/installer/installer/zh_Hant/",
            "share_url": "https://l10n.elementary.io/engage/installer/-/zh_Hant/",
            "translate_url": "https://l10n.elementary.io/translate/installer/installer/zh_Hant/",
            "url": "https://l10n.elementary.io/api/translations/installer/installer/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 111,
            "total_words": 659,
            "translated": 75,
            "translated_words": 362,
            "translated_percent": 67.5,
            "fuzzy": 18,
            "fuzzy_words": 104,
            "fuzzy_percent": 16.2,
            "failing_checks": 2,
            "failing_checks_words": 3,
            "failing_checks_percent": 1.8,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2023-07-27T05:46:34.082658Z",
            "last_author": null,
            "repository_url": "https://l10n.elementary.io/api/translations/installer/installer/zh_Hant/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/installer/installer/zh_Hant/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/installer/installer/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/installer/installer/zh_Hant/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/installer/installer/zh_Hant/units/?format=api"
        },
        {
            "language": {
                "id": 54,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 277,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://l10n.elementary.io/languages/uk/",
                "url": "https://l10n.elementary.io/api/languages/uk/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "brand",
                "slug": "brand",
                "id": 12,
                "source_language": {
                    "id": 127,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://l10n.elementary.io/languages/en/",
                    "url": "https://l10n.elementary.io/api/languages/en/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Website",
                    "slug": "website",
                    "id": 1,
                    "web": "https://github.com/elementary/website",
                    "web_url": "https://l10n.elementary.io/projects/website/",
                    "url": "https://l10n.elementary.io/api/projects/website/?format=api",
                    "components_list_url": "https://l10n.elementary.io/api/projects/website/components/?format=api",
                    "repository_url": "https://l10n.elementary.io/api/projects/website/repository/?format=api",
                    "statistics_url": "https://l10n.elementary.io/api/projects/website/statistics/?format=api",
                    "categories_url": "https://l10n.elementary.io/api/projects/website/categories/?format=api",
                    "changes_list_url": "https://l10n.elementary.io/api/projects/website/changes/?format=api",
                    "languages_url": "https://l10n.elementary.io/api/projects/website/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://elementary.io/docs/translation-guide",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "[email protected]:elementary/website.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "_lang/*/brand.json",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "_lang/fr/brand.json",
                "file_format": "json",
                "license": "MIT",
                "license_url": "https://spdx.org/licenses/MIT.html",
                "agreement": "",
                "web_url": "https://l10n.elementary.io/projects/website/brand/",
                "url": "https://l10n.elementary.io/api/components/website/brand/?format=api",
                "repository_url": "https://l10n.elementary.io/api/components/website/brand/repository/?format=api",
                "translations_url": "https://l10n.elementary.io/api/components/website/brand/translations/?format=api",
                "statistics_url": "https://l10n.elementary.io/api/components/website/brand/statistics/?format=api",
                "lock_url": "https://l10n.elementary.io/api/components/website/brand/lock/?format=api",
                "links_url": "https://l10n.elementary.io/api/components/website/brand/links/?format=api",
                "changes_list_url": "https://l10n.elementary.io/api/components/website/brand/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "[email protected]:elementary/website.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ hook_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "uk",
            "id": 745,
            "filename": "_lang/uk/brand.json",
            "revision": "e1d7ec40107fc20c49381d65675162dc7dccfaed",
            "web_url": "https://l10n.elementary.io/projects/website/brand/uk/",
            "share_url": "https://l10n.elementary.io/engage/website/-/uk/",
            "translate_url": "https://l10n.elementary.io/translate/website/brand/uk/",
            "url": "https://l10n.elementary.io/api/translations/website/brand/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 126,
            "total_words": 889,
            "translated": 126,
            "translated_words": 889,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-18T21:30:35.431231Z",
            "last_author": "Ihor Hordiichuk",
            "repository_url": "https://l10n.elementary.io/api/translations/website/brand/uk/repository/?format=api",
            "file_url": "https://l10n.elementary.io/api/translations/website/brand/uk/file/?format=api",
            "statistics_url": "https://l10n.elementary.io/api/translations/website/brand/uk/statistics/?format=api",
            "changes_list_url": "https://l10n.elementary.io/api/translations/website/brand/uk/changes/?format=api",
            "units_list_url": "https://l10n.elementary.io/api/translations/website/brand/uk/units/?format=api"
        }
    ]
}