Translation components API.

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

GET /api/components/libo_ui-master/scp2sourcekde/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/scp2sourcekde/translations/?format=api&page=4",
    "previous": "https://translations.documentfoundation.org/api/components/libo_ui-master/scp2sourcekde/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": 24544,
            "filename": "sl/scp2/source/kde.po",
            "revision": "ab49969a68b8d23429dec67913530027884a4d70",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/sl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/sl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/sl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24545,
            "filename": "sq/scp2/source/kde.po",
            "revision": "e592217eb22ffcadbc7871c3240ccaa5182dde00",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/sq/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sq/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/sq/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sq/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/sq/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sq/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sq/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sq/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24546,
            "filename": "sr/scp2/source/kde.po",
            "revision": "72e066027026c1e0cb73c36782d3a9d9d1f300f2",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/sr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/sr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/sr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24547,
            "filename": "sr-Latn/scp2/source/kde.po",
            "revision": "98f16da73bca866f4b93c2865c64ec459193083d",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/sr_Latn/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sr_Latn/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/sr_Latn/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sr_Latn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/sr_Latn/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sr_Latn/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sr_Latn/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sr_Latn/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24548,
            "filename": "ss/scp2/source/kde.po",
            "revision": "0a6c0ddc0bcdec0c981a25b657986b3a31816dc2",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/ss/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ss/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/ss/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ss/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/ss/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ss/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ss/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ss/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24549,
            "filename": "st/scp2/source/kde.po",
            "revision": "1ec7cc806f3cae7db8c9c55f91aa966c0cf0e7b3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/st/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/st/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/st/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/st/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/st/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/st/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/st/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/st/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24550,
            "filename": "sv/scp2/source/kde.po",
            "revision": "b0d3ab7a1c283113ff7be0e619f8d87dc664c9b6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/sv/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sv/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/sv/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sv/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/sv/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sv/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sv/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sv/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24551,
            "filename": "szl/scp2/source/kde.po",
            "revision": "920105ed7b9edf84fcf8740b13505f6311f655f7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/szl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/szl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/szl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/szl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/szl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/szl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/szl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/szl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24552,
            "filename": "ta/scp2/source/kde.po",
            "revision": "ae296ec2ddc92d8daf14ff47604ab067e1e2df69",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/ta/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ta/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/ta/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ta/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/ta/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ta/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ta/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ta/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24553,
            "filename": "te/scp2/source/kde.po",
            "revision": "a146175daf092f85327e2d50b048466c903389c8",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/te/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/te/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/te/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/te/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/te/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/te/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/te/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/te/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24554,
            "filename": "tg/scp2/source/kde.po",
            "revision": "5b4599a1df43185c20d707e6fb84ab7b4e049637",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/tg/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tg/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/tg/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/tg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/tg/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/tg/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/tg/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/tg/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24555,
            "filename": "th/scp2/source/kde.po",
            "revision": "89a831508f8287bc93627b38c0e29a97cd7ad609",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/th/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/th/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/th/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/th/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-03-27T08:56:44.793695Z",
            "last_author": "Theppitak Karoonboonyanan",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/th/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/th/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/th/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/th/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24556,
            "filename": "ti/scp2/source/kde.po",
            "revision": "073c60efca76b84aa760d135f73319eeee179bf6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/ti/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ti/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/ti/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ti/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/ti/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ti/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ti/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ti/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24557,
            "filename": "tn/scp2/source/kde.po",
            "revision": "d2e8a79725d327d53245bee73e44072cfb14d496",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/tn/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tn/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/tn/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/tn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/tn/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/tn/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/tn/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/tn/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24558,
            "filename": "tr/scp2/source/kde.po",
            "revision": "33399462a3b60b586032042a0fd1a66a7325a5c0",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/tr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/tr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/tr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/tr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/tr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/tr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/tr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24559,
            "filename": "ts/scp2/source/kde.po",
            "revision": "b7c34ce06a799d186a1bf854b41b4a9ce782a905",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/ts/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ts/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/ts/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ts/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/ts/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ts/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ts/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ts/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24560,
            "filename": "tt/scp2/source/kde.po",
            "revision": "2e9a28e6b05ed691ab9348ffec342d2a64609d54",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/tt/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/tt/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/tt/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/tt/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "fuzzy": 1,
            "fuzzy_words": 7,
            "fuzzy_percent": 50.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/scp2sourcekde/tt/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/tt/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/tt/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/tt/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24561,
            "filename": "ug/scp2/source/kde.po",
            "revision": "2e3a700dd56cf686d75d112e6ac179dbd815a8ab",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/ug/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ug/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/ug/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ug/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/ug/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ug/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ug/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ug/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24562,
            "filename": "uk/scp2/source/kde.po",
            "revision": "1986ea40c31b67c2e2bd45de2b9ca69bcd136344",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/uk/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/uk/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/uk/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/uk/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/uk/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/uk/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/uk/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/uk/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24563,
            "filename": "ur/scp2/source/kde.po",
            "revision": "54a3830f450a6d5382773558e0f5bab3cb6401b8",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/ur/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ur/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/ur/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ur/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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": "2021-08-27T05:30:50.457716Z",
            "last_author": "imran",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ur/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ur/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ur/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ur/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24564,
            "filename": "uz/scp2/source/kde.po",
            "revision": "6c77c853dc7d1f3100482c23ec31c3a320a77f49",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/uz/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/uz/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/uz/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/uz/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/uz/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/uz/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/uz/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/uz/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24565,
            "filename": "ve/scp2/source/kde.po",
            "revision": "eb53c29c585c02295e594c0ba3e69d2780ffc317",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/ve/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ve/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/ve/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ve/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/ve/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ve/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ve/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ve/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24566,
            "filename": "vec/scp2/source/kde.po",
            "revision": "453f75429a559a7419cc1f9c97343dfd2469d275",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/vec/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/vec/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/vec/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/vec/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/vec/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/vec/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/vec/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/vec/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24567,
            "filename": "vi/scp2/source/kde.po",
            "revision": "b2dc1f05f1b69f6a846924576a708f49d2d5512b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/vi/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/vi/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/vi/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/vi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/vi/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/vi/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/vi/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/vi/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24568,
            "filename": "wo/scp2/source/kde.po",
            "revision": "ca8a4aa927f0741434c363277b69181a2c6dfe31",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/wo/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/wo/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/wo/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/wo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/wo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/wo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/wo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/wo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24569,
            "filename": "xh/scp2/source/kde.po",
            "revision": "70dba6484c01e80ff7030e97d4cf55fe44b8520a",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/xh/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/xh/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/xh/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/xh/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/xh/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/xh/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/xh/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/xh/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24570,
            "filename": "zh-CN/scp2/source/kde.po",
            "revision": "4b7423cd7aca40c94fba4d2c7e15d161752a2887",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/zh_Hans/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/zh_Hans/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/zh_Hans/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/zh_Hans/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/zh_Hans/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/zh_Hans/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/zh_Hans/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/zh_Hans/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24571,
            "filename": "zh-TW/scp2/source/kde.po",
            "revision": "f1e0f8c2d60dcd37d8961e76920cfed3fa404195",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/zh_Hant/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/zh_Hant/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/zh_Hant/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/zh_Hant/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/zh_Hant/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/zh_Hant/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/zh_Hant/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/zh_Hant/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24572,
            "filename": "zu/scp2/source/kde.po",
            "revision": "039d3c12220ffb31690926c30319925bbe606e95",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/zu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/zu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/zu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/zu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/zu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/zu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/zu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/zu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24573,
            "filename": "ca-valencia/scp2/source/kde.po",
            "revision": "207d0018cb06fc07e269600f16be13722d7ea0de",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/ca_VALENCIA/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ca_VALENCIA/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/ca_VALENCIA/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ca_VALENCIA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/ca_VALENCIA/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ca_VALENCIA/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ca_VALENCIA/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ca_VALENCIA/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24574,
            "filename": "gug/scp2/source/kde.po",
            "revision": "99c572c5d45748020ffb3bf4e9bf25a6b6db4f18",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/gug/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/gug/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/gug/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/gug/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/gug/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/gug/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/gug/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/gug/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24575,
            "filename": "sid/scp2/source/kde.po",
            "revision": "1fa57d3a18f81e8358f38ce31a5f34a555bd47e6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/sid/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sid/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/sid/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sid/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/sid/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sid/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sid/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sid/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24576,
            "filename": "dgo/scp2/source/kde.po",
            "revision": "1373a07dfbcdb20345c7ebb274f7b28707689bf9",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/dgo/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/dgo/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/dgo/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/dgo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/dgo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/dgo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/dgo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/dgo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24577,
            "filename": "gbm/scp2/source/kde.po",
            "revision": "180ea0cd87b99417b801786dab59f26b7f7165cf",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/gbm/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/gbm/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/gbm/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/gbm/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/gbm/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/gbm/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/gbm/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/gbm/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24578,
            "filename": "kmr-Latn/scp2/source/kde.po",
            "revision": "423ab2d15dca758550be281a3d6fa50596ce3a67",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/kmr_LATN/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/kmr_LATN/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/kmr_LATN/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/kmr_LATN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/kmr_LATN/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/kmr_LATN/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/kmr_LATN/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/kmr_LATN/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24579,
            "filename": "pap-CW/scp2/source/kde.po",
            "revision": "7bb9912b3cb5b0c6e636870b29eec227bb6448cc",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/pap_CW/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/pap_CW/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/pap_CW/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/pap_CW/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/pap_CW/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/pap_CW/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/pap_CW/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/pap_CW/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24580,
            "filename": "sa-IN/scp2/source/kde.po",
            "revision": "c4529fe045cd1b4431dbf5a5e5917dae09fc30d3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/sa_IN/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sa_IN/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/sa_IN/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sa_IN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 9,
            "failing_checks_percent": 100.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sa_IN/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sa_IN/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sa_IN/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sa_IN/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 24581,
            "filename": "sw-TZ/scp2/source/kde.po",
            "revision": "c9f166d425841d92571af5cd3f103e8f355c8f6c",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/sw_TZ/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/sw_TZ/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/sw_TZ/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sw_TZ/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/sw_TZ/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sw_TZ/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sw_TZ/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/sw_TZ/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 26033,
            "filename": "ms/scp2/source/kde.po",
            "revision": "d5b8e121029cd1967064c74ba215064052800ede",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/ms/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ms/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/ms/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ms/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/ms/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ms/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ms/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ms/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 26991,
            "filename": "axm/scp2/source/kde.po",
            "revision": "b3e0035c3c88c7503f8a8b1f5cc1b615d9bd4387",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/axm/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/axm/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/axm/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/axm/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/axm/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/axm/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/axm/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/axm/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 26992,
            "filename": "gcf/scp2/source/kde.po",
            "revision": "b3e0035c3c88c7503f8a8b1f5cc1b615d9bd4387",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/gcf/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/gcf/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/gcf/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/gcf/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/gcf/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/gcf/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/gcf/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/gcf/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 26993,
            "filename": "hyw/scp2/source/kde.po",
            "revision": "b3e0035c3c88c7503f8a8b1f5cc1b615d9bd4387",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/hyw/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/hyw/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/hyw/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/hyw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/hyw/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/hyw/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/hyw/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/hyw/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 26994,
            "filename": "xcl/scp2/source/kde.po",
            "revision": "b3e0035c3c88c7503f8a8b1f5cc1b615d9bd4387",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/xcl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/xcl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/xcl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/xcl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/xcl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/xcl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/xcl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/xcl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 27106,
            "filename": "hye/scp2/source/kde.po",
            "revision": "b3e0035c3c88c7503f8a8b1f5cc1b615d9bd4387",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/hye/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/hye/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/hye/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/hye/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/hye/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/hye/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/hye/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/hye/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 79371,
            "filename": "templates/scp2/source/kde.pot",
            "revision": "b3e0035c3c88c7503f8a8b1f5cc1b615d9bd4387",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/en/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/en/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/en/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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/scp2sourcekde/en/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/en/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/en/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/en/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 80077,
            "filename": "ckb/scp2/source/kde.po",
            "revision": "9a02108fbaaa00f328fb1320cb7d2f949d8dadf3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/ckb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ckb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/ckb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ckb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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": "2020-06-20T07:19:20.151132Z",
            "last_author": "jwtiyar ali nariman",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ckb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ckb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ckb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ckb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 80349,
            "filename": "ha/scp2/source/kde.po",
            "revision": "2143d6ad13feb4e383f47c88a5fab42b4436147f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/ha/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/ha/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/ha/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ha/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "translated": 2,
            "translated_words": 9,
            "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": "2020-07-20T05:26:03.051148Z",
            "last_author": "Assao Neino Alu",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ha/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ha/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ha/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/ha/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 107895,
            "filename": "iu/scp2/source/kde.po",
            "revision": "b3e0035c3c88c7503f8a8b1f5cc1b615d9bd4387",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/iu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/iu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/iu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/iu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/iu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/iu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/iu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/iu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 135946,
            "filename": "lg/scp2/source/kde.po",
            "revision": "b3e0035c3c88c7503f8a8b1f5cc1b615d9bd4387",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/lg/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/lg/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/lg/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/lg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/lg/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/lg/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/lg/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/lg/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/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": 136426,
            "filename": "csb/scp2/source/kde.po",
            "revision": "b3e0035c3c88c7503f8a8b1f5cc1b615d9bd4387",
            "web_url": "https://translations.documentfoundation.org/projects/libo_ui-master/scp2sourcekde/csb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_ui-master/-/csb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_ui-master/scp2sourcekde/csb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/csb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 2,
            "total_words": 9,
            "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/scp2sourcekde/csb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/csb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/csb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/csb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_ui-master/scp2sourcekde/csb/units/?format=api"
        }
    ]
}