Translation components API.

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

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

{
    "count": 321,
    "next": "https://translate.edugit.org/api/translations/?format=api&page=4",
    "previous": "https://translate.edugit.org/api/translations/?format=api&page=2",
    "results": [
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://translate.edugit.org/languages/fr/",
                "url": "https://translate.edugit.org/api/languages/fr/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-App-DashboardFeeds",
                "slug": "aleksis-app-dashboardfeeds",
                "id": 17,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "AlekSIS",
                    "slug": "aleksis",
                    "id": 3,
                    "web": "https://aleksis.edugit.io",
                    "web_url": "https://translate.edugit.org/projects/aleksis/",
                    "url": "https://translate.edugit.org/api/projects/aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:AlekSIS/Official/AlekSIS-App-DashboardFeeds",
                "git_export": "https://translate.edugit.org/git/aleksis/aleksis-app-dashboardfeeds/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/apps/dashboardfeeds/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-dashboardfeeds/",
                "url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:AlekSIS/Official/AlekSIS-App-DashboardFeeds",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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://translate.edugit.org/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr",
            "id": 88,
            "filename": "aleksis/apps/dashboardfeeds/locale/fr/LC_MESSAGES/django.po",
            "revision": "5e34c67080aa3795bc95b50a82f58a021fe7a1d2",
            "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-dashboardfeeds/fr/",
            "share_url": "https://translate.edugit.org/engage/aleksis/-/fr/",
            "translate_url": "https://translate.edugit.org/translate/aleksis/aleksis-app-dashboardfeeds/fr/",
            "url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 21,
            "total_words": 94,
            "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://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/fr/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/fr/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/fr/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/fr/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/fr/units/?format=api"
        },
        {
            "language": {
                "id": 179,
                "code": "la",
                "name": "Latin",
                "plural": {
                    "id": 179,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "la_la",
                    "lat"
                ],
                "direction": "ltr",
                "population": 820,
                "web_url": "https://translate.edugit.org/languages/la/",
                "url": "https://translate.edugit.org/api/languages/la/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/la/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-App-DashboardFeeds",
                "slug": "aleksis-app-dashboardfeeds",
                "id": 17,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "AlekSIS",
                    "slug": "aleksis",
                    "id": 3,
                    "web": "https://aleksis.edugit.io",
                    "web_url": "https://translate.edugit.org/projects/aleksis/",
                    "url": "https://translate.edugit.org/api/projects/aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:AlekSIS/Official/AlekSIS-App-DashboardFeeds",
                "git_export": "https://translate.edugit.org/git/aleksis/aleksis-app-dashboardfeeds/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/apps/dashboardfeeds/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-dashboardfeeds/",
                "url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:AlekSIS/Official/AlekSIS-App-DashboardFeeds",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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://translate.edugit.org/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "la",
            "id": 89,
            "filename": "aleksis/apps/dashboardfeeds/locale/la/LC_MESSAGES/django.po",
            "revision": "5ecea2a31ba8b9b6f48c24a492d7c7acdccae9d2",
            "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-dashboardfeeds/la/",
            "share_url": "https://translate.edugit.org/engage/aleksis/-/la/",
            "translate_url": "https://translate.edugit.org/translate/aleksis/aleksis-app-dashboardfeeds/la/",
            "url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/la/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 21,
            "total_words": 94,
            "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://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/la/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/la/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/la/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/la/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/la/units/?format=api"
        },
        {
            "language": {
                "id": 214,
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 214,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "norwegian",
                    "no_nb",
                    "nb_nb",
                    "no_no",
                    "no",
                    "nb",
                    "nob",
                    "nor"
                ],
                "direction": "ltr",
                "population": 5467440,
                "web_url": "https://translate.edugit.org/languages/nb_NO/",
                "url": "https://translate.edugit.org/api/languages/nb_NO/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/nb_NO/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-App-DashboardFeeds",
                "slug": "aleksis-app-dashboardfeeds",
                "id": 17,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "AlekSIS",
                    "slug": "aleksis",
                    "id": 3,
                    "web": "https://aleksis.edugit.io",
                    "web_url": "https://translate.edugit.org/projects/aleksis/",
                    "url": "https://translate.edugit.org/api/projects/aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:AlekSIS/Official/AlekSIS-App-DashboardFeeds",
                "git_export": "https://translate.edugit.org/git/aleksis/aleksis-app-dashboardfeeds/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/apps/dashboardfeeds/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-dashboardfeeds/",
                "url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:AlekSIS/Official/AlekSIS-App-DashboardFeeds",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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://translate.edugit.org/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "nb_NO",
            "id": 90,
            "filename": "aleksis/apps/dashboardfeeds/locale/nb_NO/LC_MESSAGES/django.po",
            "revision": "5ecea2a31ba8b9b6f48c24a492d7c7acdccae9d2",
            "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-dashboardfeeds/nb_NO/",
            "share_url": "https://translate.edugit.org/engage/aleksis/-/nb_NO/",
            "translate_url": "https://translate.edugit.org/translate/aleksis/aleksis-app-dashboardfeeds/nb_NO/",
            "url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 21,
            "total_words": 94,
            "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://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/nb_NO/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/nb_NO/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/nb_NO/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/nb_NO/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/nb_NO/units/?format=api"
        },
        {
            "language": {
                "id": 310,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 310,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://translate.edugit.org/languages/tr/",
                "url": "https://translate.edugit.org/api/languages/tr/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-App-DashboardFeeds",
                "slug": "aleksis-app-dashboardfeeds",
                "id": 17,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "AlekSIS",
                    "slug": "aleksis",
                    "id": 3,
                    "web": "https://aleksis.edugit.io",
                    "web_url": "https://translate.edugit.org/projects/aleksis/",
                    "url": "https://translate.edugit.org/api/projects/aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:AlekSIS/Official/AlekSIS-App-DashboardFeeds",
                "git_export": "https://translate.edugit.org/git/aleksis/aleksis-app-dashboardfeeds/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/apps/dashboardfeeds/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-dashboardfeeds/",
                "url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:AlekSIS/Official/AlekSIS-App-DashboardFeeds",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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://translate.edugit.org/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "tr_TR",
            "id": 91,
            "filename": "aleksis/apps/dashboardfeeds/locale/tr_TR/LC_MESSAGES/django.po",
            "revision": "5ecea2a31ba8b9b6f48c24a492d7c7acdccae9d2",
            "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-dashboardfeeds/tr/",
            "share_url": "https://translate.edugit.org/engage/aleksis/-/tr/",
            "translate_url": "https://translate.edugit.org/translate/aleksis/aleksis-app-dashboardfeeds/tr/",
            "url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 21,
            "total_words": 94,
            "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://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/tr/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/tr/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/tr/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/tr/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/tr/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.edugit.org/languages/en/",
                "url": "https://translate.edugit.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-Core",
                "slug": "aleksis-core",
                "id": 8,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "AlekSIS",
                    "slug": "aleksis",
                    "id": 3,
                    "web": "https://aleksis.edugit.io",
                    "web_url": "https://translate.edugit.org/projects/aleksis/",
                    "url": "https://translate.edugit.org/api/projects/aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:AlekSIS/Official/AlekSIS-Core",
                "git_export": "https://translate.edugit.org/git/aleksis/aleksis-core/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/core/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-core/",
                "url": "https://translate.edugit.org/api/components/aleksis/aleksis-core/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/aleksis/aleksis-core/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/aleksis/aleksis-core/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/aleksis/aleksis-core/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/aleksis/aleksis-core/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/aleksis/aleksis-core/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/aleksis/aleksis-core/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:AlekSIS/Official/AlekSIS-Core",
                "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 \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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://translate.edugit.org/api/addons/14/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "en",
            "id": 92,
            "filename": "",
            "revision": "",
            "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-core/en/",
            "share_url": "https://translate.edugit.org/engage/aleksis/-/en/",
            "translate_url": "https://translate.edugit.org/translate/aleksis/aleksis-core/en/",
            "url": "https://translate.edugit.org/api/translations/aleksis/aleksis-core/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 641,
            "total_words": 3295,
            "translated": 641,
            "translated_words": 3295,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 29,
            "failing_checks_words": 70,
            "failing_checks_percent": 4.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-core/en/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-core/en/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-core/en/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-core/en/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-core/en/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.edugit.org/languages/en/",
                "url": "https://translate.edugit.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-App-Alsijil",
                "slug": "aleksis-app-alsijil",
                "id": 9,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "AlekSIS",
                    "slug": "aleksis",
                    "id": 3,
                    "web": "https://aleksis.edugit.io",
                    "web_url": "https://translate.edugit.org/projects/aleksis/",
                    "url": "https://translate.edugit.org/api/projects/aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Alsijil",
                "git_export": "https://translate.edugit.org/git/aleksis/aleksis-app-alsijil/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/apps/alsijil/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-alsijil/",
                "url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-alsijil/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-alsijil/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-alsijil/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-alsijil/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-alsijil/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-alsijil/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-alsijil/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Alsijil",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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://translate.edugit.org/api/addons/2/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "en",
            "id": 93,
            "filename": "",
            "revision": "",
            "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-alsijil/en/",
            "share_url": "https://translate.edugit.org/engage/aleksis/-/en/",
            "translate_url": "https://translate.edugit.org/translate/aleksis/aleksis-app-alsijil/en/",
            "url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-alsijil/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 318,
            "total_words": 1466,
            "translated": 318,
            "translated_words": 1466,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 23,
            "failing_checks_words": 65,
            "failing_checks_percent": 7.2,
            "have_suggestion": 0,
            "have_comment": 3,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-alsijil/en/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-alsijil/en/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-alsijil/en/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-alsijil/en/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-alsijil/en/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.edugit.org/languages/en/",
                "url": "https://translate.edugit.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-App-Chronos",
                "slug": "aleksis-app-chronos",
                "id": 10,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "AlekSIS",
                    "slug": "aleksis",
                    "id": 3,
                    "web": "https://aleksis.edugit.io",
                    "web_url": "https://translate.edugit.org/projects/aleksis/",
                    "url": "https://translate.edugit.org/api/projects/aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Chronos",
                "git_export": "https://translate.edugit.org/git/aleksis/aleksis-app-chronos/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/apps/chronos/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-chronos/",
                "url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-chronos/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-chronos/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-chronos/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-chronos/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-chronos/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-chronos/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-chronos/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Chronos",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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://translate.edugit.org/api/addons/3/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "en",
            "id": 94,
            "filename": "",
            "revision": "",
            "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-chronos/en/",
            "share_url": "https://translate.edugit.org/engage/aleksis/-/en/",
            "translate_url": "https://translate.edugit.org/translate/aleksis/aleksis-app-chronos/en/",
            "url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-chronos/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 161,
            "total_words": 633,
            "translated": 161,
            "translated_words": 633,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 7,
            "failing_checks_words": 12,
            "failing_checks_percent": 4.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-chronos/en/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-chronos/en/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-chronos/en/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-chronos/en/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-chronos/en/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.edugit.org/languages/en/",
                "url": "https://translate.edugit.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-App-Untis",
                "slug": "aleksis-app-untis",
                "id": 11,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "AlekSIS",
                    "slug": "aleksis",
                    "id": 3,
                    "web": "https://aleksis.edugit.io",
                    "web_url": "https://translate.edugit.org/projects/aleksis/",
                    "url": "https://translate.edugit.org/api/projects/aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Untis",
                "git_export": "https://translate.edugit.org/git/aleksis/aleksis-app-untis/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/apps/untis/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-untis/",
                "url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-untis/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-untis/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-untis/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-untis/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-untis/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-untis/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-untis/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Untis",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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://translate.edugit.org/api/addons/13/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "en",
            "id": 95,
            "filename": "",
            "revision": "",
            "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-untis/en/",
            "share_url": "https://translate.edugit.org/engage/aleksis/-/en/",
            "translate_url": "https://translate.edugit.org/translate/aleksis/aleksis-app-untis/en/",
            "url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-untis/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 38,
            "total_words": 236,
            "translated": 38,
            "translated_words": 236,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 2.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-untis/en/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-untis/en/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-untis/en/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-untis/en/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-untis/en/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.edugit.org/languages/en/",
                "url": "https://translate.edugit.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-App-LDAP",
                "slug": "aleksis-app-ldap",
                "id": 13,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "AlekSIS",
                    "slug": "aleksis",
                    "id": 3,
                    "web": "https://aleksis.edugit.io",
                    "web_url": "https://translate.edugit.org/projects/aleksis/",
                    "url": "https://translate.edugit.org/api/projects/aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:AlekSIS/Official/AlekSIS-App-LDAP",
                "git_export": "https://translate.edugit.org/git/aleksis/aleksis-app-ldap/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/apps/ldap/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-ldap/",
                "url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-ldap/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-ldap/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-ldap/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-ldap/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-ldap/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-ldap/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-ldap/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:AlekSIS/Official/AlekSIS-App-LDAP",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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://translate.edugit.org/api/addons/8/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "en",
            "id": 97,
            "filename": "",
            "revision": "",
            "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-ldap/en/",
            "share_url": "https://translate.edugit.org/engage/aleksis/-/en/",
            "translate_url": "https://translate.edugit.org/translate/aleksis/aleksis-app-ldap/en/",
            "url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-ldap/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 30,
            "total_words": 185,
            "translated": 30,
            "translated_words": 185,
            "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://translate.edugit.org/api/translations/aleksis/aleksis-app-ldap/en/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-ldap/en/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-ldap/en/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-ldap/en/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-ldap/en/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.edugit.org/languages/en/",
                "url": "https://translate.edugit.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-App-Hjelp",
                "slug": "aleksis-app-hjelp",
                "id": 15,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "AlekSIS",
                    "slug": "aleksis",
                    "id": 3,
                    "web": "https://aleksis.edugit.io",
                    "web_url": "https://translate.edugit.org/projects/aleksis/",
                    "url": "https://translate.edugit.org/api/projects/aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Hjelp",
                "git_export": "https://translate.edugit.org/git/aleksis/aleksis-app-hjelp/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/apps/hjelp/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-hjelp/",
                "url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-hjelp/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-hjelp/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-hjelp/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-hjelp/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-hjelp/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-hjelp/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-hjelp/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Hjelp",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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://translate.edugit.org/api/addons/7/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "en",
            "id": 98,
            "filename": "",
            "revision": "",
            "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-hjelp/en/",
            "share_url": "https://translate.edugit.org/engage/aleksis/-/en/",
            "translate_url": "https://translate.edugit.org/translate/aleksis/aleksis-app-hjelp/en/",
            "url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-hjelp/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 100,
            "total_words": 535,
            "translated": 100,
            "translated_words": 535,
            "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://translate.edugit.org/api/translations/aleksis/aleksis-app-hjelp/en/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-hjelp/en/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-hjelp/en/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-hjelp/en/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-hjelp/en/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.edugit.org/languages/en/",
                "url": "https://translate.edugit.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-App-DashboardFeeds",
                "slug": "aleksis-app-dashboardfeeds",
                "id": 17,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "AlekSIS",
                    "slug": "aleksis",
                    "id": 3,
                    "web": "https://aleksis.edugit.io",
                    "web_url": "https://translate.edugit.org/projects/aleksis/",
                    "url": "https://translate.edugit.org/api/projects/aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:AlekSIS/Official/AlekSIS-App-DashboardFeeds",
                "git_export": "https://translate.edugit.org/git/aleksis/aleksis-app-dashboardfeeds/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/apps/dashboardfeeds/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-dashboardfeeds/",
                "url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-dashboardfeeds/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:AlekSIS/Official/AlekSIS-App-DashboardFeeds",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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://translate.edugit.org/api/addons/5/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "en",
            "id": 100,
            "filename": "",
            "revision": "",
            "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-dashboardfeeds/en/",
            "share_url": "https://translate.edugit.org/engage/aleksis/-/en/",
            "translate_url": "https://translate.edugit.org/translate/aleksis/aleksis-app-dashboardfeeds/en/",
            "url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 21,
            "total_words": 94,
            "translated": 21,
            "translated_words": 94,
            "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://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/en/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/en/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/en/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/en/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-dashboardfeeds/en/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.edugit.org/languages/en/",
                "url": "https://translate.edugit.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-App-Resint",
                "slug": "aleksis-app-resint",
                "id": 18,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "AlekSIS",
                    "slug": "aleksis",
                    "id": 3,
                    "web": "https://aleksis.edugit.io",
                    "web_url": "https://translate.edugit.org/projects/aleksis/",
                    "url": "https://translate.edugit.org/api/projects/aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Resint",
                "git_export": "https://translate.edugit.org/git/aleksis/aleksis-app-resint/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/apps/resint/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-resint/",
                "url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Resint",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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://translate.edugit.org/api/addons/10/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "en",
            "id": 101,
            "filename": "",
            "revision": "",
            "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-resint/en/",
            "share_url": "https://translate.edugit.org/engage/aleksis/-/en/",
            "translate_url": "https://translate.edugit.org/translate/aleksis/aleksis-app-resint/en/",
            "url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 64,
            "total_words": 233,
            "translated": 64,
            "translated_words": 233,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 7,
            "failing_checks_percent": 4.6,
            "have_suggestion": 0,
            "have_comment": 1,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/en/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/en/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/en/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/en/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/en/units/?format=api"
        },
        {
            "language": {
                "id": 12,
                "code": "ar",
                "name": "Arabic",
                "plural": {
                    "id": 12,
                    "source": 0,
                    "number": 6,
                    "formula": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5",
                    "type": 3
                },
                "aliases": [
                    "ar_ar",
                    "ara"
                ],
                "direction": "rtl",
                "population": 351664195,
                "web_url": "https://translate.edugit.org/languages/ar/",
                "url": "https://translate.edugit.org/api/languages/ar/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/ar/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-App-Resint",
                "slug": "aleksis-app-resint",
                "id": 18,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "AlekSIS",
                    "slug": "aleksis",
                    "id": 3,
                    "web": "https://aleksis.edugit.io",
                    "web_url": "https://translate.edugit.org/projects/aleksis/",
                    "url": "https://translate.edugit.org/api/projects/aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Resint",
                "git_export": "https://translate.edugit.org/git/aleksis/aleksis-app-resint/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/apps/resint/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-resint/",
                "url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Resint",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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://translate.edugit.org/api/addons/10/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ar",
            "id": 102,
            "filename": "aleksis/apps/resint/locale/ar/LC_MESSAGES/django.po",
            "revision": "8261ad10a31274fd29c81ce41d51d8e61a92f6a8",
            "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-resint/ar/",
            "share_url": "https://translate.edugit.org/engage/aleksis/-/ar/",
            "translate_url": "https://translate.edugit.org/translate/aleksis/aleksis-app-resint/ar/",
            "url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 64,
            "total_words": 233,
            "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://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/ar/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/ar/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/ar/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/ar/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/ar/units/?format=api"
        },
        {
            "language": {
                "id": 67,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 67,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://translate.edugit.org/languages/de/",
                "url": "https://translate.edugit.org/api/languages/de/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-App-Resint",
                "slug": "aleksis-app-resint",
                "id": 18,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "AlekSIS",
                    "slug": "aleksis",
                    "id": 3,
                    "web": "https://aleksis.edugit.io",
                    "web_url": "https://translate.edugit.org/projects/aleksis/",
                    "url": "https://translate.edugit.org/api/projects/aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Resint",
                "git_export": "https://translate.edugit.org/git/aleksis/aleksis-app-resint/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/apps/resint/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-resint/",
                "url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Resint",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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://translate.edugit.org/api/addons/10/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "de_DE",
            "id": 103,
            "filename": "aleksis/apps/resint/locale/de_DE/LC_MESSAGES/django.po",
            "revision": "fcd281ddeb8c97b8b3187bfbebf27972bbdfce0f",
            "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-resint/de/",
            "share_url": "https://translate.edugit.org/engage/aleksis/-/de/",
            "translate_url": "https://translate.edugit.org/translate/aleksis/aleksis-app-resint/de/",
            "url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 64,
            "total_words": 233,
            "translated": 64,
            "translated_words": 233,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 3,
            "failing_checks_percent": 4.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-12T15:34:53.943218Z",
            "last_author": "Jonathan Weth",
            "repository_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/de/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/de/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/de/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/de/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/de/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://translate.edugit.org/languages/fr/",
                "url": "https://translate.edugit.org/api/languages/fr/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-App-Resint",
                "slug": "aleksis-app-resint",
                "id": 18,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "AlekSIS",
                    "slug": "aleksis",
                    "id": 3,
                    "web": "https://aleksis.edugit.io",
                    "web_url": "https://translate.edugit.org/projects/aleksis/",
                    "url": "https://translate.edugit.org/api/projects/aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Resint",
                "git_export": "https://translate.edugit.org/git/aleksis/aleksis-app-resint/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/apps/resint/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-resint/",
                "url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Resint",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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://translate.edugit.org/api/addons/10/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr",
            "id": 104,
            "filename": "aleksis/apps/resint/locale/fr/LC_MESSAGES/django.po",
            "revision": "ae3d31a233c673da13654092a760970df8091c6d",
            "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-resint/fr/",
            "share_url": "https://translate.edugit.org/engage/aleksis/-/fr/",
            "translate_url": "https://translate.edugit.org/translate/aleksis/aleksis-app-resint/fr/",
            "url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 64,
            "total_words": 233,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 4,
            "failing_checks_percent": 4.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/fr/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/fr/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/fr/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/fr/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/fr/units/?format=api"
        },
        {
            "language": {
                "id": 179,
                "code": "la",
                "name": "Latin",
                "plural": {
                    "id": 179,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "la_la",
                    "lat"
                ],
                "direction": "ltr",
                "population": 820,
                "web_url": "https://translate.edugit.org/languages/la/",
                "url": "https://translate.edugit.org/api/languages/la/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/la/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-App-Resint",
                "slug": "aleksis-app-resint",
                "id": 18,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "AlekSIS",
                    "slug": "aleksis",
                    "id": 3,
                    "web": "https://aleksis.edugit.io",
                    "web_url": "https://translate.edugit.org/projects/aleksis/",
                    "url": "https://translate.edugit.org/api/projects/aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Resint",
                "git_export": "https://translate.edugit.org/git/aleksis/aleksis-app-resint/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/apps/resint/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-resint/",
                "url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Resint",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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://translate.edugit.org/api/addons/10/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "la",
            "id": 105,
            "filename": "aleksis/apps/resint/locale/la/LC_MESSAGES/django.po",
            "revision": "13118977e283125ecf1c6d7a2c197c532fc3f2d3",
            "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-resint/la/",
            "share_url": "https://translate.edugit.org/engage/aleksis/-/la/",
            "translate_url": "https://translate.edugit.org/translate/aleksis/aleksis-app-resint/la/",
            "url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/la/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 64,
            "total_words": 233,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 5,
            "failing_checks_percent": 6.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/la/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/la/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/la/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/la/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/la/units/?format=api"
        },
        {
            "language": {
                "id": 214,
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 214,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "norwegian",
                    "no_nb",
                    "nb_nb",
                    "no_no",
                    "no",
                    "nb",
                    "nob",
                    "nor"
                ],
                "direction": "ltr",
                "population": 5467440,
                "web_url": "https://translate.edugit.org/languages/nb_NO/",
                "url": "https://translate.edugit.org/api/languages/nb_NO/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/nb_NO/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-App-Resint",
                "slug": "aleksis-app-resint",
                "id": 18,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "AlekSIS",
                    "slug": "aleksis",
                    "id": 3,
                    "web": "https://aleksis.edugit.io",
                    "web_url": "https://translate.edugit.org/projects/aleksis/",
                    "url": "https://translate.edugit.org/api/projects/aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Resint",
                "git_export": "https://translate.edugit.org/git/aleksis/aleksis-app-resint/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/apps/resint/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-resint/",
                "url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Resint",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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://translate.edugit.org/api/addons/10/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "nb_NO",
            "id": 106,
            "filename": "aleksis/apps/resint/locale/nb_NO/LC_MESSAGES/django.po",
            "revision": "13118977e283125ecf1c6d7a2c197c532fc3f2d3",
            "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-resint/nb_NO/",
            "share_url": "https://translate.edugit.org/engage/aleksis/-/nb_NO/",
            "translate_url": "https://translate.edugit.org/translate/aleksis/aleksis-app-resint/nb_NO/",
            "url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 64,
            "total_words": 233,
            "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://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/nb_NO/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/nb_NO/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/nb_NO/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/nb_NO/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/nb_NO/units/?format=api"
        },
        {
            "language": {
                "id": 310,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 310,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://translate.edugit.org/languages/tr/",
                "url": "https://translate.edugit.org/api/languages/tr/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-App-Resint",
                "slug": "aleksis-app-resint",
                "id": 18,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "AlekSIS",
                    "slug": "aleksis",
                    "id": 3,
                    "web": "https://aleksis.edugit.io",
                    "web_url": "https://translate.edugit.org/projects/aleksis/",
                    "url": "https://translate.edugit.org/api/projects/aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Resint",
                "git_export": "https://translate.edugit.org/git/aleksis/aleksis-app-resint/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/apps/resint/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-resint/",
                "url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/aleksis/aleksis-app-resint/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:AlekSIS/Official/AlekSIS-App-Resint",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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://translate.edugit.org/api/addons/10/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "tr_TR",
            "id": 107,
            "filename": "aleksis/apps/resint/locale/tr_TR/LC_MESSAGES/django.po",
            "revision": "13118977e283125ecf1c6d7a2c197c532fc3f2d3",
            "web_url": "https://translate.edugit.org/projects/aleksis/aleksis-app-resint/tr/",
            "share_url": "https://translate.edugit.org/engage/aleksis/-/tr/",
            "translate_url": "https://translate.edugit.org/translate/aleksis/aleksis-app-resint/tr/",
            "url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 64,
            "total_words": 233,
            "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://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/tr/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/tr/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/tr/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/tr/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-resint/tr/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.edugit.org/languages/en/",
                "url": "https://translate.edugit.org/api/languages/en/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-App-Fritak",
                "slug": "aleksis-app-fritak",
                "id": 20,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Katharineum zu Lübeck – AlekSIS-Apps",
                    "slug": "katharineum-aleksis",
                    "id": 4,
                    "web": "https://edugit.org/katharineum",
                    "web_url": "https://translate.edugit.org/projects/katharineum-aleksis/",
                    "url": "https://translate.edugit.org/api/projects/katharineum-aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/katharineum-aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/katharineum-aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/katharineum-aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/katharineum-aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/katharineum-aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/katharineum-aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:katharineum/AlekSIS-App-Fritak.git",
                "git_export": "https://translate.edugit.org/git/katharineum-aleksis/aleksis-app-fritak/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/apps/fritak/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/katharineum-aleksis/aleksis-app-fritak/",
                "url": "https://translate.edugit.org/api/components/katharineum-aleksis/aleksis-app-fritak/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/katharineum-aleksis/aleksis-app-fritak/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/katharineum-aleksis/aleksis-app-fritak/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/katharineum-aleksis/aleksis-app-fritak/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/katharineum-aleksis/aleksis-app-fritak/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/katharineum-aleksis/aleksis-app-fritak/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/katharineum-aleksis/aleksis-app-fritak/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:katharineum/AlekSIS-App-Fritak.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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": "en",
            "id": 115,
            "filename": "",
            "revision": "",
            "web_url": "https://translate.edugit.org/projects/katharineum-aleksis/aleksis-app-fritak/en/",
            "share_url": "https://translate.edugit.org/engage/katharineum-aleksis/-/en/",
            "translate_url": "https://translate.edugit.org/translate/katharineum-aleksis/aleksis-app-fritak/en/",
            "url": "https://translate.edugit.org/api/translations/katharineum-aleksis/aleksis-app-fritak/en/?format=api",
            "is_template": true,
            "is_source": true,
            "total": 70,
            "total_words": 347,
            "translated": 70,
            "translated_words": 347,
            "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://translate.edugit.org/api/translations/katharineum-aleksis/aleksis-app-fritak/en/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/katharineum-aleksis/aleksis-app-fritak/en/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/katharineum-aleksis/aleksis-app-fritak/en/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/katharineum-aleksis/aleksis-app-fritak/en/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/katharineum-aleksis/aleksis-app-fritak/en/units/?format=api"
        },
        {
            "language": {
                "id": 12,
                "code": "ar",
                "name": "Arabic",
                "plural": {
                    "id": 12,
                    "source": 0,
                    "number": 6,
                    "formula": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5",
                    "type": 3
                },
                "aliases": [
                    "ar_ar",
                    "ara"
                ],
                "direction": "rtl",
                "population": 351664195,
                "web_url": "https://translate.edugit.org/languages/ar/",
                "url": "https://translate.edugit.org/api/languages/ar/?format=api",
                "statistics_url": "https://translate.edugit.org/api/languages/ar/statistics/?format=api"
            },
            "component": {
                "name": "AlekSIS-App-Fritak",
                "slug": "aleksis-app-fritak",
                "id": 20,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.edugit.org/languages/en/",
                    "url": "https://translate.edugit.org/api/languages/en/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Katharineum zu Lübeck – AlekSIS-Apps",
                    "slug": "katharineum-aleksis",
                    "id": 4,
                    "web": "https://edugit.org/katharineum",
                    "web_url": "https://translate.edugit.org/projects/katharineum-aleksis/",
                    "url": "https://translate.edugit.org/api/projects/katharineum-aleksis/?format=api",
                    "components_list_url": "https://translate.edugit.org/api/projects/katharineum-aleksis/components/?format=api",
                    "repository_url": "https://translate.edugit.org/api/projects/katharineum-aleksis/repository/?format=api",
                    "statistics_url": "https://translate.edugit.org/api/projects/katharineum-aleksis/statistics/?format=api",
                    "categories_url": "https://translate.edugit.org/api/projects/katharineum-aleksis/categories/?format=api",
                    "changes_list_url": "https://translate.edugit.org/api/projects/katharineum-aleksis/changes/?format=api",
                    "languages_url": "https://translate.edugit.org/api/projects/katharineum-aleksis/languages/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@edugit.org:katharineum/AlekSIS-App-Fritak.git",
                "git_export": "https://translate.edugit.org/git/katharineum-aleksis/aleksis-app-fritak/",
                "branch": "master",
                "push_branch": "weblate",
                "filemask": "aleksis/apps/fritak/locale/*/LC_MESSAGES/django.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "EUPL-1.2",
                "license_url": "https://spdx.org/licenses/EUPL-1.2.html",
                "agreement": "",
                "web_url": "https://translate.edugit.org/projects/katharineum-aleksis/aleksis-app-fritak/",
                "url": "https://translate.edugit.org/api/components/katharineum-aleksis/aleksis-app-fritak/?format=api",
                "repository_url": "https://translate.edugit.org/api/components/katharineum-aleksis/aleksis-app-fritak/repository/?format=api",
                "translations_url": "https://translate.edugit.org/api/components/katharineum-aleksis/aleksis-app-fritak/translations/?format=api",
                "statistics_url": "https://translate.edugit.org/api/components/katharineum-aleksis/aleksis-app-fritak/statistics/?format=api",
                "lock_url": "https://translate.edugit.org/api/components/katharineum-aleksis/aleksis-app-fritak/lock/?format=api",
                "links_url": "https://translate.edugit.org/api/components/katharineum-aleksis/aleksis-app-fritak/links/?format=api",
                "changes_list_url": "https://translate.edugit.org/api/components/katharineum-aleksis/aleksis-app-fritak/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@edugit.org:katharineum/AlekSIS-App-Fritak.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": 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": "ar",
            "id": 116,
            "filename": "aleksis/apps/fritak/locale/ar/LC_MESSAGES/django.po",
            "revision": "12b9719d54c9babe67dbefa742e35cbd407ba8c4",
            "web_url": "https://translate.edugit.org/projects/katharineum-aleksis/aleksis-app-fritak/ar/",
            "share_url": "https://translate.edugit.org/engage/katharineum-aleksis/-/ar/",
            "translate_url": "https://translate.edugit.org/translate/katharineum-aleksis/aleksis-app-fritak/ar/",
            "url": "https://translate.edugit.org/api/translations/katharineum-aleksis/aleksis-app-fritak/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 64,
            "total_words": 321,
            "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://translate.edugit.org/api/translations/katharineum-aleksis/aleksis-app-fritak/ar/repository/?format=api",
            "file_url": "https://translate.edugit.org/api/translations/katharineum-aleksis/aleksis-app-fritak/ar/file/?format=api",
            "statistics_url": "https://translate.edugit.org/api/translations/katharineum-aleksis/aleksis-app-fritak/ar/statistics/?format=api",
            "changes_list_url": "https://translate.edugit.org/api/translations/katharineum-aleksis/aleksis-app-fritak/ar/changes/?format=api",
            "units_list_url": "https://translate.edugit.org/api/translations/katharineum-aleksis/aleksis-app-fritak/ar/units/?format=api"
        }
    ]
}