Translation components API.

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

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

{
    "count": 35,
    "next": null,
    "previous": null,
    "results": [
        {
            "language": {
                "id": 732,
                "code": "en_devel",
                "name": "English (Developer)",
                "plural": {
                    "id": 746,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 1636485517,
                "web_url": "https://hosted.weblate.org/languages/en_devel/",
                "url": "https://hosted.weblate.org/api/languages/en_devel/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/en_devel/statistics/?format=api"
            },
            "language_code": "en_devel",
            "id": 1403324,
            "filename": "applications/luci-app-snmpd/po/templates/snmpd.pot",
            "revision": "5eb995f6baf56ca19322c3cca60219271cb62c5b",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/en_devel/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/en_devel/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/en_devel/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/en_devel/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 15,
            "total_words": 121,
            "translated": 15,
            "translated_words": 121,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 6.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-27T13:20:07.692325+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/en_devel/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/en_devel/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/en_devel/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/en_devel/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/en_devel/units/?format=api"
        },
        {
            "language": {
                "id": 14,
                "code": "lt",
                "name": "Lithuanian",
                "plural": {
                    "id": 178,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2)",
                    "type": 22
                },
                "aliases": [
                    "lit"
                ],
                "direction": "ltr",
                "population": 2488617,
                "web_url": "https://hosted.weblate.org/languages/lt/",
                "url": "https://hosted.weblate.org/api/languages/lt/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/lt/statistics/?format=api"
            },
            "language_code": "lt",
            "id": 1403326,
            "filename": "applications/luci-app-snmpd/po/lt/snmpd.po",
            "revision": "b06b6e67b4d82e6257b9e8f2e9e33095186fc5d0",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/lt/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/lt/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/lt/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/lt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 9,
            "translated_words": 32,
            "translated_percent": 60.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-28T07:38:59.093433+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/lt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/lt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/lt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/lt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/lt/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"
            },
            "language_code": "ar",
            "id": 1432185,
            "filename": "applications/luci-app-snmpd/po/ar/snmpd.po",
            "revision": "ce967dc84400d4b034ef1d942274eaf613013e9b",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ar/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/ar/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/ar/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ar/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ar/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ar/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ar/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ar/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"
            },
            "language_code": "bg",
            "id": 1432186,
            "filename": "applications/luci-app-snmpd/po/bg/snmpd.po",
            "revision": "2ffeddb646ca84bcb3b9a380ae8dc9747ccc1acd",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/bg/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/bg/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/bg/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/bg/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/bg/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/bg/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/bg/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/bg/units/?format=api"
        },
        {
            "language": {
                "id": 275,
                "code": "bn_BD",
                "name": "Bengali (Bangladesh)",
                "plural": {
                    "id": 33,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 159397980,
                "web_url": "https://hosted.weblate.org/languages/bn_BD/",
                "url": "https://hosted.weblate.org/api/languages/bn_BD/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/bn_BD/statistics/?format=api"
            },
            "language_code": "bn_BD",
            "id": 1432187,
            "filename": "applications/luci-app-snmpd/po/bn_BD/snmpd.po",
            "revision": "09e5a0154789f23288c358226dbeef6e74377798",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/bn_BD/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/bn_BD/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/bn_BD/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/bn_BD/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/bn_BD/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/bn_BD/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/bn_BD/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/bn_BD/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/bn_BD/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"
            },
            "language_code": "ca",
            "id": 1432188,
            "filename": "applications/luci-app-snmpd/po/ca/snmpd.po",
            "revision": "7bfba08212f71158c551878bdffa50c430f6c72a",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ca/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/ca/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/ca/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ca/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ca/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ca/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ca/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ca/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"
            },
            "language_code": "cs",
            "id": 1432189,
            "filename": "applications/luci-app-snmpd/po/cs/snmpd.po",
            "revision": "5f1de60d5afa345d4da8e1f9e46c5de9b81883a6",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/cs/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/cs/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/cs/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/cs/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/cs/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/cs/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/cs/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/cs/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"
            },
            "language_code": "da",
            "id": 1432190,
            "filename": "applications/luci-app-snmpd/po/da/snmpd.po",
            "revision": "73e8ba59d8d845587d300b22903ac831836397a8",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/da/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/da/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/da/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 15,
            "translated_words": 121,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-25T03:53:14.462528+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/da/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/da/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/da/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/da/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/da/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"
            },
            "language_code": "de",
            "id": 1432191,
            "filename": "applications/luci-app-snmpd/po/de/snmpd.po",
            "revision": "a8e32a97180cc407097c249b6eb974f33b2de955",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/de/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/de/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/de/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/de/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/de/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/de/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/de/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/de/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"
            },
            "language_code": "el",
            "id": 1432192,
            "filename": "applications/luci-app-snmpd/po/el/snmpd.po",
            "revision": "0fb024b97636d71a437f7213a18a4a7ecf0545b3",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/el/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/el/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/el/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/el/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/el/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/el/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/el/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/el/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"
            },
            "language_code": "es",
            "id": 1432193,
            "filename": "applications/luci-app-snmpd/po/es/snmpd.po",
            "revision": "926e289b2f9ce66bd0c810944593ce35746cce12",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/es/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/es/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/es/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 15,
            "translated_words": 121,
            "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": "2024-04-11T05:16:57.957346+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/es/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/es/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/es/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/es/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/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"
            },
            "language_code": "fi",
            "id": 1432194,
            "filename": "applications/luci-app-snmpd/po/fi/snmpd.po",
            "revision": "ee64dac18f7d7918df040f8c3234271f9223a531",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/fi/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/fi/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/fi/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/fi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/fi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/fi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/fi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/fi/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"
            },
            "language_code": "fr",
            "id": 1432195,
            "filename": "applications/luci-app-snmpd/po/fr/snmpd.po",
            "revision": "f2251f390f0a6de6379dda761480af38d0e3b0a0",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/fr/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/fr/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/fr/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/fr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/fr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/fr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/fr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/fr/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"
            },
            "language_code": "he",
            "id": 1432196,
            "filename": "applications/luci-app-snmpd/po/he/snmpd.po",
            "revision": "23639753dc6d2b991ee2178e26180f0cd6ff93e2",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/he/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/he/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/he/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/he/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/he/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/he/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/he/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/he/units/?format=api"
        },
        {
            "language": {
                "id": 67,
                "code": "hi",
                "name": "Hindi",
                "plural": {
                    "id": 134,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "hin"
                ],
                "direction": "ltr",
                "population": 545556054,
                "web_url": "https://hosted.weblate.org/languages/hi/",
                "url": "https://hosted.weblate.org/api/languages/hi/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/hi/statistics/?format=api"
            },
            "language_code": "hi",
            "id": 1432197,
            "filename": "applications/luci-app-snmpd/po/hi/snmpd.po",
            "revision": "4780629fdd7605b5d4ba7b80ed844a88bdcff7aa",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/hi/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/hi/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/hi/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/hi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/hi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/hi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/hi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/hi/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"
            },
            "language_code": "hu",
            "id": 1432198,
            "filename": "applications/luci-app-snmpd/po/hu/snmpd.po",
            "revision": "ecea1d200856925d5b5c9e33f5eb9459f9d1b5b6",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/hu/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/hu/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/hu/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/hu/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/hu/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/hu/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/hu/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/hu/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"
            },
            "language_code": "it",
            "id": 1432199,
            "filename": "applications/luci-app-snmpd/po/it/snmpd.po",
            "revision": "912452ae7ffeae2f51019a5fc3e265327c84f1f1",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/it/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/it/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/it/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 2,
            "translated_words": 4,
            "translated_percent": 13.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-19T15:21:03.437236+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/it/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/it/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/it/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/it/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/it/units/?format=api"
        },
        {
            "language": {
                "id": 49,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 148,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "web_url": "https://hosted.weblate.org/languages/ja/",
                "url": "https://hosted.weblate.org/api/languages/ja/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ja/statistics/?format=api"
            },
            "language_code": "ja",
            "id": 1432200,
            "filename": "applications/luci-app-snmpd/po/ja/snmpd.po",
            "revision": "bfb128b556145b2c7f7a1a0579d00dd622aa1190",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ja/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/ja/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/ja/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 6.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-29T00:40:58.975600+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ja/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ja/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ja/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ja/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ja/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"
            },
            "language_code": "ko",
            "id": 1432201,
            "filename": "applications/luci-app-snmpd/po/ko/snmpd.po",
            "revision": "4a308214fd39c503814d476c419b9651a64622d9",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ko/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/ko/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/ko/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ko/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ko/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ko/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ko/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ko/units/?format=api"
        },
        {
            "language": {
                "id": 80,
                "code": "mr",
                "name": "Marathi",
                "plural": {
                    "id": 198,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "mar"
                ],
                "direction": "ltr",
                "population": 92826300,
                "web_url": "https://hosted.weblate.org/languages/mr/",
                "url": "https://hosted.weblate.org/api/languages/mr/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/mr/statistics/?format=api"
            },
            "language_code": "mr",
            "id": 1432202,
            "filename": "applications/luci-app-snmpd/po/mr/snmpd.po",
            "revision": "8f43f93fb883267b4bee1c03071e458b4687465c",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/mr/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/mr/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/mr/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/mr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/mr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/mr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/mr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/mr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/mr/units/?format=api"
        },
        {
            "language": {
                "id": 79,
                "code": "ms",
                "name": "Malay",
                "plural": {
                    "id": 190,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "may",
                    "msa",
                    "zsm"
                ],
                "direction": "ltr",
                "population": 34869275,
                "web_url": "https://hosted.weblate.org/languages/ms/",
                "url": "https://hosted.weblate.org/api/languages/ms/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/ms/statistics/?format=api"
            },
            "language_code": "ms",
            "id": 1432203,
            "filename": "applications/luci-app-snmpd/po/ms/snmpd.po",
            "revision": "f8b0d7ac795048144097e430475d4b115649f192",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ms/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/ms/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/ms/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ms/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ms/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ms/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ms/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ms/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ms/units/?format=api"
        },
        {
            "language": {
                "id": 449,
                "code": "nb_NO",
                "name": "Norwegian Bokmål",
                "plural": {
                    "id": 447,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "norwegian",
                    "no_nb",
                    "nb_nb",
                    "no_no",
                    "no",
                    "nb",
                    "nob",
                    "nor"
                ],
                "direction": "ltr",
                "population": 5467440,
                "web_url": "https://hosted.weblate.org/languages/nb_NO/",
                "url": "https://hosted.weblate.org/api/languages/nb_NO/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/nb_NO/statistics/?format=api"
            },
            "language_code": "nb_NO",
            "id": 1432204,
            "filename": "applications/luci-app-snmpd/po/nb_NO/snmpd.po",
            "revision": "07592788ccddc9b50bf063c86ee375111f0e818d",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/nb_NO/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/nb_NO/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/nb_NO/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/nb_NO/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/nb_NO/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/nb_NO/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/nb_NO/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/nb_NO/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/nb_NO/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"
            },
            "language_code": "nl",
            "id": 1432205,
            "filename": "applications/luci-app-snmpd/po/nl/snmpd.po",
            "revision": "e2db5e818788dbd7ca96d5ddec426d6d9bb626ca",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/nl/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/nl/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/nl/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/nl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/nl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/nl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/nl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/nl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/nl/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"
            },
            "language_code": "pl",
            "id": 1432206,
            "filename": "applications/luci-app-snmpd/po/pl/snmpd.po",
            "revision": "d70dcb93150713d9c95fadc2f61a0b49201e33eb",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/pl/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/pl/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/pl/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/pl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 15,
            "translated_words": 121,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-03T23:55:54.298029+01:00",
            "last_author": "Matthaiks",
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/pl/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/pl/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/pl/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/pl/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/pl/units/?format=api"
        },
        {
            "language": {
                "id": 58,
                "code": "pt",
                "name": "Portuguese",
                "plural": {
                    "id": 245,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "por_pt",
                    "ptg",
                    "por"
                ],
                "direction": "ltr",
                "population": 237496883,
                "web_url": "https://hosted.weblate.org/languages/pt/",
                "url": "https://hosted.weblate.org/api/languages/pt/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/pt/statistics/?format=api"
            },
            "language_code": "pt",
            "id": 1432207,
            "filename": "applications/luci-app-snmpd/po/pt/snmpd.po",
            "revision": "2be1e270aa8815e3d814121994ac81bbd607eb69",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/pt/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/pt/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/pt/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/pt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/pt/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/pt/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/pt/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/pt/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/pt/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"
            },
            "language_code": "pt_BR",
            "id": 1432208,
            "filename": "applications/luci-app-snmpd/po/pt_BR/snmpd.po",
            "revision": "37122fbe41817323522d74a7d4a30925a774f272",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/pt_BR/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/pt_BR/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/pt_BR/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/pt_BR/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/pt_BR/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/pt_BR/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/pt_BR/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/pt_BR/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/pt_BR/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"
            },
            "language_code": "ro",
            "id": 1432209,
            "filename": "applications/luci-app-snmpd/po/ro/snmpd.po",
            "revision": "334a4116cf847953ebca2b610c896a87cc34c40d",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ro/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/ro/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/ro/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ro/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ro/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ro/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ro/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ro/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ro/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"
            },
            "language_code": "ru",
            "id": 1432210,
            "filename": "applications/luci-app-snmpd/po/ru/snmpd.po",
            "revision": "418ede18e6c8877c5aed7f9ead53a7bfae9e9d97",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/ru/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/ru/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/ru/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 15,
            "translated_words": 121,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-12T10:00:51.042070+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ru/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ru/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ru/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ru/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/ru/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"
            },
            "language_code": "sk",
            "id": 1432211,
            "filename": "applications/luci-app-snmpd/po/sk/snmpd.po",
            "revision": "23d46e2a8269a2e284e224a8c74a79b4d7f90d50",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/sk/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/sk/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/sk/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/sk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/sk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/sk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/sk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/sk/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"
            },
            "language_code": "sv",
            "id": 1432212,
            "filename": "applications/luci-app-snmpd/po/sv/snmpd.po",
            "revision": "3a235f69899a7b8a127c97da83c56e19364e23b4",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/sv/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/sv/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/sv/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 8,
            "translated_words": 34,
            "translated_percent": 53.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 6,
            "have_comment": 0,
            "last_change": "2024-03-21T14:58:32.046769+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/sv/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/sv/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/sv/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/sv/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/sv/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"
            },
            "language_code": "tr",
            "id": 1432213,
            "filename": "applications/luci-app-snmpd/po/tr/snmpd.po",
            "revision": "0d6182e7e8946ca97553cbb0c078f692f31e37b8",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/tr/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/tr/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/tr/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 15,
            "translated_words": 121,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-31T21:54:43.756615+02:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/tr/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/tr/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/tr/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/tr/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/tr/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"
            },
            "language_code": "uk",
            "id": 1432214,
            "filename": "applications/luci-app-snmpd/po/uk/snmpd.po",
            "revision": "ea76e2602a28babeabcb9c22723b2fa782f5de90",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/uk/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/uk/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/uk/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 1,
            "translated_words": 2,
            "translated_percent": 6.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-25T07:41:41.573767+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/uk/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/uk/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/uk/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/uk/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/uk/units/?format=api"
        },
        {
            "language": {
                "id": 60,
                "code": "vi",
                "name": "Vietnamese",
                "plural": {
                    "id": 337,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "vn",
                    "vie"
                ],
                "direction": "ltr",
                "population": 86222961,
                "web_url": "https://hosted.weblate.org/languages/vi/",
                "url": "https://hosted.weblate.org/api/languages/vi/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/vi/statistics/?format=api"
            },
            "language_code": "vi",
            "id": 1432215,
            "filename": "applications/luci-app-snmpd/po/vi/snmpd.po",
            "revision": "685b8b308f8a97cb31b9556a76b11c269bb52c70",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/vi/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/vi/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/vi/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/vi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/vi/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/vi/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/vi/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/vi/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/vi/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"
            },
            "language_code": "zh_Hans",
            "id": 1432216,
            "filename": "applications/luci-app-snmpd/po/zh_Hans/snmpd.po",
            "revision": "75d4deeb233c759b59867f3eb2edcec21c794975",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/zh_Hans/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/zh_Hans/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/zh_Hans/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 15,
            "translated_words": 121,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-21T19:02:20.396762+01:00",
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/zh_Hans/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/zh_Hans/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/zh_Hans/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 185,
                "code": "zh_Hant",
                "name": "Chinese (Traditional)",
                "plural": {
                    "id": 734,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "zh_cht",
                    "zhtw",
                    "zh_tw",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_cmn_hant",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 38612556,
                "web_url": "https://hosted.weblate.org/languages/zh_Hant/",
                "url": "https://hosted.weblate.org/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://hosted.weblate.org/api/languages/zh_Hant/statistics/?format=api"
            },
            "language_code": "zh_Hant",
            "id": 1432217,
            "filename": "applications/luci-app-snmpd/po/zh_Hant/snmpd.po",
            "revision": "f46c221044afa4e830ac8cc0160fc81afe306801",
            "web_url": "https://hosted.weblate.org/projects/openwrt/luciapplicationssnmpd/zh_Hant/",
            "share_url": "https://hosted.weblate.org/engage/openwrt/-/zh_Hant/",
            "translate_url": "https://hosted.weblate.org/translate/openwrt/luciapplicationssnmpd/zh_Hant/",
            "url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 15,
            "total_words": 121,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/zh_Hant/repository/?format=api",
            "file_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/zh_Hant/file/?format=api",
            "statistics_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/zh_Hant/changes/?format=api",
            "units_list_url": "https://hosted.weblate.org/api/translations/openwrt/luciapplicationssnmpd/zh_Hant/units/?format=api"
        }
    ]
}