Translation components API.

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

GET /api/components/lxqt-configuration/lxqt-config-appearance/translations/?format=api&page=3
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 56,
    "next": null,
    "previous": "https://translate.lxqt-project.org/api/components/lxqt-configuration/lxqt-config-appearance/translations/?format=api&page=2",
    "results": [
        {
            "language": {
                "code": "th",
                "name": "Thai",
                "plural": {
                    "id": 321,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tha"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/th/",
                "url": "https://translate.lxqt-project.org/api/languages/th/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/th/statistics/?format=api"
            },
            "language_code": "th_TH",
            "id": 682,
            "filename": "lxqt-config-appearance/translations/lxqt-config-appearance_th_TH.ts",
            "revision": "37bc05dbc3a9516855e5368091c789fc7d007518",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-appearance/th/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/th/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-appearance/th/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/th/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 90,
            "total_words": 295,
            "translated": 6,
            "translated_words": 14,
            "translated_percent": 6.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 3,
            "failing_checks_percent": 1.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/th/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/th/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/th/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/th/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/th/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": 683,
            "filename": "lxqt-config-appearance/translations/lxqt-config-appearance_tr.ts",
            "revision": "82087826f3213b9b061fffdbdf5c4364fcf68ebf",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-appearance/tr/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/tr/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-appearance/tr/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 90,
            "total_words": 295,
            "translated": 90,
            "translated_words": 295,
            "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-09-08T07:41:36.245590Z",
            "last_author": "Dr. Ayhan YALÇINSOY",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/tr/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/tr/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/tr/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/tr/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/tr/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": 684,
            "filename": "lxqt-config-appearance/translations/lxqt-config-appearance_uk.ts",
            "revision": "0fe6abe58a1d3cb071f747127a1ac8ebfa6a8fc5",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-appearance/uk/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/uk/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-appearance/uk/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 90,
            "total_words": 295,
            "translated": 90,
            "translated_words": 295,
            "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": 1,
            "last_change": "2024-09-09T15:04:12.306864Z",
            "last_author": "Ihor Hordiichuk",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/uk/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/uk/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/uk/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/uk/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/uk/units/?format=api"
        },
        {
            "language": {
                "code": "vi",
                "name": "Vietnamese",
                "plural": {
                    "id": 345,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "vie"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/vi/",
                "url": "https://translate.lxqt-project.org/api/languages/vi/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/vi/statistics/?format=api"
            },
            "language_code": "vi",
            "id": 685,
            "filename": "lxqt-config-appearance/translations/lxqt-config-appearance_vi.ts",
            "revision": "89627dddee07e2b5030246f4b0a4c728729b4700",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-appearance/vi/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/vi/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-appearance/vi/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/vi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 90,
            "total_words": 295,
            "translated": 80,
            "translated_words": 271,
            "translated_percent": 88.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-07-28T05:22:00.703490Z",
            "last_author": "Mai Thanh Minh",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/vi/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/vi/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/vi/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/vi/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/vi/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": 686,
            "filename": "lxqt-config-appearance/translations/lxqt-config-appearance_zh_CN.ts",
            "revision": "a3bc7cc16a8e3ca9341bf1eae05e6e7f7bee5df1",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-appearance/zh_CN/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/zh_CN/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-appearance/zh_CN/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/zh_CN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 90,
            "total_words": 295,
            "translated": 90,
            "translated_words": 295,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 4,
            "failing_checks_percent": 1.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-09-23T15:16:45.166196Z",
            "last_author": "Deleted User",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/zh_CN/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/zh_CN/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/zh_CN/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/zh_CN/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/zh_CN/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": 687,
            "filename": "lxqt-config-appearance/translations/lxqt-config-appearance_zh_TW.ts",
            "revision": "9006a3f18be0e53e13f13fad0f3578c501c56ae4",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-appearance/zh_TW/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/zh_TW/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-appearance/zh_TW/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/zh_TW/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 90,
            "total_words": 295,
            "translated": 90,
            "translated_words": 295,
            "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": "2025-03-20T11:53:25.009182Z",
            "last_author": "BigELK176 ≡",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/zh_TW/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/zh_TW/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/zh_TW/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/zh_TW/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/zh_TW/units/?format=api"
        },
        {
            "language": {
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 37,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bul"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/bg/",
                "url": "https://translate.lxqt-project.org/api/languages/bg/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/bg/statistics/?format=api"
            },
            "language_code": "bg",
            "id": 5494,
            "filename": "lxqt-config-appearance/translations/lxqt-config-appearance_bg.ts",
            "revision": "9ddcce829e21d205cc2dddc801793941af57bbb7",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-appearance/bg/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/bg/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-appearance/bg/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 90,
            "total_words": 295,
            "translated": 90,
            "translated_words": 295,
            "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-09-10T16:26:34.580398Z",
            "last_author": "Mincho Kondarev",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/bg/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/bg/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/bg/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/bg/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/bg/units/?format=api"
        },
        {
            "language": {
                "code": "si",
                "name": "Sinhala",
                "plural": {
                    "id": 291,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "sin"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/si/",
                "url": "https://translate.lxqt-project.org/api/languages/si/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/si/statistics/?format=api"
            },
            "language_code": "si",
            "id": 6809,
            "filename": "lxqt-config-appearance/translations/lxqt-config-appearance_si.ts",
            "revision": "de4392e998174d6eb95b2470394145cefca07dba",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-appearance/si/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/si/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-appearance/si/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/si/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 90,
            "total_words": 295,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/si/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/si/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/si/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/si/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/si/units/?format=api"
        },
        {
            "language": {
                "code": "et",
                "name": "Estonian",
                "plural": {
                    "id": 107,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "est"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/et/",
                "url": "https://translate.lxqt-project.org/api/languages/et/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/et/statistics/?format=api"
            },
            "language_code": "et",
            "id": 7093,
            "filename": "lxqt-config-appearance/translations/lxqt-config-appearance_et.ts",
            "revision": "eca272a6e3ed6d3747065ff5adb7dd51af3fe675",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-appearance/et/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/et/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-appearance/et/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 90,
            "total_words": 295,
            "translated": 90,
            "translated_words": 295,
            "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-09-08T19:32:02.075591Z",
            "last_author": "Priit Jõerüüt",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/et/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/et/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/et/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/et/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/et/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": 7983,
            "filename": "lxqt-config-appearance/translations/lxqt-config-appearance_oc.ts",
            "revision": "f8b301fa87834849c3003a47791f59a515028bcd",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-appearance/oc/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/oc/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-appearance/oc/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/oc/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 90,
            "total_words": 295,
            "translated": 69,
            "translated_words": 162,
            "translated_percent": 76.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 7,
            "failing_checks_percent": 4.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-25T16:57:22.221580Z",
            "last_author": "Quentin PAGÈS",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/oc/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/oc/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/oc/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/oc/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/oc/units/?format=api"
        },
        {
            "language": {
                "code": "hi",
                "name": "Hindi",
                "plural": {
                    "id": 141,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "hin"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/hi/",
                "url": "https://translate.lxqt-project.org/api/languages/hi/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/hi/statistics/?format=api"
            },
            "language_code": "hi",
            "id": 7994,
            "filename": "lxqt-config-appearance/translations/lxqt-config-appearance_hi.ts",
            "revision": "415058d1f30ad318d4baa1ef3cb326e9378a7f3a",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-appearance/hi/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/hi/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-appearance/hi/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 90,
            "total_words": 295,
            "translated": 36,
            "translated_words": 131,
            "translated_percent": 40.0,
            "fuzzy": 3,
            "fuzzy_words": 6,
            "fuzzy_percent": 3.3,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-09-24T21:01:36.032876Z",
            "last_author": "Sumon-Kayal",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/hi/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/hi/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/hi/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/hi/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/hi/units/?format=api"
        },
        {
            "language": {
                "code": "kk",
                "name": "Kazakh",
                "plural": {
                    "id": 178,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "kz",
                    "kaz"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/kk/",
                "url": "https://translate.lxqt-project.org/api/languages/kk/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/kk/statistics/?format=api"
            },
            "language_code": "kk",
            "id": 8155,
            "filename": "lxqt-config-appearance/translations/lxqt-config-appearance_kk.ts",
            "revision": "bd1befb6f263a527178be112dde973c2150f8526",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-appearance/kk/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/kk/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-appearance/kk/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/kk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 90,
            "total_words": 295,
            "translated": 40,
            "translated_words": 151,
            "translated_percent": 44.4,
            "fuzzy": 5,
            "fuzzy_words": 10,
            "fuzzy_percent": 5.5,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-24T18:09:40.476719Z",
            "last_author": "sanzhar mirasbekov",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/kk/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/kk/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/kk/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/kk/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/kk/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": 8692,
            "filename": "lxqt-config-appearance/translations/lxqt-config-appearance_pa.ts",
            "revision": "67da00b5af26bca402cd4ff023328f028930d6da",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-appearance/pa/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/pa/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-appearance/pa/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/pa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 90,
            "total_words": 295,
            "translated": 59,
            "translated_words": 126,
            "translated_percent": 65.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 4,
            "failing_checks_percent": 1.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-20T14:03:14.635624Z",
            "last_author": "A S Alam",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/pa/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/pa/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/pa/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/pa/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/pa/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": 8929,
            "filename": "lxqt-config-appearance/translations/lxqt-config-appearance_lg.ts",
            "revision": "18f69f4a6e92bb08632b827481855e7b65114860",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-appearance/lg/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/lg/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-appearance/lg/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/lg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 90,
            "total_words": 295,
            "translated": 90,
            "translated_words": 295,
            "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-10-19T18:23:26.892862Z",
            "last_author": "Kizito Birabwa",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/lg/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/lg/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/lg/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/lg/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/lg/units/?format=api"
        },
        {
            "language": {
                "code": "kab",
                "name": "Kabyle",
                "plural": {
                    "id": 170,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/kab/",
                "url": "https://translate.lxqt-project.org/api/languages/kab/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/kab/statistics/?format=api"
            },
            "language_code": "kab",
            "id": 9457,
            "filename": "lxqt-config-appearance/translations/lxqt-config-appearance_kab.ts",
            "revision": "37495f78492cdeb71c94e4bd6a5193c23ea42f3f",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-appearance/kab/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/kab/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-appearance/kab/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/kab/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 90,
            "total_words": 295,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 2.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": "2024-11-28T14:54:41.192096Z",
            "last_author": "ButterflyOfFire",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/kab/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/kab/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/kab/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/kab/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/kab/units/?format=api"
        },
        {
            "language": {
                "code": "ka",
                "name": "Georgian",
                "plural": {
                    "id": 169,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "geo",
                    "kat"
                ],
                "direction": "ltr",
                "web_url": "https://translate.lxqt-project.org/languages/ka/",
                "url": "https://translate.lxqt-project.org/api/languages/ka/?format=api",
                "statistics_url": "https://translate.lxqt-project.org/api/languages/ka/statistics/?format=api"
            },
            "language_code": "ka",
            "id": 9509,
            "filename": "lxqt-config-appearance/translations/lxqt-config-appearance_ka.ts",
            "revision": "c20644489ff12766745f57aa3b6967bef5a01bc0",
            "web_url": "https://translate.lxqt-project.org/projects/lxqt-configuration/lxqt-config-appearance/ka/",
            "share_url": "https://translate.lxqt-project.org/engage/lxqt-configuration/ka/",
            "translate_url": "https://translate.lxqt-project.org/translate/lxqt-configuration/lxqt-config-appearance/ka/",
            "url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/ka/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 90,
            "total_words": 295,
            "translated": 90,
            "translated_words": 295,
            "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": "2025-01-01T09:52:12.261762Z",
            "last_author": "NorwayFun",
            "repository_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/ka/repository/?format=api",
            "file_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/ka/file/?format=api",
            "statistics_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/ka/statistics/?format=api",
            "changes_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/ka/changes/?format=api",
            "units_list_url": "https://translate.lxqt-project.org/api/translations/lxqt-configuration/lxqt-config-appearance/ka/units/?format=api"
        }
    ]
}