Translation components API.

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

GET /api/components/libo_help-24-2/textscalcguide/translations/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 92,
    "next": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textscalcguide/translations/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "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": 317611,
            "filename": "templates/helpcontent2/source/text/scalc/guide.pot",
            "revision": "3de1684f70f0da5b27c4523a3c49d6e3ef3ef588",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/en/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/en/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/en/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 1558,
            "total_words": 24970,
            "translated": 1558,
            "translated_words": 24970,
            "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_help-24-2/textscalcguide/en/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en/units/?format=api"
        },
        {
            "language": {
                "id": 9,
                "code": "am",
                "name": "Amharic",
                "plural": {
                    "id": 9,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "amh"
                ],
                "direction": "ltr",
                "population": 3572847533,
                "web_url": "https://translations.documentfoundation.org/languages/am/",
                "url": "https://translations.documentfoundation.org/api/languages/am/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/am/statistics/?format=api"
            },
            "language_code": "am",
            "id": 322551,
            "filename": "am/helpcontent2/source/text/scalc/guide.po",
            "revision": "fc215da1dbf326e85af63ebac11e45f51ad32737",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/am/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/am/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/am/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/am/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1294,
            "translated_words": 19735,
            "translated_percent": 83.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_help-24-2/textscalcguide/am/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/am/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/am/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/am/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/am/units/?format=api"
        },
        {
            "language": {
                "id": 12,
                "code": "ar",
                "name": "Arabic",
                "plural": {
                    "id": 12,
                    "source": 0,
                    "number": 6,
                    "formula": "n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5",
                    "type": 3
                },
                "aliases": [
                    "ar_ar",
                    "ara"
                ],
                "direction": "rtl",
                "population": 35166419568,
                "web_url": "https://translations.documentfoundation.org/languages/ar/",
                "url": "https://translations.documentfoundation.org/api/languages/ar/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ar/statistics/?format=api"
            },
            "language_code": "ar",
            "id": 322565,
            "filename": "ar/helpcontent2/source/text/scalc/guide.po",
            "revision": "b7e03c960a057fc8315ed89bd94e9cb8319f4813",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/ar/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ar/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/ar/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 16,
            "translated_words": 119,
            "translated_percent": 1.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_help-24-2/textscalcguide/ar/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ar/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ar/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ar/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ar/units/?format=api"
        },
        {
            "language": {
                "id": 24,
                "code": "ast",
                "name": "Asturian",
                "plural": {
                    "id": 24,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 65020540,
                "web_url": "https://translations.documentfoundation.org/languages/ast/",
                "url": "https://translations.documentfoundation.org/api/languages/ast/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ast/statistics/?format=api"
            },
            "language_code": "ast",
            "id": 322574,
            "filename": "ast/helpcontent2/source/text/scalc/guide.po",
            "revision": "ddcfb3ec7867b5429dba222bd713b2b04c2674e5",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/ast/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ast/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/ast/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ast/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1224,
            "translated_words": 18065,
            "translated_percent": 78.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 16,
            "failing_checks_words": 360,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-17T20:36:56.722591Z",
            "last_author": "Adolfo Jayme Barrientos",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ast/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ast/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ast/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ast/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ast/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": 322587,
            "filename": "axm/helpcontent2/source/text/scalc/guide.po",
            "revision": "3de1684f70f0da5b27c4523a3c49d6e3ef3ef588",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/axm/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/axm/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/axm/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/axm/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "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_help-24-2/textscalcguide/axm/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/axm/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/axm/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/axm/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/axm/units/?format=api"
        },
        {
            "language": {
                "id": 35,
                "code": "bg",
                "name": "Bulgarian",
                "plural": {
                    "id": 35,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "bgr",
                    "bul"
                ],
                "direction": "ltr",
                "population": 787831480,
                "web_url": "https://translations.documentfoundation.org/languages/bg/",
                "url": "https://translations.documentfoundation.org/api/languages/bg/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/bg/statistics/?format=api"
            },
            "language_code": "bg",
            "id": 322596,
            "filename": "bg/helpcontent2/source/text/scalc/guide.po",
            "revision": "f91137ebf616dfde020ac5a9c3da37136a1c4af0",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/bg/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/bg/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/bg/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1558,
            "translated_words": 24970,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 12,
            "failing_checks_words": 121,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-09T12:31:35.812371Z",
            "last_author": "Mihail Balabanov",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bg/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bg/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bg/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bg/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bg/units/?format=api"
        },
        {
            "language": {
                "id": 41,
                "code": "bn_IN",
                "name": "Bengali (India)",
                "plural": {
                    "id": 41,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 10741329000,
                "web_url": "https://translations.documentfoundation.org/languages/bn_IN/",
                "url": "https://translations.documentfoundation.org/api/languages/bn_IN/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/bn_IN/statistics/?format=api"
            },
            "language_code": "bn-IN",
            "id": 322614,
            "filename": "bn-IN/helpcontent2/source/text/scalc/guide.po",
            "revision": "18f76dd4bbfd7469e2d143f5aaa1271afd01f531",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/bn_IN/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/bn_IN/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/bn_IN/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bn_IN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1109,
            "translated_words": 15964,
            "translated_percent": 71.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 70,
            "failing_checks_words": 1225,
            "failing_checks_percent": 4.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bn_IN/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bn_IN/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bn_IN/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bn_IN/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bn_IN/units/?format=api"
        },
        {
            "language": {
                "id": 39,
                "code": "bn",
                "name": "Bengali",
                "plural": {
                    "id": 39,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "bd",
                    "ben"
                ],
                "direction": "ltr",
                "population": 26719328846,
                "web_url": "https://translations.documentfoundation.org/languages/bn/",
                "url": "https://translations.documentfoundation.org/api/languages/bn/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/bn/statistics/?format=api"
            },
            "language_code": "bn",
            "id": 322624,
            "filename": "bn/helpcontent2/source/text/scalc/guide.po",
            "revision": "c3ead7001b93d4de1edc5f4ef25464231dbad3c0",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/bn/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/bn/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/bn/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1109,
            "translated_words": 15964,
            "translated_percent": 71.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 70,
            "failing_checks_words": 1225,
            "failing_checks_percent": 4.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bn/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bn/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bn/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bn/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bn/units/?format=api"
        },
        {
            "language": {
                "id": 42,
                "code": "bo",
                "name": "Tibetan",
                "plural": {
                    "id": 42,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "bod",
                    "tib"
                ],
                "direction": "ltr",
                "population": 300669686,
                "web_url": "https://translations.documentfoundation.org/languages/bo/",
                "url": "https://translations.documentfoundation.org/api/languages/bo/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/bo/statistics/?format=api"
            },
            "language_code": "bo",
            "id": 322637,
            "filename": "bo/helpcontent2/source/text/scalc/guide.po",
            "revision": "948e341c9a05c23292536fe490244e57898a28ad",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/bo/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/bo/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/bo/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 948,
            "translated_words": 13726,
            "translated_percent": 60.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 91,
            "failing_checks_words": 1851,
            "failing_checks_percent": 5.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bo/units/?format=api"
        },
        {
            "language": {
                "id": 45,
                "code": "bs",
                "name": "Bosnian",
                "plural": {
                    "id": 45,
                    "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": [
                    "bos"
                ],
                "direction": "ltr",
                "population": 379723410,
                "web_url": "https://translations.documentfoundation.org/languages/bs/",
                "url": "https://translations.documentfoundation.org/api/languages/bs/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/bs/statistics/?format=api"
            },
            "language_code": "bs",
            "id": 322650,
            "filename": "bs/helpcontent2/source/text/scalc/guide.po",
            "revision": "d80c5752612da7c2e756e52abe7acce72158aabb",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/bs/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/bs/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/bs/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 658,
            "translated_words": 9539,
            "translated_percent": 42.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 36,
            "failing_checks_words": 592,
            "failing_checks_percent": 2.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bs/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bs/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bs/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bs/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/bs/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": 322655,
            "filename": "ca-valencia/helpcontent2/source/text/scalc/guide.po",
            "revision": "7f2518d5b89bf0f908a6ef2368bebc27ab8c0785",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/ca_VALENCIA/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ca_VALENCIA/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/ca_VALENCIA/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ca_VALENCIA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1350,
            "translated_words": 20601,
            "translated_percent": 86.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 12,
            "failing_checks_words": 292,
            "failing_checks_percent": 0.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ca_VALENCIA/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ca_VALENCIA/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ca_VALENCIA/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ca_VALENCIA/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ca_VALENCIA/units/?format=api"
        },
        {
            "language": {
                "id": 49,
                "code": "ca",
                "name": "Catalan",
                "plural": {
                    "id": 49,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ca_ps",
                    "cat"
                ],
                "direction": "ltr",
                "population": 867913888,
                "web_url": "https://translations.documentfoundation.org/languages/ca/",
                "url": "https://translations.documentfoundation.org/api/languages/ca/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ca/statistics/?format=api"
            },
            "language_code": "ca",
            "id": 322660,
            "filename": "ca/helpcontent2/source/text/scalc/guide.po",
            "revision": "1156bc842f676486d46b9428a78985220dbede45",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/ca/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ca/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/ca/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1394,
            "translated_words": 21256,
            "translated_percent": 89.4,
            "fuzzy": 25,
            "fuzzy_words": 596,
            "fuzzy_percent": 1.6,
            "failing_checks": 5,
            "failing_checks_words": 70,
            "failing_checks_percent": 0.3,
            "have_suggestion": 1,
            "have_comment": 0,
            "last_change": "2024-04-23T21:18:18.888172Z",
            "last_author": "Adolfo Jayme Barrientos",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ca/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ca/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ca/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ca/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ca/units/?format=api"
        },
        {
            "language": {
                "id": 671,
                "code": "chr",
                "name": "Cherokee",
                "plural": {
                    "id": 190312,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 2561320,
                "web_url": "https://translations.documentfoundation.org/languages/chr/",
                "url": "https://translations.documentfoundation.org/api/languages/chr/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/chr/statistics/?format=api"
            },
            "language_code": "chr",
            "id": 322668,
            "filename": "chr/helpcontent2/source/text/scalc/guide.po",
            "revision": "3de1684f70f0da5b27c4523a3c49d6e3ef3ef588",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/chr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/chr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/chr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/chr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "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_help-24-2/textscalcguide/chr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/chr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/chr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/chr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/chr/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": 322672,
            "filename": "ckb/helpcontent2/source/text/scalc/guide.po",
            "revision": "3de1684f70f0da5b27c4523a3c49d6e3ef3ef588",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/ckb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ckb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/ckb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ckb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "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_help-24-2/textscalcguide/ckb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ckb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ckb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ckb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ckb/units/?format=api"
        },
        {
            "language": {
                "id": 61,
                "code": "cs",
                "name": "Czech",
                "plural": {
                    "id": 61,
                    "source": 0,
                    "number": 3,
                    "formula": "(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2",
                    "type": 22
                },
                "aliases": [
                    "cs_cs",
                    "cz",
                    "csy",
                    "ces",
                    "cze"
                ],
                "direction": "ltr",
                "population": 1304553200,
                "web_url": "https://translations.documentfoundation.org/languages/cs/",
                "url": "https://translations.documentfoundation.org/api/languages/cs/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/cs/statistics/?format=api"
            },
            "language_code": "cs",
            "id": 322677,
            "filename": "cs/helpcontent2/source/text/scalc/guide.po",
            "revision": "b7930cead172d90919bd624c2f6aa39f32e51af5",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/cs/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/cs/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/cs/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1558,
            "translated_words": 24970,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 8,
            "failing_checks_words": 81,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/cs/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/cs/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/cs/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/cs/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/cs/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": 322684,
            "filename": "csb/helpcontent2/source/text/scalc/guide.po",
            "revision": "3de1684f70f0da5b27c4523a3c49d6e3ef3ef588",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/csb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/csb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/csb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/csb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "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_help-24-2/textscalcguide/csb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/csb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/csb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/csb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/csb/units/?format=api"
        },
        {
            "language": {
                "id": 66,
                "code": "da",
                "name": "Danish",
                "plural": {
                    "id": 66,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "da_da",
                    "dk",
                    "dan"
                ],
                "direction": "ltr",
                "population": 707205623,
                "web_url": "https://translations.documentfoundation.org/languages/da/",
                "url": "https://translations.documentfoundation.org/api/languages/da/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/da/statistics/?format=api"
            },
            "language_code": "da",
            "id": 322695,
            "filename": "da/helpcontent2/source/text/scalc/guide.po",
            "revision": "7132e6fe4864c5b87e55a62cc124d1ffba499bff",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/da/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/da/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/da/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1503,
            "translated_words": 23781,
            "translated_percent": 96.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 4,
            "have_comment": 0,
            "last_change": "2024-05-11T06:08:03.658588Z",
            "last_author": "Lars Jødal",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/da/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/da/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/da/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/da/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/da/units/?format=api"
        },
        {
            "language": {
                "id": 67,
                "code": "de",
                "name": "German",
                "plural": {
                    "id": 67,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 13635022614,
                "web_url": "https://translations.documentfoundation.org/languages/de/",
                "url": "https://translations.documentfoundation.org/api/languages/de/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/de/statistics/?format=api"
            },
            "language_code": "de",
            "id": 322704,
            "filename": "de/helpcontent2/source/text/scalc/guide.po",
            "revision": "f21f70cf4c64c2fe763b43cb7ba2c2f92734d939",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/de/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/de/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/de/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1558,
            "translated_words": 24970,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 6,
            "failing_checks_words": 6,
            "failing_checks_percent": 0.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-30T03:25:20.596000Z",
            "last_author": "Christian Kühl",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/de/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/de/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/de/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/de/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/de/units/?format=api"
        },
        {
            "language": {
                "id": 71,
                "code": "dsb",
                "name": "Lower Sorbian",
                "plural": {
                    "id": 71,
                    "source": 0,
                    "number": 4,
                    "formula": "(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [],
                "direction": "ltr",
                "population": 697389,
                "web_url": "https://translations.documentfoundation.org/languages/dsb/",
                "url": "https://translations.documentfoundation.org/api/languages/dsb/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/dsb/statistics/?format=api"
            },
            "language_code": "dsb",
            "id": 322711,
            "filename": "dsb/helpcontent2/source/text/scalc/guide.po",
            "revision": "0ab543fac36b10a9ff630385fe69a8cdd1d3ec60",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/dsb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/dsb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/dsb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/dsb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1558,
            "translated_words": 24970,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 6,
            "failing_checks_words": 44,
            "failing_checks_percent": 0.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/dsb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/dsb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/dsb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/dsb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/dsb/units/?format=api"
        },
        {
            "language": {
                "id": 73,
                "code": "dz",
                "name": "Dzongkha",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "dzo"
                ],
                "direction": "ltr",
                "population": 37034164,
                "web_url": "https://translations.documentfoundation.org/languages/dz/",
                "url": "https://translations.documentfoundation.org/api/languages/dz/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/dz/statistics/?format=api"
            },
            "language_code": "dz",
            "id": 322720,
            "filename": "dz/helpcontent2/source/text/scalc/guide.po",
            "revision": "91165d96fda33469250dd8c2ca9babf542fd8141",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/dz/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/dz/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/dz/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/dz/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1037,
            "translated_words": 15027,
            "translated_percent": 66.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 30,
            "failing_checks_words": 833,
            "failing_checks_percent": 1.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/dz/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/dz/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/dz/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/dz/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/dz/units/?format=api"
        },
        {
            "language": {
                "id": 75,
                "code": "el",
                "name": "Greek",
                "plural": {
                    "id": 75,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "gr",
                    "ell",
                    "gre"
                ],
                "direction": "ltr",
                "population": 1229224006,
                "web_url": "https://translations.documentfoundation.org/languages/el/",
                "url": "https://translations.documentfoundation.org/api/languages/el/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/el/statistics/?format=api"
            },
            "language_code": "el",
            "id": 322726,
            "filename": "el/helpcontent2/source/text/scalc/guide.po",
            "revision": "d61c9cfdbee62f2acfc255eb4c347b759609f827",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/el/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/el/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/el/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1558,
            "translated_words": 24970,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 4,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/el/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/el/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/el/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/el/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/el/units/?format=api"
        },
        {
            "language": {
                "id": 77,
                "code": "en_AU",
                "name": "English (Australia)",
                "plural": {
                    "id": 77,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ena"
                ],
                "direction": "ltr",
                "population": 2444784000,
                "web_url": "https://translations.documentfoundation.org/languages/en_AU/",
                "url": "https://translations.documentfoundation.org/api/languages/en_AU/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/en_AU/statistics/?format=api"
            },
            "language_code": "en-AU",
            "id": 322734,
            "filename": "en-AU/helpcontent2/source/text/scalc/guide.po",
            "revision": "0634b9ddfa795a765b85b9a3b19cd8fa06948a54",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/en_AU/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/en_AU/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/en_AU/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en_AU/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "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_help-24-2/textscalcguide/en_AU/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en_AU/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en_AU/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en_AU/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en_AU/units/?format=api"
        },
        {
            "language": {
                "id": 79,
                "code": "en_GB",
                "name": "English (United Kingdom)",
                "plural": {
                    "id": 79,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "english_uk"
                ],
                "direction": "ltr",
                "population": 6444587800,
                "web_url": "https://translations.documentfoundation.org/languages/en_GB/",
                "url": "https://translations.documentfoundation.org/api/languages/en_GB/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/en_GB/statistics/?format=api"
            },
            "language_code": "en-GB",
            "id": 322741,
            "filename": "en-GB/helpcontent2/source/text/scalc/guide.po",
            "revision": "45c5bba83dff9bb81fc790caab43e0e7eed8b459",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/en_GB/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/en_GB/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/en_GB/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en_GB/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1377,
            "translated_words": 21785,
            "translated_percent": 88.3,
            "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_help-24-2/textscalcguide/en_GB/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en_GB/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en_GB/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en_GB/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en_GB/units/?format=api"
        },
        {
            "language": {
                "id": 85,
                "code": "en_ZA",
                "name": "English (South Africa)",
                "plural": {
                    "id": 85,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [],
                "direction": "ltr",
                "population": 1750371600,
                "web_url": "https://translations.documentfoundation.org/languages/en_ZA/",
                "url": "https://translations.documentfoundation.org/api/languages/en_ZA/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/en_ZA/statistics/?format=api"
            },
            "language_code": "en-ZA",
            "id": 322749,
            "filename": "en-ZA/helpcontent2/source/text/scalc/guide.po",
            "revision": "6ebf4750ee4ede8069f2b9b05484d47301b76247",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/en_ZA/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/en_ZA/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/en_ZA/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en_ZA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1162,
            "translated_words": 17161,
            "translated_percent": 74.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 13,
            "failing_checks_words": 376,
            "failing_checks_percent": 0.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en_ZA/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en_ZA/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en_ZA/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en_ZA/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/en_ZA/units/?format=api"
        },
        {
            "language": {
                "id": 86,
                "code": "eo",
                "name": "Esperanto",
                "plural": {
                    "id": 86,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "epo"
                ],
                "direction": "ltr",
                "population": 30124,
                "web_url": "https://translations.documentfoundation.org/languages/eo/",
                "url": "https://translations.documentfoundation.org/api/languages/eo/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/eo/statistics/?format=api"
            },
            "language_code": "eo",
            "id": 322756,
            "filename": "eo/helpcontent2/source/text/scalc/guide.po",
            "revision": "8a4c4d1a494f77726f64b781b5972048ec17f9ec",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/eo/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/eo/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/eo/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/eo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 540,
            "translated_words": 7706,
            "translated_percent": 34.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/eo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/eo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/eo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/eo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/eo/units/?format=api"
        },
        {
            "language": {
                "id": 87,
                "code": "es",
                "name": "Spanish",
                "plural": {
                    "id": 87,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_la",
                    "esp",
                    "spa"
                ],
                "direction": "ltr",
                "population": 49352807851,
                "web_url": "https://translations.documentfoundation.org/languages/es/",
                "url": "https://translations.documentfoundation.org/api/languages/es/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/es/statistics/?format=api"
            },
            "language_code": "es",
            "id": 322763,
            "filename": "es/helpcontent2/source/text/scalc/guide.po",
            "revision": "9b82f8164d78962d8eecf54e36c7ca71f1efaccf",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/es/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/es/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/es/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1464,
            "translated_words": 22258,
            "translated_percent": 93.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 9,
            "failing_checks_words": 191,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-11T03:47:57.183898Z",
            "last_author": "Adolfo Jayme Barrientos",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/es/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/es/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/es/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/es/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/es/units/?format=api"
        },
        {
            "language": {
                "id": 97,
                "code": "et",
                "name": "Estonian",
                "plural": {
                    "id": 97,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "et_et",
                    "est"
                ],
                "direction": "ltr",
                "population": 87844903,
                "web_url": "https://translations.documentfoundation.org/languages/et/",
                "url": "https://translations.documentfoundation.org/api/languages/et/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/et/statistics/?format=api"
            },
            "language_code": "et",
            "id": 322771,
            "filename": "et/helpcontent2/source/text/scalc/guide.po",
            "revision": "e8e16b0559d2d115683f9342fd148a5649cac5ca",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/et/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/et/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/et/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1229,
            "translated_words": 18543,
            "translated_percent": 78.8,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 17,
            "failing_checks_words": 382,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/et/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/et/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/et/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/et/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/et/units/?format=api"
        },
        {
            "language": {
                "id": 98,
                "code": "eu",
                "name": "Basque",
                "plural": {
                    "id": 98,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "es_eu",
                    "baq",
                    "eus"
                ],
                "direction": "ltr",
                "population": 108851866,
                "web_url": "https://translations.documentfoundation.org/languages/eu/",
                "url": "https://translations.documentfoundation.org/api/languages/eu/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/eu/statistics/?format=api"
            },
            "language_code": "eu",
            "id": 322779,
            "filename": "eu/helpcontent2/source/text/scalc/guide.po",
            "revision": "a1d6dd129c926afe8e02b8068e620d1d5fd21de2",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/eu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/eu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/eu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1531,
            "translated_words": 24273,
            "translated_percent": 98.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1,
            "failing_checks_words": 24,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/eu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/eu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/eu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/eu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/eu/units/?format=api"
        },
        {
            "language": {
                "id": 99,
                "code": "fa",
                "name": "Persian",
                "plural": {
                    "id": 99,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fas",
                    "per"
                ],
                "direction": "rtl",
                "population": 8471045808,
                "web_url": "https://translations.documentfoundation.org/languages/fa/",
                "url": "https://translations.documentfoundation.org/api/languages/fa/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/fa/statistics/?format=api"
            },
            "language_code": "fa",
            "id": 322788,
            "filename": "fa/helpcontent2/source/text/scalc/guide.po",
            "revision": "81c278b314380b641c5650b812a241f9be2eb491",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/fa/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/fa/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/fa/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 2,
            "translated_words": 46,
            "translated_percent": 0.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/fa/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/fa/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/fa/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/fa/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/fa/units/?format=api"
        },
        {
            "language": {
                "id": 102,
                "code": "fi",
                "name": "Finnish",
                "plural": {
                    "id": 102,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "fin"
                ],
                "direction": "ltr",
                "population": 573684164,
                "web_url": "https://translations.documentfoundation.org/languages/fi/",
                "url": "https://translations.documentfoundation.org/api/languages/fi/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/fi/statistics/?format=api"
            },
            "language_code": "fi",
            "id": 322792,
            "filename": "fi/helpcontent2/source/text/scalc/guide.po",
            "revision": "bd9160f4fc0a7a498353a87d6fee97e83fafb05b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/fi/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/fi/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/fi/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1214,
            "translated_words": 18293,
            "translated_percent": 77.9,
            "fuzzy": 4,
            "fuzzy_words": 165,
            "fuzzy_percent": 0.2,
            "failing_checks": 16,
            "failing_checks_words": 360,
            "failing_checks_percent": 1.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/fi/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/fi/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/fi/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/fi/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/fi/units/?format=api"
        },
        {
            "language": {
                "id": 106,
                "code": "fr",
                "name": "French",
                "plural": {
                    "id": 106,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 27861150681,
                "web_url": "https://translations.documentfoundation.org/languages/fr/",
                "url": "https://translations.documentfoundation.org/api/languages/fr/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/fr/statistics/?format=api"
            },
            "language_code": "fr",
            "id": 322800,
            "filename": "fr/helpcontent2/source/text/scalc/guide.po",
            "revision": "2c3cd92e17115bc4d9f273f142b3f84da20110a1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/fr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/fr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/fr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1558,
            "translated_words": 24970,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 14,
            "failing_checks_words": 22,
            "failing_checks_percent": 0.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/fr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/fr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/fr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/fr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/fr/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": 322808,
            "filename": "gcf/helpcontent2/source/text/scalc/guide.po",
            "revision": "3de1684f70f0da5b27c4523a3c49d6e3ef3ef588",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/gcf/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/gcf/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/gcf/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gcf/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "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_help-24-2/textscalcguide/gcf/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gcf/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gcf/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gcf/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gcf/units/?format=api"
        },
        {
            "language": {
                "id": 116,
                "code": "gl",
                "name": "Galician",
                "plural": {
                    "id": 116,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "glg"
                ],
                "direction": "ltr",
                "population": 351552978,
                "web_url": "https://translations.documentfoundation.org/languages/gl/",
                "url": "https://translations.documentfoundation.org/api/languages/gl/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/gl/statistics/?format=api"
            },
            "language_code": "gl",
            "id": 322816,
            "filename": "gl/helpcontent2/source/text/scalc/guide.po",
            "revision": "d39569e98fb6ec6143434aefe95bcbc4f538143d",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/gl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/gl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/gl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 489,
            "translated_words": 6941,
            "translated_percent": 31.3,
            "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_help-24-2/textscalcguide/gl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gl/units/?format=api"
        },
        {
            "language": {
                "id": 119,
                "code": "gu",
                "name": "Gujarati",
                "plural": {
                    "id": 119,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "guj"
                ],
                "direction": "ltr",
                "population": 6172179875,
                "web_url": "https://translations.documentfoundation.org/languages/gu/",
                "url": "https://translations.documentfoundation.org/api/languages/gu/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/gu/statistics/?format=api"
            },
            "language_code": "gu",
            "id": 322823,
            "filename": "gu/helpcontent2/source/text/scalc/guide.po",
            "revision": "236bd8767de0fa8416c6a5060762310b0ac19a17",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/gu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/gu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/gu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 929,
            "translated_words": 13265,
            "translated_percent": 59.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 691,
            "failing_checks_words": 10692,
            "failing_checks_percent": 44.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gu/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": 322830,
            "filename": "gug/helpcontent2/source/text/scalc/guide.po",
            "revision": "3de1684f70f0da5b27c4523a3c49d6e3ef3ef588",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/gug/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/gug/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/gug/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gug/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "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_help-24-2/textscalcguide/gug/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gug/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gug/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gug/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/gug/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": 322836,
            "filename": "ha/helpcontent2/source/text/scalc/guide.po",
            "revision": "3de1684f70f0da5b27c4523a3c49d6e3ef3ef588",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/ha/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ha/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/ha/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ha/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "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_help-24-2/textscalcguide/ha/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ha/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ha/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ha/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ha/units/?format=api"
        },
        {
            "language": {
                "id": 125,
                "code": "he",
                "name": "Hebrew",
                "plural": {
                    "id": 125,
                    "source": 0,
                    "number": 4,
                    "formula": "(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [
                    "he_he",
                    "iw",
                    "iw_il",
                    "iw_he",
                    "heb"
                ],
                "direction": "rtl",
                "population": 867548000,
                "web_url": "https://translations.documentfoundation.org/languages/he/",
                "url": "https://translations.documentfoundation.org/api/languages/he/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/he/statistics/?format=api"
            },
            "language_code": "he",
            "id": 322843,
            "filename": "he/helpcontent2/source/text/scalc/guide.po",
            "revision": "c9e8413a0b6d737db0268a0b8d12583c0cb89073",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/he/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/he/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/he/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 912,
            "translated_words": 14300,
            "translated_percent": 58.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 806,
            "failing_checks_words": 12857,
            "failing_checks_percent": 51.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/he/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/he/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/he/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/he/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/he/units/?format=api"
        },
        {
            "language": {
                "id": 126,
                "code": "hi",
                "name": "Hindi",
                "plural": {
                    "id": 126,
                    "source": 0,
                    "number": 2,
                    "formula": "n > 1",
                    "type": 1
                },
                "aliases": [
                    "hin"
                ],
                "direction": "ltr",
                "population": 54555605414,
                "web_url": "https://translations.documentfoundation.org/languages/hi/",
                "url": "https://translations.documentfoundation.org/api/languages/hi/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hi/statistics/?format=api"
            },
            "language_code": "hi",
            "id": 322850,
            "filename": "hi/helpcontent2/source/text/scalc/guide.po",
            "revision": "d7b5840e5662db60012c1b3bedbfef21acdedbc3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/hi/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/hi/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/hi/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 315,
            "translated_words": 2130,
            "translated_percent": 20.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hi/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hi/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hi/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hi/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hi/units/?format=api"
        },
        {
            "language": {
                "id": 130,
                "code": "hr",
                "name": "Croatian",
                "plural": {
                    "id": 130,
                    "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": [
                    "scr",
                    "hrv"
                ],
                "direction": "ltr",
                "population": 681316363,
                "web_url": "https://translations.documentfoundation.org/languages/hr/",
                "url": "https://translations.documentfoundation.org/api/languages/hr/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hr/statistics/?format=api"
            },
            "language_code": "hr",
            "id": 322854,
            "filename": "hr/helpcontent2/source/text/scalc/guide.po",
            "revision": "71ca6207a0fd490fed9a94c3063b46405da96737",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/hr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/hr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/hr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 85,
            "translated_words": 333,
            "translated_percent": 5.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hr/units/?format=api"
        },
        {
            "language": {
                "id": 132,
                "code": "hsb",
                "name": "Upper Sorbian",
                "plural": {
                    "id": 132,
                    "source": 0,
                    "number": 4,
                    "formula": "(n % 100 == 1) ? 0 : ((n % 100 == 2) ? 1 : ((n % 100 == 3 || n % 100 == 4) ? 2 : 3))",
                    "type": 6
                },
                "aliases": [],
                "direction": "ltr",
                "population": 1282555,
                "web_url": "https://translations.documentfoundation.org/languages/hsb/",
                "url": "https://translations.documentfoundation.org/api/languages/hsb/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hsb/statistics/?format=api"
            },
            "language_code": "hsb",
            "id": 322860,
            "filename": "hsb/helpcontent2/source/text/scalc/guide.po",
            "revision": "ab8524b6308c93b340a33ce89bdf20e3f4d4269a",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/hsb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/hsb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/hsb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hsb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1558,
            "translated_words": 24970,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 6,
            "failing_checks_words": 44,
            "failing_checks_percent": 0.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hsb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hsb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hsb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hsb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hsb/units/?format=api"
        },
        {
            "language": {
                "id": 786,
                "code": "ht",
                "name": "Haitian",
                "plural": {
                    "id": 190427,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hat"
                ],
                "direction": "ltr",
                "population": 896491800,
                "web_url": "https://translations.documentfoundation.org/languages/ht/",
                "url": "https://translations.documentfoundation.org/api/languages/ht/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ht/statistics/?format=api"
            },
            "language_code": "ht",
            "id": 322868,
            "filename": "ht/helpcontent2/source/text/scalc/guide.po",
            "revision": "3de1684f70f0da5b27c4523a3c49d6e3ef3ef588",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/ht/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ht/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/ht/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ht/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "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_help-24-2/textscalcguide/ht/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ht/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ht/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ht/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ht/units/?format=api"
        },
        {
            "language": {
                "id": 134,
                "code": "hu",
                "name": "Hungarian",
                "plural": {
                    "id": 134,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "hun"
                ],
                "direction": "ltr",
                "population": 1244342978,
                "web_url": "https://translations.documentfoundation.org/languages/hu/",
                "url": "https://translations.documentfoundation.org/api/languages/hu/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/hu/statistics/?format=api"
            },
            "language_code": "hu",
            "id": 322874,
            "filename": "hu/helpcontent2/source/text/scalc/guide.po",
            "revision": "82b5326a0656bb70d00e540596de74b30505b2e2",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/hu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/hu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/hu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1308,
            "translated_words": 20832,
            "translated_percent": 83.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 9,
            "failing_checks_words": 118,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hu/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": 322879,
            "filename": "hye/helpcontent2/source/text/scalc/guide.po",
            "revision": "3de1684f70f0da5b27c4523a3c49d6e3ef3ef588",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/hye/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/hye/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/hye/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hye/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "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_help-24-2/textscalcguide/hye/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hye/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hye/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hye/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hye/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": 322886,
            "filename": "hyw/helpcontent2/source/text/scalc/guide.po",
            "revision": "3de1684f70f0da5b27c4523a3c49d6e3ef3ef588",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/hyw/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/hyw/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/hyw/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hyw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "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_help-24-2/textscalcguide/hyw/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hyw/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hyw/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hyw/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/hyw/units/?format=api"
        },
        {
            "language": {
                "id": 138,
                "code": "id",
                "name": "Indonesian",
                "plural": {
                    "id": 138,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "in",
                    "in_id",
                    "ind"
                ],
                "direction": "ltr",
                "population": 17120768720,
                "web_url": "https://translations.documentfoundation.org/languages/id/",
                "url": "https://translations.documentfoundation.org/api/languages/id/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/id/statistics/?format=api"
            },
            "language_code": "id",
            "id": 322892,
            "filename": "id/helpcontent2/source/text/scalc/guide.po",
            "revision": "9eaaa557c21bda8a8bee68f71dbddeac65685f9b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/id/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/id/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/id/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1323,
            "translated_words": 20447,
            "translated_percent": 84.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 2,
            "failing_checks_percent": 0.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/id/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/id/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/id/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/id/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/id/units/?format=api"
        },
        {
            "language": {
                "id": 793,
                "code": "ig",
                "name": "Igbo",
                "plural": {
                    "id": 190434,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "ibo"
                ],
                "direction": "ltr",
                "population": 2782364000,
                "web_url": "https://translations.documentfoundation.org/languages/ig/",
                "url": "https://translations.documentfoundation.org/api/languages/ig/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ig/statistics/?format=api"
            },
            "language_code": "ig",
            "id": 322897,
            "filename": "ig/helpcontent2/source/text/scalc/guide.po",
            "revision": "3de1684f70f0da5b27c4523a3c49d6e3ef3ef588",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/ig/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ig/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/ig/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ig/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "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_help-24-2/textscalcguide/ig/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ig/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ig/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ig/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ig/units/?format=api"
        },
        {
            "language": {
                "id": 144,
                "code": "is",
                "name": "Icelandic",
                "plural": {
                    "id": 144,
                    "source": 0,
                    "number": 2,
                    "formula": "n % 10 != 1 || n % 100 == 11",
                    "type": 1
                },
                "aliases": [
                    "ice",
                    "isl"
                ],
                "direction": "ltr",
                "population": 35073400,
                "web_url": "https://translations.documentfoundation.org/languages/is/",
                "url": "https://translations.documentfoundation.org/api/languages/is/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/is/statistics/?format=api"
            },
            "language_code": "is",
            "id": 322904,
            "filename": "is/helpcontent2/source/text/scalc/guide.po",
            "revision": "4001e79a90f0a36efd7b59b4343a64fc4a31dfba",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/is/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/is/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/is/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/is/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 141,
            "translated_words": 458,
            "translated_percent": 9.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 4,
            "failing_checks_words": 4,
            "failing_checks_percent": 0.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/is/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/is/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/is/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/is/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/is/units/?format=api"
        },
        {
            "language": {
                "id": 145,
                "code": "it",
                "name": "Italian",
                "plural": {
                    "id": 145,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ita"
                ],
                "direction": "ltr",
                "population": 7024705997,
                "web_url": "https://translations.documentfoundation.org/languages/it/",
                "url": "https://translations.documentfoundation.org/api/languages/it/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/it/statistics/?format=api"
            },
            "language_code": "it",
            "id": 322957,
            "filename": "it/helpcontent2/source/text/scalc/guide.po",
            "revision": "8f0f2d7c04a4d5be12029e45d4597e52e9970062",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/it/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/it/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/it/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1558,
            "translated_words": 24970,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 5,
            "failing_checks_words": 6,
            "failing_checks_percent": 0.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/it/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/it/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/it/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/it/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/it/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": 323003,
            "filename": "iu/helpcontent2/source/text/scalc/guide.po",
            "revision": "3de1684f70f0da5b27c4523a3c49d6e3ef3ef588",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/iu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/iu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/iu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/iu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "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_help-24-2/textscalcguide/iu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/iu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/iu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/iu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/iu/units/?format=api"
        },
        {
            "language": {
                "id": 147,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "ja_ja",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 11972902534,
                "web_url": "https://translations.documentfoundation.org/languages/ja/",
                "url": "https://translations.documentfoundation.org/api/languages/ja/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/languages/ja/statistics/?format=api"
            },
            "language_code": "ja",
            "id": 323005,
            "filename": "ja/helpcontent2/source/text/scalc/guide.po",
            "revision": "1edc206babbf37bc513a22fe6b35e80dc54c398d",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textscalcguide/ja/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ja/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textscalcguide/ja/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 1558,
            "total_words": 24970,
            "translated": 1215,
            "translated_words": 18272,
            "translated_percent": 77.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 23,
            "failing_checks_words": 174,
            "failing_checks_percent": 1.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-20T12:58:22.703972Z",
            "last_author": "Taichi Haradaguchi",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ja/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ja/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ja/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ja/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalcguide/ja/units/?format=api"
        }
    ]
}