Translation components API.

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

GET /api/components/lxqt-panel/plugin-customcommand/translations/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 36,
    "next": null,
    "previous": "https://translate.lxqt-project.org/api/components/lxqt-panel/plugin-customcommand/translations/?format=api",
    "results": [
        {
            "language": {
                "code": "ru",
                "name": "Russian",
                "plural": {
                    "id": 271,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "russian",
                    "ru_r",
                    "ru_rr",
                    "rus"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/ru/",
                "url": "https://translate.lxqt-project.org/api/languages/ru/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/ru/statistics/?format=api"
            },
            "language_code": "ru",
            "id": 7300,
            "filename": "plugin-customcommand/translations/customcommand_ru.ts",
            "revision": "9c5b4ec44e04345ce17257d77fb6f04cae846f62",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-customcommand/ru/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-panel/ru/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-customcommand/ru/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ru/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 67,
            "translated": 27,
            "translated_words": 67,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-12-14T09:19:09.425992Z",
            "last_author": "Andrei Stepanov",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ru/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ru/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ru/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ru/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ru/units/?format=api"
        },
        {
            "language": {
                "code": "sk",
                "name": "Slovak",
                "plural": {
                    "id": 292,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "svk",
                    "slk",
                    "slo"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/sk/",
                "url": "https://translate.lxqt-project.org/api/languages/sk/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/sk/statistics/?format=api"
            },
            "language_code": "sk",
            "id": 7301,
            "filename": "plugin-customcommand/translations/customcommand_sk.ts",
            "revision": "4cc0e16a22fa93718b8bdd80df0ddb2bf1558668",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-customcommand/sk/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-panel/sk/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-customcommand/sk/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/sk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 67,
            "translated": 27,
            "translated_words": 67,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-11-13T10:33:07.567357Z",
            "last_author": "Paolo Vigoroso",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/sk/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/sk/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/sk/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/sk/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/sk/units/?format=api"
        },
        {
            "language": {
                "code": "sr",
                "name": "Serbian",
                "plural": {
                    "id": 304,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "serbian",
                    "scc",
                    "sr_cs",
                    "rs",
                    "srp"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/sr/",
                "url": "https://translate.lxqt-project.org/api/languages/sr/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/sr/statistics/?format=api"
            },
            "language_code": "sr",
            "id": 7302,
            "filename": "plugin-customcommand/translations/customcommand_sr.ts",
            "revision": "d4c3a9d94441239932232859f62101f28e06fb9d",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-customcommand/sr/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-panel/sr/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-customcommand/sr/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/sr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 67,
            "translated": 26,
            "translated_words": 63,
            "translated_percent": 96.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-12-26T10:41:18.628158Z",
            "last_author": "Stribor",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/sr/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/sr/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/sr/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/sr/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/sr/units/?format=api"
        },
        {
            "language": {
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 311,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "swe"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/sv/",
                "url": "https://translate.lxqt-project.org/api/languages/sv/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/sv/statistics/?format=api"
            },
            "language_code": "sv",
            "id": 7303,
            "filename": "plugin-customcommand/translations/customcommand_sv.ts",
            "revision": "0598e8373b36a6fc37d1ae6178ad8161f937c237",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-customcommand/sv/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-panel/sv/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-customcommand/sv/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 67,
            "translated": 27,
            "translated_words": 67,
            "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": "2023-11-06T17:13:42.817295Z",
            "last_author": "bittin",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/sv/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/sv/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/sv/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/sv/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/sv/units/?format=api"
        },
        {
            "language": {
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 330,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "tur"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/tr/",
                "url": "https://translate.lxqt-project.org/api/languages/tr/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/tr/statistics/?format=api"
            },
            "language_code": "tr",
            "id": 7304,
            "filename": "plugin-customcommand/translations/customcommand_tr.ts",
            "revision": "db1becfa6662ea2536233312b4ac35885adda098",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-customcommand/tr/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-panel/tr/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-customcommand/tr/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 67,
            "translated": 27,
            "translated_words": 67,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-10-22T13:33:14.746008Z",
            "last_author": "Dr. Ayhan YALÇINSOY",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/tr/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/tr/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/tr/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/tr/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/tr/units/?format=api"
        },
        {
            "language": {
                "code": "zh_TW",
                "name": "Chinese (Traditional)",
                "plural": {
                    "id": 362,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/zh_TW/",
                "url": "https://translate.lxqt-project.org/api/languages/zh_TW/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/zh_TW/statistics/?format=api"
            },
            "language_code": "zh_TW",
            "id": 7305,
            "filename": "plugin-customcommand/translations/customcommand_zh_TW.ts",
            "revision": "3f34f4262fef584b91bb5488b7ba57fc79182774",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-customcommand/zh_TW/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-panel/zh_TW/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-customcommand/zh_TW/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/zh_TW/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 67,
            "translated": 26,
            "translated_words": 63,
            "translated_percent": 96.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-10-31T06:27:10.517133Z",
            "last_author": "NightFeather",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/zh_TW/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/zh_TW/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/zh_TW/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/zh_TW/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/zh_TW/units/?format=api"
        },
        {
            "language": {
                "code": "zh_CN",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 360,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/zh_CN/",
                "url": "https://translate.lxqt-project.org/api/languages/zh_CN/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/zh_CN/statistics/?format=api"
            },
            "language_code": "zh_CN",
            "id": 7306,
            "filename": "plugin-customcommand/translations/customcommand_zh_CN.ts",
            "revision": "6df20df6380a5d2af57633b0d987741fad0be78e",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-customcommand/zh_CN/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-panel/zh_CN/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-customcommand/zh_CN/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/zh_CN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 67,
            "translated": 27,
            "translated_words": 67,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-12-20T10:04:51.822911Z",
            "last_author": "jiaxianhua",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/zh_CN/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/zh_CN/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/zh_CN/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/zh_CN/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/zh_CN/units/?format=api"
        },
        {
            "language": {
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 338,
                    "source": 0,
                    "number": 3,
                    "formula": "n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2",
                    "type": 2
                },
                "aliases": [
                    "ua",
                    "ukr"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/uk/",
                "url": "https://translate.lxqt-project.org/api/languages/uk/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/uk/statistics/?format=api"
            },
            "language_code": "uk",
            "id": 7331,
            "filename": "plugin-customcommand/translations/customcommand_uk.ts",
            "revision": "569dc81eaef973cdc788ecfbb24b3352626e85be",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-customcommand/uk/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-panel/uk/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-customcommand/uk/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 67,
            "translated": 27,
            "translated_words": 67,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-09-30T20:11:20.713403Z",
            "last_author": "Ihor Hordiichuk",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/uk/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/uk/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/uk/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/uk/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/uk/units/?format=api"
        },
        {
            "language": {
                "code": "lv",
                "name": "Latvian",
                "plural": {
                    "id": 205,
                    "source": 0,
                    "number": 3,
                    "formula": "(n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2)",
                    "type": 11
                },
                "aliases": [
                    "lav"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/lv/",
                "url": "https://translate.lxqt-project.org/api/languages/lv/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/lv/statistics/?format=api"
            },
            "language_code": "lv",
            "id": 7479,
            "filename": "plugin-customcommand/translations/customcommand_lv.ts",
            "revision": "20fdd10ff2fb1a3e8ee2c6e278670b375c2bdf74",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-customcommand/lv/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-panel/lv/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-customcommand/lv/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/lv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 67,
            "translated": 23,
            "translated_words": 54,
            "translated_percent": 85.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-08-19T15:08:33.444199Z",
            "last_author": "Oskars G",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/lv/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/lv/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/lv/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/lv/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/lv/units/?format=api"
        },
        {
            "language": {
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 52,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "cat"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/ca/",
                "url": "https://translate.lxqt-project.org/api/languages/ca/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/ca/statistics/?format=api"
            },
            "language_code": "ca",
            "id": 7663,
            "filename": "plugin-customcommand/translations/customcommand_ca.ts",
            "revision": "9e19b13b911f98778df33c9ae2a27cf96dd7c7fe",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-customcommand/ca/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-panel/ca/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-customcommand/ca/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 67,
            "translated": 26,
            "translated_words": 63,
            "translated_percent": 96.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-11-18T16:59:46.075496Z",
            "last_author": "Joan Miró",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ca/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ca/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ca/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ca/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ca/units/?format=api"
        },
        {
            "language": {
                "code": "ko",
                "name": "Korean",
                "plural": {
                    "id": 184,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "korean",
                    "kor"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/ko/",
                "url": "https://translate.lxqt-project.org/api/languages/ko/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/ko/statistics/?format=api"
            },
            "language_code": "ko",
            "id": 7837,
            "filename": "plugin-customcommand/translations/customcommand_ko.ts",
            "revision": "0026b4be3df1df88a30491ed195925ac57a46aa2",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-customcommand/ko/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-panel/ko/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-customcommand/ko/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ko/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 67,
            "translated": 27,
            "translated_words": 67,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-12-30T13:04:33.521096Z",
            "last_author": "이정희",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ko/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ko/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ko/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ko/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ko/units/?format=api"
        },
        {
            "language": {
                "code": "he",
                "name": "Hebrew",
                "plural": {
                    "id": 139,
                    "source": 0,
                    "number": 4,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [
                    "iw",
                    "iw_il",
                    "heb"
                ],
                "direction": "rtl",
                "web_url": "https://translate.lxqt-project.org/languages/he/",
                "url": "https://translate.lxqt-project.org/api/languages/he/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/he/statistics/?format=api"
            },
            "language_code": "he",
            "id": 8003,
            "filename": "plugin-customcommand/translations/customcommand_he.ts",
            "revision": "f9c3e09f494a33917df7672b3df903c870e63ff1",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-customcommand/he/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-panel/he/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-customcommand/he/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 67,
            "translated": 27,
            "translated_words": 67,
            "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-29T17:47:55.937003Z",
            "last_author": "Yaron Shahrabani",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/he/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/he/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/he/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/he/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/he/units/?format=api"
        },
        {
            "language": {
                "code": "ar",
                "name": "Arabic",
                "plural": {
                    "id": 12,
                    "source": 0,
                    "number": 6,
                    "formula": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5",
                    "type": 3
                },
                "aliases": [
                    "arabic",
                    "ar_ar",
                    "ara"
                ],
                "direction": "rtl",
                "web_url": "https://translate.lxqt-project.org/languages/ar/",
                "url": "https://translate.lxqt-project.org/api/languages/ar/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/ar/statistics/?format=api"
            },
            "language_code": "ar",
            "id": 8103,
            "filename": "plugin-customcommand/translations/customcommand_ar.ts",
            "revision": "481697ce7588ed964a4293c4fdf1ebbd03ec9e9f",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-customcommand/ar/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-panel/ar/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-customcommand/ar/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 67,
            "translated": 27,
            "translated_words": 67,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-10-03T13:54:51.506645Z",
            "last_author": "Ali Alhaidary علي الحيدري",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ar/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ar/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ar/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ar/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/ar/units/?format=api"
        },
        {
            "language": {
                "code": "oc",
                "name": "Occitan",
                "plural": {
                    "id": 246,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "oci"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/oc/",
                "url": "https://translate.lxqt-project.org/api/languages/oc/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/oc/statistics/?format=api"
            },
            "language_code": "oc",
            "id": 8233,
            "filename": "plugin-customcommand/translations/customcommand_oc.ts",
            "revision": "66fc564bfa4e7904bcf421b9f9a08bdf8dd9837b",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-customcommand/oc/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-panel/oc/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-customcommand/oc/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/oc/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 67,
            "translated": 26,
            "translated_words": 63,
            "translated_percent": 96.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-23T17:17:12.716012Z",
            "last_author": "Quentin PAGÈS",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/oc/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/oc/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/oc/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/oc/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/oc/units/?format=api"
        },
        {
            "language": {
                "code": "lg",
                "name": "Luganda",
                "plural": {
                    "id": 197,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "lug"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/lg/",
                "url": "https://translate.lxqt-project.org/api/languages/lg/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/lg/statistics/?format=api"
            },
            "language_code": "lg",
            "id": 8905,
            "filename": "plugin-customcommand/translations/customcommand_lg.ts",
            "revision": "cf3fd31f7d9806aac4a780db5ad38c4366b980b8",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-customcommand/lg/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-panel/lg/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-customcommand/lg/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/lg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 67,
            "translated": 27,
            "translated_words": 67,
            "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-21T22:38:05.898830Z",
            "last_author": "Kizito Birabwa",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/lg/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/lg/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/lg/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/lg/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/lg/units/?format=api"
        },
        {
            "language": {
                "code": "pa",
                "name": "Punjabi",
                "plural": {
                    "id": 253,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "pan"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/pa/",
                "url": "https://translate.lxqt-project.org/api/languages/pa/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/pa/statistics/?format=api"
            },
            "language_code": "pa",
            "id": 9180,
            "filename": "plugin-customcommand/translations/customcommand_pa.ts",
            "revision": "b7e8a9dc9dd5c2ede962233787ba3a2a2855fe83",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-panel/plugin-customcommand/pa/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-panel/pa/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-panel/plugin-customcommand/pa/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/pa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 27,
            "total_words": 67,
            "translated": 18,
            "translated_words": 37,
            "translated_percent": 66.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-05-19T14:45:49.871514Z",
            "last_author": "A S Alam",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/pa/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/pa/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/pa/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/pa/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-panel/plugin-customcommand/pa/units/?format=api"
        }
    ]
}