Translation components API.

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

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

{
    "count": 91,
    "next": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/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": 286235,
            "filename": "templates/helpcontent2/source/text/sbasic/shared.pot",
            "revision": "543fbe1125755bf43f83013891f4ba44dd90ec2b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/en/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/en/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/en/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 4721,
            "total_words": 44295,
            "translated": 4721,
            "translated_words": 44295,
            "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-7-6/textsbasicshared/en/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 290096,
            "filename": "am/helpcontent2/source/text/sbasic/shared.po",
            "revision": "29a02be90d11bb58935fe56c00118eeec4e4db6b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/am/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/am/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/am/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/am/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 2747,
            "translated_words": 23090,
            "translated_percent": 58.1,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 174,
            "failing_checks_words": 1337,
            "failing_checks_percent": 3.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/am/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/am/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/am/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/am/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 290144,
            "filename": "ar/helpcontent2/source/text/sbasic/shared.po",
            "revision": "509f4bbc0e428943b1aa1ad482beeba30500c634",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/ar/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/ar/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/ar/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 384,
            "translated_words": 862,
            "translated_percent": 8.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-7-6/textsbasicshared/ar/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ar/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ar/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ar/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 290210,
            "filename": "ast/helpcontent2/source/text/sbasic/shared.po",
            "revision": "a15f863db0c80be9cd7f7c084b85229d03b05464",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/ast/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/ast/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/ast/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ast/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 2500,
            "translated_words": 20748,
            "translated_percent": 52.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 33,
            "failing_checks_words": 353,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-30T16:07:44.635186Z",
            "last_author": "Adolfo Jayme Barrientos",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ast/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ast/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ast/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ast/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 290293,
            "filename": "axm/helpcontent2/source/text/sbasic/shared.po",
            "revision": "543fbe1125755bf43f83013891f4ba44dd90ec2b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/axm/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/axm/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/axm/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/axm/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "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-7-6/textsbasicshared/axm/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/axm/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/axm/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/axm/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 290403,
            "filename": "bg/helpcontent2/source/text/sbasic/shared.po",
            "revision": "d1c5dbb1ec7023d78ef7729ef21ea8866dbb3b89",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/bg/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/bg/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/bg/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 4721,
            "translated_words": 44295,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 172,
            "failing_checks_words": 953,
            "failing_checks_percent": 3.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-29T06:56:19.732781Z",
            "last_author": "Mihail Balabanov",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bg/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bg/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bg/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bg/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 290506,
            "filename": "bn-IN/helpcontent2/source/text/sbasic/shared.po",
            "revision": "1663770cb00dd1210c4dfe1cf7cdf89b6c005e2f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/bn_IN/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/bn_IN/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/bn_IN/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bn_IN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 2172,
            "translated_words": 18955,
            "translated_percent": 46.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 347,
            "failing_checks_words": 1592,
            "failing_checks_percent": 7.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bn_IN/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bn_IN/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bn_IN/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bn_IN/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 290608,
            "filename": "bn/helpcontent2/source/text/sbasic/shared.po",
            "revision": "caf6e1b9d56d3c6d2c4571f03564f97ebc7ec390",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/bn/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/bn/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/bn/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 2172,
            "translated_words": 18955,
            "translated_percent": 46.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 347,
            "failing_checks_words": 1592,
            "failing_checks_percent": 7.3,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bn/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bn/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bn/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bn/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 290780,
            "filename": "bo/helpcontent2/source/text/sbasic/shared.po",
            "revision": "4eae10d31b6ed98c0bbd735d5ac3cd8efaf3d0b6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/bo/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/bo/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/bo/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 2104,
            "translated_words": 17501,
            "translated_percent": 44.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 192,
            "failing_checks_words": 1520,
            "failing_checks_percent": 4.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 290878,
            "filename": "bs/helpcontent2/source/text/sbasic/shared.po",
            "revision": "4648c395fd3a7c7cc5fcc62ea2a83f872443d551",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/bs/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/bs/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/bs/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 1628,
            "translated_words": 11847,
            "translated_percent": 34.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 24,
            "failing_checks_words": 161,
            "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-7-6/textsbasicshared/bs/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bs/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bs/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/bs/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 290950,
            "filename": "ca-valencia/helpcontent2/source/text/sbasic/shared.po",
            "revision": "a26c7793fd8a1feeead8aa25bf219151920c4dc8",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/ca_VALENCIA/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/ca_VALENCIA/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/ca_VALENCIA/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ca_VALENCIA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 3498,
            "translated_words": 28532,
            "translated_percent": 74.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 107,
            "failing_checks_words": 644,
            "failing_checks_percent": 2.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-01-15T07:20:20.825135Z",
            "last_author": "Joan Montané",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ca_VALENCIA/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ca_VALENCIA/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ca_VALENCIA/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ca_VALENCIA/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291070,
            "filename": "ca/helpcontent2/source/text/sbasic/shared.po",
            "revision": "d2f86d36bb5c8e6b0a9f9f760c3cd701039a3e0e",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/ca/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/ca/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/ca/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 3585,
            "translated_words": 30459,
            "translated_percent": 75.9,
            "fuzzy": 506,
            "fuzzy_words": 5062,
            "fuzzy_percent": 10.7,
            "failing_checks": 124,
            "failing_checks_words": 881,
            "failing_checks_percent": 2.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-30T16:07:47.410674Z",
            "last_author": "Adolfo Jayme Barrientos",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ca/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ca/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ca/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ca/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291120,
            "filename": "chr/helpcontent2/source/text/sbasic/shared.po",
            "revision": "543fbe1125755bf43f83013891f4ba44dd90ec2b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/chr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/chr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/chr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/chr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "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-7-6/textsbasicshared/chr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/chr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/chr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/chr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291177,
            "filename": "ckb/helpcontent2/source/text/sbasic/shared.po",
            "revision": "543fbe1125755bf43f83013891f4ba44dd90ec2b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/ckb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/ckb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/ckb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ckb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "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-7-6/textsbasicshared/ckb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ckb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ckb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ckb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291226,
            "filename": "cs/helpcontent2/source/text/sbasic/shared.po",
            "revision": "a376ec288571754950ed5fd0e9c3a7dcff1b5859",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/cs/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/cs/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/cs/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 4721,
            "translated_words": 44295,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 165,
            "failing_checks_words": 1355,
            "failing_checks_percent": 3.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-11-07T21:44:32.607798Z",
            "last_author": "Stanislav Horáček",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/cs/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291270,
            "filename": "csb/helpcontent2/source/text/sbasic/shared.po",
            "revision": "543fbe1125755bf43f83013891f4ba44dd90ec2b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/csb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/csb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/csb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/csb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "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-7-6/textsbasicshared/csb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/csb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/csb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/csb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291299,
            "filename": "da/helpcontent2/source/text/sbasic/shared.po",
            "revision": "e4a354d294b17eb9232b42668f47d94b1f7dd54f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/da/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/da/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/da/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 4509,
            "translated_words": 41171,
            "translated_percent": 95.5,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 85,
            "failing_checks_words": 466,
            "failing_checks_percent": 1.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/da/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/da/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/da/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/da/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291346,
            "filename": "de/helpcontent2/source/text/sbasic/shared.po",
            "revision": "a2cea6b27cdd243111b10fa8216620d8c1a22c76",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/de/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/de/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/de/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 4721,
            "translated_words": 44295,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 60,
            "failing_checks_words": 200,
            "failing_checks_percent": 1.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-30T03:22:51.586542Z",
            "last_author": "Christian Kühl",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291419,
            "filename": "dsb/helpcontent2/source/text/sbasic/shared.po",
            "revision": "396b25adf1a0933c57a96a65b8171353c2d3e2e3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/dsb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/dsb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/dsb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/dsb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 2,
            "translated_words": 7,
            "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": "2024-03-16T11:40:01.480340Z",
            "last_author": "Michael Wolf",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/dsb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/dsb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/dsb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/dsb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291487,
            "filename": "dz/helpcontent2/source/text/sbasic/shared.po",
            "revision": "4a8f429e526bce37bc4d79c3492e717e73fe745f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/dz/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/dz/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/dz/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/dz/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 2185,
            "translated_words": 18811,
            "translated_percent": 46.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 22,
            "failing_checks_words": 211,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/dz/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/dz/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/dz/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/dz/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291549,
            "filename": "el/helpcontent2/source/text/sbasic/shared.po",
            "revision": "d8bd78e6a030bd1821568a5a6f5c09237ba94478",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/el/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/el/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/el/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 4720,
            "translated_words": 44285,
            "translated_percent": 99.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 151,
            "failing_checks_words": 819,
            "failing_checks_percent": 3.1,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-02T16:31:17.050088Z",
            "last_author": "serval2412",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/el/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/el/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/el/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/el/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291622,
            "filename": "en-AU/helpcontent2/source/text/sbasic/shared.po",
            "revision": "74dd59980e44beed77a436d3fa1b7fba521b3214",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/en_AU/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/en_AU/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/en_AU/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en_AU/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "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-7-6/textsbasicshared/en_AU/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en_AU/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en_AU/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en_AU/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291667,
            "filename": "en-GB/helpcontent2/source/text/sbasic/shared.po",
            "revision": "a0cc0e15f04d1418caf69bdb1fc6c35d4721ee40",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/en_GB/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/en_GB/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/en_GB/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en_GB/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 3268,
            "translated_words": 27484,
            "translated_percent": 69.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-7-6/textsbasicshared/en_GB/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en_GB/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en_GB/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en_GB/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291730,
            "filename": "en-ZA/helpcontent2/source/text/sbasic/shared.po",
            "revision": "fc222885a2c7f9a4ffa5b0b6a3c6b74c5719f1e3",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/en_ZA/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/en_ZA/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/en_ZA/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en_ZA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 2112,
            "translated_words": 18852,
            "translated_percent": 44.7,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 2,
            "failing_checks_words": 155,
            "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-7-6/textsbasicshared/en_ZA/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en_ZA/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en_ZA/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/en_ZA/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291785,
            "filename": "eo/helpcontent2/source/text/sbasic/shared.po",
            "revision": "78a5f2e7e03bd85101bf4f51b0cd884b3638e41c",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/eo/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/eo/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/eo/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/eo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 1767,
            "translated_words": 13421,
            "translated_percent": 37.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 84,
            "failing_checks_words": 336,
            "failing_checks_percent": 1.7,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/eo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/eo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/eo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/eo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291799,
            "filename": "es/helpcontent2/source/text/sbasic/shared.po",
            "revision": "c37842760eae42eeb91670c37a1074e1dc2e0f8e",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/es/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/es/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/es/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 3602,
            "translated_words": 29092,
            "translated_percent": 76.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 24,
            "failing_checks_words": 45,
            "failing_checks_percent": 0.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-30T16:06:08.305595Z",
            "last_author": "Adolfo Jayme Barrientos",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/es/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/es/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/es/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/es/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291812,
            "filename": "et/helpcontent2/source/text/sbasic/shared.po",
            "revision": "c11aa1a2d46dae78d64529623bf2e261aff69a77",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/et/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/et/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/et/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 2759,
            "translated_words": 21337,
            "translated_percent": 58.4,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 73,
            "failing_checks_words": 377,
            "failing_checks_percent": 1.5,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/et/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/et/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/et/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/et/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291828,
            "filename": "eu/helpcontent2/source/text/sbasic/shared.po",
            "revision": "2924d61b317760455e55cb96c6e712c620b79558",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/eu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/eu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/eu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 4630,
            "translated_words": 42750,
            "translated_percent": 98.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 29,
            "failing_checks_words": 260,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/eu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/eu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/eu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/eu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291841,
            "filename": "fa/helpcontent2/source/text/sbasic/shared.po",
            "revision": "628b47a0a4e7d522491a5033b0dbc60009e595ae",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/fa/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/fa/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/fa/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 5,
            "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-7-6/textsbasicshared/fa/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/fa/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/fa/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/fa/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291853,
            "filename": "fi/helpcontent2/source/text/sbasic/shared.po",
            "revision": "d80188bd35ecb8612ed13c17b91370ef0f0309e0",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/fi/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/fi/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/fi/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 2304,
            "translated_words": 19953,
            "translated_percent": 48.8,
            "fuzzy": 6,
            "fuzzy_words": 45,
            "fuzzy_percent": 0.1,
            "failing_checks": 21,
            "failing_checks_words": 212,
            "failing_checks_percent": 0.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/fi/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/fi/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/fi/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/fi/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291864,
            "filename": "fr/helpcontent2/source/text/sbasic/shared.po",
            "revision": "18f8b7d6279594932d3820a0044fbc74c900ab74",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/fr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/fr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/fr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 4721,
            "translated_words": 44295,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 209,
            "failing_checks_words": 1057,
            "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-7-6/textsbasicshared/fr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/fr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/fr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/fr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291875,
            "filename": "gcf/helpcontent2/source/text/sbasic/shared.po",
            "revision": "543fbe1125755bf43f83013891f4ba44dd90ec2b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/gcf/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/gcf/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/gcf/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/gcf/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "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-7-6/textsbasicshared/gcf/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/gcf/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/gcf/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/gcf/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291883,
            "filename": "gl/helpcontent2/source/text/sbasic/shared.po",
            "revision": "e45a2d80a61dbd0da24ed0546c9f92538a444062",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/gl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/gl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/gl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 2490,
            "translated_words": 15158,
            "translated_percent": 52.7,
            "fuzzy": 1,
            "fuzzy_words": 70,
            "fuzzy_percent": 0.1,
            "failing_checks": 11,
            "failing_checks_words": 34,
            "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-7-6/textsbasicshared/gl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/gl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/gl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/gl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291893,
            "filename": "gu/helpcontent2/source/text/sbasic/shared.po",
            "revision": "234b81d60ccc2571f5bc93fdc5522db6134437a1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/gu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/gu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/gu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/gu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 2030,
            "translated_words": 17760,
            "translated_percent": 42.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1336,
            "failing_checks_words": 14943,
            "failing_checks_percent": 28.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/gu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/gu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/gu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/gu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291903,
            "filename": "gug/helpcontent2/source/text/sbasic/shared.po",
            "revision": "543fbe1125755bf43f83013891f4ba44dd90ec2b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/gug/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/gug/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/gug/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/gug/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "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-7-6/textsbasicshared/gug/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/gug/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/gug/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/gug/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291910,
            "filename": "ha/helpcontent2/source/text/sbasic/shared.po",
            "revision": "543fbe1125755bf43f83013891f4ba44dd90ec2b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/ha/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/ha/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/ha/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ha/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "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-7-6/textsbasicshared/ha/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ha/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ha/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ha/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291918,
            "filename": "he/helpcontent2/source/text/sbasic/shared.po",
            "revision": "21d6739a81eb68225fe75c19a67a24dc36618a7f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/he/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/he/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/he/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 1887,
            "translated_words": 15463,
            "translated_percent": 39.9,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 1483,
            "failing_checks_words": 14063,
            "failing_checks_percent": 31.4,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/he/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/he/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/he/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/he/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291927,
            "filename": "hi/helpcontent2/source/text/sbasic/shared.po",
            "revision": "ad2c7488a7956c769fce19a0f46f7cde9d7eb1dd",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/hi/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/hi/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/hi/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 908,
            "translated_words": 3541,
            "translated_percent": 19.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 108,
            "failing_checks_words": 554,
            "failing_checks_percent": 2.2,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hi/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hi/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hi/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hi/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291934,
            "filename": "hr/helpcontent2/source/text/sbasic/shared.po",
            "revision": "12096d8fc827311152a0b84cedb05327df907137",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/hr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/hr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/hr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 1402,
            "translated_words": 8795,
            "translated_percent": 29.6,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 124,
            "failing_checks_words": 717,
            "failing_checks_percent": 2.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291942,
            "filename": "hsb/helpcontent2/source/text/sbasic/shared.po",
            "revision": "c533de12e73f84f25795e5b272b4b877061c0562",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/hsb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/hsb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/hsb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hsb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 1,
            "translated_words": 3,
            "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-7-6/textsbasicshared/hsb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hsb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hsb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hsb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291946,
            "filename": "ht/helpcontent2/source/text/sbasic/shared.po",
            "revision": "543fbe1125755bf43f83013891f4ba44dd90ec2b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/ht/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/ht/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/ht/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ht/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "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-7-6/textsbasicshared/ht/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ht/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ht/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ht/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291953,
            "filename": "hu/helpcontent2/source/text/sbasic/shared.po",
            "revision": "11094a651ff99165e898b232be2f1b545b7fae2a",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/hu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/hu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/hu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 3132,
            "translated_words": 24541,
            "translated_percent": 66.3,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 29,
            "failing_checks_words": 81,
            "failing_checks_percent": 0.6,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2023-09-29T17:15:22.396176Z",
            "last_author": "Armin Timar",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291960,
            "filename": "hye/helpcontent2/source/text/sbasic/shared.po",
            "revision": "543fbe1125755bf43f83013891f4ba44dd90ec2b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/hye/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/hye/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/hye/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hye/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "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-7-6/textsbasicshared/hye/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hye/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hye/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hye/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291964,
            "filename": "hyw/helpcontent2/source/text/sbasic/shared.po",
            "revision": "543fbe1125755bf43f83013891f4ba44dd90ec2b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/hyw/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/hyw/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/hyw/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hyw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "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-7-6/textsbasicshared/hyw/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hyw/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hyw/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/hyw/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291970,
            "filename": "id/helpcontent2/source/text/sbasic/shared.po",
            "revision": "428225f738c1b0de1acc09840c3420a081455dac",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/id/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/id/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/id/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 3172,
            "translated_words": 26159,
            "translated_percent": 67.1,
            "fuzzy": 26,
            "fuzzy_words": 277,
            "fuzzy_percent": 0.5,
            "failing_checks": 40,
            "failing_checks_words": 138,
            "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-7-6/textsbasicshared/id/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/id/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/id/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/id/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291978,
            "filename": "ig/helpcontent2/source/text/sbasic/shared.po",
            "revision": "543fbe1125755bf43f83013891f4ba44dd90ec2b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/ig/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/ig/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/ig/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ig/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "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-7-6/textsbasicshared/ig/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ig/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ig/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ig/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291983,
            "filename": "is/helpcontent2/source/text/sbasic/shared.po",
            "revision": "8955aa3f20ee609e6cab39602570355f81043fc4",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/is/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/is/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/is/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/is/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 1134,
            "translated_words": 3601,
            "translated_percent": 24.0,
            "fuzzy": 4,
            "fuzzy_words": 17,
            "fuzzy_percent": 0.1,
            "failing_checks": 141,
            "failing_checks_words": 973,
            "failing_checks_percent": 2.9,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": null,
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/is/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/is/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/is/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/is/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291989,
            "filename": "it/helpcontent2/source/text/sbasic/shared.po",
            "revision": "ae249fbd628dc683c88bcebe8bfb817f16cd56c6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/it/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/it/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/it/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 4721,
            "translated_words": 44295,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 97,
            "failing_checks_words": 470,
            "failing_checks_percent": 2.0,
            "have_suggestion": 9,
            "have_comment": 0,
            "last_change": "2024-01-04T14:36:49.675979Z",
            "last_author": "Valter Mura",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/it/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/it/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/it/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/it/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 291996,
            "filename": "iu/helpcontent2/source/text/sbasic/shared.po",
            "revision": "543fbe1125755bf43f83013891f4ba44dd90ec2b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/iu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/iu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/iu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/iu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "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-7-6/textsbasicshared/iu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/iu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/iu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/iu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/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": 292000,
            "filename": "ja/helpcontent2/source/text/sbasic/shared.po",
            "revision": "6416a58084f9c7467935f7921e64f60ed64d70d9",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-7-6/textsbasicshared/ja/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-7-6/-/ja/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared/ja/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 4721,
            "total_words": 44295,
            "translated": 2279,
            "translated_words": 19839,
            "translated_percent": 48.2,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 181,
            "failing_checks_words": 1026,
            "failing_checks_percent": 3.8,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-13T10:02:01.710223Z",
            "last_author": "AAAA",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ja/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ja/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ja/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ja/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/ja/units/?format=api"
        }
    ]
}