Translation components API.

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

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

{
    "count": 5355,
    "next": "https://translate.tails.net/api/translations/?format=api&page=107",
    "previous": "https://translate.tails.net/api/translations/?format=api&page=105",
    "results": [
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/duckduckgo_challenge.*.po",
                "slug": "duckduckgo_challenge",
                "id": 1819,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/duckduckgo_challenge.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/duckduckgo_challenge/",
                "url": "https://translate.tails.net/api/components/tails/duckduckgo_challenge/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/duckduckgo_challenge/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/duckduckgo_challenge/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/duckduckgo_challenge/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/duckduckgo_challenge/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/duckduckgo_challenge/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/duckduckgo_challenge/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14250,
            "filename": "wiki/src/news/duckduckgo_challenge.bg.po",
            "revision": "66b62278e7abbf788c56e22044f8b8f226609303",
            "web_url": "https://translate.tails.net/projects/tails/duckduckgo_challenge/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/duckduckgo_challenge/bg/",
            "url": "https://translate.tails.net/api/translations/tails/duckduckgo_challenge/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 16,
            "total_words": 368,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 6.2,
            "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.tails.net/api/translations/tails/duckduckgo_challenge/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/duckduckgo_challenge/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/duckduckgo_challenge/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/duckduckgo_challenge/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/duckduckgo_challenge/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/doc/reset.intro.*.po",
                "slug": "wikisrcdocreset-intro-po",
                "id": 75,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/doc/reset.intro.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "wiki/src/doc/first_steps/reset.intro.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcdocreset-intro-po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcdocreset-intro-po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcdocreset-intro-po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcdocreset-intro-po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcdocreset-intro-po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcdocreset-intro-po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcdocreset-intro-po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcdocreset-intro-po/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Weblate commit",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14251,
            "filename": "wiki/src/doc/reset.intro.bg.po",
            "revision": "8e7020867e39635d754fe600401cfbc32453e0f4",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcdocreset-intro-po/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocreset-intro-po/bg/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcdocreset-intro-po/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 50,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/wikisrcdocreset-intro-po/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcdocreset-intro-po/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcdocreset-intro-po/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcdocreset-intro-po/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcdocreset-intro-po/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/social_contract.*.po",
                "slug": "social_contract",
                "id": 521,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/social_contract.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/social_contract/",
                "url": "https://translate.tails.net/api/components/tails/social_contract/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/social_contract/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/social_contract/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/social_contract/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/social_contract/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/social_contract/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/social_contract/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14253,
            "filename": "wiki/src/news/social_contract.bg.po",
            "revision": "9d97a854d93a770b46357cbaad73902c0e49a723",
            "web_url": "https://translate.tails.net/projects/tails/social_contract/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/social_contract/bg/",
            "url": "https://translate.tails.net/api/translations/tails/social_contract/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 34,
            "total_words": 699,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 2.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/social_contract/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/social_contract/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/social_contract/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/social_contract/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/social_contract/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/install/inc/steps/warnings.inline.*.po",
                "slug": "wikisrcinstallincstepswarningsinlinepo",
                "id": 2024,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/install/inc/steps/warnings.inline.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcinstallincstepswarningsinlinepo/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcinstallincstepswarningsinlinepo/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcinstallincstepswarningsinlinepo/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcinstallincstepswarningsinlinepo/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcinstallincstepswarningsinlinepo/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcinstallincstepswarningsinlinepo/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcinstallincstepswarningsinlinepo/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcinstallincstepswarningsinlinepo/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Added translation using Weblate ({{ language_name }})",
                "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": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14255,
            "filename": "wiki/src/install/inc/steps/warnings.inline.bg.po",
            "revision": "c7f2d020b9ae156b8f3041761de3d76352690395",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcinstallincstepswarningsinlinepo/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcinstallincstepswarningsinlinepo/bg/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcinstallincstepswarningsinlinepo/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 14,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/wikisrcinstallincstepswarningsinlinepo/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcinstallincstepswarningsinlinepo/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcinstallincstepswarningsinlinepo/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcinstallincstepswarningsinlinepo/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcinstallincstepswarningsinlinepo/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/install/clone.*.po",
                "slug": "install-clone",
                "id": 309,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/install/clone.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/install-clone/",
                "url": "https://translate.tails.net/api/components/tails/install-clone/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/install-clone/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/install-clone/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/install-clone/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/install-clone/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/install-clone/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/install-clone/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "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)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14256,
            "filename": "wiki/src/install/clone.bg.po",
            "revision": "e733d5eb102ba0d955e6438088d319fb4caad5ef",
            "web_url": "https://translate.tails.net/projects/tails/install-clone/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/install-clone/bg/",
            "url": "https://translate.tails.net/api/translations/tails/install-clone/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 22,
            "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.tails.net/api/translations/tails/install-clone/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/install-clone/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/install-clone/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/install-clone/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/install-clone/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/upgrade.*.po",
                "slug": "upgrade",
                "id": 434,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/upgrade.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/upgrade/",
                "url": "https://translate.tails.net/api/components/tails/upgrade/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/upgrade/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/upgrade/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/upgrade/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/upgrade/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/upgrade/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/upgrade/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14257,
            "filename": "wiki/src/upgrade.bg.po",
            "revision": "4fc7a3c30a702c4e8d04286315ac193d9472f624",
            "web_url": "https://translate.tails.net/projects/tails/upgrade/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/upgrade/bg/",
            "url": "https://translate.tails.net/api/translations/tails/upgrade/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 3,
            "total_words": 12,
            "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.tails.net/api/translations/tails/upgrade/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/upgrade/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/upgrade/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/upgrade/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/upgrade/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/doc/anonymous_internet/pidgin.*.po",
                "slug": "pidgin",
                "id": 49,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/doc/anonymous_internet/pidgin.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "wiki/src/doc/anonymous_internet/pidgin.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/pidgin/",
                "url": "https://translate.tails.net/api/components/tails/pidgin/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/pidgin/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/pidgin/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/pidgin/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/pidgin/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/pidgin/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/pidgin/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Weblate commit",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14258,
            "filename": "wiki/src/doc/anonymous_internet/pidgin.bg.po",
            "revision": "b34e26fcdcf263be178b0ab34647692d84fb73ba",
            "web_url": "https://translate.tails.net/projects/tails/pidgin/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/pidgin/bg/",
            "url": "https://translate.tails.net/api/translations/tails/pidgin/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 30,
            "total_words": 332,
            "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.tails.net/api/translations/tails/pidgin/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/pidgin/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/pidgin/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/pidgin/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/pidgin/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/upgrade/tails.*.po",
                "slug": "upgrade-tails",
                "id": 433,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/upgrade/tails.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/upgrade-tails/",
                "url": "https://translate.tails.net/api/components/tails/upgrade-tails/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/upgrade-tails/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/upgrade-tails/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/upgrade-tails/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/upgrade-tails/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/upgrade-tails/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/upgrade-tails/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14260,
            "filename": "wiki/src/upgrade/tails.bg.po",
            "revision": "f25b4a5e6537678b09420a581a8e1d24b155a573",
            "web_url": "https://translate.tails.net/projects/tails/upgrade-tails/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/upgrade-tails/bg/",
            "url": "https://translate.tails.net/api/translations/tails/upgrade-tails/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 16,
            "total_words": 82,
            "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.tails.net/api/translations/tails/upgrade-tails/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/upgrade-tails/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/upgrade-tails/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/upgrade-tails/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/upgrade-tails/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/doc/anonymous_internet/networkmanager.*.po",
                "slug": "networkmanager",
                "id": 52,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/doc/anonymous_internet/networkmanager.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "wiki/src/doc/anonymous_internet/networkmanager.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/networkmanager/",
                "url": "https://translate.tails.net/api/components/tails/networkmanager/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/networkmanager/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/networkmanager/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/networkmanager/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/networkmanager/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/networkmanager/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/networkmanager/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Weblate commit",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14261,
            "filename": "wiki/src/doc/anonymous_internet/networkmanager.bg.po",
            "revision": "34af272acebb2097b0b9fe1cda91200728ea5489",
            "web_url": "https://translate.tails.net/projects/tails/networkmanager/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/networkmanager/bg/",
            "url": "https://translate.tails.net/api/translations/tails/networkmanager/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 211,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 4.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/networkmanager/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/networkmanager/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/networkmanager/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/networkmanager/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/networkmanager/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/amnesia_may_now_work_on_the_Mac.*.po",
                "slug": "amnesia_may_now_work_on_the_mac",
                "id": 104,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/amnesia_may_now_work_on_the_Mac.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "wiki/src/news/amnesia_may_now_work_on_the_Mac.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/amnesia_may_now_work_on_the_mac/",
                "url": "https://translate.tails.net/api/components/tails/amnesia_may_now_work_on_the_mac/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/amnesia_may_now_work_on_the_mac/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/amnesia_may_now_work_on_the_mac/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/amnesia_may_now_work_on_the_mac/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/amnesia_may_now_work_on_the_mac/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/amnesia_may_now_work_on_the_mac/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/amnesia_may_now_work_on_the_mac/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Weblate commit",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14263,
            "filename": "wiki/src/news/amnesia_may_now_work_on_the_Mac.bg.po",
            "revision": "87d464e606042c3fc97436ba9cbc784ecc300fe6",
            "web_url": "https://translate.tails.net/projects/tails/amnesia_may_now_work_on_the_mac/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/amnesia_may_now_work_on_the_mac/bg/",
            "url": "https://translate.tails.net/api/translations/tails/amnesia_may_now_work_on_the_mac/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 45,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 16.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/amnesia_may_now_work_on_the_mac/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/amnesia_may_now_work_on_the_mac/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/amnesia_may_now_work_on_the_mac/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/amnesia_may_now_work_on_the_mac/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/amnesia_may_now_work_on_the_mac/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/and_the_winner_is.*.po",
                "slug": "and_the_winner_is",
                "id": 140,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/and_the_winner_is.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "wiki/src/news/and_the_winner_is.pot",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/and_the_winner_is/",
                "url": "https://translate.tails.net/api/components/tails/and_the_winner_is/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/and_the_winner_is/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/and_the_winner_is/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/and_the_winner_is/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/and_the_winner_is/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/and_the_winner_is/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/and_the_winner_is/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Weblate commit",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14264,
            "filename": "wiki/src/news/and_the_winner_is.bg.po",
            "revision": "cbd4fc3cb53635be999425b98d33b92a467a63f7",
            "web_url": "https://translate.tails.net/projects/tails/and_the_winner_is/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/and_the_winner_is/bg/",
            "url": "https://translate.tails.net/api/translations/tails/and_the_winner_is/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 172,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 5.8,
            "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.tails.net/api/translations/tails/and_the_winner_is/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/and_the_winner_is/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/and_the_winner_is/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/and_the_winner_is/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/and_the_winner_is/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/tails-testers.*.po",
                "slug": "tails-testers",
                "id": 177,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/tails-testers.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/tails-testers/",
                "url": "https://translate.tails.net/api/components/tails/tails-testers/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/tails-testers/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/tails-testers/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/tails-testers/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/tails-testers/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/tails-testers/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/tails-testers/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Weblate commit",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14266,
            "filename": "wiki/src/news/tails-testers.bg.po",
            "revision": "c2b68b517e02487982e96d794e86e259400a3013",
            "web_url": "https://translate.tails.net/projects/tails/tails-testers/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/tails-testers/bg/",
            "url": "https://translate.tails.net/api/translations/tails/tails-testers/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 5,
            "total_words": 20,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 20.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.tails.net/api/translations/tails/tails-testers/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/tails-testers/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/tails-testers/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/tails-testers/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/tails-testers/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/ciclo_de_autodefensa_digital_mexico.*.po",
                "slug": "wikisrcnewsciclo_de_autodefensa_digital_mexicopo",
                "id": 2016,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/ciclo_de_autodefensa_digital_mexico.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsciclo_de_autodefensa_digital_mexicopo/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsciclo_de_autodefensa_digital_mexicopo/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsciclo_de_autodefensa_digital_mexicopo/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsciclo_de_autodefensa_digital_mexicopo/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsciclo_de_autodefensa_digital_mexicopo/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsciclo_de_autodefensa_digital_mexicopo/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsciclo_de_autodefensa_digital_mexicopo/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsciclo_de_autodefensa_digital_mexicopo/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14268,
            "filename": "wiki/src/news/ciclo_de_autodefensa_digital_mexico.bg.po",
            "revision": "49bf094570436afb69bcb2df1dadee8fbdcb5f8b",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsciclo_de_autodefensa_digital_mexicopo/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsciclo_de_autodefensa_digital_mexicopo/bg/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsciclo_de_autodefensa_digital_mexicopo/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 21,
            "total_words": 276,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 4.7,
            "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.tails.net/api/translations/tails/wikisrcnewsciclo_de_autodefensa_digital_mexicopo/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsciclo_de_autodefensa_digital_mexicopo/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsciclo_de_autodefensa_digital_mexicopo/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsciclo_de_autodefensa_digital_mexicopo/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsciclo_de_autodefensa_digital_mexicopo/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/security/Iceweasel_exposes_a_rare_User-Agent.*.po",
                "slug": "iceweasel_exposes_a_rare_user-agent",
                "id": 241,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/security/Iceweasel_exposes_a_rare_User-Agent.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/iceweasel_exposes_a_rare_user-agent/",
                "url": "https://translate.tails.net/api/components/tails/iceweasel_exposes_a_rare_user-agent/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/iceweasel_exposes_a_rare_user-agent/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/iceweasel_exposes_a_rare_user-agent/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/iceweasel_exposes_a_rare_user-agent/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/iceweasel_exposes_a_rare_user-agent/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/iceweasel_exposes_a_rare_user-agent/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/iceweasel_exposes_a_rare_user-agent/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Weblate commit",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14269,
            "filename": "wiki/src/security/Iceweasel_exposes_a_rare_User-Agent.bg.po",
            "revision": "5d3b895365727c108ae6d2b4668b371b78c6e7d6",
            "web_url": "https://translate.tails.net/projects/tails/iceweasel_exposes_a_rare_user-agent/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/iceweasel_exposes_a_rare_user-agent/bg/",
            "url": "https://translate.tails.net/api/translations/tails/iceweasel_exposes_a_rare_user-agent/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 21,
            "total_words": 206,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 4.7,
            "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.tails.net/api/translations/tails/iceweasel_exposes_a_rare_user-agent/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/iceweasel_exposes_a_rare_user-agent/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/iceweasel_exposes_a_rare_user-agent/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/iceweasel_exposes_a_rare_user-agent/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/iceweasel_exposes_a_rare_user-agent/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/doc/anonymous_internet/tor/bridge.inline.*.po",
                "slug": "wikisrcdocanonymous_internettorbridge-inline-po",
                "id": 2113,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/doc/anonymous_internet/tor/bridge.inline.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcdocanonymous_internettorbridge-inline-po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcdocanonymous_internettorbridge-inline-po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcdocanonymous_internettorbridge-inline-po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcdocanonymous_internettorbridge-inline-po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcdocanonymous_internettorbridge-inline-po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcdocanonymous_internettorbridge-inline-po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcdocanonymous_internettorbridge-inline-po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcdocanonymous_internettorbridge-inline-po/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 80,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.tails.boum.org/tails/tails/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14270,
            "filename": "wiki/src/doc/anonymous_internet/tor/bridge.inline.bg.po",
            "revision": "29810e535f6df9515c9e3bce6b53d2cc86e22d71",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcdocanonymous_internettorbridge-inline-po/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocanonymous_internettorbridge-inline-po/bg/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcdocanonymous_internettorbridge-inline-po/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 13,
            "total_words": 171,
            "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.tails.net/api/translations/tails/wikisrcdocanonymous_internettorbridge-inline-po/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcdocanonymous_internettorbridge-inline-po/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcdocanonymous_internettorbridge-inline-po/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcdocanonymous_internettorbridge-inline-po/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcdocanonymous_internettorbridge-inline-po/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/Join_us_at_the_Tails_HackFest_2014.*.po",
                "slug": "join_us_at_the_tails_hackfest_2014",
                "id": 137,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/Join_us_at_the_Tails_HackFest_2014.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/join_us_at_the_tails_hackfest_2014/",
                "url": "https://translate.tails.net/api/components/tails/join_us_at_the_tails_hackfest_2014/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/join_us_at_the_tails_hackfest_2014/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/join_us_at_the_tails_hackfest_2014/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/join_us_at_the_tails_hackfest_2014/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/join_us_at_the_tails_hackfest_2014/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/join_us_at_the_tails_hackfest_2014/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/join_us_at_the_tails_hackfest_2014/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Weblate commit",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14271,
            "filename": "wiki/src/news/Join_us_at_the_Tails_HackFest_2014.bg.po",
            "revision": "a17ab2e766ec6dbf5a022ea08a5adae362528779",
            "web_url": "https://translate.tails.net/projects/tails/join_us_at_the_tails_hackfest_2014/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/join_us_at_the_tails_hackfest_2014/bg/",
            "url": "https://translate.tails.net/api/translations/tails/join_us_at_the_tails_hackfest_2014/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 8,
            "total_words": 128,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 12.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/join_us_at_the_tails_hackfest_2014/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/join_us_at_the_tails_hackfest_2014/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/join_us_at_the_tails_hackfest_2014/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/join_us_at_the_tails_hackfest_2014/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/join_us_at_the_tails_hackfest_2014/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/tails-support.*.po",
                "slug": "news-tails-support",
                "id": 455,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/tails-support.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/news-tails-support/",
                "url": "https://translate.tails.net/api/components/tails/news-tails-support/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/news-tails-support/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/news-tails-support/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/news-tails-support/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/news-tails-support/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/news-tails-support/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/news-tails-support/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14272,
            "filename": "wiki/src/news/tails-support.bg.po",
            "revision": "c27db26c7e6b58294fa2bb61c0a962cd382107a3",
            "web_url": "https://translate.tails.net/projects/tails/news-tails-support/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/news-tails-support/bg/",
            "url": "https://translate.tails.net/api/translations/tails/news-tails-support/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 21,
            "total_words": 266,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 4.7,
            "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.tails.net/api/translations/tails/news-tails-support/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/news-tails-support/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/news-tails-support/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/news-tails-support/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/news-tails-support/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/On_0days_exploits_and_disclosure.*.po",
                "slug": "on_0days_exploits_and_disclosure",
                "id": 138,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/On_0days_exploits_and_disclosure.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/on_0days_exploits_and_disclosure/",
                "url": "https://translate.tails.net/api/components/tails/on_0days_exploits_and_disclosure/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/on_0days_exploits_and_disclosure/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/on_0days_exploits_and_disclosure/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/on_0days_exploits_and_disclosure/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/on_0days_exploits_and_disclosure/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/on_0days_exploits_and_disclosure/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/on_0days_exploits_and_disclosure/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Weblate commit",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14273,
            "filename": "wiki/src/news/On_0days_exploits_and_disclosure.bg.po",
            "revision": "325f5a24d32e58acbd4621565ce65ddbcb2a4ea5",
            "web_url": "https://translate.tails.net/projects/tails/on_0days_exploits_and_disclosure/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/on_0days_exploits_and_disclosure/bg/",
            "url": "https://translate.tails.net/api/translations/tails/on_0days_exploits_and_disclosure/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 11,
            "total_words": 356,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 9.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.tails.net/api/translations/tails/on_0days_exploits_and_disclosure/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/on_0days_exploits_and_disclosure/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/on_0days_exploits_and_disclosure/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/on_0days_exploits_and_disclosure/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/on_0days_exploits_and_disclosure/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/mediapart.*.po",
                "slug": "mediapart",
                "id": 504,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/mediapart.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/mediapart/",
                "url": "https://translate.tails.net/api/components/tails/mediapart/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/mediapart/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/mediapart/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/mediapart/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/mediapart/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/mediapart/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/mediapart/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14274,
            "filename": "wiki/src/news/mediapart.bg.po",
            "revision": "deffe8e938049cfed209dbc44b427e7418c91076",
            "web_url": "https://translate.tails.net/projects/tails/mediapart/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/mediapart/bg/",
            "url": "https://translate.tails.net/api/translations/tails/mediapart/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 19,
            "total_words": 516,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 5.2,
            "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.tails.net/api/translations/tails/mediapart/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/mediapart/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/mediapart/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/mediapart/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/mediapart/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/closing_tails-support.*.po",
                "slug": "closing_tails-support",
                "id": 516,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/closing_tails-support.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/closing_tails-support/",
                "url": "https://translate.tails.net/api/components/tails/closing_tails-support/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/closing_tails-support/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/closing_tails-support/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/closing_tails-support/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/closing_tails-support/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/closing_tails-support/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/closing_tails-support/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14275,
            "filename": "wiki/src/news/closing_tails-support.bg.po",
            "revision": "771b779043a62efa90196aa28ef7cd1ba48851e4",
            "web_url": "https://translate.tails.net/projects/tails/closing_tails-support/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/closing_tails-support/bg/",
            "url": "https://translate.tails.net/api/translations/tails/closing_tails-support/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 17,
            "total_words": 278,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 5.8,
            "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.tails.net/api/translations/tails/closing_tails-support/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/closing_tails-support/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/closing_tails-support/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/closing_tails-support/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/closing_tails-support/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/signing_key_transition.*.po",
                "slug": "signing_key_transition",
                "id": 174,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/signing_key_transition.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/signing_key_transition/",
                "url": "https://translate.tails.net/api/components/tails/signing_key_transition/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/signing_key_transition/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/signing_key_transition/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/signing_key_transition/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/signing_key_transition/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/signing_key_transition/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/signing_key_transition/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Weblate commit",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14277,
            "filename": "wiki/src/news/signing_key_transition.bg.po",
            "revision": "2ddcccf1fa96b37ac6645202ea26ee57847caa4e",
            "web_url": "https://translate.tails.net/projects/tails/signing_key_transition/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/signing_key_transition/bg/",
            "url": "https://translate.tails.net/api/translations/tails/signing_key_transition/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 38,
            "total_words": 487,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 2.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/signing_key_transition/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/signing_key_transition/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/signing_key_transition/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/signing_key_transition/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/signing_key_transition/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/many_hands_make_tails.*.po",
                "slug": "many_hands_make_tails",
                "id": 517,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/many_hands_make_tails.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/many_hands_make_tails/",
                "url": "https://translate.tails.net/api/components/tails/many_hands_make_tails/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/many_hands_make_tails/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/many_hands_make_tails/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/many_hands_make_tails/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/many_hands_make_tails/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/many_hands_make_tails/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/many_hands_make_tails/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14278,
            "filename": "wiki/src/news/many_hands_make_tails.bg.po",
            "revision": "8330bbd5e4ee31083ecc46fca937a7c906d58874",
            "web_url": "https://translate.tails.net/projects/tails/many_hands_make_tails/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/many_hands_make_tails/bg/",
            "url": "https://translate.tails.net/api/translations/tails/many_hands_make_tails/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 16,
            "total_words": 516,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 6.2,
            "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.tails.net/api/translations/tails/many_hands_make_tails/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/many_hands_make_tails/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/many_hands_make_tails/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/many_hands_make_tails/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/many_hands_make_tails/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/our_plans_for_2018.*.po",
                "slug": "our_plans_for_2018",
                "id": 518,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/our_plans_for_2018.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/our_plans_for_2018/",
                "url": "https://translate.tails.net/api/components/tails/our_plans_for_2018/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/our_plans_for_2018/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/our_plans_for_2018/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/our_plans_for_2018/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/our_plans_for_2018/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/our_plans_for_2018/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/our_plans_for_2018/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14280,
            "filename": "wiki/src/news/our_plans_for_2018.bg.po",
            "revision": "3a0b03e37143a2741f821f2cb059f43fd09f8eae",
            "web_url": "https://translate.tails.net/projects/tails/our_plans_for_2018/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/our_plans_for_2018/bg/",
            "url": "https://translate.tails.net/api/translations/tails/our_plans_for_2018/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 24,
            "total_words": 352,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 4.1,
            "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.tails.net/api/translations/tails/our_plans_for_2018/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/our_plans_for_2018/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/our_plans_for_2018/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/our_plans_for_2018/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/our_plans_for_2018/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/new_project_name.*.po",
                "slug": "new_project_name",
                "id": 145,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/new_project_name.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/new_project_name/",
                "url": "https://translate.tails.net/api/components/tails/new_project_name/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/new_project_name/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/new_project_name/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/new_project_name/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/new_project_name/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/new_project_name/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/new_project_name/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Weblate commit",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14281,
            "filename": "wiki/src/news/new_project_name.bg.po",
            "revision": "ccee620d85fdcc2e6ce24ea49ada8880f19b1082",
            "web_url": "https://translate.tails.net/projects/tails/new_project_name/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/new_project_name/bg/",
            "url": "https://translate.tails.net/api/translations/tails/new_project_name/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 93,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 16.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/new_project_name/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/new_project_name/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/new_project_name/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/new_project_name/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/new_project_name/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/zwiebelfreunde_raided.*.po",
                "slug": "wikisrcnewszwiebelfreunde_raidedpo",
                "id": 1853,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/zwiebelfreunde_raided.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewszwiebelfreunde_raidedpo/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewszwiebelfreunde_raidedpo/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewszwiebelfreunde_raidedpo/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewszwiebelfreunde_raidedpo/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewszwiebelfreunde_raidedpo/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewszwiebelfreunde_raidedpo/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewszwiebelfreunde_raidedpo/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewszwiebelfreunde_raidedpo/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://git-tails.immerda.ch/weblate/tails/tree/{{filename}}?h={{branch}}#n{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14283,
            "filename": "wiki/src/news/zwiebelfreunde_raided.bg.po",
            "revision": "83fd6d8bb42c185908816a5d510a6aaef104d0c3",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewszwiebelfreunde_raidedpo/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewszwiebelfreunde_raidedpo/bg/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewszwiebelfreunde_raidedpo/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 11,
            "total_words": 286,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 9.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.tails.net/api/translations/tails/wikisrcnewszwiebelfreunde_raidedpo/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewszwiebelfreunde_raidedpo/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewszwiebelfreunde_raidedpo/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewszwiebelfreunde_raidedpo/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewszwiebelfreunde_raidedpo/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/job_illustrations_how_tails_work.*.po",
                "slug": "wikisrcnewsjob_illustrations_how_tails_work-po",
                "id": 1895,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/job_illustrations_how_tails_work.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsjob_illustrations_how_tails_work-po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsjob_illustrations_how_tails_work-po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsjob_illustrations_how_tails_work-po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsjob_illustrations_how_tails_work-po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsjob_illustrations_how_tails_work-po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsjob_illustrations_how_tails_work-po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsjob_illustrations_how_tails_work-po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsjob_illustrations_how_tails_work-po/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14284,
            "filename": "wiki/src/news/job_illustrations_how_tails_work.bg.po",
            "revision": "5c36bbded4c7df2c80a5d7f81f96d0334fa1b9b7",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsjob_illustrations_how_tails_work-po/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsjob_illustrations_how_tails_work-po/bg/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsjob_illustrations_how_tails_work-po/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 12,
            "total_words": 133,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 8.3,
            "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.tails.net/api/translations/tails/wikisrcnewsjob_illustrations_how_tails_work-po/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsjob_illustrations_how_tails_work-po/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsjob_illustrations_how_tails_work-po/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsjob_illustrations_how_tails_work-po/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsjob_illustrations_how_tails_work-po/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/plans_for_2019.*.po",
                "slug": "wikisrcnewsplans_for_2019po",
                "id": 1871,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/plans_for_2019.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsplans_for_2019po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsplans_for_2019po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsplans_for_2019po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsplans_for_2019po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsplans_for_2019po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsplans_for_2019po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsplans_for_2019po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsplans_for_2019po/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14285,
            "filename": "wiki/src/news/plans_for_2019.bg.po",
            "revision": "8547a801d2ae9fa2d9bcb2316145863b774c9f8e",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsplans_for_2019po/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsplans_for_2019po/bg/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsplans_for_2019po/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 23,
            "total_words": 446,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 4.3,
            "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.tails.net/api/translations/tails/wikisrcnewsplans_for_2019po/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsplans_for_2019po/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsplans_for_2019po/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsplans_for_2019po/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsplans_for_2019po/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/doc/upgrade/repair.inline.*.po",
                "slug": "wikisrcdocupgraderepairinlinepo",
                "id": 1897,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/doc/upgrade/repair.inline.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcdocupgraderepairinlinepo/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcdocupgraderepairinlinepo/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcdocupgraderepairinlinepo/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcdocupgraderepairinlinepo/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcdocupgraderepairinlinepo/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcdocupgraderepairinlinepo/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcdocupgraderepairinlinepo/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcdocupgraderepairinlinepo/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ hook_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14287,
            "filename": "wiki/src/doc/upgrade/repair.inline.bg.po",
            "revision": "557798d69180cf6456535fadab0ed2292731973c",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcdocupgraderepairinlinepo/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocupgraderepairinlinepo/bg/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcdocupgraderepairinlinepo/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 9,
            "total_words": 64,
            "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.tails.net/api/translations/tails/wikisrcdocupgraderepairinlinepo/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcdocupgraderepairinlinepo/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcdocupgraderepairinlinepo/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcdocupgraderepairinlinepo/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcdocupgraderepairinlinepo/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/server_outage_june_2021.*.po",
                "slug": "wikisrcnewsserver_outage_june_2021po",
                "id": 1985,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/server_outage_june_2021.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsserver_outage_june_2021po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsserver_outage_june_2021po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsserver_outage_june_2021po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsserver_outage_june_2021po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsserver_outage_june_2021po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsserver_outage_june_2021po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsserver_outage_june_2021po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsserver_outage_june_2021po/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14288,
            "filename": "wiki/src/news/server_outage_june_2021.bg.po",
            "revision": "18790511939b29b394bd05cc10986b887e093fa8",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsserver_outage_june_2021po/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsserver_outage_june_2021po/bg/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsserver_outage_june_2021po/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 6,
            "total_words": 90,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 16.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsserver_outage_june_2021po/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsserver_outage_june_2021po/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsserver_outage_june_2021po/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsserver_outage_june_2021po/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsserver_outage_june_2021po/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/version_5.0.*.po",
                "slug": "wikisrcnewsversion_50po",
                "id": 2030,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/version_5.0.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_50po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_50po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_50po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_50po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_50po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_50po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_50po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_50po/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.tails.boum.org/tails/tails/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14289,
            "filename": "wiki/src/news/version_5.0.bg.po",
            "revision": "865348ab83498bf67d0b035519d6411472f84d11",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_50po/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsversion_50po/bg/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_50po/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 60,
            "total_words": 592,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 1.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_50po/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_50po/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_50po/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_50po/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_50po/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/version_5.6.*.po",
                "slug": "wikisrcnewsversion_56po",
                "id": 2054,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/version_5.6.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_56po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_56po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_56po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_56po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_56po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_56po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_56po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_56po/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.tails.boum.org/tails/tails/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14290,
            "filename": "wiki/src/news/version_5.6.bg.po",
            "revision": "bbf6deab03ffb18949a287feedb789b4c31de7e7",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_56po/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsversion_56po/bg/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_56po/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 31,
            "total_words": 259,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 3.2,
            "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.tails.net/api/translations/tails/wikisrcnewsversion_56po/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_56po/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_56po/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_56po/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_56po/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/version_5.10.*.po",
                "slug": "wikisrcnewsversion_510po",
                "id": 2072,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/version_5.10.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_510po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_510po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_510po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_510po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_510po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_510po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_510po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_510po/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.tails.boum.org/tails/tails/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14291,
            "filename": "wiki/src/news/version_5.10.bg.po",
            "revision": "0d9c55b1ce633f5ee736f7d7c058e5d78ea99dac",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_510po/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsversion_510po/bg/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_510po/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 41,
            "total_words": 377,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 2.4,
            "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.tails.net/api/translations/tails/wikisrcnewsversion_510po/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_510po/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_510po/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_510po/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_510po/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/plans_for_2021.*.po",
                "slug": "wikisrcnewsplans_for_2021po",
                "id": 1965,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/plans_for_2021.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsplans_for_2021po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsplans_for_2021po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsplans_for_2021po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsplans_for_2021po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsplans_for_2021po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsplans_for_2021po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsplans_for_2021po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsplans_for_2021po/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14293,
            "filename": "wiki/src/news/plans_for_2021.bg.po",
            "revision": "3941ac08d999ee8e753f7cc2adb75aa74b7b6d2f",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsplans_for_2021po/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsplans_for_2021po/bg/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsplans_for_2021po/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 22,
            "total_words": 332,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 4.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsplans_for_2021po/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsplans_for_2021po/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsplans_for_2021po/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsplans_for_2021po/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsplans_for_2021po/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/donations_2020.*.po",
                "slug": "wikisrcnewsdonations_2020po",
                "id": 1975,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/donations_2020.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsdonations_2020po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsdonations_2020po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsdonations_2020po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsdonations_2020po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsdonations_2020po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsdonations_2020po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsdonations_2020po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsdonations_2020po/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14294,
            "filename": "wiki/src/news/donations_2020.bg.po",
            "revision": "e38f5add196fa5c7140c1624fd466ae2310b451f",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsdonations_2020po/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsdonations_2020po/bg/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsdonations_2020po/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 21,
            "total_words": 403,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 4.7,
            "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.tails.net/api/translations/tails/wikisrcnewsdonations_2020po/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsdonations_2020po/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsdonations_2020po/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsdonations_2020po/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsdonations_2020po/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/server_outage_april_2021.*.po",
                "slug": "wikisrcnewsserver_outage_april_2021po",
                "id": 1980,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/server_outage_april_2021.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsserver_outage_april_2021po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsserver_outage_april_2021po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsserver_outage_april_2021po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsserver_outage_april_2021po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsserver_outage_april_2021po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsserver_outage_april_2021po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsserver_outage_april_2021po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsserver_outage_april_2021po/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14296,
            "filename": "wiki/src/news/server_outage_april_2021.bg.po",
            "revision": "6494d488c26fe2e264a74108494cf47bd20ec06c",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsserver_outage_april_2021po/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsserver_outage_april_2021po/bg/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsserver_outage_april_2021po/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 10,
            "total_words": 206,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 10.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.tails.net/api/translations/tails/wikisrcnewsserver_outage_april_2021po/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsserver_outage_april_2021po/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsserver_outage_april_2021po/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsserver_outage_april_2021po/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsserver_outage_april_2021po/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/story_protecting_abortion_activists.*.po",
                "slug": "wikisrcnewsstory_protecting_abortion_activistspo",
                "id": 2059,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/story_protecting_abortion_activists.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsstory_protecting_abortion_activistspo/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsstory_protecting_abortion_activistspo/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsstory_protecting_abortion_activistspo/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsstory_protecting_abortion_activistspo/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsstory_protecting_abortion_activistspo/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsstory_protecting_abortion_activistspo/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsstory_protecting_abortion_activistspo/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsstory_protecting_abortion_activistspo/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.tails.boum.org/tails/tails/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14297,
            "filename": "wiki/src/news/story_protecting_abortion_activists.bg.po",
            "revision": "8fee8e0ad9d66d3b6c565d31a9340d301a55dbc1",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsstory_protecting_abortion_activistspo/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsstory_protecting_abortion_activistspo/bg/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsstory_protecting_abortion_activistspo/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 298,
            "translated": 1,
            "translated_words": 7,
            "translated_percent": 6.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsstory_protecting_abortion_activistspo/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsstory_protecting_abortion_activistspo/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsstory_protecting_abortion_activistspo/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsstory_protecting_abortion_activistspo/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsstory_protecting_abortion_activistspo/bg/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/doc/encryption_and_privacy/kleopatra.*.po",
                "slug": "wikisrcdocencryption_and_privacykleopatrapo",
                "id": 2029,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/doc/encryption_and_privacy/kleopatra.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcdocencryption_and_privacykleopatrapo/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcdocencryption_and_privacykleopatrapo/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcdocencryption_and_privacykleopatrapo/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcdocencryption_and_privacykleopatrapo/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcdocencryption_and_privacykleopatrapo/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcdocencryption_and_privacykleopatrapo/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcdocencryption_and_privacykleopatrapo/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcdocencryption_and_privacykleopatrapo/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.tails.boum.org/tails/tails/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14299,
            "filename": "wiki/src/doc/encryption_and_privacy/kleopatra.bg.po",
            "revision": "998aa0a4d7deb5edffeb011109417e0c1f270336",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcdocencryption_and_privacykleopatrapo/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocencryption_and_privacykleopatrapo/bg/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcdocencryption_and_privacykleopatrapo/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 44,
            "total_words": 433,
            "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.tails.net/api/translations/tails/wikisrcdocencryption_and_privacykleopatrapo/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcdocencryption_and_privacykleopatrapo/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcdocencryption_and_privacykleopatrapo/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcdocencryption_and_privacykleopatrapo/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcdocencryption_and_privacykleopatrapo/bg/units/?format=api"
        },
        {
            "language": {
                "id": 63,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 58,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://translate.tails.net/languages/en/",
                "url": "https://translate.tails.net/api/languages/en/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/version_6.14.1.*.po",
                "slug": "wikisrcnewsversion_6-14-1-po",
                "id": 2133,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/version_6.14.1.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.tails.boum.org/tails/tails/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "en",
            "id": 14301,
            "filename": "",
            "revision": "",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/en/",
            "share_url": "https://translate.tails.net/engage/tails/-/en/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsversion_6-14-1-po/en/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 42,
            "total_words": 418,
            "translated": 42,
            "translated_words": 418,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 18,
            "failing_checks_percent": 7.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/en/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/en/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/en/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/en/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/en/units/?format=api"
        },
        {
            "language": {
                "id": 73,
                "code": "ar",
                "name": "Arabic",
                "plural": {
                    "id": 8,
                    "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.tails.net/languages/ar/",
                "url": "https://translate.tails.net/api/languages/ar/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/ar/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/version_6.14.1.*.po",
                "slug": "wikisrcnewsversion_6-14-1-po",
                "id": 2133,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/version_6.14.1.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.tails.boum.org/tails/tails/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ar",
            "id": 14302,
            "filename": "wiki/src/news/version_6.14.1.ar.po",
            "revision": "f66d9838ab49490be8fa3d282ac05482e80e695a",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/ar/",
            "share_url": "https://translate.tails.net/engage/tails/-/ar/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsversion_6-14-1-po/ar/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 42,
            "total_words": 418,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/ar/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/ar/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/ar/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/ar/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/ar/units/?format=api"
        },
        {
            "language": {
                "id": 100,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 31,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://translate.tails.net/languages/bg/",
                "url": "https://translate.tails.net/api/languages/bg/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/version_6.14.1.*.po",
                "slug": "wikisrcnewsversion_6-14-1-po",
                "id": 2133,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/version_6.14.1.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.tails.boum.org/tails/tails/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "bg",
            "id": 14303,
            "filename": "wiki/src/news/version_6.14.1.bg.po",
            "revision": "973d79a65dc4765cb844ee1e3c7258d010f19b05",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/bg/",
            "share_url": "https://translate.tails.net/engage/tails/-/bg/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsversion_6-14-1-po/bg/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 42,
            "total_words": 418,
            "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.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/bg/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/bg/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/bg/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/bg/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/bg/units/?format=api"
        },
        {
            "language": {
                "id": 6,
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 33,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "ca_ca",
                    "cat"
                ],
                "direction": "ltr",
                "population": 8679138,
                "web_url": "https://translate.tails.net/languages/ca/",
                "url": "https://translate.tails.net/api/languages/ca/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/ca/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/version_6.14.1.*.po",
                "slug": "wikisrcnewsversion_6-14-1-po",
                "id": 2133,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/version_6.14.1.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.tails.boum.org/tails/tails/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ca",
            "id": 14304,
            "filename": "wiki/src/news/version_6.14.1.ca.po",
            "revision": "2143dba1e1b5269ff493f73446718d139513720b",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/ca/",
            "share_url": "https://translate.tails.net/engage/tails/-/ca/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsversion_6-14-1-po/ca/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 42,
            "total_words": 418,
            "translated": 19,
            "translated_words": 123,
            "translated_percent": 45.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 18,
            "failing_checks_percent": 7.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-04-09T19:40:49.917926Z",
            "last_author": "victor dargallo",
            "repository_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/ca/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/ca/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/ca/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/ca/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/ca/units/?format=api"
        },
        {
            "language": {
                "id": 39,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 84,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://translate.tails.net/languages/de/",
                "url": "https://translate.tails.net/api/languages/de/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/version_6.14.1.*.po",
                "slug": "wikisrcnewsversion_6-14-1-po",
                "id": 2133,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/version_6.14.1.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.tails.boum.org/tails/tails/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "de",
            "id": 14305,
            "filename": "wiki/src/news/version_6.14.1.de.po",
            "revision": "aaf60b800ee41b5540dccf193fe0c9f38ded0d1d",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/de/",
            "share_url": "https://translate.tails.net/engage/tails/-/de/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsversion_6-14-1-po/de/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 42,
            "total_words": 418,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 18,
            "failing_checks_percent": 7.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/de/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/de/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/de/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/de/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/de/units/?format=api"
        },
        {
            "language": {
                "id": 92,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 208,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://translate.tails.net/languages/es/",
                "url": "https://translate.tails.net/api/languages/es/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/version_6.14.1.*.po",
                "slug": "wikisrcnewsversion_6-14-1-po",
                "id": 2133,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/version_6.14.1.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.tails.boum.org/tails/tails/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "es",
            "id": 14306,
            "filename": "wiki/src/news/version_6.14.1.es.po",
            "revision": "aaf60b800ee41b5540dccf193fe0c9f38ded0d1d",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/es/",
            "share_url": "https://translate.tails.net/engage/tails/-/es/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsversion_6-14-1-po/es/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 42,
            "total_words": 418,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 3,
            "failing_checks_words": 18,
            "failing_checks_percent": 7.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/es/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/es/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/es/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/es/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/es/units/?format=api"
        },
        {
            "language": {
                "id": 108,
                "code": "fa",
                "name": "Persian",
                "plural": {
                    "id": 162,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fas_ir",
                    "fas",
                    "per"
                ],
                "direction": "rtl",
                "population": 84710458,
                "web_url": "https://translate.tails.net/languages/fa/",
                "url": "https://translate.tails.net/api/languages/fa/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/fa/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/version_6.14.1.*.po",
                "slug": "wikisrcnewsversion_6-14-1-po",
                "id": 2133,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/version_6.14.1.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.tails.boum.org/tails/tails/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fa",
            "id": 14307,
            "filename": "wiki/src/news/version_6.14.1.fa.po",
            "revision": "5ae1debaaf54a892d69facdde8e1c79c9be8d659",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/fa/",
            "share_url": "https://translate.tails.net/engage/tails/-/fa/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsversion_6-14-1-po/fa/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 42,
            "total_words": 418,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/fa/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/fa/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/fa/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/fa/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/fa/units/?format=api"
        },
        {
            "language": {
                "id": 99,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://translate.tails.net/languages/fr/",
                "url": "https://translate.tails.net/api/languages/fr/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/version_6.14.1.*.po",
                "slug": "wikisrcnewsversion_6-14-1-po",
                "id": 2133,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/version_6.14.1.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.tails.boum.org/tails/tails/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "fr",
            "id": 14308,
            "filename": "wiki/src/news/version_6.14.1.fr.po",
            "revision": "bf128f64f4180c89394cbdc202270b1da669e496",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/fr/",
            "share_url": "https://translate.tails.net/engage/tails/-/fr/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsversion_6-14-1-po/fr/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 42,
            "total_words": 418,
            "translated": 31,
            "translated_words": 243,
            "translated_percent": 73.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2025-04-17T17:38:53.401810Z",
            "last_author": "Chre",
            "repository_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/fr/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/fr/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/fr/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/fr/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/fr/units/?format=api"
        },
        {
            "language": {
                "id": 79,
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 171207687,
                "web_url": "https://translate.tails.net/languages/id/",
                "url": "https://translate.tails.net/api/languages/id/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/id/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/version_6.14.1.*.po",
                "slug": "wikisrcnewsversion_6-14-1-po",
                "id": 2133,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/version_6.14.1.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.tails.boum.org/tails/tails/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "id",
            "id": 14309,
            "filename": "wiki/src/news/version_6.14.1.id.po",
            "revision": "1007c65d51d9c57aba586e867515c9830160013a",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/id/",
            "share_url": "https://translate.tails.net/engage/tails/-/id/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsversion_6-14-1-po/id/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 42,
            "total_words": 418,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/id/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/id/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/id/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/id/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/id/units/?format=api"
        },
        {
            "language": {
                "id": 70,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 102,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://translate.tails.net/languages/it/",
                "url": "https://translate.tails.net/api/languages/it/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/version_6.14.1.*.po",
                "slug": "wikisrcnewsversion_6-14-1-po",
                "id": 2133,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/version_6.14.1.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.tails.boum.org/tails/tails/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "it",
            "id": 14310,
            "filename": "wiki/src/news/version_6.14.1.it.po",
            "revision": "aaf60b800ee41b5540dccf193fe0c9f38ded0d1d",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/it/",
            "share_url": "https://translate.tails.net/engage/tails/-/it/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsversion_6-14-1-po/it/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 42,
            "total_words": 418,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/it/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/it/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/it/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/it/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/it/units/?format=api"
        },
        {
            "language": {
                "id": 127,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 169,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://translate.tails.net/languages/pl/",
                "url": "https://translate.tails.net/api/languages/pl/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/version_6.14.1.*.po",
                "slug": "wikisrcnewsversion_6-14-1-po",
                "id": 2133,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/version_6.14.1.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.tails.boum.org/tails/tails/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "pl",
            "id": 14311,
            "filename": "wiki/src/news/version_6.14.1.pl.po",
            "revision": "0ca6456b834a5f0e1e1a1420a16e5228440af40d",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/pl/",
            "share_url": "https://translate.tails.net/engage/tails/-/pl/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsversion_6-14-1-po/pl/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 42,
            "total_words": 418,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/pl/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/pl/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/pl/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/pl/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/pl/units/?format=api"
        },
        {
            "language": {
                "id": 17,
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 170,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "por_pt",
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "population": 237496883,
                "web_url": "https://translate.tails.net/languages/pt/",
                "url": "https://translate.tails.net/api/languages/pt/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/pt/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/version_6.14.1.*.po",
                "slug": "wikisrcnewsversion_6-14-1-po",
                "id": 2133,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/version_6.14.1.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.tails.boum.org/tails/tails/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "pt",
            "id": 14312,
            "filename": "wiki/src/news/version_6.14.1.pt.po",
            "revision": "88030f8811542eeee5339446efbc665a42f18088",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/pt/",
            "share_url": "https://translate.tails.net/engage/tails/-/pt/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsversion_6-14-1-po/pt/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 42,
            "total_words": 418,
            "translated": 23,
            "translated_words": 155,
            "translated_percent": 54.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 2.3,
            "have_suggestion": 19,
            "have_comment": 0,
            "last_change": "2025-04-30T18:38:39.715526Z",
            "last_author": "xin",
            "repository_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/pt/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/pt/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/pt/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/pt/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/pt/units/?format=api"
        },
        {
            "language": {
                "id": 83,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 179,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://translate.tails.net/languages/ru/",
                "url": "https://translate.tails.net/api/languages/ru/?format=api",
                "statistics_url": "https://translate.tails.net/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "wiki/src/news/version_6.14.1.*.po",
                "slug": "wikisrcnewsversion_6-14-1-po",
                "id": 2133,
                "source_language": {
                    "id": 63,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 58,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://translate.tails.net/languages/en/",
                    "url": "https://translate.tails.net/api/languages/en/?format=api",
                    "statistics_url": "https://translate.tails.net/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Tails",
                    "slug": "tails",
                    "id": 1,
                    "web": "https://tails.boum.org/",
                    "web_url": "https://translate.tails.net/projects/tails/",
                    "url": "https://translate.tails.net/api/projects/tails/?format=api",
                    "components_list_url": "https://translate.tails.net/api/projects/tails/components/?format=api",
                    "repository_url": "https://translate.tails.net/api/projects/tails/repository/?format=api",
                    "statistics_url": "https://translate.tails.net/api/projects/tails/statistics/?format=api",
                    "categories_url": "https://translate.tails.net/api/projects/tails/categories/?format=api",
                    "changes_list_url": "https://translate.tails.net/api/projects/tails/changes/?format=api",
                    "languages_url": "https://translate.tails.net/api/projects/tails/languages/?format=api",
                    "labels_url": "https://translate.tails.net/api/projects/tails/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": false,
                    "instructions": "https://tails.boum.org/contribute/how/translate/\nMailing list for translators: <tails-l10n@boum.org\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "gitolite@puppet-git.lizard:tails",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "wiki/src/news/version_6.14.1.*.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-3.0-or-later",
                "license_url": "https://spdx.org/licenses/GPL-3.0-or-later.html",
                "agreement": "",
                "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/",
                "url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/?format=api",
                "repository_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/repository/?format=api",
                "translations_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/translations/?format=api",
                "statistics_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/statistics/?format=api",
                "lock_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/lock/?format=api",
                "links_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/links/?format=api",
                "changes_list_url": "https://translate.tails.net/api/components/tails/wikisrcnewsversion_6-14-1-po/changes/?format=api",
                "task_url": null,
                "new_lang": "url",
                "language_code_style": "",
                "push": "",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://gitlab.tails.boum.org/tails/tails/-/blob/{{branch}}/{{filename}}#L{{line}}",
                "report_source_bugs": "tails-l10n@boum.org",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\n\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})\n\n",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})\n\n",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.\n\n",
                "addon_message": "Update translation files\n\nUpdated by \"{{ addon_name }}\" hook in Weblate.\n\nTranslation: {{ project_name }}/{{ component_name }}\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\n\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\n\n{% if component_linked_childs %}\nIt also includes following components:\n{% for linked in component_linked_childs %}\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\n{% endfor %}\n{% endif %}\n\nCurrent translation status:\n\n![Weblate translation status]({{widget_url}})\n",
                "allow_translation_propagation": true,
                "manage_units": false,
                "enable_suggestions": true,
                "suggestion_voting": true,
                "suggestion_autoaccept": 0,
                "push_on_commit": false,
                "commit_pending_age": 1,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null
            },
            "language_code": "ru",
            "id": 14313,
            "filename": "wiki/src/news/version_6.14.1.ru.po",
            "revision": "aaf60b800ee41b5540dccf193fe0c9f38ded0d1d",
            "web_url": "https://translate.tails.net/projects/tails/wikisrcnewsversion_6-14-1-po/ru/",
            "share_url": "https://translate.tails.net/engage/tails/-/ru/",
            "translate_url": "https://translate.tails.net/translate/tails/wikisrcnewsversion_6-14-1-po/ru/",
            "url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 42,
            "total_words": 418,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/ru/repository/?format=api",
            "file_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/ru/file/?format=api",
            "statistics_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/ru/statistics/?format=api",
            "changes_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/ru/changes/?format=api",
            "units_list_url": "https://translate.tails.net/api/translations/tails/wikisrcnewsversion_6-14-1-po/ru/units/?format=api"
        }
    ]
}