Translation components API.

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

GET /api/components/libo_ui-master/uuimessages/translations/?format=api&page=3
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 161,
    "next": "https://translations.documentfoundation.org/api/components/libo_ui-master/uuimessages/translations/?format=api&page=4",
    "previous": "https://translations.documentfoundation.org/api/components/libo_ui-master/uuimessages/translations/?format=api&page=2",
    "results": [
        {
            "language": {
                "id": 272,
                "code": "sl",
                "name": "Slovenian",
                "plural": {
                    "id": 272,
                    "source": 0,
                    "number": 4,
                    "formula": "n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3",
                    "type": 6
                },
                "aliases": [
                    "sl_sl",
                    "slv"
                ],
                "direction": "ltr",
                "population": 197317978,
                "web_url": "https://translations.documentfoundation.org/languages/sl/",
                "url": "https://translations.documentfoundation.org/api/languages/sl/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sl/statistics/?format=api"
            },
            "language_code": "sl",
            "id": 25224,
            "filename": "sl/uui/messages.po",
            "revision": "efa7ada9c256ededa48f8b386ad2ca43fc23366f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/sl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/sl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 155,
            "translated_words": 1425,
            "translated_percent": 83.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sl/units/?format=api"
        },
        {
            "language": {
                "id": 282,
                "code": "sq",
                "name": "Albanian",
                "plural": {
                    "id": 282,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "alb",
                    "sqi"
                ],
                "direction": "ltr",
                "population": 679190641,
                "web_url": "https://translations.documentfoundation.org/languages/sq/",
                "url": "https://translations.documentfoundation.org/api/languages/sq/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sq/statistics/?format=api"
            },
            "language_code": "sq",
            "id": 25225,
            "filename": "sq/uui/messages.po",
            "revision": "59293636a1624602f7fc7b8732f7011bfbf0204c",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/sq/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sq/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/sq/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sq/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 148,
            "translated_words": 1368,
            "translated_percent": 79.5,
            "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-04-13T02:01:27.602389Z",
            "last_author": "Agroni",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sq/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sq/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sq/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sq/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sq/units/?format=api"
        },
        {
            "language": {
                "id": 283,
                "code": "sr",
                "name": "Serbian",
                "plural": {
                    "id": 283,
                    "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": [
                    "scc",
                    "sr_cs",
                    "rs",
                    "srp"
                ],
                "direction": "ltr",
                "population": 751681872,
                "web_url": "https://translations.documentfoundation.org/languages/sr/",
                "url": "https://translations.documentfoundation.org/api/languages/sr/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sr/statistics/?format=api"
            },
            "language_code": "sr",
            "id": 25226,
            "filename": "sr/uui/messages.po",
            "revision": "0e90a15e27b0d141becaff1ae39622f6d407598f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/sr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/sr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 94,
            "translated_words": 818,
            "translated_percent": 50.5,
            "fuzzy": 35,
            "fuzzy_words": 267,
            "fuzzy_percent": 18.8,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-02-13T23:37:08.300712Z",
            "last_author": "Милош Поповић",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sr/units/?format=api"
        },
        {
            "language": {
                "id": 285,
                "code": "sr_Latn",
                "name": "Serbian (latin)",
                "plural": {
                    "id": 285,
                    "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": [
                    "serbo_croatian",
                    "sh",
                    "sr_latn_rs",
                    "sr@latin",
                    "sr_rs@latin",
                    "srl",
                    "hbs"
                ],
                "direction": "ltr",
                "population": 808559345,
                "web_url": "https://translations.documentfoundation.org/languages/sr_Latn/",
                "url": "https://translations.documentfoundation.org/api/languages/sr_Latn/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sr_Latn/statistics/?format=api"
            },
            "language_code": "sr-Latn",
            "id": 25227,
            "filename": "sr-Latn/uui/messages.po",
            "revision": "4e6810d2c767fbab2c96ff0b73da7c6d5cd59564",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/sr_Latn/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sr_Latn/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/sr_Latn/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sr_Latn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 78,
            "translated_words": 737,
            "translated_percent": 41.9,
            "fuzzy": 32,
            "fuzzy_words": 242,
            "fuzzy_percent": 17.2,
            "failing_checks": 3,
            "failing_checks_words": 6,
            "failing_checks_percent": 1.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sr_Latn/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sr_Latn/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sr_Latn/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sr_Latn/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sr_Latn/units/?format=api"
        },
        {
            "language": {
                "id": 286,
                "code": "ss",
                "name": "Swati",
                "plural": {
                    "id": 286,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ssw"
                ],
                "direction": "ltr",
                "population": 221237952,
                "web_url": "https://translations.documentfoundation.org/languages/ss/",
                "url": "https://translations.documentfoundation.org/api/languages/ss/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ss/statistics/?format=api"
            },
            "language_code": "ss",
            "id": 25228,
            "filename": "ss/uui/messages.po",
            "revision": "bc60d40b4a284225e89285c2aaed75a5eae05a9c",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/ss/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ss/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/ss/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ss/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 12,
            "translated_words": 87,
            "translated_percent": 6.4,
            "fuzzy": 25,
            "fuzzy_words": 86,
            "fuzzy_percent": 13.4,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ss/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ss/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ss/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ss/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ss/units/?format=api"
        },
        {
            "language": {
                "id": 288,
                "code": "st",
                "name": "Sotho (Southern)",
                "plural": {
                    "id": 288,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "sot"
                ],
                "direction": "ltr",
                "population": 639056780,
                "web_url": "https://translations.documentfoundation.org/languages/st/",
                "url": "https://translations.documentfoundation.org/api/languages/st/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/st/statistics/?format=api"
            },
            "language_code": "st",
            "id": 25229,
            "filename": "st/uui/messages.po",
            "revision": "2989b2f6ae11eb256bf731bc7ea46ae372fb8e45",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/st/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/st/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/st/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/st/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 11,
            "translated_words": 86,
            "translated_percent": 5.9,
            "fuzzy": 26,
            "fuzzy_words": 87,
            "fuzzy_percent": 13.9,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/st/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/st/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/st/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/st/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/st/units/?format=api"
        },
        {
            "language": {
                "id": 290,
                "code": "sv",
                "name": "Swedish",
                "plural": {
                    "id": 290,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "sve",
                    "swe"
                ],
                "direction": "ltr",
                "population": 1293287110,
                "web_url": "https://translations.documentfoundation.org/languages/sv/",
                "url": "https://translations.documentfoundation.org/api/languages/sv/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sv/statistics/?format=api"
            },
            "language_code": "sv",
            "id": 25230,
            "filename": "sv/uui/messages.po",
            "revision": "e9e9b9280fa895088560ea14fdfdeb2383514a4e",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/sv/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sv/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/sv/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 186,
            "translated_words": 1682,
            "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-03T18:16:08.615212Z",
            "last_author": "Andreas Pettersson",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sv/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sv/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sv/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sv/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sv/units/?format=api"
        },
        {
            "language": {
                "id": 294,
                "code": "szl",
                "name": "Silesian",
                "plural": {
                    "id": 294,
                    "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": [],
                "direction": "ltr",
                "population": 49766990,
                "web_url": "https://translations.documentfoundation.org/languages/szl/",
                "url": "https://translations.documentfoundation.org/api/languages/szl/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/szl/statistics/?format=api"
            },
            "language_code": "szl",
            "id": 25231,
            "filename": "szl/uui/messages.po",
            "revision": "b8097397fa8c15e79cc407e40c30b254f711d2fb",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/szl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/szl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/szl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/szl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 160,
            "translated_words": 1380,
            "translated_percent": 86.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-05-20T09:59:17.162432Z",
            "last_author": "Grzegorz Kulik",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/szl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/szl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/szl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/szl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/szl/units/?format=api"
        },
        {
            "language": {
                "id": 295,
                "code": "ta",
                "name": "Tamil",
                "plural": {
                    "id": 295,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "tam"
                ],
                "direction": "ltr",
                "population": 8561615920,
                "web_url": "https://translations.documentfoundation.org/languages/ta/",
                "url": "https://translations.documentfoundation.org/api/languages/ta/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ta/statistics/?format=api"
            },
            "language_code": "ta",
            "id": 25232,
            "filename": "ta/uui/messages.po",
            "revision": "ec903ca2ed8e3102d5a15563ff7333f5c2ba3fc5",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/ta/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ta/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/ta/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ta/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 139,
            "translated_words": 1141,
            "translated_percent": 74.7,
            "fuzzy": 1,
            "fuzzy_words": 61,
            "fuzzy_percent": 0.5,
            "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://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ta/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ta/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ta/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ta/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ta/units/?format=api"
        },
        {
            "language": {
                "id": 297,
                "code": "te",
                "name": "Telugu",
                "plural": {
                    "id": 297,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "tel"
                ],
                "direction": "ltr",
                "population": 9547848000,
                "web_url": "https://translations.documentfoundation.org/languages/te/",
                "url": "https://translations.documentfoundation.org/api/languages/te/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/te/statistics/?format=api"
            },
            "language_code": "te",
            "id": 25233,
            "filename": "te/uui/messages.po",
            "revision": "de909d8b3ab35ae24284c440fae87613e2bb0207",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/te/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/te/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/te/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/te/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 100,
            "translated_words": 951,
            "translated_percent": 53.7,
            "fuzzy": 20,
            "fuzzy_words": 105,
            "fuzzy_percent": 10.7,
            "failing_checks": 42,
            "failing_checks_words": 487,
            "failing_checks_percent": 22.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/te/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/te/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/te/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/te/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/te/units/?format=api"
        },
        {
            "language": {
                "id": 299,
                "code": "tg",
                "name": "Tajik",
                "plural": {
                    "id": 299,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tgk"
                ],
                "direction": "ltr",
                "population": 887367000,
                "web_url": "https://translations.documentfoundation.org/languages/tg/",
                "url": "https://translations.documentfoundation.org/api/languages/tg/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/tg/statistics/?format=api"
            },
            "language_code": "tg",
            "id": 25234,
            "filename": "tg/uui/messages.po",
            "revision": "9f5de91d01216e759b05119b071401649afdae00",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/tg/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tg/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/tg/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 64,
            "translated_words": 532,
            "translated_percent": 34.4,
            "fuzzy": 23,
            "fuzzy_words": 138,
            "fuzzy_percent": 12.3,
            "failing_checks": 3,
            "failing_checks_words": 65,
            "failing_checks_percent": 1.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tg/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tg/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tg/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tg/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tg/units/?format=api"
        },
        {
            "language": {
                "id": 300,
                "code": "th",
                "name": "Thai",
                "plural": {
                    "id": 300,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tha"
                ],
                "direction": "ltr",
                "population": 5518192000,
                "web_url": "https://translations.documentfoundation.org/languages/th/",
                "url": "https://translations.documentfoundation.org/api/languages/th/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/th/statistics/?format=api"
            },
            "language_code": "th",
            "id": 25235,
            "filename": "th/uui/messages.po",
            "revision": "ec8f1730121c0d0039985c8a3c5f77bd8df6d909",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/th/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/th/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/th/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/th/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 175,
            "translated_words": 1560,
            "translated_percent": 94.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-04-10T06:08:08.969014Z",
            "last_author": "Theppitak Karoonboonyanan",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/th/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/th/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/th/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/th/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/th/units/?format=api"
        },
        {
            "language": {
                "id": 301,
                "code": "ti",
                "name": "Tigrinya",
                "plural": {
                    "id": 301,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "tir"
                ],
                "direction": "ltr",
                "population": 1014591057,
                "web_url": "https://translations.documentfoundation.org/languages/ti/",
                "url": "https://translations.documentfoundation.org/api/languages/ti/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ti/statistics/?format=api"
            },
            "language_code": "ti",
            "id": 25236,
            "filename": "ti/uui/messages.po",
            "revision": "1bbbf32d83f5565316b288deeb3aca02cced0c19",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/ti/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ti/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/ti/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ti/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 2,
            "translated_words": 2,
            "translated_percent": 1.0,
            "fuzzy": 3,
            "fuzzy_words": 5,
            "fuzzy_percent": 1.6,
            "failing_checks": 1,
            "failing_checks_words": 3,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ti/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ti/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ti/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ti/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ti/units/?format=api"
        },
        {
            "language": {
                "id": 307,
                "code": "tn",
                "name": "Tswana",
                "plural": {
                    "id": 307,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "tsn"
                ],
                "direction": "ltr",
                "population": 611342805,
                "web_url": "https://translations.documentfoundation.org/languages/tn/",
                "url": "https://translations.documentfoundation.org/api/languages/tn/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/tn/statistics/?format=api"
            },
            "language_code": "tn",
            "id": 25237,
            "filename": "tn/uui/messages.po",
            "revision": "6f28bbf71b9b7269994da6230c6c9ec8584dcd89",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/tn/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tn/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/tn/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 11,
            "translated_words": 61,
            "translated_percent": 5.9,
            "fuzzy": 15,
            "fuzzy_words": 43,
            "fuzzy_percent": 8.0,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tn/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tn/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tn/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tn/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tn/units/?format=api"
        },
        {
            "language": {
                "id": 309,
                "code": "tr",
                "name": "Turkish",
                "plural": {
                    "id": 309,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "trk",
                    "tur"
                ],
                "direction": "ltr",
                "population": 8036070514,
                "web_url": "https://translations.documentfoundation.org/languages/tr/",
                "url": "https://translations.documentfoundation.org/api/languages/tr/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/tr/statistics/?format=api"
            },
            "language_code": "tr",
            "id": 25238,
            "filename": "tr/uui/messages.po",
            "revision": "9c87c2394bd63aa7606878c6611e21bd80d4550f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/tr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/tr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 186,
            "translated_words": 1682,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-11T20:57:02.395435Z",
            "last_author": "Ayhan YALÇINSOY",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tr/units/?format=api"
        },
        {
            "language": {
                "id": 310,
                "code": "ts",
                "name": "Tsonga",
                "plural": {
                    "id": 310,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "tso"
                ],
                "direction": "ltr",
                "population": 488093236,
                "web_url": "https://translations.documentfoundation.org/languages/ts/",
                "url": "https://translations.documentfoundation.org/api/languages/ts/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ts/statistics/?format=api"
            },
            "language_code": "ts",
            "id": 25239,
            "filename": "ts/uui/messages.po",
            "revision": "1dd1357dd6aa5fc899bb70917a62056adc2d6381",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/ts/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ts/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/ts/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ts/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 11,
            "translated_words": 86,
            "translated_percent": 5.9,
            "fuzzy": 26,
            "fuzzy_words": 87,
            "fuzzy_percent": 13.9,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ts/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ts/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ts/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ts/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ts/units/?format=api"
        },
        {
            "language": {
                "id": 311,
                "code": "tt",
                "name": "Tatar",
                "plural": {
                    "id": 311,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tat"
                ],
                "direction": "ltr",
                "population": 198410800,
                "web_url": "https://translations.documentfoundation.org/languages/tt/",
                "url": "https://translations.documentfoundation.org/api/languages/tt/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/tt/statistics/?format=api"
            },
            "language_code": "tt",
            "id": 25240,
            "filename": "tt/uui/messages.po",
            "revision": "d46a3a145ca086ddd1d98c04fd497e47ceaed2bb",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/tt/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tt/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/tt/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 5,
            "translated_words": 32,
            "translated_percent": 2.6,
            "fuzzy": 9,
            "fuzzy_words": 27,
            "fuzzy_percent": 4.8,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tt/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tt/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tt/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tt/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/tt/units/?format=api"
        },
        {
            "language": {
                "id": 316,
                "code": "ug",
                "name": "Uyghur",
                "plural": {
                    "id": 316,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "uig"
                ],
                "direction": "rtl",
                "population": 767011479,
                "web_url": "https://translations.documentfoundation.org/languages/ug/",
                "url": "https://translations.documentfoundation.org/api/languages/ug/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ug/statistics/?format=api"
            },
            "language_code": "ug",
            "id": 25241,
            "filename": "ug/uui/messages.po",
            "revision": "bfc27822094be78c360772039a4d304bca2796cb",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/ug/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ug/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/ug/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ug/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 154,
            "translated_words": 1212,
            "translated_percent": 82.7,
            "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-26T21:46:10.543622Z",
            "last_author": "Abduqadir Abliz",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ug/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ug/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ug/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ug/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ug/units/?format=api"
        },
        {
            "language": {
                "id": 317,
                "code": "uk",
                "name": "Ukrainian",
                "plural": {
                    "id": 317,
                    "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": 2934897557,
                "web_url": "https://translations.documentfoundation.org/languages/uk/",
                "url": "https://translations.documentfoundation.org/api/languages/uk/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/uk/statistics/?format=api"
            },
            "language_code": "uk",
            "id": 25242,
            "filename": "uk/uui/messages.po",
            "revision": "4eff590fc66b601c8d94f117d37a2c755d2f38e9",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/uk/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/uk/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/uk/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 186,
            "translated_words": 1682,
            "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-05T10:56:54.458462Z",
            "last_author": "Євген Кондратюк",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/uk/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/uk/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/uk/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/uk/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/uk/units/?format=api"
        },
        {
            "language": {
                "id": 318,
                "code": "ur",
                "name": "Urdu",
                "plural": {
                    "id": 318,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "urd"
                ],
                "direction": "rtl",
                "population": 29079029090,
                "web_url": "https://translations.documentfoundation.org/languages/ur/",
                "url": "https://translations.documentfoundation.org/api/languages/ur/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ur/statistics/?format=api"
            },
            "language_code": "ur",
            "id": 25243,
            "filename": "ur/uui/messages.po",
            "revision": "ee02bb7ac84072c8b77a30395a5db784c492015f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/ur/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ur/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/ur/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ur/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 15,
            "translated_words": 15,
            "translated_percent": 8.0,
            "fuzzy": 1,
            "fuzzy_words": 3,
            "fuzzy_percent": 0.5,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-08-26T07:30:08.715831Z",
            "last_author": "imran",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ur/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ur/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ur/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ur/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ur/units/?format=api"
        },
        {
            "language": {
                "id": 320,
                "code": "uz",
                "name": "Uzbek",
                "plural": {
                    "id": 320,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "uz@cyrillic",
                    "uzb"
                ],
                "direction": "ltr",
                "population": 2648013512,
                "web_url": "https://translations.documentfoundation.org/languages/uz/",
                "url": "https://translations.documentfoundation.org/api/languages/uz/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/uz/statistics/?format=api"
            },
            "language_code": "uz",
            "id": 25244,
            "filename": "uz/uui/messages.po",
            "revision": "c2c31f0f22131fd35ea45e5c4c8de646c5823df3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/uz/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/uz/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/uz/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/uz/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 81,
            "translated_words": 623,
            "translated_percent": 43.5,
            "fuzzy": 19,
            "fuzzy_words": 55,
            "fuzzy_percent": 10.2,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/uz/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/uz/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/uz/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/uz/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/uz/units/?format=api"
        },
        {
            "language": {
                "id": 322,
                "code": "ve",
                "name": "Venda",
                "plural": {
                    "id": 322,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ven"
                ],
                "direction": "ltr",
                "population": 139175912,
                "web_url": "https://translations.documentfoundation.org/languages/ve/",
                "url": "https://translations.documentfoundation.org/api/languages/ve/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ve/statistics/?format=api"
            },
            "language_code": "ve",
            "id": 25245,
            "filename": "ve/uui/messages.po",
            "revision": "c91695f8ff348dcd5f408924e179a5469274e599",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/ve/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ve/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/ve/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ve/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 12,
            "translated_words": 87,
            "translated_percent": 6.4,
            "fuzzy": 24,
            "fuzzy_words": 80,
            "fuzzy_percent": 12.9,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ve/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ve/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ve/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ve/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ve/units/?format=api"
        },
        {
            "language": {
                "id": 323,
                "code": "vec",
                "name": "Venetian",
                "plural": {
                    "id": 323,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 138082962,
                "web_url": "https://translations.documentfoundation.org/languages/vec/",
                "url": "https://translations.documentfoundation.org/api/languages/vec/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/vec/statistics/?format=api"
            },
            "language_code": "vec",
            "id": 25246,
            "filename": "vec/uui/messages.po",
            "revision": "dcd7919835c2b1cc2d5515c4a4a0a86b1334cb20",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/vec/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/vec/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/vec/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/vec/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 160,
            "translated_words": 1380,
            "translated_percent": 86.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-03-07T22:05:18.666435Z",
            "last_author": "VeC",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/vec/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/vec/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/vec/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/vec/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/vec/units/?format=api"
        },
        {
            "language": {
                "id": 324,
                "code": "vi",
                "name": "Vietnamese",
                "plural": {
                    "id": 324,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "vn",
                    "vie"
                ],
                "direction": "ltr",
                "population": 8622296179,
                "web_url": "https://translations.documentfoundation.org/languages/vi/",
                "url": "https://translations.documentfoundation.org/api/languages/vi/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/vi/statistics/?format=api"
            },
            "language_code": "vi",
            "id": 25247,
            "filename": "vi/uui/messages.po",
            "revision": "0120dd381df9da3b1839ada430e78bd6bb588e4b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/vi/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/vi/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/vi/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/vi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 178,
            "translated_words": 1583,
            "translated_percent": 95.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": "2023-06-11T13:02:16.600888Z",
            "last_author": "Nguyễn Hoàng Minh",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/vi/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/vi/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/vi/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/vi/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/vi/units/?format=api"
        },
        {
            "language": {
                "id": 332,
                "code": "wo",
                "name": "Wolof",
                "plural": {
                    "id": 332,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "wol"
                ],
                "direction": "ltr",
                "population": 1102549370,
                "web_url": "https://translations.documentfoundation.org/languages/wo/",
                "url": "https://translations.documentfoundation.org/api/languages/wo/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/wo/statistics/?format=api"
            },
            "language_code": "wo",
            "id": 25248,
            "filename": "wo/uui/messages.po",
            "revision": "450708f8cdad7a97fcfca1d6b78a88bd3c53166a",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/wo/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/wo/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/wo/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/wo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 1,
            "fuzzy_words": 1,
            "fuzzy_percent": 0.5,
            "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://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/wo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/wo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/wo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/wo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/wo/units/?format=api"
        },
        {
            "language": {
                "id": 333,
                "code": "xh",
                "name": "Xhosa",
                "plural": {
                    "id": 333,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "xho"
                ],
                "direction": "ltr",
                "population": 1018294436,
                "web_url": "https://translations.documentfoundation.org/languages/xh/",
                "url": "https://translations.documentfoundation.org/api/languages/xh/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/xh/statistics/?format=api"
            },
            "language_code": "xh",
            "id": 25249,
            "filename": "xh/uui/messages.po",
            "revision": "50940ed2ad38358b730ebf3ef9e4f2b9f45525ec",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/xh/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/xh/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/xh/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/xh/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 12,
            "translated_words": 87,
            "translated_percent": 6.4,
            "fuzzy": 25,
            "fuzzy_words": 86,
            "fuzzy_percent": 13.4,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/xh/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/xh/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/xh/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/xh/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/xh/units/?format=api"
        },
        {
            "language": {
                "id": 339,
                "code": "zh_Hans",
                "name": "Chinese (Simplified)",
                "plural": {
                    "id": 339,
                    "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": 126606635982,
                "web_url": "https://translations.documentfoundation.org/languages/zh_Hans/",
                "url": "https://translations.documentfoundation.org/api/languages/zh_Hans/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/zh_Hans/statistics/?format=api"
            },
            "language_code": "zh-CN",
            "id": 25250,
            "filename": "zh-CN/uui/messages.po",
            "revision": "6098f6dced5b68450b3a3f33ef7cbf8fdc9ef812",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/zh_Hans/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/zh_Hans/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/zh_Hans/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 185,
            "translated_words": 1676,
            "translated_percent": 99.4,
            "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-05T10:22:43.831688Z",
            "last_author": "Ming Hua",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/zh_Hans/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/zh_Hans/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/zh_Hans/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/zh_Hans/units/?format=api"
        },
        {
            "language": {
                "id": 340,
                "code": "zh_Hant",
                "name": "Chinese (Traditional)",
                "plural": {
                    "id": 340,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "tchinese",
                    "zhtw",
                    "zh_tw",
                    "zh_hant_tw",
                    "zh_hant@zh",
                    "zh_cmn_hant",
                    "cht",
                    "zho"
                ],
                "direction": "ltr",
                "population": 3861255636,
                "web_url": "https://translations.documentfoundation.org/languages/zh_Hant/",
                "url": "https://translations.documentfoundation.org/api/languages/zh_Hant/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/zh_Hant/statistics/?format=api"
            },
            "language_code": "zh-TW",
            "id": 25251,
            "filename": "zh-TW/uui/messages.po",
            "revision": "fc86986502e0cdd6d105075449ec07d1967ec5f3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/zh_Hant/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/zh_Hant/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/zh_Hant/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 186,
            "translated_words": 1682,
            "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-19T06:44:45.735454Z",
            "last_author": "Po-Yen Huang",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/zh_Hant/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/zh_Hant/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/zh_Hant/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/zh_Hant/units/?format=api"
        },
        {
            "language": {
                "id": 342,
                "code": "zu",
                "name": "Zulu",
                "plural": {
                    "id": 342,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "zul"
                ],
                "direction": "ltr",
                "population": 1397382951,
                "web_url": "https://translations.documentfoundation.org/languages/zu/",
                "url": "https://translations.documentfoundation.org/api/languages/zu/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/zu/statistics/?format=api"
            },
            "language_code": "zu",
            "id": 25252,
            "filename": "zu/uui/messages.po",
            "revision": "b3818b7bea7e715aa3817ec35a7489327c35c12a",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/zu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/zu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/zu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/zu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 13,
            "translated_words": 91,
            "translated_percent": 6.9,
            "fuzzy": 30,
            "fuzzy_words": 106,
            "fuzzy_percent": 16.1,
            "failing_checks": 2,
            "failing_checks_words": 4,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/zu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/zu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/zu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/zu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/zu/units/?format=api"
        },
        {
            "language": {
                "id": 343,
                "code": "ca_VALENCIA",
                "name": "Catalan",
                "plural": {
                    "id": 363,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/ca_VALENCIA/",
                "url": "https://translations.documentfoundation.org/api/languages/ca_VALENCIA/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ca_VALENCIA/statistics/?format=api"
            },
            "language_code": "ca-valencia",
            "id": 25253,
            "filename": "ca-valencia/uui/messages.po",
            "revision": "b95308b38896bfe7125804ca61ff4b83f04fe041",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/ca_VALENCIA/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ca_VALENCIA/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/ca_VALENCIA/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ca_VALENCIA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 178,
            "translated_words": 1583,
            "translated_percent": 95.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-08-10T13:13:31.161612Z",
            "last_author": "Joan Montané",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ca_VALENCIA/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ca_VALENCIA/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ca_VALENCIA/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ca_VALENCIA/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ca_VALENCIA/units/?format=api"
        },
        {
            "language": {
                "id": 344,
                "code": "gug",
                "name": "Guaraní (Paraguayan)",
                "plural": {
                    "id": 365,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/gug/",
                "url": "https://translations.documentfoundation.org/api/languages/gug/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/gug/statistics/?format=api"
            },
            "language_code": "gug",
            "id": 25254,
            "filename": "gug/uui/messages.po",
            "revision": "ee992d14659760ba12b1bade4e2ca21a423cc773",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/gug/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/gug/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/gug/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/gug/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 50,
            "translated_words": 155,
            "translated_percent": 26.8,
            "fuzzy": 2,
            "fuzzy_words": 32,
            "fuzzy_percent": 1.0,
            "failing_checks": 2,
            "failing_checks_words": 7,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/gug/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/gug/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/gug/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/gug/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/gug/units/?format=api"
        },
        {
            "language": {
                "id": 345,
                "code": "sid",
                "name": "Sidamo",
                "plural": {
                    "id": 371,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 378395500,
                "web_url": "https://translations.documentfoundation.org/languages/sid/",
                "url": "https://translations.documentfoundation.org/api/languages/sid/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sid/statistics/?format=api"
            },
            "language_code": "sid",
            "id": 25255,
            "filename": "sid/uui/messages.po",
            "revision": "7c8ee47423699453ed3dbc2f280d065ebd52f59b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/sid/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sid/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/sid/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sid/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 101,
            "translated_words": 958,
            "translated_percent": 54.3,
            "fuzzy": 18,
            "fuzzy_words": 102,
            "fuzzy_percent": 9.6,
            "failing_checks": 12,
            "failing_checks_words": 95,
            "failing_checks_percent": 6.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sid/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sid/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sid/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sid/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sid/units/?format=api"
        },
        {
            "language": {
                "id": 346,
                "code": "dgo",
                "name": "Dogri",
                "plural": {
                    "id": 378,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/dgo/",
                "url": "https://translations.documentfoundation.org/api/languages/dgo/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/dgo/statistics/?format=api"
            },
            "language_code": "dgo",
            "id": 25256,
            "filename": "dgo/uui/messages.po",
            "revision": "00f8d2cdf07cb5c7b9a6b4db4fa934c85e3a2fe8",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/dgo/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/dgo/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/dgo/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/dgo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 98,
            "translated_words": 755,
            "translated_percent": 52.6,
            "fuzzy": 22,
            "fuzzy_words": 129,
            "fuzzy_percent": 11.8,
            "failing_checks": 51,
            "failing_checks_words": 422,
            "failing_checks_percent": 27.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/dgo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/dgo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/dgo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/dgo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/dgo/units/?format=api"
        },
        {
            "language": {
                "id": 347,
                "code": "gbm",
                "name": "Garhwali",
                "plural": {
                    "id": 380,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 358044300,
                "web_url": "https://translations.documentfoundation.org/languages/gbm/",
                "url": "https://translations.documentfoundation.org/api/languages/gbm/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/gbm/statistics/?format=api"
            },
            "language_code": "gbm",
            "id": 25257,
            "filename": "gbm/uui/messages.po",
            "revision": "2c0fa811b9e468b31bbe44e6616ac1084e97892f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/gbm/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/gbm/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/gbm/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/gbm/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "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://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/gbm/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/gbm/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/gbm/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/gbm/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/gbm/units/?format=api"
        },
        {
            "language": {
                "id": 348,
                "code": "kmr_LATN",
                "name": "Kurdish (Northern)",
                "plural": {
                    "id": 1700511,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/kmr_LATN/",
                "url": "https://translations.documentfoundation.org/api/languages/kmr_LATN/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/kmr_LATN/statistics/?format=api"
            },
            "language_code": "kmr-Latn",
            "id": 25258,
            "filename": "kmr-Latn/uui/messages.po",
            "revision": "2b9fa83ef6b4c70f4be465237a4efa783b8ea57d",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/kmr_LATN/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/kmr_LATN/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/kmr_LATN/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/kmr_LATN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 104,
            "translated_words": 1075,
            "translated_percent": 55.9,
            "fuzzy": 16,
            "fuzzy_words": 46,
            "fuzzy_percent": 8.6,
            "failing_checks": 1,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2020-04-25T07:24:08.350773Z",
            "last_author": "amedcj",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/kmr_LATN/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/kmr_LATN/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/kmr_LATN/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/kmr_LATN/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/kmr_LATN/units/?format=api"
        },
        {
            "language": {
                "id": 349,
                "code": "pap_CW",
                "name": "Papiamento",
                "plural": {
                    "id": 386,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/pap_CW/",
                "url": "https://translations.documentfoundation.org/api/languages/pap_CW/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/pap_CW/statistics/?format=api"
            },
            "language_code": "pap-CW",
            "id": 25259,
            "filename": "pap-CW/uui/messages.po",
            "revision": "809efb9710c306739ce01e3613f42ac56ea91314",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/pap_CW/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/pap_CW/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/pap_CW/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/pap_CW/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "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://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/pap_CW/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/pap_CW/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/pap_CW/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/pap_CW/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/pap_CW/units/?format=api"
        },
        {
            "language": {
                "id": 350,
                "code": "sa_IN",
                "name": "Sanskrit",
                "plural": {
                    "id": 387,
                    "source": 0,
                    "number": 3,
                    "formula": "n==1 ? 0 : n==2 ? 1 : 2",
                    "type": 4
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/sa_IN/",
                "url": "https://translations.documentfoundation.org/api/languages/sa_IN/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sa_IN/statistics/?format=api"
            },
            "language_code": "sa-IN",
            "id": 25260,
            "filename": "sa-IN/uui/messages.po",
            "revision": "be47321c8025ddbf71cd7925b52d028fc9653a47",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/sa_IN/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sa_IN/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/sa_IN/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sa_IN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 99,
            "translated_words": 879,
            "translated_percent": 53.2,
            "fuzzy": 24,
            "fuzzy_words": 131,
            "fuzzy_percent": 12.9,
            "failing_checks": 8,
            "failing_checks_words": 117,
            "failing_checks_percent": 4.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sa_IN/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sa_IN/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sa_IN/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sa_IN/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sa_IN/units/?format=api"
        },
        {
            "language": {
                "id": 351,
                "code": "sw_TZ",
                "name": "Swahili (Tanzania)",
                "plural": {
                    "id": 388,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 5269752000,
                "web_url": "https://translations.documentfoundation.org/languages/sw_TZ/",
                "url": "https://translations.documentfoundation.org/api/languages/sw_TZ/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/sw_TZ/statistics/?format=api"
            },
            "language_code": "sw-TZ",
            "id": 25261,
            "filename": "sw-TZ/uui/messages.po",
            "revision": "d3503a73cbb059934f5b8d132ac4a2407b42f3a0",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/sw_TZ/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sw_TZ/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/sw_TZ/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sw_TZ/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 64,
            "translated_words": 532,
            "translated_percent": 34.4,
            "fuzzy": 23,
            "fuzzy_words": 138,
            "fuzzy_percent": 12.3,
            "failing_checks": 11,
            "failing_checks_words": 195,
            "failing_checks_percent": 5.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sw_TZ/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sw_TZ/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sw_TZ/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sw_TZ/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/sw_TZ/units/?format=api"
        },
        {
            "language": {
                "id": 206,
                "code": "ms",
                "name": "Malay",
                "plural": {
                    "id": 206,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "may",
                    "msa"
                ],
                "direction": "ltr",
                "population": 3486927594,
                "web_url": "https://translations.documentfoundation.org/languages/ms/",
                "url": "https://translations.documentfoundation.org/api/languages/ms/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ms/statistics/?format=api"
            },
            "language_code": "ms",
            "id": 26038,
            "filename": "ms/uui/messages.po",
            "revision": "201eaa85aef4423ed788ced8f9648aba8db9d9db",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/ms/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ms/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/ms/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ms/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "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://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ms/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ms/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ms/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ms/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ms/units/?format=api"
        },
        {
            "language": {
                "id": 354,
                "code": "axm",
                "name": "axm (generated)",
                "plural": {
                    "id": 395,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/axm/",
                "url": "https://translations.documentfoundation.org/api/languages/axm/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/axm/statistics/?format=api"
            },
            "language_code": "axm",
            "id": 27011,
            "filename": "axm/uui/messages.po",
            "revision": "201eaa85aef4423ed788ced8f9648aba8db9d9db",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/axm/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/axm/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/axm/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/axm/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "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://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/axm/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/axm/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/axm/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/axm/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/axm/units/?format=api"
        },
        {
            "language": {
                "id": 355,
                "code": "gcf",
                "name": "Guadeloupean Creole, French",
                "plural": {
                    "id": 396,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/gcf/",
                "url": "https://translations.documentfoundation.org/api/languages/gcf/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/gcf/statistics/?format=api"
            },
            "language_code": "gcf",
            "id": 27012,
            "filename": "gcf/uui/messages.po",
            "revision": "201eaa85aef4423ed788ced8f9648aba8db9d9db",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/gcf/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/gcf/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/gcf/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/gcf/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "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://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/gcf/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/gcf/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/gcf/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/gcf/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/gcf/units/?format=api"
        },
        {
            "language": {
                "id": 356,
                "code": "hyw",
                "name": "hyw (generated)",
                "plural": {
                    "id": 397,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/hyw/",
                "url": "https://translations.documentfoundation.org/api/languages/hyw/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hyw/statistics/?format=api"
            },
            "language_code": "hyw",
            "id": 27013,
            "filename": "hyw/uui/messages.po",
            "revision": "201eaa85aef4423ed788ced8f9648aba8db9d9db",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/hyw/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/hyw/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/hyw/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/hyw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "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://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/hyw/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/hyw/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/hyw/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/hyw/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/hyw/units/?format=api"
        },
        {
            "language": {
                "id": 357,
                "code": "xcl",
                "name": "Armenian, Classical (Armenia)",
                "plural": {
                    "id": 398,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/xcl/",
                "url": "https://translations.documentfoundation.org/api/languages/xcl/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/xcl/statistics/?format=api"
            },
            "language_code": "xcl",
            "id": 27014,
            "filename": "xcl/uui/messages.po",
            "revision": "201eaa85aef4423ed788ced8f9648aba8db9d9db",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/xcl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/xcl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/xcl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/xcl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "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://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/xcl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/xcl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/xcl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/xcl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/xcl/units/?format=api"
        },
        {
            "language": {
                "id": 364,
                "code": "hye",
                "name": "hye (generated)",
                "plural": {
                    "id": 405,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 0,
                "web_url": "https://translations.documentfoundation.org/languages/hye/",
                "url": "https://translations.documentfoundation.org/api/languages/hye/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hye/statistics/?format=api"
            },
            "language_code": "hye",
            "id": 27176,
            "filename": "hye/uui/messages.po",
            "revision": "201eaa85aef4423ed788ced8f9648aba8db9d9db",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/hye/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/hye/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/hye/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/hye/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "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://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/hye/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/hye/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/hye/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/hye/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/hye/units/?format=api"
        },
        {
            "language": {
                "id": 76,
                "code": "en",
                "name": "English",
                "plural": {
                    "id": 76,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "en_en",
                    "base",
                    "source",
                    "enp",
                    "eng"
                ],
                "direction": "ltr",
                "population": 163648503560,
                "web_url": "https://translations.documentfoundation.org/languages/en/",
                "url": "https://translations.documentfoundation.org/api/languages/en/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/en/statistics/?format=api"
            },
            "language_code": "en",
            "id": 79376,
            "filename": "templates/uui/messages.pot",
            "revision": "99a823937ac4e71f8f0d3ef2a81c3a3f0b45822d",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/en/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/en/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/en/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 186,
            "total_words": 1682,
            "translated": 186,
            "translated_words": 1682,
            "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": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/en/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/en/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/en/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/en/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/en/units/?format=api"
        },
        {
            "language": {
                "id": 57,
                "code": "ckb",
                "name": "Kurdish (Central)",
                "plural": {
                    "id": 57,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "rtl",
                "population": 1108654870,
                "web_url": "https://translations.documentfoundation.org/languages/ckb/",
                "url": "https://translations.documentfoundation.org/api/languages/ckb/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ckb/statistics/?format=api"
            },
            "language_code": "ckb",
            "id": 80013,
            "filename": "ckb/uui/messages.po",
            "revision": "06041d5af7dbc897410badb058274f40c04093f6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/ckb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ckb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/ckb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ckb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 125,
            "translated_words": 672,
            "translated_percent": 67.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": "2021-02-05T07:55:58.545612Z",
            "last_author": "jwtiyar ali nariman",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ckb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ckb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ckb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ckb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ckb/units/?format=api"
        },
        {
            "language": {
                "id": 123,
                "code": "ha",
                "name": "Hausa",
                "plural": {
                    "id": 123,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hau"
                ],
                "direction": "rtl",
                "population": 3741264972,
                "web_url": "https://translations.documentfoundation.org/languages/ha/",
                "url": "https://translations.documentfoundation.org/api/languages/ha/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ha/statistics/?format=api"
            },
            "language_code": "ha",
            "id": 80285,
            "filename": "ha/uui/messages.po",
            "revision": "201eaa85aef4423ed788ced8f9648aba8db9d9db",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/ha/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ha/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/ha/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ha/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "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://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ha/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ha/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ha/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ha/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/ha/units/?format=api"
        },
        {
            "language": {
                "id": 146,
                "code": "iu",
                "name": "Inuktitut",
                "plural": {
                    "id": 146,
                    "source": 0,
                    "number": 3,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : 2)",
                    "type": 4
                },
                "aliases": [
                    "iku"
                ],
                "direction": "ltr",
                "population": 4523292,
                "web_url": "https://translations.documentfoundation.org/languages/iu/",
                "url": "https://translations.documentfoundation.org/api/languages/iu/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/iu/statistics/?format=api"
            },
            "language_code": "iu",
            "id": 107841,
            "filename": "iu/uui/messages.po",
            "revision": "201eaa85aef4423ed788ced8f9648aba8db9d9db",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/iu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/iu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/iu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/iu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "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://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/iu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/iu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/iu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/iu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/iu/units/?format=api"
        },
        {
            "language": {
                "id": 182,
                "code": "lg",
                "name": "Luganda",
                "plural": {
                    "id": 182,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "lug"
                ],
                "direction": "ltr",
                "population": 562289000,
                "web_url": "https://translations.documentfoundation.org/languages/lg/",
                "url": "https://translations.documentfoundation.org/api/languages/lg/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/lg/statistics/?format=api"
            },
            "language_code": "lg",
            "id": 135896,
            "filename": "lg/uui/messages.po",
            "revision": "201eaa85aef4423ed788ced8f9648aba8db9d9db",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/lg/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/lg/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/lg/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/lg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "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://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/lg/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/lg/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/lg/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/lg/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/lg/units/?format=api"
        },
        {
            "language": {
                "id": 599,
                "code": "csb",
                "name": "Kashubian",
                "plural": {
                    "id": 190240,
                    "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": [],
                "direction": "ltr",
                "population": 4976699,
                "web_url": "https://translations.documentfoundation.org/languages/csb/",
                "url": "https://translations.documentfoundation.org/api/languages/csb/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/csb/statistics/?format=api"
            },
            "language_code": "csb",
            "id": 136382,
            "filename": "csb/uui/messages.po",
            "revision": "a45d6743a25408bbcbdcbe7a5ce240478a77df94",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/uuimessages/csb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/csb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/uuimessages/csb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/csb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 186,
            "total_words": 1682,
            "translated": 13,
            "translated_words": 13,
            "translated_percent": 6.9,
            "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-04-29T22:23:59.759400Z",
            "last_author": "Mateùsz Titës Meyer",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/csb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/csb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/csb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/csb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/uuimessages/csb/units/?format=api"
        }
    ]
}