Translation components API.

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

GET /api/components/libo_ui-master/scaddinsmessages/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/scaddinsmessages/translations/?format=api&page=4",
    "previous": "https://translations.documentfoundation.org/api/components/libo_ui-master/scaddinsmessages/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": 10898,
            "filename": "sl/scaddins/messages.po",
            "revision": "1e0eaeda98f45ce16db2e986659c35a92132a581",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/sl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/sl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 857,
            "translated_words": 3057,
            "translated_percent": 93.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 4,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10899,
            "filename": "sq/scaddins/messages.po",
            "revision": "f037236886f1d13e6784ce681324acb8fefef1c9",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/sq/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sq/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/sq/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sq/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 622,
            "translated_words": 1756,
            "translated_percent": 68.0,
            "fuzzy": 19,
            "fuzzy_words": 74,
            "fuzzy_percent": 2.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:28.768236Z",
            "last_author": "Agroni",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sq/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sq/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sq/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sq/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10900,
            "filename": "sr/scaddins/messages.po",
            "revision": "345be7c4ed1fa0765e11860aa2f9bb5de3b086ab",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/sr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/sr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 27,
            "translated_words": 87,
            "translated_percent": 2.9,
            "fuzzy": 782,
            "fuzzy_words": 2479,
            "fuzzy_percent": 85.5,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-10-23T00:13:14.877504Z",
            "last_author": "Милош Поповић",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10901,
            "filename": "sr-Latn/scaddins/messages.po",
            "revision": "aa21bfcbb57c4d14bfccd9edc4843bc02f53c77a",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/sr_Latn/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sr_Latn/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/sr_Latn/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sr_Latn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 794,
            "fuzzy_words": 2532,
            "fuzzy_percent": 86.8,
            "failing_checks": 4,
            "failing_checks_words": 4,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sr_Latn/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sr_Latn/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sr_Latn/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sr_Latn/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10902,
            "filename": "ss/scaddins/messages.po",
            "revision": "a2a2a9685f37f5a59c5db8c7290d6e980ab076b1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/ss/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ss/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/ss/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ss/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 255,
            "translated_words": 1310,
            "translated_percent": 27.8,
            "fuzzy": 190,
            "fuzzy_words": 432,
            "fuzzy_percent": 20.7,
            "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/scaddinsmessages/ss/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ss/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ss/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ss/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10903,
            "filename": "st/scaddins/messages.po",
            "revision": "8b10eae07d030792861d63055c66c55dc6cd8aa7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/st/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/st/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/st/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/st/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 254,
            "translated_words": 1309,
            "translated_percent": 27.7,
            "fuzzy": 189,
            "fuzzy_words": 431,
            "fuzzy_percent": 20.6,
            "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/scaddinsmessages/st/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/st/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/st/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/st/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10904,
            "filename": "sv/scaddins/messages.po",
            "revision": "baf0fd6a418ea2cac60a464ade53c9cad091076f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/sv/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sv/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/sv/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 914,
            "translated_words": 3225,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 7,
            "failing_checks_words": 7,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-11-19T06:29:10.378955Z",
            "last_author": "Andreas Pettersson",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sv/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sv/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sv/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sv/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10905,
            "filename": "szl/scaddins/messages.po",
            "revision": "50107154f4fc1d1bd83c6be4148cfeec92b38a38",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/szl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/szl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/szl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/szl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 870,
            "translated_words": 3070,
            "translated_percent": 95.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-05-20T09:59:17.206312Z",
            "last_author": "Grzegorz Kulik",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/szl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/szl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/szl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/szl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10906,
            "filename": "ta/scaddins/messages.po",
            "revision": "1f5c4bc2d5c5ca2c17e90221296689f3f3d0dd7b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/ta/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ta/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/ta/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ta/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 842,
            "translated_words": 3018,
            "translated_percent": 92.1,
            "fuzzy": 15,
            "fuzzy_words": 39,
            "fuzzy_percent": 1.6,
            "failing_checks": 7,
            "failing_checks_words": 27,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ta/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ta/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ta/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ta/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10907,
            "filename": "te/scaddins/messages.po",
            "revision": "eb5af75d12c81346fa689e00594b596992a0d8c7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/te/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/te/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/te/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/te/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 792,
            "translated_words": 2504,
            "translated_percent": 86.6,
            "fuzzy": 14,
            "fuzzy_words": 18,
            "fuzzy_percent": 1.5,
            "failing_checks": 55,
            "failing_checks_words": 288,
            "failing_checks_percent": 6.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/te/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/te/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/te/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/te/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10908,
            "filename": "tg/scaddins/messages.po",
            "revision": "1dd43f0d30bfabc57db0232dfb7a2a17a5e4f3c9",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/tg/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tg/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/tg/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/tg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 776,
            "translated_words": 2436,
            "translated_percent": 84.9,
            "fuzzy": 21,
            "fuzzy_words": 77,
            "fuzzy_percent": 2.2,
            "failing_checks": 2,
            "failing_checks_words": 11,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/tg/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/tg/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/tg/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/tg/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10909,
            "filename": "th/scaddins/messages.po",
            "revision": "d98904c211dfaeb07643db1ba18be9431ea6a110",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/th/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/th/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/th/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/th/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 790,
            "translated_words": 2452,
            "translated_percent": 86.4,
            "fuzzy": 22,
            "fuzzy_words": 86,
            "fuzzy_percent": 2.4,
            "failing_checks": 23,
            "failing_checks_words": 136,
            "failing_checks_percent": 2.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2022-03-24T08:36:41.422216Z",
            "last_author": "Theppitak Karoonboonyanan",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/th/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/th/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/th/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/th/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10910,
            "filename": "ti/scaddins/messages.po",
            "revision": "d8f2f59f5b8e597c62475c1b8e31610d2e55a303",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/ti/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ti/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/ti/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ti/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 5,
            "translated_words": 5,
            "translated_percent": 0.5,
            "fuzzy": 28,
            "fuzzy_words": 30,
            "fuzzy_percent": 3.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/scaddinsmessages/ti/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ti/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ti/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ti/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10911,
            "filename": "tn/scaddins/messages.po",
            "revision": "2f7e0ce4560516a2b55b4dba4d2c68a2dc5e4fbf",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/tn/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tn/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/tn/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/tn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 259,
            "translated_words": 1314,
            "translated_percent": 28.3,
            "fuzzy": 169,
            "fuzzy_words": 409,
            "fuzzy_percent": 18.4,
            "failing_checks": 2,
            "failing_checks_words": 13,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/tn/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/tn/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/tn/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/tn/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10912,
            "filename": "tr/scaddins/messages.po",
            "revision": "bb6a4eb09dea99d1a7f28279a9897c34e20d30ff",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/tr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/tr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 914,
            "translated_words": 3225,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-10-23T21:18:06.235936Z",
            "last_author": "Ayhan YALÇINSOY",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/tr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/tr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/tr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/tr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10913,
            "filename": "ts/scaddins/messages.po",
            "revision": "c2ada7f3a8a4e713d2eaa96103981df84c144b21",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/ts/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ts/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/ts/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ts/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 250,
            "translated_words": 1305,
            "translated_percent": 27.3,
            "fuzzy": 194,
            "fuzzy_words": 436,
            "fuzzy_percent": 21.2,
            "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/scaddinsmessages/ts/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ts/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ts/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ts/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10914,
            "filename": "tt/scaddins/messages.po",
            "revision": "7719336184f60708c8712d06eb7b423240a7e309",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/tt/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tt/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/tt/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/tt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 74,
            "translated_words": 74,
            "translated_percent": 8.0,
            "fuzzy": 51,
            "fuzzy_words": 61,
            "fuzzy_percent": 5.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/scaddinsmessages/tt/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/tt/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/tt/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/tt/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10915,
            "filename": "ug/scaddins/messages.po",
            "revision": "b20240c3ddb27bbc627de788d20a5e34e6c5ed97",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/ug/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ug/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/ug/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ug/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 805,
            "translated_words": 2517,
            "translated_percent": 88.0,
            "fuzzy": 14,
            "fuzzy_words": 18,
            "fuzzy_percent": 1.5,
            "failing_checks": 187,
            "failing_checks_words": 231,
            "failing_checks_percent": 20.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-01-26T21:46:09.740256Z",
            "last_author": "Abduqadir Abliz",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ug/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ug/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ug/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ug/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10916,
            "filename": "uk/scaddins/messages.po",
            "revision": "bef3d52d6776176d7657c0908fbb7996c09309cd",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/uk/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/uk/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/uk/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 914,
            "translated_words": 3225,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-02-18T17:03:10.977189Z",
            "last_author": "Євген Кондратюк",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/uk/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/uk/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/uk/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/uk/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10917,
            "filename": "ur/scaddins/messages.po",
            "revision": "8b3304a943bc832cdaba39f6efb823024a6f22d1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/ur/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ur/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/ur/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ur/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 21,
            "translated_words": 21,
            "translated_percent": 2.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2021-08-26T07:30:08.553714Z",
            "last_author": "imran",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ur/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ur/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ur/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ur/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10918,
            "filename": "uz/scaddins/messages.po",
            "revision": "22b5d5cd21698d408b3972df08596d641fa2371a",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/uz/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/uz/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/uz/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/uz/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 268,
            "translated_words": 513,
            "translated_percent": 29.3,
            "fuzzy": 41,
            "fuzzy_words": 83,
            "fuzzy_percent": 4.4,
            "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/scaddinsmessages/uz/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/uz/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/uz/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/uz/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10919,
            "filename": "ve/scaddins/messages.po",
            "revision": "44a41575cc98121fcda596f2da8fc1c3a0e1bdaf",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/ve/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ve/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/ve/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ve/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 256,
            "translated_words": 1311,
            "translated_percent": 28.0,
            "fuzzy": 189,
            "fuzzy_words": 431,
            "fuzzy_percent": 20.6,
            "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/scaddinsmessages/ve/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ve/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ve/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ve/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10920,
            "filename": "vec/scaddins/messages.po",
            "revision": "2cdd0abec81835d6b0405c90a858602edc3b9547",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/vec/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/vec/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/vec/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/vec/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 909,
            "translated_words": 3174,
            "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": "2021-03-07T22:05:18.526419Z",
            "last_author": "VeC",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/vec/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/vec/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/vec/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/vec/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10921,
            "filename": "vi/scaddins/messages.po",
            "revision": "d89a04e81483736b418514b1391ac2912b665c56",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/vi/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/vi/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/vi/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/vi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 786,
            "translated_words": 2498,
            "translated_percent": 85.9,
            "fuzzy": 10,
            "fuzzy_words": 14,
            "fuzzy_percent": 1.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-06-04T13:23:48.983177Z",
            "last_author": "Nguyễn Hoàng Minh",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/vi/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/vi/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/vi/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/vi/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10922,
            "filename": "wo/scaddins/messages.po",
            "revision": "9ad7f7914cd26a4f4f255582c7dbaa31f2f116b4",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/wo/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/wo/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/wo/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/wo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 1,
            "fuzzy_words": 1,
            "fuzzy_percent": 0.1,
            "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/scaddinsmessages/wo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/wo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/wo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/wo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10923,
            "filename": "xh/scaddins/messages.po",
            "revision": "8e335d4acb9dccba6dc4ea49747fb57a0707ebc2",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/xh/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/xh/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/xh/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/xh/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 255,
            "translated_words": 1310,
            "translated_percent": 27.8,
            "fuzzy": 190,
            "fuzzy_words": 432,
            "fuzzy_percent": 20.7,
            "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/scaddinsmessages/xh/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/xh/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/xh/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/xh/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10924,
            "filename": "zh-CN/scaddins/messages.po",
            "revision": "b36d749037c9a9a821f736774e140a10bb5324d9",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/zh_Hans/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/zh_Hans/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/zh_Hans/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 914,
            "translated_words": 3225,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 195,
            "failing_checks_words": 238,
            "failing_checks_percent": 21.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-10-09T13:52:58.617418Z",
            "last_author": "Ming Hua",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/zh_Hans/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/zh_Hans/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/zh_Hans/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10925,
            "filename": "zh-TW/scaddins/messages.po",
            "revision": "2c468c65a55235e1b79d74d01d48b998e23257cf",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/zh_Hant/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/zh_Hant/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/zh_Hant/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 914,
            "translated_words": 3225,
            "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": 4,
            "have_comment": 0,
            "last_change": "2022-11-17T02:05:49.587239Z",
            "last_author": "Po-Yen Huang",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/zh_Hant/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/zh_Hant/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/zh_Hant/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10926,
            "filename": "zu/scaddins/messages.po",
            "revision": "7d098e0d477fc43cf6e3357248935311782abb8e",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/zu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/zu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/zu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/zu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 260,
            "translated_words": 1315,
            "translated_percent": 28.4,
            "fuzzy": 185,
            "fuzzy_words": 427,
            "fuzzy_percent": 20.2,
            "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/scaddinsmessages/zu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/zu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/zu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/zu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10927,
            "filename": "ca-valencia/scaddins/messages.po",
            "revision": "380077e355f04cefa5efe2f0fb090cf7c36dc1e4",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/ca_VALENCIA/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ca_VALENCIA/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/ca_VALENCIA/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ca_VALENCIA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 914,
            "translated_words": 3225,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 8,
            "failing_checks_words": 8,
            "failing_checks_percent": 0.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-08-10T13:10:28.939877Z",
            "last_author": "Joan Montané",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ca_VALENCIA/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ca_VALENCIA/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ca_VALENCIA/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ca_VALENCIA/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10928,
            "filename": "gug/scaddins/messages.po",
            "revision": "e403589da7dc030d165b83e7bb700b99d7e9dfb6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/gug/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/gug/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/gug/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/gug/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 311,
            "translated_words": 492,
            "translated_percent": 34.0,
            "fuzzy": 63,
            "fuzzy_words": 212,
            "fuzzy_percent": 6.8,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/gug/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/gug/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/gug/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/gug/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10929,
            "filename": "sid/scaddins/messages.po",
            "revision": "820112073c3a6e509790e0e6060e3df3b1935806",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/sid/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sid/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/sid/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sid/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 792,
            "translated_words": 2504,
            "translated_percent": 86.6,
            "fuzzy": 14,
            "fuzzy_words": 18,
            "fuzzy_percent": 1.5,
            "failing_checks": 13,
            "failing_checks_words": 107,
            "failing_checks_percent": 1.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sid/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sid/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sid/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sid/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10930,
            "filename": "dgo/scaddins/messages.po",
            "revision": "30acbaba24b398735c4b4df001a0378dcdcf4549",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/dgo/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/dgo/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/dgo/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/dgo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 775,
            "translated_words": 2424,
            "translated_percent": 84.7,
            "fuzzy": 22,
            "fuzzy_words": 89,
            "fuzzy_percent": 2.4,
            "failing_checks": 411,
            "failing_checks_words": 1094,
            "failing_checks_percent": 44.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/dgo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/dgo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/dgo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/dgo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10931,
            "filename": "gbm/scaddins/messages.po",
            "revision": "a6c661d513aa9a6cfca8fb15bbed7cc8f5c1d814",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/gbm/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/gbm/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/gbm/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/gbm/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "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/scaddinsmessages/gbm/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/gbm/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/gbm/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/gbm/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10932,
            "filename": "kmr-Latn/scaddins/messages.po",
            "revision": "ee13a4fc7e48bf54c11cdde7acf69219cec446d7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/kmr_LATN/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/kmr_LATN/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/kmr_LATN/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/kmr_LATN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 414,
            "translated_words": 883,
            "translated_percent": 45.2,
            "fuzzy": 75,
            "fuzzy_words": 247,
            "fuzzy_percent": 8.2,
            "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/scaddinsmessages/kmr_LATN/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/kmr_LATN/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/kmr_LATN/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/kmr_LATN/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10933,
            "filename": "pap-CW/scaddins/messages.po",
            "revision": "a4497ec69d48280b66db65f555e50affd0447f68",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/pap_CW/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/pap_CW/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/pap_CW/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/pap_CW/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "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/scaddinsmessages/pap_CW/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/pap_CW/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/pap_CW/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/pap_CW/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10934,
            "filename": "sa-IN/scaddins/messages.po",
            "revision": "6cb566b0a971609f215972da0f35e5651c81d2f6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/sa_IN/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sa_IN/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/sa_IN/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sa_IN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 776,
            "translated_words": 2436,
            "translated_percent": 84.9,
            "fuzzy": 21,
            "fuzzy_words": 77,
            "fuzzy_percent": 2.2,
            "failing_checks": 4,
            "failing_checks_words": 4,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sa_IN/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sa_IN/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sa_IN/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sa_IN/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 10935,
            "filename": "sw-TZ/scaddins/messages.po",
            "revision": "51942160ebc3f2f073d2491317c3cb74c76f83cc",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/sw_TZ/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sw_TZ/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/sw_TZ/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sw_TZ/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 776,
            "translated_words": 2436,
            "translated_percent": 84.9,
            "fuzzy": 21,
            "fuzzy_words": 77,
            "fuzzy_percent": 2.2,
            "failing_checks": 22,
            "failing_checks_words": 139,
            "failing_checks_percent": 2.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sw_TZ/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sw_TZ/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sw_TZ/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/sw_TZ/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 25933,
            "filename": "ms/scaddins/messages.po",
            "revision": "f493947de3ccc908d18c5b3024b48663366baac3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/ms/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ms/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/ms/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ms/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "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/scaddinsmessages/ms/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ms/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ms/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ms/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 26591,
            "filename": "axm/scaddins/messages.po",
            "revision": "f493947de3ccc908d18c5b3024b48663366baac3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/axm/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/axm/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/axm/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/axm/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "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/scaddinsmessages/axm/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/axm/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/axm/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/axm/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 26592,
            "filename": "gcf/scaddins/messages.po",
            "revision": "f493947de3ccc908d18c5b3024b48663366baac3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/gcf/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/gcf/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/gcf/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/gcf/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "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/scaddinsmessages/gcf/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/gcf/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/gcf/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/gcf/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 26593,
            "filename": "hyw/scaddins/messages.po",
            "revision": "f493947de3ccc908d18c5b3024b48663366baac3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/hyw/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/hyw/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/hyw/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/hyw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "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/scaddinsmessages/hyw/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/hyw/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/hyw/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/hyw/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 26594,
            "filename": "xcl/scaddins/messages.po",
            "revision": "f493947de3ccc908d18c5b3024b48663366baac3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/xcl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/xcl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/xcl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/xcl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "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/scaddinsmessages/xcl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/xcl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/xcl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/xcl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 27127,
            "filename": "hye/scaddins/messages.po",
            "revision": "f493947de3ccc908d18c5b3024b48663366baac3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/hye/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/hye/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/hye/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/hye/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "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/scaddinsmessages/hye/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/hye/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/hye/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/hye/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 79271,
            "filename": "templates/scaddins/messages.pot",
            "revision": "76f599f3645c928cd0441033abf545bb1b24f193",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/en/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/en/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/en/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 914,
            "total_words": 3225,
            "translated": 914,
            "translated_words": 3225,
            "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/scaddinsmessages/en/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/en/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/en/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/en/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 79979,
            "filename": "ckb/scaddins/messages.po",
            "revision": "69e1d407667a6f27642a490df8f57fe98253d42f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/ckb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ckb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/ckb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ckb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 97,
            "translated_words": 110,
            "translated_percent": 10.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": "2021-02-05T07:55:58.423175Z",
            "last_author": "jwtiyar ali nariman",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ckb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ckb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ckb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ckb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 80247,
            "filename": "ha/scaddins/messages.po",
            "revision": "f493947de3ccc908d18c5b3024b48663366baac3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/ha/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ha/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/ha/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ha/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "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/scaddinsmessages/ha/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ha/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ha/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/ha/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 107786,
            "filename": "iu/scaddins/messages.po",
            "revision": "f493947de3ccc908d18c5b3024b48663366baac3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/iu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/iu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/iu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/iu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "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/scaddinsmessages/iu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/iu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/iu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/iu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 135961,
            "filename": "lg/scaddins/messages.po",
            "revision": "f493947de3ccc908d18c5b3024b48663366baac3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/lg/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/lg/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/lg/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/lg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "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/scaddinsmessages/lg/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/lg/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/lg/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/lg/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/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": 136440,
            "filename": "csb/scaddins/messages.po",
            "revision": "0095548afe46f5d8e0770e162242ba2a79cc8431",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scaddinsmessages/csb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/csb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scaddinsmessages/csb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/csb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 914,
            "total_words": 3225,
            "translated": 13,
            "translated_words": 13,
            "translated_percent": 1.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": "2021-04-29T22:23:59.807913Z",
            "last_author": "Mateùsz Titës Meyer",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/csb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/csb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/csb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/csb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scaddinsmessages/csb/units/?format=api"
        }
    ]
}