Translation components API.

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

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

{
    "count": 92,
    "next": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsharedhelp/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": 1636485517,
                "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": 317571,
            "filename": "templates/helpcontent2/source/text/shared/help.pot",
            "revision": "bfa5ed2108afc89c25d6f759524ae4a51e1097a1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/en/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/en/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/en/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en/?format=api",
            "is_template": false,
            "is_source": true,
            "total": 100,
            "total_words": 304,
            "translated": 100,
            "translated_words": 304,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-01T17:08:24.223273Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 35728475,
                "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": 319088,
            "filename": "am/helpcontent2/source/text/shared/help.po",
            "revision": "ed0289e974ab7e15184c2f8da57953b8c14aad81",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/am/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/am/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/am/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/am/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 72,
            "translated_words": 165,
            "translated_percent": 72.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-01T17:08:25.178564Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/am/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/am/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/am/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/am/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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",
                    "arb"
                ],
                "direction": "rtl",
                "population": 351664195,
                "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": 319089,
            "filename": "ar/helpcontent2/source/text/shared/help.po",
            "revision": "7047f1910bb20a05b1136035464ca84be84052e0",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/ar/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ar/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/ar/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ar/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:25.701352Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ar/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ar/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ar/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ar/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 650205,
                "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": 319092,
            "filename": "ast/helpcontent2/source/text/shared/help.po",
            "revision": "d0dbb6cc601e2cdbcdbfdbf0c40c56cbc37a1484",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/ast/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ast/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/ast/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ast/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 52,
            "translated_words": 152,
            "translated_percent": 52.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-09-04T12:36:49.610198Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ast/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ast/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ast/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ast/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 319098,
            "filename": "axm/helpcontent2/source/text/shared/help.po",
            "revision": "bfa5ed2108afc89c25d6f759524ae4a51e1097a1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/axm/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/axm/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/axm/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/axm/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:28.432019Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/axm/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/axm/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/axm/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/axm/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 7878314,
                "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": 319099,
            "filename": "bg/helpcontent2/source/text/shared/help.po",
            "revision": "d5242eb17030614f92683952a4c9a8f70006cbc7",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/bg/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/bg/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/bg/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bg/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 100,
            "translated_words": 304,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-18T23:38:25.145893Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bg/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bg/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bg/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bg/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 107413290,
                "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": 319101,
            "filename": "bn-IN/helpcontent2/source/text/shared/help.po",
            "revision": "90b9270fdb882ec3f3be6cca497260f86042236f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/bn_IN/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/bn_IN/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/bn_IN/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bn_IN/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:29.456685Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bn_IN/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bn_IN/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bn_IN/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bn_IN/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 267193288,
                "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": 319102,
            "filename": "bn/helpcontent2/source/text/shared/help.po",
            "revision": "1c3e57a436c82211cc69e1c1ac41e20d92a7a12f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/bn/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/bn/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/bn/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bn/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:29.980436Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bn/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bn/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bn/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bn/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 3006696,
                "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": 319104,
            "filename": "bo/helpcontent2/source/text/shared/help.po",
            "revision": "ec5f1b74e1fabf7bd02bf0335a40d11a5d82b0c0",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/bo/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/bo/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/bo/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:30.343931Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 3797234,
                "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": 319106,
            "filename": "bs/helpcontent2/source/text/shared/help.po",
            "revision": "26f54e1e26696fa3b5ad6198914be4116a8742ee",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/bs/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/bs/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/bs/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:30.577067Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bs/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bs/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bs/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/bs/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 319107,
            "filename": "ca-valencia/helpcontent2/source/text/shared/help.po",
            "revision": "54f3b1711a1277227b36dc5720baa2d4e233b121",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/ca_VALENCIA/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ca_VALENCIA/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/ca_VALENCIA/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ca_VALENCIA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 96,
            "translated_words": 262,
            "translated_percent": 96.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-01T17:08:31.185735Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ca_VALENCIA/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ca_VALENCIA/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ca_VALENCIA/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ca_VALENCIA/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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",
                    "ca_ca",
                    "cat"
                ],
                "direction": "ltr",
                "population": 8679138,
                "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": 319109,
            "filename": "ca/helpcontent2/source/text/shared/help.po",
            "revision": "09027c64dc520fd873a1d2a10e20efcdea73dcfa",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/ca/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ca/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/ca/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ca/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 100,
            "translated_words": 304,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-05-29T21:36:49.924253Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ca/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ca/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ca/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ca/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 25613,
                "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": 319110,
            "filename": "chr/helpcontent2/source/text/shared/help.po",
            "revision": "bfa5ed2108afc89c25d6f759524ae4a51e1097a1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/chr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/chr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/chr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/chr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:31.869866Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/chr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/chr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/chr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/chr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 11086548,
                "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": 319114,
            "filename": "ckb/helpcontent2/source/text/shared/help.po",
            "revision": "bfa5ed2108afc89c25d6f759524ae4a51e1097a1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/ckb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ckb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/ckb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ckb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:32.134793Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ckb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ckb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ckb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ckb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 13045532,
                "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": 319115,
            "filename": "cs/helpcontent2/source/text/shared/help.po",
            "revision": "6660538e04db1d3a212fd85f27fe219781af398f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/cs/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/cs/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/cs/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/cs/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 100,
            "translated_words": 304,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-01T17:08:32.534199Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/cs/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/cs/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/cs/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/cs/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 49766,
                "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": 319117,
            "filename": "csb/helpcontent2/source/text/shared/help.po",
            "revision": "bfa5ed2108afc89c25d6f759524ae4a51e1097a1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/csb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/csb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/csb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/csb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:33.025821Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/csb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/csb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/csb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/csb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 7072056,
                "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": 319119,
            "filename": "da/helpcontent2/source/text/shared/help.po",
            "revision": "d4e9577d286fb204b3bebef2059b8fe387b575cf",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/da/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/da/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/da/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/da/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 100,
            "translated_words": 304,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-08-11T08:36:49.935819Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/da/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/da/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/da/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/da/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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_de",
                    "deu",
                    "ger"
                ],
                "direction": "ltr",
                "population": 136350226,
                "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": 319121,
            "filename": "de/helpcontent2/source/text/shared/help.po",
            "revision": "ae603fd8b15fe54299a7bb38f6cb87ae41486836",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/de/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/de/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/de/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/de/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 100,
            "translated_words": 304,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-01T17:08:34.062266Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/de/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/de/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/de/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/de/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 6973,
                "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": 319124,
            "filename": "dsb/helpcontent2/source/text/shared/help.po",
            "revision": "168418f82e73574678031fe3bf507ea062de9778",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/dsb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/dsb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/dsb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/dsb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 100,
            "translated_words": 304,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-01T17:08:36.499529Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/dsb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/dsb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/dsb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/dsb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/dsb/units/?format=api"
        },
        {
            "language": {
                "id": 73,
                "code": "dz",
                "name": "Dzongkha",
                "plural": {
                    "id": 73,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "dzo",
                    "adp"
                ],
                "direction": "ltr",
                "population": 370341,
                "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": 319126,
            "filename": "dz/helpcontent2/source/text/shared/help.po",
            "revision": "c7f1abd71f6073f1e11b0f47f2102ad24d69173e",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/dz/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/dz/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/dz/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/dz/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:37.265333Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/dz/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/dz/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/dz/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/dz/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 12292240,
                "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": 319127,
            "filename": "el/helpcontent2/source/text/shared/help.po",
            "revision": "d99a5ff4b2a24d8a4bc374f9e72dd79c9478b81b",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/el/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/el/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/el/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/el/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 100,
            "translated_words": 304,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-01T17:08:37.878656Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/el/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/el/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/el/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/el/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 24447840,
                "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": 319131,
            "filename": "en-AU/helpcontent2/source/text/shared/help.po",
            "revision": "161a7e2ea59f40580815f119559450f799116d3c",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/en_AU/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/en_AU/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/en_AU/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en_AU/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:38.170077Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en_AU/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en_AU/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en_AU/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en_AU/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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",
                    "eng_gb"
                ],
                "direction": "ltr",
                "population": 64445878,
                "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": 319133,
            "filename": "en-GB/helpcontent2/source/text/shared/help.po",
            "revision": "09d7fdad98cbc4bd5d434b907f2f3ef75668283e",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/en_GB/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/en_GB/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/en_GB/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en_GB/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 93,
            "translated_words": 272,
            "translated_percent": 93.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-01T17:08:38.579274Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en_GB/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en_GB/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en_GB/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en_GB/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 17503716,
                "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": 319134,
            "filename": "en-ZA/helpcontent2/source/text/shared/help.po",
            "revision": "80405bd8326bf463234914fb617131a821c5534c",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/en_ZA/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/en_ZA/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/en_ZA/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en_ZA/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:39.091203Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en_ZA/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en_ZA/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en_ZA/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/en_ZA/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 301,
                "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": 319136,
            "filename": "eo/helpcontent2/source/text/shared/help.po",
            "revision": "776e80acf9d3de4081b96a8d9de849af002ed274",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/eo/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/eo/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/eo/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/eo/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 88,
            "translated_words": 228,
            "translated_percent": 88.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-01T17:08:39.649663Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/eo/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/eo/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/eo/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/eo/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 493528078,
                "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": 319138,
            "filename": "es/helpcontent2/source/text/shared/help.po",
            "revision": "c5e3629e396983f5013f29ff5ea8791306fedc17",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/es/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/es/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/es/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/es/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 96,
            "translated_words": 292,
            "translated_percent": 96.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 4,
            "have_comment": 0,
            "last_change": "2024-05-29T21:36:50.212641Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/es/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/es/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/es/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/es/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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",
                    "ekk"
                ],
                "direction": "ltr",
                "population": 878449,
                "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": 319140,
            "filename": "et/helpcontent2/source/text/shared/help.po",
            "revision": "eb7976bfbd06387eda6d5d4cc0eba3643b1870bc",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/et/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/et/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/et/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/et/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 88,
            "translated_words": 228,
            "translated_percent": 88.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-01T17:08:40.569760Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/et/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/et/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/et/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/et/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 1088518,
                "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": 319142,
            "filename": "eu/helpcontent2/source/text/shared/help.po",
            "revision": "4407159f879e3e168004cdaa21adb8d018fca951",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/eu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/eu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/eu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/eu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 97,
            "translated_words": 284,
            "translated_percent": 97.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-01T17:08:40.929443Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/eu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/eu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/eu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/eu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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_ir",
                    "fas",
                    "per",
                    "pes"
                ],
                "direction": "rtl",
                "population": 84710458,
                "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": 319144,
            "filename": "fa/helpcontent2/source/text/shared/help.po",
            "revision": "808ca311523e156af3cb628a593fabede70cfd57",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/fa/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/fa/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/fa/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/fa/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 2,
            "translated_words": 5,
            "translated_percent": 2.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-01T17:08:41.779894Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/fa/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/fa/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/fa/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/fa/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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_fi",
                    "fin"
                ],
                "direction": "ltr",
                "population": 5736841,
                "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": 319147,
            "filename": "fi/helpcontent2/source/text/shared/help.po",
            "revision": "2f007b9d1afc024dcd98e6afdf7972dc325e8047",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/fi/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/fi/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/fi/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/fi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 27,
            "translated_words": 111,
            "translated_percent": 27.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-05T22:37:28.908634Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/fi/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/fi/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/fi/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/fi/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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_fr",
                    "fra",
                    "fre"
                ],
                "direction": "ltr",
                "population": 278611506,
                "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": 319149,
            "filename": "fr/helpcontent2/source/text/shared/help.po",
            "revision": "840f45a17d551f4698f3d06d28b76bc2cbc4bd7f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/fr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/fr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/fr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/fr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 100,
            "translated_words": 304,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-01T17:08:42.708707Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/fr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/fr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/fr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/fr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 319151,
            "filename": "gcf/helpcontent2/source/text/shared/help.po",
            "revision": "bfa5ed2108afc89c25d6f759524ae4a51e1097a1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/gcf/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/gcf/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/gcf/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gcf/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:42.971748Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gcf/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gcf/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gcf/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gcf/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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_es",
                    "glg"
                ],
                "direction": "ltr",
                "population": 3515529,
                "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": 319154,
            "filename": "gl/helpcontent2/source/text/shared/help.po",
            "revision": "aa7795cd1b54222f9ff5783121a84d4ddb90fee6",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/gl/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/gl/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/gl/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gl/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 100,
            "translated_words": 304,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-07-15T10:36:53.553310Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gl/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gl/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gl/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gl/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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",
                    "prp"
                ],
                "direction": "ltr",
                "population": 61721798,
                "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": 319155,
            "filename": "gu/helpcontent2/source/text/shared/help.po",
            "revision": "0768eb4bb35bde0507ad7a45245a62ae523aa0e1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/gu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/gu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/gu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:43.717165Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 319158,
            "filename": "gug/helpcontent2/source/text/shared/help.po",
            "revision": "bfa5ed2108afc89c25d6f759524ae4a51e1097a1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/gug/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/gug/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/gug/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gug/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:44.069953Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gug/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gug/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gug/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/gug/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 37412649,
                "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": 319159,
            "filename": "ha/helpcontent2/source/text/shared/help.po",
            "revision": "bfa5ed2108afc89c25d6f759524ae4a51e1097a1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/ha/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ha/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/ha/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ha/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:44.276716Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ha/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ha/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ha/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ha/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 8675480,
                "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": 319160,
            "filename": "he/helpcontent2/source/text/shared/help.po",
            "revision": "8889f778edef024f51880faf6bf7c2dceb3fbe9e",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/he/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/he/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/he/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/he/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 1,
            "translated_words": 4,
            "translated_percent": 1.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-01T17:08:47.295304Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/he/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/he/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/he/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/he/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 545556054,
                "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": 319161,
            "filename": "hi/helpcontent2/source/text/shared/help.po",
            "revision": "02fbab335a62201989685efb38add2e6cec58186",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/hi/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/hi/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/hi/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hi/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:47.638637Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hi/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hi/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hi/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hi/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 6813163,
                "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": 319162,
            "filename": "hr/helpcontent2/source/text/shared/help.po",
            "revision": "9c731c77a824bf713376ea83e01eaf4c69536d8f",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/hr/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/hr/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/hr/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hr/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:47.938305Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hr/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hr/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hr/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hr/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 12825,
                "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": 319164,
            "filename": "hsb/helpcontent2/source/text/shared/help.po",
            "revision": "8a44237ea1caa0dd896ae240a0340acf6b062365",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/hsb/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/hsb/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/hsb/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hsb/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 100,
            "translated_words": 304,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-01T17:08:48.447506Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hsb/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hsb/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hsb/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hsb/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hsb/units/?format=api"
        },
        {
            "language": {
                "id": 786,
                "code": "ht",
                "name": "Haitian",
                "plural": {
                    "id": 190427,
                    "source": 0,
                    "number": 2,
                    "formula": "n != 1",
                    "type": 1
                },
                "aliases": [
                    "ht_ht",
                    "hat"
                ],
                "direction": "ltr",
                "population": 8964918,
                "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": 319165,
            "filename": "ht/helpcontent2/source/text/shared/help.po",
            "revision": "bfa5ed2108afc89c25d6f759524ae4a51e1097a1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/ht/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ht/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/ht/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ht/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:48.793997Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ht/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ht/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ht/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ht/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 12443429,
                "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": 319166,
            "filename": "hu/helpcontent2/source/text/shared/help.po",
            "revision": "6b5177b34ad23bfc9791d558d21bef212135c792",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/hu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/hu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/hu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 89,
            "translated_words": 239,
            "translated_percent": 89.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-01T17:08:49.199014Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 319168,
            "filename": "hye/helpcontent2/source/text/shared/help.po",
            "revision": "bfa5ed2108afc89c25d6f759524ae4a51e1097a1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/hye/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/hye/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/hye/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hye/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:49.718114Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hye/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hye/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hye/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hye/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 319171,
            "filename": "hyw/helpcontent2/source/text/shared/help.po",
            "revision": "bfa5ed2108afc89c25d6f759524ae4a51e1097a1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/hyw/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/hyw/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/hyw/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hyw/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:50.030507Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hyw/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hyw/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hyw/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/hyw/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 171207687,
                "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": 319172,
            "filename": "id/helpcontent2/source/text/shared/help.po",
            "revision": "c0305a30b149a9d36b467c5e3908c2ccb27a6fd9",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/id/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/id/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/id/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/id/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 100,
            "translated_words": 304,
            "translated_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-09-08T05:02:50.053280Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/id/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/id/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/id/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/id/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 27823640,
                "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": 319174,
            "filename": "ig/helpcontent2/source/text/shared/help.po",
            "revision": "bfa5ed2108afc89c25d6f759524ae4a51e1097a1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/ig/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ig/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/ig/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ig/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:51.560818Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ig/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ig/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ig/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ig/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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": 350734,
                "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": 319176,
            "filename": "is/helpcontent2/source/text/shared/help.po",
            "revision": "cd623b218d7a786df039ae6e22aa2545dd979047",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/is/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/is/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/is/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/is/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 62,
            "translated_words": 130,
            "translated_percent": 62.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-02-01T17:08:52.012308Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/is/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/is/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/is/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/is/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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_it",
                    "ita"
                ],
                "direction": "ltr",
                "population": 70247059,
                "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": 319179,
            "filename": "it/helpcontent2/source/text/shared/help.po",
            "revision": "2bb0b9f896dc14e5bef488d3b59fa759aa8b219c",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/it/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/it/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/it/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/it/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 100,
            "translated_words": 304,
            "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": 1,
            "have_comment": 0,
            "last_change": "2024-05-11T12:46:05.751412Z",
            "last_author": "Marco Marega",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/it/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/it/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/it/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/it/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/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",
                    "ike"
                ],
                "direction": "ltr",
                "population": 45232,
                "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": 319181,
            "filename": "iu/helpcontent2/source/text/shared/help.po",
            "revision": "bfa5ed2108afc89c25d6f759524ae4a51e1097a1",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/iu/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/iu/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/iu/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/iu/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "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": "2024-02-01T17:08:54.082177Z",
            "last_author": null,
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/iu/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/iu/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/iu/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/iu/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/iu/units/?format=api"
        },
        {
            "language": {
                "id": 147,
                "code": "ja",
                "name": "Japanese",
                "plural": {
                    "id": 147,
                    "source": 0,
                    "number": 1,
                    "formula": "0",
                    "type": 0
                },
                "aliases": [
                    "jp",
                    "jp_jpn",
                    "ja_ja",
                    "jpn_jp",
                    "jpn"
                ],
                "direction": "ltr",
                "population": 119729025,
                "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": 319182,
            "filename": "ja/helpcontent2/source/text/shared/help.po",
            "revision": "18d0d8cd107c5f2141874ea8052d04bd4d5ef622",
            "web_url": "https://translations.documentfoundation.org/projects/libo_help-24-2/textsharedhelp/ja/",
            "share_url": "https://translations.documentfoundation.org/engage/libo_help-24-2/-/ja/",
            "translate_url": "https://translations.documentfoundation.org/translate/libo_help-24-2/textsharedhelp/ja/",
            "url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ja/?format=api",
            "is_template": false,
            "is_source": false,
            "total": 100,
            "total_words": 304,
            "translated": 77,
            "translated_words": 195,
            "translated_percent": 77.0,
            "fuzzy": 0,
            "fuzzy_words": 0,
            "fuzzy_percent": 0.0,
            "failing_checks": 0,
            "failing_checks_words": 0,
            "failing_checks_percent": 0.0,
            "have_suggestion": 0,
            "have_comment": 0,
            "last_change": "2024-04-22T11:00:01.240427Z",
            "last_author": "Taichi Haradaguchi",
            "repository_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ja/repository/?format=api",
            "file_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ja/file/?format=api",
            "statistics_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ja/statistics/?format=api",
            "changes_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ja/changes/?format=api",
            "units_list_url": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsharedhelp/ja/units/?format=api"
        }
    ]
}