Translation components API.

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

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

{
    "count": 136764,
    "next": "https://hosted.weblate.org/api/translations/?format=api&page=12",
    "previous": "https://hosted.weblate.org/api/translations/?format=api&page=10",
    "results": [
        {
            "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": "Gammu: Application",
                "slug": "gammu",
                "id": 53,
                "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/gammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/gammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/gammu.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/gammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/gammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/gammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/gammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/gammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/gammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/gammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/gammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/gammu/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": 767,
            "filename": "locale/ar/gammu.po",
            "revision": "93f7f2ae74d8b04640af8e929e21c71d2788b7da",
            "web_url": "https://hosted.weblate.org/projects/gammu/gammu/ar/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/ar/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/gammu/ar/",
            "url": "https://hosted.weblate.org/api/translations/gammu/gammu/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 983,
            "total_words": 3272,
            "translated": 197,
            "translated_words": 462,
            "translated_percent": 20.0,
            "fuzzy": 4,
            "fuzzy_words": 28,
            "fuzzy_percent": 0.4,
            "failing_checks": 8,
            "failing_checks_words": 27,
            "failing_checks_percent": 0.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-10-02T10:25:28+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/gammu/ar/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/gammu/ar/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/gammu/ar/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/gammu/ar/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/gammu/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": "Gammu: Application",
                "slug": "gammu",
                "id": 53,
                "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/gammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/gammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/gammu.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/gammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/gammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/gammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/gammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/gammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/gammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/gammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/gammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/gammu/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": 768,
            "filename": "locale/de/gammu.po",
            "revision": "92c379a1a32c12baa64cb37f670a782df3480a56",
            "web_url": "https://hosted.weblate.org/projects/gammu/gammu/de/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/gammu/de/",
            "url": "https://hosted.weblate.org/api/translations/gammu/gammu/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 983,
            "total_words": 3272,
            "translated": 973,
            "translated_words": 3207,
            "translated_percent": 98.9,
            "fuzzy": 10,
            "fuzzy_words": 65,
            "fuzzy_percent": 1.0,
            "failing_checks": 9,
            "failing_checks_words": 34,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-10-02T10:25:33+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/gammu/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/gammu/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/gammu/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/gammu/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/gammu/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": "Gammu: Application",
                "slug": "gammu",
                "id": 53,
                "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/gammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/gammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/gammu.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/gammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/gammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/gammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/gammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/gammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/gammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/gammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/gammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/gammu/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": 769,
            "filename": "locale/pt_BR/gammu.po",
            "revision": "5b262393eae816032202f9bbe9d67e56a0eeec2b",
            "web_url": "https://hosted.weblate.org/projects/gammu/gammu/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/gammu/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/gammu/gammu/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 983,
            "total_words": 3272,
            "translated": 983,
            "translated_words": 3272,
            "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-06-23T22:34:49.889845+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/gammu/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/gammu/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/gammu/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/gammu/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/gammu/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": "Gammu: Application",
                "slug": "gammu",
                "id": 53,
                "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/gammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/gammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/gammu.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/gammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/gammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/gammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/gammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/gammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/gammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/gammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/gammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/gammu/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": 770,
            "filename": "locale/el/gammu.po",
            "revision": "7823b32095bc755f9e9f9380356c681f61044035",
            "web_url": "https://hosted.weblate.org/projects/gammu/gammu/el/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/el/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/gammu/el/",
            "url": "https://hosted.weblate.org/api/translations/gammu/gammu/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 983,
            "total_words": 3272,
            "translated": 88,
            "translated_words": 166,
            "translated_percent": 8.9,
            "fuzzy": 3,
            "fuzzy_words": 16,
            "fuzzy_percent": 0.3,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 2,
            "last_change": "2019-10-02T10:25:35+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/gammu/el/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/gammu/el/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/gammu/el/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/gammu/el/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/gammu/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": "Gammu: Application",
                "slug": "gammu",
                "id": 53,
                "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/gammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/gammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/gammu.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/gammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/gammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/gammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/gammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/gammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/gammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/gammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/gammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/gammu/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": 771,
            "filename": "locale/ko/gammu.po",
            "revision": "3c87dcb74236c990e5dd8f17f6acecb781c05b0c",
            "web_url": "https://hosted.weblate.org/projects/gammu/gammu/ko/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/ko/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/gammu/ko/",
            "url": "https://hosted.weblate.org/api/translations/gammu/gammu/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 983,
            "total_words": 3272,
            "translated": 65,
            "translated_words": 176,
            "translated_percent": 6.6,
            "fuzzy": 34,
            "fuzzy_words": 98,
            "fuzzy_percent": 3.4,
            "failing_checks": 18,
            "failing_checks_words": 57,
            "failing_checks_percent": 1.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-10-02T10:25:45+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/gammu/ko/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/gammu/ko/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/gammu/ko/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/gammu/ko/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/gammu/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": "Gammu: Application",
                "slug": "gammu",
                "id": 53,
                "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/gammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/gammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/gammu.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/gammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/gammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/gammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/gammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/gammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/gammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/gammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/gammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/gammu/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": 772,
            "filename": "locale/zh_CN/gammu.po",
            "revision": "f9ee47f75ff1ca59997c7b58c2b8cbced6adc06b",
            "web_url": "https://hosted.weblate.org/projects/gammu/gammu/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/gammu/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/gammu/gammu/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 983,
            "total_words": 3272,
            "translated": 536,
            "translated_words": 1380,
            "translated_percent": 54.5,
            "fuzzy": 10,
            "fuzzy_words": 62,
            "fuzzy_percent": 1.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-10-07T09:44:13.877417+02:00",
            "last_author": "Deleted User",
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/gammu/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/gammu/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/gammu/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/gammu/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/gammu/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": "Gammu: Application",
                "slug": "gammu",
                "id": 53,
                "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/gammu.git",
                "git_export": "https://hosted.weblate.org/git/gammu/gammu/",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/gammu.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/gammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/gammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/gammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/gammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/gammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/gammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/gammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/gammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "https://github.com/gammu/gammu/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": 773,
            "filename": "locale/hu/gammu.po",
            "revision": "927bf097002579ce57420bba5c6189b280da12c1",
            "web_url": "https://hosted.weblate.org/projects/gammu/gammu/hu/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/hu/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/gammu/hu/",
            "url": "https://hosted.weblate.org/api/translations/gammu/gammu/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 983,
            "total_words": 3272,
            "translated": 55,
            "translated_words": 96,
            "translated_percent": 5.5,
            "fuzzy": 42,
            "fuzzy_words": 143,
            "fuzzy_percent": 4.2,
            "failing_checks": 22,
            "failing_checks_words": 71,
            "failing_checks_percent": 2.2,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2019-10-02T10:25:43+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/gammu/hu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/gammu/hu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/gammu/hu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/gammu/hu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/gammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "gl",
            "id": 774,
            "filename": "locale/gl/libgammu.po",
            "revision": "1b78c60c9da7d281be67fee562532474ededb225",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/gl/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/gl/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/gl/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 1,
            "fuzzy_words": 5,
            "fuzzy_percent": 0.9,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-02-23T18:10:52+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/gl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/gl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/gl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/gl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "uk",
            "id": 775,
            "filename": "locale/uk/libgammu.po",
            "revision": "71adf387d7dec35fd1803eba35104e4fa01e2856",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/uk/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/uk/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 82,
            "translated_words": 349,
            "translated_percent": 78.8,
            "fuzzy": 21,
            "fuzzy_words": 196,
            "fuzzy_percent": 20.1,
            "failing_checks": 2,
            "failing_checks_words": 18,
            "failing_checks_percent": 1.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-02-23T18:10:59+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "tr",
            "id": 776,
            "filename": "locale/tr/libgammu.po",
            "revision": "7589f36b0d536013aa6378c1eb6d7715d837d13f",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/tr/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/tr/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 104,
            "translated_words": 556,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-10-05T20:02:22.637799+02:00",
            "last_author": "Oğuz Ersen",
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "pl",
            "id": 777,
            "filename": "locale/pl/libgammu.po",
            "revision": "77ea6e39e4dc54af1ef502781070df8c88e07912",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/pl/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/pl/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/pl/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 40,
            "translated_words": 129,
            "translated_percent": 38.4,
            "fuzzy": 59,
            "fuzzy_words": 385,
            "fuzzy_percent": 56.7,
            "failing_checks": 11,
            "failing_checks_words": 51,
            "failing_checks_percent": 10.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-10-02T10:25:57+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/pl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/pl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/pl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/pl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "fr",
            "id": 778,
            "filename": "locale/fr/libgammu.po",
            "revision": "6ccf71f2d458c1d5ee8afdad361812e70ee86c7e",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/fr/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/fr/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 104,
            "translated_words": 556,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 29,
            "failing_checks_percent": 3.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-04-14T15:04:22+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "es",
            "id": 779,
            "filename": "locale/es/libgammu.po",
            "revision": "3241f9c529c5f10f0d8206b4ac2822bd84f0e23d",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/es/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/es/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 76,
            "translated_words": 323,
            "translated_percent": 73.0,
            "fuzzy": 25,
            "fuzzy_words": 212,
            "fuzzy_percent": 24.0,
            "failing_checks": 6,
            "failing_checks_words": 34,
            "failing_checks_percent": 5.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-02-23T18:10:51+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "fi",
            "id": 780,
            "filename": "locale/fi/libgammu.po",
            "revision": "0d04638f334c2205b3903a5e1678acd38a8de9e1",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/fi/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/fi/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/fi/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 104,
            "translated_words": 556,
            "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-22T09:06:26+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/fi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/fi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/fi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/fi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "id",
            "id": 781,
            "filename": "locale/id/libgammu.po",
            "revision": "a4f3de2a08565cd278505e86797f48311de73657",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/id/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/id/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/id/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 76,
            "translated_words": 326,
            "translated_percent": 73.0,
            "fuzzy": 25,
            "fuzzy_words": 209,
            "fuzzy_percent": 24.0,
            "failing_checks": 5,
            "failing_checks_words": 29,
            "failing_checks_percent": 4.8,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2019-10-02T10:25:56+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/id/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/id/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/id/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/id/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "en_GB",
            "id": 782,
            "filename": "locale/en_GB/libgammu.po",
            "revision": "d0734636061bceb47c9d371e9044a812bd81f99d",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/en_GB/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/en_GB/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/en_GB/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/en_GB/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 104,
            "translated_words": 556,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2020-04-10T13:09:37.826264+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/en_GB/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/en_GB/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/en_GB/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/en_GB/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "sk",
            "id": 783,
            "filename": "locale/sk/libgammu.po",
            "revision": "14186366313dce0299cd3877c1024f3f8263ed93",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/sk/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/sk/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/sk/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 69,
            "translated_words": 286,
            "translated_percent": 66.3,
            "fuzzy": 29,
            "fuzzy_words": 214,
            "fuzzy_percent": 27.8,
            "failing_checks": 8,
            "failing_checks_words": 41,
            "failing_checks_percent": 7.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-02-23T18:10:58+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/sk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/sk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/sk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/sk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "et",
            "id": 784,
            "filename": "locale/et/libgammu.po",
            "revision": "ed27a806acffd7c2dd42c45c08618718e59aa0c4",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/et/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/et/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/et/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 104,
            "translated_words": 556,
            "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-04-16T19:04:29+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/et/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/et/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/et/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/et/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "bg",
            "id": 785,
            "filename": "locale/bg/libgammu.po",
            "revision": "a9498763624e2661e14f62b3136a9573ff1a1b59",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/bg/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/bg/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/bg/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 1.9,
            "fuzzy": 17,
            "fuzzy_words": 97,
            "fuzzy_percent": 16.3,
            "failing_checks": 13,
            "failing_checks_words": 64,
            "failing_checks_percent": 12.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-02-23T18:10:45+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/bg/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/bg/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/bg/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/bg/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "ru",
            "id": 786,
            "filename": "locale/ru/libgammu.po",
            "revision": "048c2d1d9e1886ad3e59c9060c34e37845ad9b22",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/ru/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/ru/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 97,
            "translated_words": 499,
            "translated_percent": 93.2,
            "fuzzy": 7,
            "fuzzy_words": 57,
            "fuzzy_percent": 6.7,
            "failing_checks": 5,
            "failing_checks_words": 19,
            "failing_checks_percent": 4.8,
            "have_suggestion": 5,
            "have_comment": 0,
            "last_change": "2020-09-11T19:00:23.388915+02:00",
            "last_author": "Irina",
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "it",
            "id": 787,
            "filename": "locale/it/libgammu.po",
            "revision": "ecdfa07b097c689f58e414aeddf3b769dac4e72b",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/it/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/it/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 60,
            "translated_words": 230,
            "translated_percent": 57.6,
            "fuzzy": 39,
            "fuzzy_words": 277,
            "fuzzy_percent": 37.5,
            "failing_checks": 16,
            "failing_checks_words": 84,
            "failing_checks_percent": 15.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-10-02T10:25:57+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "ro",
            "id": 788,
            "filename": "locale/ro/libgammu.po",
            "revision": "a2b89d13e7f934d744d250fa9d1ffc5001538f76",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/ro/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/ro/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/ro/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "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": "2019-02-23T18:10:57+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ro/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ro/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ro/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ro/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "sw",
            "id": 789,
            "filename": "locale/sw/libgammu.po",
            "revision": "b75914e53d6e82e3ba3df12b55a74801432e9d38",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/sw/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/sw/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/sw/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/sw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 3,
            "translated_words": 20,
            "translated_percent": 2.8,
            "fuzzy": 2,
            "fuzzy_words": 19,
            "fuzzy_percent": 1.9,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-02-23T18:10:59+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/sw/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/sw/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/sw/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/sw/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "ca",
            "id": 790,
            "filename": "locale/ca/libgammu.po",
            "revision": "859e9541f3c5bbf7be0b8e8896bcc84f4052800b",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/ca/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/ca/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/ca/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 9,
            "translated_words": 39,
            "translated_percent": 8.6,
            "fuzzy": 6,
            "fuzzy_words": 27,
            "fuzzy_percent": 5.7,
            "failing_checks": 3,
            "failing_checks_words": 13,
            "failing_checks_percent": 2.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-02-23T18:10:45+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ca/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ca/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ca/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ca/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "he",
            "id": 791,
            "filename": "locale/he/libgammu.po",
            "revision": "d3d0d4de05ecd0081b7bf0f7a0e0901eb53699d0",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/he/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/he/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/he/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 104,
            "translated_words": 556,
            "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-02-25T02:17:57+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/he/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/he/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/he/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/he/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "da",
            "id": 793,
            "filename": "locale/da/libgammu.po",
            "revision": "bdea43d72d9c4d24f65f4927ddf50988cd6b37bc",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/da/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/da/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/da/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 75,
            "translated_words": 321,
            "translated_percent": 72.1,
            "fuzzy": 24,
            "fuzzy_words": 206,
            "fuzzy_percent": 23.0,
            "failing_checks": 3,
            "failing_checks_words": 21,
            "failing_checks_percent": 2.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-02-23T18:10:46+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/da/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/da/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/da/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/da/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "af",
            "id": 794,
            "filename": "locale/af/libgammu.po",
            "revision": "a1ca7ae72c52c8518973e3cdc74d134872d27fe3",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/af/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/af/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/af/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/af/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 1.9,
            "fuzzy": 15,
            "fuzzy_words": 90,
            "fuzzy_percent": 14.4,
            "failing_checks": 10,
            "failing_checks_words": 54,
            "failing_checks_percent": 9.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-02-23T18:10:44+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/af/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/af/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/af/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/af/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "sv",
            "id": 795,
            "filename": "locale/sv/libgammu.po",
            "revision": "a050579e7faad1017a7c9098652ca5f61bdb6865",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/sv/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/sv/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/sv/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 82,
            "translated_words": 349,
            "translated_percent": 78.8,
            "fuzzy": 21,
            "fuzzy_words": 196,
            "fuzzy_percent": 20.1,
            "failing_checks": 3,
            "failing_checks_words": 21,
            "failing_checks_percent": 2.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-02-23T18:10:58+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/sv/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/sv/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/sv/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/sv/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "nl",
            "id": 796,
            "filename": "locale/nl/libgammu.po",
            "revision": "775bc00157dc8ddc963367cd14bd7779d141972d",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/nl/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/nl/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 18,
            "translated_words": 80,
            "translated_percent": 17.3,
            "fuzzy": 11,
            "fuzzy_words": 54,
            "fuzzy_percent": 10.5,
            "failing_checks": 5,
            "failing_checks_words": 27,
            "failing_checks_percent": 4.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-02-23T18:10:56+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "cs",
            "id": 797,
            "filename": "locale/cs/libgammu.po",
            "revision": "e12ff8753e9f00943fb25888ef3cca77c423402e",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/cs/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/cs/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/cs/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 82,
            "translated_words": 349,
            "translated_percent": 78.8,
            "fuzzy": 21,
            "fuzzy_words": 196,
            "fuzzy_percent": 20.1,
            "failing_checks": 3,
            "failing_checks_words": 21,
            "failing_checks_percent": 2.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-10-02T10:25:55+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/cs/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/cs/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/cs/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/cs/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "bn",
            "id": 798,
            "filename": "locale/bn/libgammu.po",
            "revision": "f88a2a94b1f2fbe89114650846c7aa5351826a16",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/bn/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/bn/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/bn/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/bn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "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": "2019-02-23T18:10:45+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/bn/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/bn/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/bn/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/bn/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "ar",
            "id": 799,
            "filename": "locale/ar/libgammu.po",
            "revision": "8f5fbed2a4bf03d332314a08879ade888bb94487",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/ar/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/ar/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/ar/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 82,
            "translated_words": 349,
            "translated_percent": 78.8,
            "fuzzy": 21,
            "fuzzy_words": 196,
            "fuzzy_percent": 20.1,
            "failing_checks": 6,
            "failing_checks_words": 49,
            "failing_checks_percent": 5.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-02-23T18:10:44+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ar/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ar/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ar/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ar/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "de",
            "id": 800,
            "filename": "locale/de/libgammu.po",
            "revision": "cb2371858c35bb9eea82487406181b6f4592404e",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/de/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/de/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 104,
            "translated_words": 556,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 1,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-10-02T10:25:56+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "pt_BR",
            "id": 801,
            "filename": "locale/pt_BR/libgammu.po",
            "revision": "6796620fbcdce941efa8d4f95027666502c2f71e",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 104,
            "translated_words": 556,
            "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-03-02T16:32:50+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "el",
            "id": 802,
            "filename": "locale/el/libgammu.po",
            "revision": "139370b47f3a73ce883ec54b70582b442d5f2c4a",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/el/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/el/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/el/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 16,
            "translated_words": 84,
            "translated_percent": 15.3,
            "fuzzy": 10,
            "fuzzy_words": 65,
            "fuzzy_percent": 9.6,
            "failing_checks": 4,
            "failing_checks_words": 24,
            "failing_checks_percent": 3.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-02-23T18:10:49+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/el/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/el/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/el/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/el/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "ko",
            "id": 803,
            "filename": "locale/ko/libgammu.po",
            "revision": "33b901fb7b382ad0c1e4792ac0e479aa54ebf3aa",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/ko/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/ko/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/ko/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 7,
            "translated_words": 33,
            "translated_percent": 6.7,
            "fuzzy": 20,
            "fuzzy_words": 118,
            "fuzzy_percent": 19.2,
            "failing_checks": 14,
            "failing_checks_words": 70,
            "failing_checks_percent": 13.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-02-23T18:10:55+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ko/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ko/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ko/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/ko/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "zh_CN",
            "id": 804,
            "filename": "locale/zh_CN/libgammu.po",
            "revision": "86e36d2519a6dbf10184fd6d5f7ea238f7c5274d",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 82,
            "translated_words": 349,
            "translated_percent": 78.8,
            "fuzzy": 21,
            "fuzzy_words": 196,
            "fuzzy_percent": 20.1,
            "failing_checks": 3,
            "failing_checks_words": 21,
            "failing_checks_percent": 2.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-02-23T18:11:00+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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": "Gammu: Library",
                "slug": "libgammu",
                "id": 54,
                "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/gammu.git",
                "git_export": "",
                "branch": "master",
                "push_branch": "",
                "filemask": "locale/*/libgammu.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/libgammu/",
                "url": "https://hosted.weblate.org/api/components/gammu/libgammu/?format=api",
                "repository_url": "https://hosted.weblate.org/api/components/gammu/libgammu/repository/?format=api",
                "translations_url": "https://hosted.weblate.org/api/components/gammu/libgammu/translations/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/components/gammu/libgammu/statistics/?format=api",
                "lock_url": "https://hosted.weblate.org/api/components/gammu/libgammu/lock/?format=api",
                "links_url": "https://hosted.weblate.org/api/components/gammu/libgammu/links/?format=api",
                "changes_list_url": "https://hosted.weblate.org/api/components/gammu/libgammu/changes/?format=api",
                "task_url": null,
                "new_lang": "contact",
                "language_code_style": "",
                "push": "git@github.com:gammu/gammu.git",
                "check_flags": "",
                "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/gammu/?format=api"
            },
            "language_code": "hu",
            "id": 805,
            "filename": "locale/hu/libgammu.po",
            "revision": "e3d9541dda55dd3c9af2cd14dfff1fb9f7689835",
            "web_url": "https://hosted.weblate.org/projects/gammu/libgammu/hu/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/hu/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/hu/",
            "url": "https://hosted.weblate.org/api/translations/gammu/libgammu/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 104,
            "total_words": 556,
            "translated": 10,
            "translated_words": 53,
            "translated_percent": 9.6,
            "fuzzy": 21,
            "fuzzy_words": 133,
            "fuzzy_percent": 20.1,
            "failing_checks": 10,
            "failing_checks_words": 54,
            "failing_checks_percent": 9.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2019-02-23T18:10:54+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/hu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/hu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/hu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/hu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/libgammu/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: 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": "gl",
            "id": 806,
            "filename": "locale/gl/wammu.po",
            "revision": "938078a28ae3b835baf182f17e80798cdbef9b92",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/gl/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/gl/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/gl/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 102,
            "translated_words": 343,
            "translated_percent": 12.3,
            "fuzzy": 18,
            "fuzzy_words": 113,
            "fuzzy_percent": 2.1,
            "failing_checks": 8,
            "failing_checks_words": 70,
            "failing_checks_percent": 0.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-05T09:00:38.227766+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/gl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/gl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/gl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/gl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/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: 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": "uk",
            "id": 807,
            "filename": "locale/uk/wammu.po",
            "revision": "9cc4478fc45d93501f36fdf03d4c3a32b7a88c20",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/uk/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/uk/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/uk/?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": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-07-25T14:07:20.278840+02:00",
            "last_author": "Artem",
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/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: 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": "tr",
            "id": 808,
            "filename": "locale/tr/wammu.po",
            "revision": "aab1052a089af4b27bc043d0ed20973b019ab66a",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/tr/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/tr/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/tr/?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": "2022-01-05T16:57:29.018764+01:00",
            "last_author": "Oğuz Ersen",
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/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: 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": "pl",
            "id": 809,
            "filename": "locale/pl/wammu.po",
            "revision": "ea175a1f9a733de80d634a152b0a3b85794f40c3",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/pl/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/pl/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/pl/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 784,
            "translated_words": 4179,
            "translated_percent": 94.8,
            "fuzzy": 40,
            "fuzzy_words": 219,
            "fuzzy_percent": 4.8,
            "failing_checks": 34,
            "failing_checks_words": 181,
            "failing_checks_percent": 4.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-05T09:00:53.178494+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/pl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/pl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/pl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/pl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/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: 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": "fr",
            "id": 810,
            "filename": "locale/fr/wammu.po",
            "revision": "7a0f70f9b3a96be44b2c3f30c893c4c960d1b170",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/fr/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/fr/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/fr/?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": 62,
            "failing_checks_words": 276,
            "failing_checks_percent": 7.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-05T09:00:36.334441+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/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: 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": "es",
            "id": 811,
            "filename": "locale/es/wammu.po",
            "revision": "6c06bd6d7ac2f609a869ef814a30a2cfc24cfec4",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/es/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/es/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/es/?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-09-28T16:00:42.058635+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/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: 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": "fi",
            "id": 812,
            "filename": "locale/fi/wammu.po",
            "revision": "e1c8fd1bd2cc4ad5879ca03eeea04041f4e6c9fa",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/fi/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/fi/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/fi/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 814,
            "translated_words": 4433,
            "translated_percent": 98.4,
            "fuzzy": 13,
            "fuzzy_words": 59,
            "fuzzy_percent": 1.5,
            "failing_checks": 16,
            "failing_checks_words": 120,
            "failing_checks_percent": 1.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-03-15T19:32:14.745694+01:00",
            "last_author": "Tuomas Lähteenmäki",
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/fi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/fi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/fi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/fi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/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: 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": "id",
            "id": 813,
            "filename": "locale/id/wammu.po",
            "revision": "5eaad77ccf8110a7dfc53dfe07962ddfb9c08837",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/id/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/id/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/id/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 778,
            "translated_words": 4155,
            "translated_percent": 94.0,
            "fuzzy": 44,
            "fuzzy_words": 239,
            "fuzzy_percent": 5.3,
            "failing_checks": 65,
            "failing_checks_words": 223,
            "failing_checks_percent": 7.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-05T09:00:43.515355+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/id/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/id/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/id/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/id/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/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: 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": "en_GB",
            "id": 814,
            "filename": "locale/en_GB/wammu.po",
            "revision": "3f3508ede83bbc248b02b8e38998eafc107a8e1b",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/en_GB/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/en_GB/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/en_GB/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/en_GB/?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": 29,
            "failing_checks_words": 108,
            "failing_checks_percent": 3.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-05T09:00:07.408932+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/en_GB/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/en_GB/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/en_GB/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/en_GB/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/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: 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": "sk",
            "id": 815,
            "filename": "locale/sk/wammu.po",
            "revision": "d880564afff13e8ce498f474c323619a133a8c1a",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/sk/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/sk/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/sk/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 784,
            "translated_words": 4179,
            "translated_percent": 94.8,
            "fuzzy": 40,
            "fuzzy_words": 219,
            "fuzzy_percent": 4.8,
            "failing_checks": 31,
            "failing_checks_words": 187,
            "failing_checks_percent": 3.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-01-05T09:01:00.482262+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/sk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/sk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/sk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/sk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/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: 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": "et",
            "id": 816,
            "filename": "locale/et/wammu.po",
            "revision": "8e8e0e23f8c492367cc3fc76884ffca82ff4516b",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/et/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/et/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/et/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/et/?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": "2022-06-25T21:21:48.671243+02:00",
            "last_author": "Kristjan Räts",
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/et/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/et/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/et/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/et/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/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: 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": "bg",
            "id": 817,
            "filename": "locale/bg/wammu.po",
            "revision": "67203edf156907e49c6fa5274f24006db3470c0f",
            "web_url": "https://hosted.weblate.org/projects/gammu/wammu/bg/",
            "share_url": "https://hosted.weblate.org/engage/gammu/-/bg/",
            "translate_url": "https://hosted.weblate.org/translate/gammu/wammu/bg/",
            "url": "https://hosted.weblate.org/api/translations/gammu/wammu/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 827,
            "total_words": 4492,
            "translated": 605,
            "translated_words": 2821,
            "translated_percent": 73.1,
            "fuzzy": 79,
            "fuzzy_words": 388,
            "fuzzy_percent": 9.5,
            "failing_checks": 50,
            "failing_checks_words": 234,
            "failing_checks_percent": 6.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-08-05T23:48:47.616059+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/gammu/wammu/bg/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/gammu/wammu/bg/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/gammu/wammu/bg/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/bg/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/gammu/wammu/bg/units/?format=api"
        }
    ]
}