Translation components API.

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

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

{
    "count": 136936,
    "next": "https://hosted.weblate.org/api/translations/?format=api&page=13",
    "previous": "https://hosted.weblate.org/api/translations/?format=api&page=11",
    "results": [
        {
            "language": {
                "id": 36,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 255,
                    "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": 22
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://hosted.weblate.org/languages/ru/",
                "url": "https://hosted.weblate.org/api/languages/ru/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Application",
                "slug": "wammu",
                "id": 55,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/wammu.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ru",
            "id": 818,
            "filename": "locale/ru/wammu.po",
            "revision": "237827d84165d37fdb04949bd865a3f2cdab24d8",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/ru/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/ru/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 794,
            "translated_words": 4352,
            "translated_percent": 96.0,
            "fuzzy": 33,
            "fuzzy_words": 140,
            "fuzzy_percent": 3.9,
            "failing_checks": 32,
            "failing_checks_words": 163,
            "failing_checks_percent": 3.8,
            "have_suggestion": 2,
            "have_comment": 0,
            "last_change": "2022-01-05T09:00:58.701475+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ru/units/?format=api"
        },
        {
            "language": {
                "id": 86,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 146,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://hosted.weblate.org/languages/it/",
                "url": "https://hosted.weblate.org/api/languages/it/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Application",
                "slug": "wammu",
                "id": 55,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/wammu.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "it",
            "id": 819,
            "filename": "locale/it/wammu.po",
            "revision": "d1b9866e295958cfeff9253d67cf9873287726e3",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/it/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/it/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 795,
            "translated_words": 4370,
            "translated_percent": 96.1,
            "fuzzy": 32,
            "fuzzy_words": 122,
            "fuzzy_percent": 3.8,
            "failing_checks": 43,
            "failing_checks_words": 208,
            "failing_checks_percent": 5.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-17T09:17:01.808109+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/it/units/?format=api"
        },
        {
            "language": {
                "id": 38,
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 251,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ron",
                    "rum",
                    "mol"
                ],
                "direction": "ltr",
                "population": 22187407,
                "web_url": "https://hosted.weblate.org/languages/ro/",
                "url": "https://hosted.weblate.org/api/languages/ro/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ro/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Application",
                "slug": "wammu",
                "id": 55,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/wammu.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ro",
            "id": 820,
            "filename": "locale/ro/wammu.po",
            "revision": "af06072208547d4fabca7940294abd46a46fc025",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/ro/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/ro/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/ro/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 44,
            "translated_words": 170,
            "translated_percent": 5.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 9,
            "failing_checks_words": 9,
            "failing_checks_percent": 1.0,
            "have_suggestion": 3,
            "have_comment": 0,
            "last_change": "2022-01-05T09:00:56.495687+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ro/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ro/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ro/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ro/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ro/units/?format=api"
        },
        {
            "language": {
                "id": 83,
                "code": "sw",
                "name": "Swahili",
                "plural": {
                    "id": 299,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swa",
                    "swh"
                ],
                "direction": "ltr",
                "population": 171610296,
                "web_url": "https://hosted.weblate.org/languages/sw/",
                "url": "https://hosted.weblate.org/api/languages/sw/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sw/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Application",
                "slug": "wammu",
                "id": 55,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/wammu.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sw",
            "id": 821,
            "filename": "locale/sw/wammu.po",
            "revision": "4c5236faa6b09df2e2ce90dafd267eaebda9921d",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/sw/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/sw/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/sw/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/sw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "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": "2022-01-05T09:01:04.174735+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/sw/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/sw/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/sw/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/sw/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/sw/units/?format=api"
        },
        {
            "language": {
                "id": 53,
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 46,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "ca_ca",
                    "cat"
                ],
                "direction": "ltr",
                "population": 8679138,
                "web_url": "https://hosted.weblate.org/languages/ca/",
                "url": "https://hosted.weblate.org/api/languages/ca/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ca/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Application",
                "slug": "wammu",
                "id": 55,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/wammu.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ca",
            "id": 822,
            "filename": "locale/ca/wammu.po",
            "revision": "4e9ea9a487212e4b4133f722ad9cf446375a6747",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/ca/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/ca/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/ca/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 551,
            "translated_words": 2536,
            "translated_percent": 66.6,
            "fuzzy": 62,
            "fuzzy_words": 295,
            "fuzzy_percent": 7.4,
            "failing_checks": 44,
            "failing_checks_words": 255,
            "failing_checks_percent": 5.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-05T08:59:56.834326+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ca/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ca/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ca/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ca/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ca/units/?format=api"
        },
        {
            "language": {
                "id": 69,
                "code": "he",
                "name": "Hebrew",
                "plural": {
                    "id": 131,
                    "source": 0,
                    "number": 4,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [
                    "he_he",
                    "iw",
                    "iw_il",
                    "iw_he",
                    "heb"
                ],
                "direction": "rtl",
                "population": 8675480,
                "web_url": "https://hosted.weblate.org/languages/he/",
                "url": "https://hosted.weblate.org/api/languages/he/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/he/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Application",
                "slug": "wammu",
                "id": 55,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/wammu.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "he",
            "id": 823,
            "filename": "locale/he/wammu.po",
            "revision": "a1afaa05992e0e9cbeeccc93e1e117a17107d6b0",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/he/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/he/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/he/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 84,
            "translated_words": 349,
            "translated_percent": 10.1,
            "fuzzy": 5,
            "fuzzy_words": 15,
            "fuzzy_percent": 0.6,
            "failing_checks": 7,
            "failing_checks_words": 22,
            "failing_checks_percent": 0.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-05T09:14:52.991892+01:00",
            "last_author": "Yaron Shahrabani",
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/he/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/he/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/he/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/he/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/he/units/?format=api"
        },
        {
            "language": {
                "id": 25,
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 69,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "da_da",
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "population": 7072056,
                "web_url": "https://hosted.weblate.org/languages/da/",
                "url": "https://hosted.weblate.org/api/languages/da/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/da/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Application",
                "slug": "wammu",
                "id": 55,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/wammu.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "da",
            "id": 825,
            "filename": "locale/da/wammu.po",
            "revision": "9f9c2135917e4e945b4b41ea26d88f7e0b908669",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/da/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/da/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/da/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 122,
            "translated_words": 357,
            "translated_percent": 14.7,
            "fuzzy": 9,
            "fuzzy_words": 88,
            "fuzzy_percent": 1.0,
            "failing_checks": 7,
            "failing_checks_words": 64,
            "failing_checks_percent": 0.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-05T09:00:00.499675+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/da/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/da/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/da/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/da/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/da/units/?format=api"
        },
        {
            "language": {
                "id": 82,
                "code": "af",
                "name": "Afrikaans",
                "plural": {
                    "id": 5,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "afr"
                ],
                "direction": "ltr",
                "population": 9318845,
                "web_url": "https://hosted.weblate.org/languages/af/",
                "url": "https://hosted.weblate.org/api/languages/af/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/af/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Application",
                "slug": "wammu",
                "id": 55,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/wammu.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "af",
            "id": 826,
            "filename": "locale/af/wammu.po",
            "revision": "ba9e8b2f2590a06c6b02cbebdb4ee825a689826e",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/af/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/af/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/af/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/af/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 374,
            "translated_words": 1494,
            "translated_percent": 45.2,
            "fuzzy": 202,
            "fuzzy_words": 1012,
            "fuzzy_percent": 24.4,
            "failing_checks": 108,
            "failing_checks_words": 531,
            "failing_checks_percent": 13.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-05T08:59:49.143669+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/af/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/af/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/af/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/af/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/af/units/?format=api"
        },
        {
            "language": {
                "id": 107,
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 301,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swe_se",
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 12932871,
                "web_url": "https://hosted.weblate.org/languages/sv/",
                "url": "https://hosted.weblate.org/api/languages/sv/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sv/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Application",
                "slug": "wammu",
                "id": 55,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/wammu.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "sv",
            "id": 827,
            "filename": "locale/sv/wammu.po",
            "revision": "3e3a9677581786c4a175b81f0db738aa7e437da7",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/sv/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/sv/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/sv/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 796,
            "translated_words": 4374,
            "translated_percent": 96.2,
            "fuzzy": 31,
            "fuzzy_words": 118,
            "fuzzy_percent": 3.7,
            "failing_checks": 35,
            "failing_checks_words": 190,
            "failing_checks_percent": 4.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-05T09:01:02.206724+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/sv/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/sv/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/sv/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/sv/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/sv/units/?format=api"
        },
        {
            "language": {
                "id": 96,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://hosted.weblate.org/languages/nl/",
                "url": "https://hosted.weblate.org/api/languages/nl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Application",
                "slug": "wammu",
                "id": 55,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/wammu.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "nl",
            "id": 828,
            "filename": "locale/nl/wammu.po",
            "revision": "e3cd295dbc2bdf4d15e9981df52879475e869edc",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/nl/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/nl/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 787,
            "translated_words": 4273,
            "translated_percent": 95.1,
            "fuzzy": 40,
            "fuzzy_words": 219,
            "fuzzy_percent": 4.8,
            "failing_checks": 31,
            "failing_checks_words": 163,
            "failing_checks_percent": 3.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-11-23T18:04:09.396168+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/nl/units/?format=api"
        },
        {
            "language": {
                "id": 56,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 68,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://hosted.weblate.org/languages/cs/",
                "url": "https://hosted.weblate.org/api/languages/cs/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Application",
                "slug": "wammu",
                "id": 55,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/wammu.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "cs",
            "id": 829,
            "filename": "locale/cs/wammu.po",
            "revision": "da0088870900ac9a1c987c0189f0cc16e9ecfb65",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/cs/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/cs/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/cs/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 792,
            "translated_words": 4347,
            "translated_percent": 95.7,
            "fuzzy": 35,
            "fuzzy_words": 145,
            "fuzzy_percent": 4.2,
            "failing_checks": 29,
            "failing_checks_words": 108,
            "failing_checks_percent": 3.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-05T08:59:58.927629+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/cs/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/cs/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/cs/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/cs/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/cs/units/?format=api"
        },
        {
            "language": {
                "id": 39,
                "code": "bn",
                "name": "Bengali",
                "plural": {
                    "id": 32,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "bd",
                    "ben"
                ],
                "direction": "ltr",
                "population": 267193288,
                "web_url": "https://hosted.weblate.org/languages/bn/",
                "url": "https://hosted.weblate.org/api/languages/bn/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/bn/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Application",
                "slug": "wammu",
                "id": 55,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/wammu.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "bn",
            "id": 830,
            "filename": "locale/bn/wammu.po",
            "revision": "8a8a3b17c4f494d9304da14f7a98c098246748e4",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/bn/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/bn/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/bn/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/bn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "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": "2022-01-05T08:59:55.137610+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/bn/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/bn/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/bn/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/bn/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/bn/units/?format=api"
        },
        {
            "language": {
                "id": 88,
                "code": "ar",
                "name": "Arabic",
                "plural": {
                    "id": 10,
                    "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",
                    "arb"
                ],
                "direction": "rtl",
                "population": 351664195,
                "web_url": "https://hosted.weblate.org/languages/ar/",
                "url": "https://hosted.weblate.org/api/languages/ar/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ar/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Application",
                "slug": "wammu",
                "id": 55,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/wammu.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ar",
            "id": 831,
            "filename": "locale/ar/wammu.po",
            "revision": "ae51c57c1ef980ae8786def35a1a050b36caa2d9",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/ar/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/ar/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/ar/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 249,
            "translated_words": 630,
            "translated_percent": 30.1,
            "fuzzy": 23,
            "fuzzy_words": 129,
            "fuzzy_percent": 2.7,
            "failing_checks": 19,
            "failing_checks_words": 131,
            "failing_checks_percent": 2.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-05T08:59:50.910052+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ar/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ar/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ar/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ar/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ar/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 104,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://hosted.weblate.org/languages/de/",
                "url": "https://hosted.weblate.org/api/languages/de/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Application",
                "slug": "wammu",
                "id": 55,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/wammu.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "de",
            "id": 832,
            "filename": "locale/de/wammu.po",
            "revision": "57b57612c9c7427f18018b1e94bab07d26a8b943",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/de/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/de/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 796,
            "translated_words": 4374,
            "translated_percent": 96.2,
            "fuzzy": 31,
            "fuzzy_words": 118,
            "fuzzy_percent": 3.7,
            "failing_checks": 34,
            "failing_checks_words": 117,
            "failing_checks_percent": 4.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-05T09:00:03.148944+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/de/units/?format=api"
        },
        {
            "language": {
                "id": 23,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 246,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://hosted.weblate.org/languages/pt_BR/",
                "url": "https://hosted.weblate.org/api/languages/pt_BR/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Application",
                "slug": "wammu",
                "id": 55,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/wammu.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "pt_BR",
            "id": 833,
            "filename": "locale/pt_BR/wammu.po",
            "revision": "fc243a1acb36edd7c1045f7cdfc3ea588e9c0404",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 827,
            "translated_words": 4492,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-05T21:50:22.818381+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/pt_BR/units/?format=api"
        },
        {
            "language": {
                "id": 29,
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 108,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "population": 12292240,
                "web_url": "https://hosted.weblate.org/languages/el/",
                "url": "https://hosted.weblate.org/api/languages/el/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/el/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Application",
                "slug": "wammu",
                "id": 55,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/wammu.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "el",
            "id": 834,
            "filename": "locale/el/wammu.po",
            "revision": "6733e4ce92013baee1b827fa88af03dad5ee416a",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/el/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/el/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/el/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 787,
            "translated_words": 4273,
            "translated_percent": 95.1,
            "fuzzy": 40,
            "fuzzy_words": 219,
            "fuzzy_percent": 4.8,
            "failing_checks": 39,
            "failing_checks_words": 259,
            "failing_checks_percent": 4.7,
            "have_suggestion": 0,
            "have_comment": 1,
            "last_change": "2022-01-05T09:00:05.305902+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/el/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/el/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/el/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/el/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/el/units/?format=api"
        },
        {
            "language": {
                "id": 116,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://hosted.weblate.org/languages/ko/",
                "url": "https://hosted.weblate.org/api/languages/ko/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Application",
                "slug": "wammu",
                "id": 55,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/wammu.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "ko",
            "id": 835,
            "filename": "locale/ko/wammu.po",
            "revision": "77a62e1e105bb7d4a2240dc8ea91952de65feb82",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/ko/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/ko/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/ko/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 336,
            "translated_words": 1382,
            "translated_percent": 40.6,
            "fuzzy": 210,
            "fuzzy_words": 969,
            "fuzzy_percent": 25.3,
            "failing_checks": 113,
            "failing_checks_words": 637,
            "failing_checks_percent": 13.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-05T09:00:47.640264+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ko/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ko/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ko/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ko/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/ko/units/?format=api"
        },
        {
            "language": {
                "id": 186,
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 57,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://hosted.weblate.org/languages/zh_Hans/",
                "url": "https://hosted.weblate.org/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Application",
                "slug": "wammu",
                "id": 55,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/wammu.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "zh_CN",
            "id": 836,
            "filename": "locale/zh_CN/wammu.po",
            "revision": "b4812ae6dc848537db02c76f05aa953f27dbe897",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 819,
            "translated_words": 4432,
            "translated_percent": 99.0,
            "fuzzy": 8,
            "fuzzy_words": 60,
            "fuzzy_percent": 0.9,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-10-07T09:42:45.543070+02:00",
            "last_author": "Deleted User",
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 66,
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 136,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12443429,
                "web_url": "https://hosted.weblate.org/languages/hu/",
                "url": "https://hosted.weblate.org/api/languages/hu/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/hu/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Application",
                "slug": "wammu",
                "id": 55,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/wammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/wammu.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/wammu/blob/master/{{filename}}#L{{line}}",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            },
            "language_code": "hu",
            "id": 837,
            "filename": "locale/hu/wammu.po",
            "revision": "22d6a60f5e19ac9ce8322d2fd9b91abf3f841858",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/hu/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/hu/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/hu/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 787,
            "translated_words": 4273,
            "translated_percent": 95.1,
            "fuzzy": 40,
            "fuzzy_words": 219,
            "fuzzy_percent": 4.8,
            "failing_checks": 38,
            "failing_checks_words": 161,
            "failing_checks_percent": 4.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-05T09:00:41.759584+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/hu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/hu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/hu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/hu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/hu/units/?format=api"
        },
        {
            "language": {
                "id": 7,
                "code": "gl",
                "name": "Galician",
                "plural": {
                    "id": 100,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "glg_es",
                    "glg"
                ],
                "direction": "ltr",
                "population": 3515529,
                "web_url": "https://hosted.weblate.org/languages/gl/",
                "url": "https://hosted.weblate.org/api/languages/gl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/gl/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "gl",
            "id": 838,
            "filename": "locale/gl/docs.po",
            "revision": "6693a8ee195c212554070092a257aa4ef341c561",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/gl/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/gl/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/gl/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 13,
            "translated_words": 25,
            "translated_percent": 13.6,
            "fuzzy": 3,
            "fuzzy_words": 7,
            "fuzzy_percent": 3.1,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2017-10-23T07:32:51+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/gl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/gl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/gl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/gl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/gl/units/?format=api"
        },
        {
            "language": {
                "id": 42,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 327,
                    "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": 22
                },
                "aliases": [
                    "ua",
                    "ua_ua",
                    "uk_uk",
                    "ukr"
                ],
                "direction": "ltr",
                "population": 29348975,
                "web_url": "https://hosted.weblate.org/languages/uk/",
                "url": "https://hosted.weblate.org/api/languages/uk/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/uk/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "uk",
            "id": 839,
            "filename": "locale/uk/docs.po",
            "revision": "caa5a42c4fedcba1dc75fe218780ec848cf4a374",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/uk/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/uk/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 95,
            "translated_words": 705,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-06-21T19:49:41.364183+02:00",
            "last_author": "Artem",
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/uk/units/?format=api"
        },
        {
            "language": {
                "id": 12,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 323,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 80360705,
                "web_url": "https://hosted.weblate.org/languages/tr/",
                "url": "https://hosted.weblate.org/api/languages/tr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/tr/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "tr",
            "id": 840,
            "filename": "locale/tr/docs.po",
            "revision": "318df9780825981debe2d501110fcbd9d8e0c496",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/tr/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/tr/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 95,
            "translated_words": 705,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-05T17:00:49.967028+01:00",
            "last_author": "Oğuz Ersen",
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/tr/units/?format=api"
        },
        {
            "language": {
                "id": 78,
                "code": "pl",
                "name": "Polish",
                "plural": {
                    "id": 244,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "plk",
                    "pol"
                ],
                "direction": "ltr",
                "population": 41077398,
                "web_url": "https://hosted.weblate.org/languages/pl/",
                "url": "https://hosted.weblate.org/api/languages/pl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pl/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "pl",
            "id": 841,
            "filename": "locale/pl/docs.po",
            "revision": "6ce0f6bc6cc49a3caa900399e7e3a3303e953c92",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/pl/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/pl/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/pl/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 47,
            "translated_words": 195,
            "translated_percent": 49.4,
            "fuzzy": 15,
            "fuzzy_words": 79,
            "fuzzy_percent": 15.7,
            "failing_checks": 8,
            "failing_checks_words": 16,
            "failing_checks_percent": 8.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2018-04-23T10:39:40+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/pl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/pl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/pl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/pl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/pl/units/?format=api"
        },
        {
            "language": {
                "id": 105,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 93,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "web_url": "https://hosted.weblate.org/languages/fr/",
                "url": "https://hosted.weblate.org/api/languages/fr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fr/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "fr",
            "id": 842,
            "filename": "locale/fr/docs.po",
            "revision": "99838b9004bcf9398c5dc33deaade5a855065c98",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/fr/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/fr/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 89,
            "translated_words": 618,
            "translated_percent": 93.6,
            "fuzzy": 3,
            "fuzzy_words": 74,
            "fuzzy_percent": 3.1,
            "failing_checks": 14,
            "failing_checks_words": 89,
            "failing_checks_percent": 14.7,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2017-10-30T23:24:08+01:00",
            "last_author": "Anonymous",
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/fr/units/?format=api"
        },
        {
            "language": {
                "id": 103,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 291,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 493528078,
                "web_url": "https://hosted.weblate.org/languages/es/",
                "url": "https://hosted.weblate.org/api/languages/es/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/es/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "es",
            "id": 843,
            "filename": "locale/es/docs.po",
            "revision": "128073b3a447f1ea2bf966f07de86ccdede91a1e",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/es/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/es/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 95,
            "translated_words": 705,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 11,
            "failing_checks_percent": 4.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-10-06T19:11:19.164573+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/es/units/?format=api"
        },
        {
            "language": {
                "id": 110,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 89,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "web_url": "https://hosted.weblate.org/languages/fi/",
                "url": "https://hosted.weblate.org/api/languages/fi/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/fi/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "fi",
            "id": 844,
            "filename": "locale/fi/docs.po",
            "revision": "d52ca07ec1b941b7d714c94b13a2a921212249b2",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/fi/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/fi/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/fi/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 95,
            "translated_words": 705,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-11-19T09:04:37+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/fi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/fi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/fi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/fi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/fi/units/?format=api"
        },
        {
            "language": {
                "id": 93,
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 171207687,
                "web_url": "https://hosted.weblate.org/languages/id/",
                "url": "https://hosted.weblate.org/api/languages/id/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/id/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "id",
            "id": 845,
            "filename": "locale/id/docs.po",
            "revision": "59cbccac9575dd5f8be7ffb27362f4d988b99fbb",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/id/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/id/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/id/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 82,
            "translated_words": 589,
            "translated_percent": 86.3,
            "fuzzy": 6,
            "fuzzy_words": 92,
            "fuzzy_percent": 6.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2017-10-23T07:32:54+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/id/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/id/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/id/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/id/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/id/units/?format=api"
        },
        {
            "language": {
                "id": 62,
                "code": "en_GB",
                "name": "English (United Kingdom)",
                "plural": {
                    "id": 81,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english_uk",
                    "eng_gb"
                ],
                "direction": "ltr",
                "population": 64445878,
                "web_url": "https://hosted.weblate.org/languages/en_GB/",
                "url": "https://hosted.weblate.org/api/languages/en_GB/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en_GB/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "en_GB",
            "id": 846,
            "filename": "locale/en_GB/docs.po",
            "revision": "70f5874bc9c48c304fa1a9745f13a91b7061c354",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/en_GB/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/en_GB/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/en_GB/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/en_GB/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 95,
            "translated_words": 705,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-04-10T13:09:37.639962+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/en_GB/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/en_GB/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/en_GB/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/en_GB/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/en_GB/units/?format=api"
        },
        {
            "language": {
                "id": 120,
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 279,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "svk",
                    "sky",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "population": 6680269,
                "web_url": "https://hosted.weblate.org/languages/sk/",
                "url": "https://hosted.weblate.org/api/languages/sk/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sk/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "sk",
            "id": 847,
            "filename": "locale/sk/docs.po",
            "revision": "8f7a21b0546588d543072af04bcd8f8bdffff764",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/sk/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/sk/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/sk/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 78,
            "translated_words": 582,
            "translated_percent": 82.1,
            "fuzzy": 8,
            "fuzzy_words": 97,
            "fuzzy_percent": 8.4,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2017-10-23T07:33:04+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/sk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/sk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/sk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/sk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/sk/units/?format=api"
        },
        {
            "language": {
                "id": 34,
                "code": "et",
                "name": "Estonian",
                "plural": {
                    "id": 84,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "et_et",
                    "est",
                    "ekk"
                ],
                "direction": "ltr",
                "population": 878449,
                "web_url": "https://hosted.weblate.org/languages/et/",
                "url": "https://hosted.weblate.org/api/languages/et/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/et/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "et",
            "id": 848,
            "filename": "locale/et/docs.po",
            "revision": "c5fe332ce8448ec2767deee8530f633aa99b3701",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/et/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/et/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/et/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 95,
            "translated_words": 705,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2017-10-26T07:29:40+02:00",
            "last_author": "Kristjan Räts",
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/et/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/et/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/et/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/et/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/et/units/?format=api"
        },
        {
            "language": {
                "id": 41,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 43,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 7878314,
                "web_url": "https://hosted.weblate.org/languages/bg/",
                "url": "https://hosted.weblate.org/api/languages/bg/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/bg/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "bg",
            "id": 849,
            "filename": "locale/bg/docs.po",
            "revision": "7564b409166c41ed1fbfcebf883e5b812976b7c2",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/bg/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/bg/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/bg/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 13,
            "translated_words": 28,
            "translated_percent": 13.6,
            "fuzzy": 1,
            "fuzzy_words": 2,
            "fuzzy_percent": 1.0,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-06-18T19:00:09+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/bg/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/bg/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/bg/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/bg/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/bg/units/?format=api"
        },
        {
            "language": {
                "id": 36,
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 255,
                    "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": 22
                },
                "aliases": [
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "population": 195841151,
                "web_url": "https://hosted.weblate.org/languages/ru/",
                "url": "https://hosted.weblate.org/api/languages/ru/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ru/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "ru",
            "id": 850,
            "filename": "locale/ru/docs.po",
            "revision": "492e028a0295f3eaa9b5aaec042f576072199d01",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/ru/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/ru/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 95,
            "translated_words": 705,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-03-05T14:52:09.237444+01:00",
            "last_author": "Victor K",
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ru/units/?format=api"
        },
        {
            "language": {
                "id": 86,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 146,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "web_url": "https://hosted.weblate.org/languages/it/",
                "url": "https://hosted.weblate.org/api/languages/it/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/it/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "it",
            "id": 851,
            "filename": "locale/it/docs.po",
            "revision": "ebef023814f2197b71f4a3ad8fcc3d3951fbfa6b",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/it/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/it/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 82,
            "translated_words": 595,
            "translated_percent": 86.3,
            "fuzzy": 4,
            "fuzzy_words": 84,
            "fuzzy_percent": 4.2,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-05T09:01:12.065631+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/it/units/?format=api"
        },
        {
            "language": {
                "id": 38,
                "code": "ro",
                "name": "Romanian",
                "plural": {
                    "id": 251,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ron",
                    "rum",
                    "mol"
                ],
                "direction": "ltr",
                "population": 22187407,
                "web_url": "https://hosted.weblate.org/languages/ro/",
                "url": "https://hosted.weblate.org/api/languages/ro/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ro/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "ro",
            "id": 852,
            "filename": "locale/ro/docs.po",
            "revision": "4a8a2581f1eff51352866327a3300348432f5108",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/ro/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/ro/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/ro/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 30,
            "translated_words": 108,
            "translated_percent": 31.5,
            "fuzzy": 4,
            "fuzzy_words": 17,
            "fuzzy_percent": 4.2,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2017-10-23T07:33:02+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ro/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ro/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ro/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ro/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ro/units/?format=api"
        },
        {
            "language": {
                "id": 83,
                "code": "sw",
                "name": "Swahili",
                "plural": {
                    "id": 299,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swa",
                    "swh"
                ],
                "direction": "ltr",
                "population": 171610296,
                "web_url": "https://hosted.weblate.org/languages/sw/",
                "url": "https://hosted.weblate.org/api/languages/sw/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sw/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "sw",
            "id": 853,
            "filename": "locale/sw/docs.po",
            "revision": "d23eabc56903aa559a0c4c9b71a8dbb7719518e9",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/sw/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/sw/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/sw/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/sw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 9,
            "translated_words": 21,
            "translated_percent": 9.4,
            "fuzzy": 3,
            "fuzzy_words": 7,
            "fuzzy_percent": 3.1,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2017-10-23T07:33:05+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/sw/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/sw/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/sw/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/sw/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/sw/units/?format=api"
        },
        {
            "language": {
                "id": 53,
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 46,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "ca_ca",
                    "cat"
                ],
                "direction": "ltr",
                "population": 8679138,
                "web_url": "https://hosted.weblate.org/languages/ca/",
                "url": "https://hosted.weblate.org/api/languages/ca/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ca/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "ca",
            "id": 854,
            "filename": "locale/ca/docs.po",
            "revision": "bf6bad168df93052089249963b41e01143428080",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/ca/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/ca/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/ca/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 20,
            "translated_words": 57,
            "translated_percent": 21.0,
            "fuzzy": 3,
            "fuzzy_words": 7,
            "fuzzy_percent": 3.1,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2017-10-23T07:32:40+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ca/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ca/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ca/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ca/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ca/units/?format=api"
        },
        {
            "language": {
                "id": 69,
                "code": "he",
                "name": "Hebrew",
                "plural": {
                    "id": 131,
                    "source": 0,
                    "number": 4,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [
                    "he_he",
                    "iw",
                    "iw_il",
                    "iw_he",
                    "heb"
                ],
                "direction": "rtl",
                "population": 8675480,
                "web_url": "https://hosted.weblate.org/languages/he/",
                "url": "https://hosted.weblate.org/api/languages/he/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/he/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "he",
            "id": 855,
            "filename": "locale/he/docs.po",
            "revision": "97417137409c93e55675b83f128756fe632a8fab",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/he/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/he/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/he/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 30,
            "translated_words": 87,
            "translated_percent": 31.5,
            "fuzzy": 2,
            "fuzzy_words": 26,
            "fuzzy_percent": 2.1,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-07-19T12:06:04+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/he/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/he/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/he/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/he/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/he/units/?format=api"
        },
        {
            "language": {
                "id": 25,
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 69,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "da_da",
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "population": 7072056,
                "web_url": "https://hosted.weblate.org/languages/da/",
                "url": "https://hosted.weblate.org/api/languages/da/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/da/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "da",
            "id": 857,
            "filename": "locale/da/docs.po",
            "revision": "0aec593b881f4ac751172365da1882b2d3abf844",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/da/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/da/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/da/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 61,
            "translated_words": 330,
            "translated_percent": 64.2,
            "fuzzy": 7,
            "fuzzy_words": 61,
            "fuzzy_percent": 7.3,
            "failing_checks": 3,
            "failing_checks_words": 45,
            "failing_checks_percent": 3.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2017-10-23T07:32:42+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/da/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/da/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/da/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/da/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/da/units/?format=api"
        },
        {
            "language": {
                "id": 82,
                "code": "af",
                "name": "Afrikaans",
                "plural": {
                    "id": 5,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "afr"
                ],
                "direction": "ltr",
                "population": 9318845,
                "web_url": "https://hosted.weblate.org/languages/af/",
                "url": "https://hosted.weblate.org/api/languages/af/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/af/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "af",
            "id": 858,
            "filename": "locale/af/docs.po",
            "revision": "4fc8df6be57d6de3968a27ed150028757bded678",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/af/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/af/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/af/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/af/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 10,
            "translated_words": 22,
            "translated_percent": 10.5,
            "fuzzy": 3,
            "fuzzy_words": 7,
            "fuzzy_percent": 3.1,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2017-10-23T07:32:37+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/af/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/af/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/af/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/af/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/af/units/?format=api"
        },
        {
            "language": {
                "id": 107,
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 301,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swe_se",
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 12932871,
                "web_url": "https://hosted.weblate.org/languages/sv/",
                "url": "https://hosted.weblate.org/api/languages/sv/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/sv/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "sv",
            "id": 859,
            "filename": "locale/sv/docs.po",
            "revision": "6be76ac36db9ff392e08fd8c0275feba0df87757",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/sv/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/sv/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/sv/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 95,
            "translated_words": 705,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2018-01-04T03:08:47+01:00",
            "last_author": "Sebastian Rasmussen",
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/sv/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/sv/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/sv/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/sv/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/sv/units/?format=api"
        },
        {
            "language": {
                "id": 96,
                "code": "nl",
                "name": "Dutch",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "dut",
                    "nld"
                ],
                "direction": "ltr",
                "population": 31765645,
                "web_url": "https://hosted.weblate.org/languages/nl/",
                "url": "https://hosted.weblate.org/api/languages/nl/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nl/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "nl",
            "id": 860,
            "filename": "locale/nl/docs.po",
            "revision": "575e16f64984babc4caed3180e99e3198a11bd3a",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/nl/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/nl/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 78,
            "translated_words": 582,
            "translated_percent": 82.1,
            "fuzzy": 8,
            "fuzzy_words": 97,
            "fuzzy_percent": 8.4,
            "failing_checks": 1,
            "failing_checks_words": 5,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-11-23T18:04:09.532968+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/nl/units/?format=api"
        },
        {
            "language": {
                "id": 56,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 68,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 13045532,
                "web_url": "https://hosted.weblate.org/languages/cs/",
                "url": "https://hosted.weblate.org/api/languages/cs/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/cs/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "cs",
            "id": 861,
            "filename": "locale/cs/docs.po",
            "revision": "f4d29b0ac814cea77267c615f496ed9d3bd040f8",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/cs/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/cs/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/cs/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 95,
            "translated_words": 705,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2017-10-23T07:38:07+02:00",
            "last_author": "Michal Čihař",
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/cs/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/cs/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/cs/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/cs/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/cs/units/?format=api"
        },
        {
            "language": {
                "id": 39,
                "code": "bn",
                "name": "Bengali",
                "plural": {
                    "id": 32,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "bd",
                    "ben"
                ],
                "direction": "ltr",
                "population": 267193288,
                "web_url": "https://hosted.weblate.org/languages/bn/",
                "url": "https://hosted.weblate.org/api/languages/bn/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/bn/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "bn",
            "id": 862,
            "filename": "locale/bn/docs.po",
            "revision": "47a99a3d73772c494a46cbfd7075a330ba7f6062",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/bn/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/bn/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/bn/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/bn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 5,
            "translated_words": 13,
            "translated_percent": 5.2,
            "fuzzy": 3,
            "fuzzy_words": 7,
            "fuzzy_percent": 3.1,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2017-10-23T07:32:39+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/bn/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/bn/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/bn/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/bn/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/bn/units/?format=api"
        },
        {
            "language": {
                "id": 88,
                "code": "ar",
                "name": "Arabic",
                "plural": {
                    "id": 10,
                    "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",
                    "arb"
                ],
                "direction": "rtl",
                "population": 351664195,
                "web_url": "https://hosted.weblate.org/languages/ar/",
                "url": "https://hosted.weblate.org/api/languages/ar/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ar/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "ar",
            "id": 863,
            "filename": "locale/ar/docs.po",
            "revision": "da27e3c076f203e12ac2d217d0f1cad69da9bded",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/ar/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/ar/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/ar/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 31,
            "translated_words": 67,
            "translated_percent": 32.6,
            "fuzzy": 4,
            "fuzzy_words": 13,
            "fuzzy_percent": 4.2,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2017-10-23T07:32:38+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ar/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ar/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ar/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ar/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ar/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 104,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "web_url": "https://hosted.weblate.org/languages/de/",
                "url": "https://hosted.weblate.org/api/languages/de/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/de/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "de",
            "id": 864,
            "filename": "locale/de/docs.po",
            "revision": "f7ebff1a95aa4ecbd1ef32207cc18b64e6913909",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/de/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/de/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 95,
            "translated_words": 705,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 25,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2018-12-17T12:08:44+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/de/units/?format=api"
        },
        {
            "language": {
                "id": 23,
                "code": "pt_BR",
                "name": "Portuguese (Brazil)",
                "plural": {
                    "id": 246,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "braz_por",
                    "portuguese_br",
                    "bp",
                    "por_br",
                    "ptb"
                ],
                "direction": "ltr",
                "population": 192661560,
                "web_url": "https://hosted.weblate.org/languages/pt_BR/",
                "url": "https://hosted.weblate.org/api/languages/pt_BR/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt_BR/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "pt_BR",
            "id": 865,
            "filename": "locale/pt_BR/docs.po",
            "revision": "88383e64d2d0cab152f081d4acac6581e14d03f0",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 95,
            "translated_words": 705,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-09-13T00:26:31.607575+02:00",
            "last_author": "Wellington Terumi Uemura",
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/pt_BR/units/?format=api"
        },
        {
            "language": {
                "id": 29,
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 108,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "population": 12292240,
                "web_url": "https://hosted.weblate.org/languages/el/",
                "url": "https://hosted.weblate.org/api/languages/el/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/el/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "el",
            "id": 866,
            "filename": "locale/el/docs.po",
            "revision": "d971a046563ecfe669eac606fd3f68e03e3e8619",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/el/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/el/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/el/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 41,
            "translated_words": 287,
            "translated_percent": 43.1,
            "fuzzy": 6,
            "fuzzy_words": 55,
            "fuzzy_percent": 6.3,
            "failing_checks": 1,
            "failing_checks_words": 10,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 3,
            "last_change": "2018-06-23T09:39:25+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/el/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/el/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/el/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/el/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/el/units/?format=api"
        },
        {
            "language": {
                "id": 116,
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 165,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ko_ko",
                    "kor_kr",
                    "kor"
                ],
                "direction": "ltr",
                "population": 78357047,
                "web_url": "https://hosted.weblate.org/languages/ko/",
                "url": "https://hosted.weblate.org/api/languages/ko/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ko/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "ko",
            "id": 867,
            "filename": "locale/ko/docs.po",
            "revision": "9b56f2f04e7a9490aa4ce9fbbf87cee9ce17e253",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/ko/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/ko/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/ko/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 11,
            "translated_words": 23,
            "translated_percent": 11.5,
            "fuzzy": 4,
            "fuzzy_words": 13,
            "fuzzy_percent": 4.2,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2017-10-23T07:32:56+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ko/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ko/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ko/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ko/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/ko/units/?format=api"
        },
        {
            "language": {
                "id": 186,
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 57,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "chinese",
                    "chinese_chs",
                    "schinese",
                    "chinese_zh",
                    "cn",
                    "zh",
                    "zhcn",
                    "zh_cn",
                    "zh_chs",
                    "cmn",
                    "zh_hans_cn",
                    "zh_cmn_hans",
                    "chs",
                    "chi"
                ],
                "direction": "ltr",
                "population": 1266066359,
                "web_url": "https://hosted.weblate.org/languages/zh_Hans/",
                "url": "https://hosted.weblate.org/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/zh_Hans/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "zh_CN",
            "id": 868,
            "filename": "locale/zh_CN/docs.po",
            "revision": "8e40496ea1b8030696e5034f2c1d0efb43f38413",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 79,
            "translated_words": 583,
            "translated_percent": 83.1,
            "fuzzy": 7,
            "fuzzy_words": 96,
            "fuzzy_percent": 7.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-24T09:30:45.229235+01:00",
            "last_author": "Deleted User",
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 66,
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 136,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 12443429,
                "web_url": "https://hosted.weblate.org/languages/hu/",
                "url": "https://hosted.weblate.org/api/languages/hu/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/hu/statistics/?format=api"
            },
            "component": {
                "name": "Wammu: Documentation",
                "slug": "wammu-doc",
                "id": 56,
                "source_language": {
                    "id": 31,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 75,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://hosted.weblate.org/languages/en/",
                    "url": "https://hosted.weblate.org/api/languages/en/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Gammu",
                    "slug": "gammu",
                    "id": 19,
                    "web": "https://wammu.eu/",
                    "web_url": "https://hosted.weblate.org/projects/gammu/",
                    "url": "https://hosted.weblate.org/api/projects/gammu/?format=api",
                    "components_list_url": "https://hosted.weblate.org/api/projects/gammu/components/?format=api",
                    "repository_url": "https://hosted.weblate.org/api/projects/gammu/repository/?format=api",
                    "statistics_url": "https://hosted.weblate.org/api/projects/gammu/statistics/?format=api",
                    "categories_url": "https://hosted.weblate.org/api/projects/gammu/categories/?format=api",
                    "changes_list_url": "https://hosted.weblate.org/api/projects/gammu/changes/?format=api",
                    "languages_url": "https://hosted.weblate.org/api/projects/gammu/languages/?format=api",
                    "labels_url": "https://hosted.weblate.org/api/projects/gammu/labels/?format=api",
                    "translation_review": false,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "https://wammu.eu/contribute/translate/\nMailing list for translators: <gammu-users@lists.sourceforge.net\n",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "git",
                "repo": "https://github.com/gammu/wammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/docs.po",
                "screenshot_filemask": "",
                "template": "",
                "edit_template": true,
                "intermediate": "",
                "new_base": "",
                "file_format": "po",
                "license": "GPL-2.0-only",
                "license_url": "https://spdx.org/licenses/GPL-2.0-only.html",
                "agreement": "",
                "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/",
                "url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/wammu-doc/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/wammu.git",
                "check_flags": "rst-text",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "gammu-users@lists.sourceforge.net",
                "merge_style": "merge",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\n[CI skip]",
                "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.\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": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^[^.]+$",
                "variant_regex": "",
                "addons": [],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": "https://hosted.weblate.org/api/components/gammu/wammu/?format=api"
            },
            "language_code": "hu",
            "id": 869,
            "filename": "locale/hu/docs.po",
            "revision": "bf4587f0c4809005bdeec306c41cef9251eb24c8",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu-doc/hu/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/hu/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/hu/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 95,
            "total_words": 705,
            "translated": 41,
            "translated_words": 130,
            "translated_percent": 43.1,
            "fuzzy": 4,
            "fuzzy_words": 17,
            "fuzzy_percent": 4.2,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2017-10-23T07:32:53+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/hu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/hu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/hu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/hu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu-doc/hu/units/?format=api"
        }
    ]
}