Translation components API.

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

GET /api/translations/libo_help-7-6/textsbasicshared03/eu/units/?format=api&page=57
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3638,
    "next": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/units/?format=api&page=58",
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/units/?format=api&page=56",
    "results": [
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "<variable id=\"ScriptForgeServices\"><link href=\"text/sbasic/shared/03/sf_services.xhp\"><literal>ScriptForge</literal>.<literal>Services</literal> service</link></variable>"
            ],
            "previous_source": "",
            "target": [
                "<variable id=\"ScriptForgeServices\"><link href=\"text/sbasic/shared/03/sf_services.xhp\"><literal>ScriptForge</literal>.<literal>Services</literal> zerbitzua</link></variable>"
            ],
            "id_hash": 2295845850826352403,
            "content_hash": 2295845850826352403,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\nhd_id471582710868716\nhelp.text",
            "note": "Q5KAY",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2801,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/98641829/?format=api",
            "priority": 100,
            "id": 99346059,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=9fdc7ba32d8f2713",
            "url": "https://translations.documentfoundation.org/api/units/99346059/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.071647Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "The main purpose of the <literal>Services</literal> module is to provide access to the <literal>CreateScriptService</literal> method, which can be called in user scripts to instantiate services that are implemented using the ScriptForge framework."
            ],
            "previous_source": "",
            "target": [
                "<literal>Services</literal>moduluaren xede nagusia <literal>CreateScriptService</literal> metodora sartzeko aukera ematea da. Metodo hori erabiltzaile-scriptetatik deitu daiteke ScriptForge lan-markoaren bidez inplementatzen diren zerbitzuen instantziak sortzeko."
            ],
            "id_hash": 85778825345901661,
            "content_hash": 85778825345901661,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\npar_id241627513489594\nhelp.text",
            "note": "SDbDJ",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2802,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 32,
            "source_unit": "https://translations.documentfoundation.org/api/units/98641851/?format=api",
            "priority": 100,
            "id": 99346062,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=8130bf631dfe245d",
            "url": "https://translations.documentfoundation.org/api/units/99346062/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.073088Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "In ScriptForge terminology a service is a collection of methods and properties that can be used for a common purpose. For example, the <literal>String</literal> service provides methods for manipulating strings whereas the <literal>FileSystem</literal> service allows for the manipulation of files and folders."
            ],
            "previous_source": "",
            "target": [
                "ScriptForge terminologian, zerbitzu bat da xede komun baterako erabili daitezkeen metodoen eta propietateen bilduma bat. Adibidez, <literal>String</literal> zerbitzuak kateak manipulatzeko metodoak eskaintzen ditu eta <literal>FileSystem</literal> zerbitzuak fitxategiak eta karpetak manipulatzeko balio du."
            ],
            "id_hash": -5039416250604578155,
            "content_hash": -5039416250604578155,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\npar_id351582710868545\nhelp.text",
            "note": "7B2KJ",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2803,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 42,
            "source_unit": "https://translations.documentfoundation.org/api/units/98641876/?format=api",
            "priority": 100,
            "id": 99346067,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=3a10659ebb621a95",
            "url": "https://translations.documentfoundation.org/api/units/99346067/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.074717Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "The <literal>Services</literal> module of the ScriptForge library provides additional methods that are used either internally to register available services or by developers who are interested in extending ScriptForge by creating new services. The only method that is relevant for user scripts is <literal>CreateScriptService</literal>."
            ],
            "previous_source": "",
            "target": [
                "ScriptForge liburutegiaren <literal>Services</literal> moduluak metodo gehigarriak eskaintzen ditu erabilgarri dauden zerbitzuak erregistratzeko edo ScriptForge bera hedatzeko interesa duten garatzaileek zerbitzu berriak sortu ditzaten. Horietatik, erabiltzaile-scriptetarako esanguratsua den metodo bakarra <literal>CreateScriptService</literal> da."
            ],
            "id_hash": -5764467117644227731,
            "content_hash": -5764467117644227731,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\npar_id541627513771828\nhelp.text",
            "note": "NW4BS",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2804,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 43,
            "source_unit": "https://translations.documentfoundation.org/api/units/98641894/?format=api",
            "priority": 100,
            "id": 99346070,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=30007fb2ad655b6d",
            "url": "https://translations.documentfoundation.org/api/units/99346070/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.076391Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "This method is used to instantiate a ScriptForge service so it can be called in user scripts."
            ],
            "previous_source": "",
            "target": [
                "Metodo hori erabiltzaile-scriptetatik deitu daitezkeen ScriptForge zerbitzu-instantziak sortzeko erabiltzen da."
            ],
            "id_hash": 9210764533339887745,
            "content_hash": 9210764533339887745,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\npar_id871582714020043\nhelp.text",
            "note": "FW4FC",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2805,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://translations.documentfoundation.org/api/units/98641922/?format=api",
            "priority": 100,
            "id": 99346075,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=ffd3358ad77d9881",
            "url": "https://translations.documentfoundation.org/api/units/99346075/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.078086Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "The returned value is a Basic object or <literal>Nothing</literal> if an error occurred."
            ],
            "previous_source": "",
            "target": [
                "Itzuliko den balioa Basic objektu bat edo <literal>Nothing</literal>, errore bat gertatu bada, izango da."
            ],
            "id_hash": 4410767252118313369,
            "content_hash": 4410767252118313369,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\npar_id711627514310039\nhelp.text",
            "note": "jG6U9",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2806,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://translations.documentfoundation.org/api/units/98641961/?format=api",
            "priority": 100,
            "id": 99346078,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=bd36317251701999",
            "url": "https://translations.documentfoundation.org/api/units/99346078/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.079334Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "<emph>service</emph>: The name of the service identified as a string in the format \"library.service\":"
            ],
            "previous_source": "",
            "target": [
                "<emph>service</emph>: Zerbitzuaren izena, kate gisa, \"library.service\" formatuan:"
            ],
            "id_hash": -7619132462044861413,
            "content_hash": -7619132462044861413,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\npar_id971582714020045\nhelp.text",
            "note": "oojMF",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2807,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642012/?format=api",
            "priority": 100,
            "id": 99346082,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=16436764c72b2c1b",
            "url": "https://translations.documentfoundation.org/api/units/99346082/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.081032Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "The <emph>library</emph> is a Basic library that must exist in the <link href=\"text/sbasic/shared/03131900.xhp\">GlobalScope</link>. The default value is \"ScriptForge\"."
            ],
            "previous_source": "",
            "target": [
                "<emph>library</emph> liburutegia <link href=\"text/sbasic/shared/03131900.xhp\">GlobalScope</link> esparruan existitzen den Basic liburutegi bat da. Balio lehenetsia \"ScriptForge\" da."
            ],
            "id_hash": -6286320658318290464,
            "content_hash": -6286320658318290464,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\npar_id11627475954271\nhelp.text",
            "note": "swGGN",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2808,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642044/?format=api",
            "priority": 100,
            "id": 99346085,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=28c280aae8bd11e0",
            "url": "https://translations.documentfoundation.org/api/units/99346085/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.082446Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "The <emph>service</emph> is one of the services registered by the ScriptForge library."
            ],
            "previous_source": "",
            "target": [
                "<emph>service</emph> zerbitzua ScriptForge liburutegiak erregistratutako zerbitzuetako bat da."
            ],
            "id_hash": -676349306475764940,
            "content_hash": -676349306475764940,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\npar_id811627475954641\nhelp.text",
            "note": "BBFeA",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2809,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642080/?format=api",
            "priority": 100,
            "id": 99346090,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=769d1fe3a36e2334",
            "url": "https://translations.documentfoundation.org/api/units/99346090/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.083790Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "<emph>arg0, ...</emph>: A list of arguments required by the invoked service."
            ],
            "previous_source": "",
            "target": [
                "<emph>arg0, ...</emph>: Deitutako zerbitzuak behar dituen argumentuen zerrenda bat."
            ],
            "id_hash": 5159657618923424645,
            "content_hash": 5159657618923424645,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\npar_id391582714020045\nhelp.text",
            "note": "btbtw",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2810,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642117/?format=api",
            "priority": 100,
            "id": 99346093,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=c79ac94472918b85",
            "url": "https://translations.documentfoundation.org/api/units/99346093/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.085272Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "If the first argument refers to an event manager, then <literal>arg0</literal> is mandatory and must be the UNO object representing the event provided as argument to the user macro."
            ],
            "previous_source": "",
            "target": [
                "Lehen argumentuak gertaera-kudeatzaile bati egiten badio erreferentzia, <literal>arg0</literal> derrigorrezkoa da eta erabiltzaile-makroari argumentu gisa emandako gertaera ordezkatzen duen UNO objektua izan behar du."
            ],
            "id_hash": 2259486523632590761,
            "content_hash": 2259486523632590761,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\npar_id841627475900817\nhelp.text",
            "note": "yAaks",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2811,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 29,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642151/?format=api",
            "priority": 100,
            "id": 99346096,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=9f5b4f059fe71fa9",
            "url": "https://translations.documentfoundation.org/api/units/99346096/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.086796Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "' To be done once"
            ],
            "previous_source": "",
            "target": [
                "' Behin bakarrik egingo da"
            ],
            "id_hash": -1949629058729899305,
            "content_hash": -1949629058729899305,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\nbas_id981582898174133\nhelp.text",
            "note": "wuR7S",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2812,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642182/?format=api",
            "priority": 100,
            "id": 99346098,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=64f186b35ea00ad7",
            "url": "https://translations.documentfoundation.org/api/units/99346098/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.088744Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "' Refers to the \"ScriptForge.Array\" service or SF_Array"
            ],
            "previous_source": "",
            "target": [
                "' \"ScriptForge.Array\" zerbitzuari edo SF_Array objektuari egiten dio erreferentzia"
            ],
            "id_hash": -54584964663432352,
            "content_hash": -54584964663432352,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\nbas_id311582715700844\nhelp.text",
            "note": "oqovE",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2813,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642220/?format=api",
            "priority": 100,
            "id": 99346102,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=7f3e13438b28ab60",
            "url": "https://translations.documentfoundation.org/api/units/99346102/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.089853Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "' Returns a new empty dictionary class instance; \"ScriptForge.\" is optional"
            ],
            "previous_source": "",
            "target": [
                "' Hiztegi huts baten klase-instantzia bat itzultzen du; \"ScriptForge.\" aukerakoa da"
            ],
            "id_hash": 4558131250688081107,
            "content_hash": 4558131250688081107,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\nbas_id61582715759468\nhelp.text",
            "note": "KvcPo",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2814,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642258/?format=api",
            "priority": 100,
            "id": 99346104,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=bf41bc38f4debcd3",
            "url": "https://translations.documentfoundation.org/api/units/99346104/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.091112Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "' Refers to the Calc service, implemented in the associated SFDocuments library"
            ],
            "previous_source": "",
            "target": [
                "' Lotutako SFDocuments liburutegian inplementatutako Calc zerbitzuari egiten dio erreferentzia"
            ],
            "id_hash": 2928513929668584545,
            "content_hash": 2928513929668584545,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\nbas_id901582715797722\nhelp.text",
            "note": "pMGcR",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2815,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642305/?format=api",
            "priority": 100,
            "id": 99346109,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=a8a42be731ade461",
            "url": "https://translations.documentfoundation.org/api/units/99346109/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.092441Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "' Returns a Timer class instance starting immediately"
            ],
            "previous_source": "",
            "target": [
                "' Berehala hasiko den Timer klase-instantzia bat itzultzen du"
            ],
            "id_hash": -7874374746437588304,
            "content_hash": -7874374746437588304,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\nbas_id361582715845747\nhelp.text",
            "note": "BoXHx",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2816,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642396/?format=api",
            "priority": 100,
            "id": 99346112,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=12b899e36a47eab0",
            "url": "https://translations.documentfoundation.org/api/units/99346112/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.093756Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "' Refers to the DocumentEvent service implemented in the associated SFDocuments library"
            ],
            "previous_source": "",
            "target": [
                "' Lotutako SFDocuments liburutegian inplementatutako DocumentEvent zerbitzuari egiten dio erreferentzia"
            ],
            "id_hash": -5635229090345036769,
            "content_hash": -5635229090345036769,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\nbas_id571596298708062\nhelp.text",
            "note": "9bmdn",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2817,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642428/?format=api",
            "priority": 100,
            "id": 99346116,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=31cba4ffc209541f",
            "url": "https://translations.documentfoundation.org/api/units/99346116/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.095052Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "' Returns the instance of the Document class that fired the event"
            ],
            "previous_source": "",
            "target": [
                "' Gertaera abiarazi duen Document klasearen instantzia egiten dio erreferentzia"
            ],
            "id_hash": -4305472634195500332,
            "content_hash": -4305472634195500332,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\nbas_id121613492254532\nhelp.text",
            "note": "DFhat",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2818,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642465/?format=api",
            "priority": 100,
            "id": 99346120,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=443fe373589ca2d4",
            "url": "https://translations.documentfoundation.org/api/units/99346120/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.096552Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "Python scripts support keyword arguments when calling <literal>CreateScriptService</literal>. The following example illustrates this concept by instantiating the <literal>Timer</literal> and <literal>Document</literal> services using keyword arguments."
            ],
            "previous_source": "",
            "target": [
                "Python scriptek gako-hitzak onartzen dituzte <literal>CreateScriptService</literal> deitzean. Hurrengo adibideak kontzeptu hori azaltzen du: <literal>Timer</literal> eta <literal>Document</literal> zerbitzuen instantziak sortzen ditu gako-hitzak erabiliz."
            ],
            "id_hash": 5932356488072206105,
            "content_hash": 5932356488072206105,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\npar_id321627570607194\nhelp.text",
            "note": "zhCyY",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2819,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 24,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642486/?format=api",
            "priority": 100,
            "id": 99346125,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=d253f6cb80871719",
            "url": "https://translations.documentfoundation.org/api/units/99346125/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.098094Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "To make writing Python scripts more fluid, ScriptForge provides the <literal>Basic</literal> service which allows Python scripts to call a collection of methods with the same syntax and meaning as their homonymous native Basic functions."
            ],
            "previous_source": "",
            "target": [
                "Python scriptak errazago idazteko, ScriptForge liburutegiak <literal>Basic</literal> zerbitzu bat eskaintzen du Python scriptetatik pareko jatorrizko Basic funtzioen sintaxi eta esanahi bera duten metodoen bilduma bati deitu ahal izateko."
            ],
            "id_hash": 9000110910109516121,
            "content_hash": 9000110910109516121,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\npar_id901627576693156\nhelp.text",
            "note": "jah7F",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2820,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 34,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642555/?format=api",
            "priority": 100,
            "id": 99346132,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=fce6d13028320159",
            "url": "https://translations.documentfoundation.org/api/units/99346132/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.100080Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "The following example instantiates the <literal>Basic</literal> service and calls the <literal>MsgBox</literal> method, which is equivalent to the <literal>MsgBox</literal> function available in Basic:"
            ],
            "previous_source": "",
            "target": [
                "Hurrengo adibidean, <literal>Basic</literal> zerbitzuaren instantzia bat sortzen da eta <literal>MsgBox</literal> metodoari deitzen zaio. Hori Basic-en erabilgarri dagoen <literal>MsgBox</literal> funtzioaren parekoa da:"
            ],
            "id_hash": 7714912028165591427,
            "content_hash": 7714912028165591427,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\npar_id41627644806288\nhelp.text",
            "note": "SDQ7m",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2821,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 22,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642590/?format=api",
            "priority": 100,
            "id": 99346138,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=eb10df9d4032d183",
            "url": "https://translations.documentfoundation.org/api/units/99346138/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.102076Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "Be aware that the <literal>Basic</literal> service has to be instantiated in Python scripts using the <literal>CreateScriptService</literal> method."
            ],
            "previous_source": "",
            "target": [
                "Kontuan izan <literal>Basic</literal> zerbitzua Python scriptetan erabili ahal izateko, bere instantzia bat sortu behar dela <literal>CreateScriptService</literal> metodoaren bidez."
            ],
            "id_hash": 7941068432421089061,
            "content_hash": 7941068432421089061,
            "location": "sf_services.xhp",
            "context": "sf_services.xhp\npar_id581627645023307\nhelp.text",
            "note": "TFMGE",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2822,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 17,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642629/?format=api",
            "priority": 100,
            "id": 99346145,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=ee3457aa6b86ef25",
            "url": "https://translations.documentfoundation.org/api/units/99346145/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.103887Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "ScriptForge.Session service"
            ],
            "previous_source": "",
            "target": [
                "ScriptForge.Session zerbitzua"
            ],
            "id_hash": -3436139282837425998,
            "content_hash": -3436139282837425998,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\ntit\nhelp.text",
            "note": "LCVem",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2823,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642686/?format=api",
            "priority": 100,
            "id": 99346150,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=5050618717b5b0b2",
            "url": "https://translations.documentfoundation.org/api/units/99346150/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.105653Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "<variable id=\"SessionService\"><link href=\"text/sbasic/shared/03/sf_session.xhp\"><literal>ScriptForge.Session</literal> service</link></variable>"
            ],
            "previous_source": "",
            "target": [
                "<variable id=\"SessionService\"><link href=\"text/sbasic/shared/03/sf_session.xhp\"><literal>ScriptForge.Session</literal> zerbitzua</link></variable>"
            ],
            "id_hash": 3585979827688802287,
            "content_hash": 3585979827688802287,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\nhd_id901582814720985\nhelp.text",
            "note": "yWao7",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2824,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642723/?format=api",
            "priority": 100,
            "id": 99346156,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=b1c3f5a7691b87ef",
            "url": "https://translations.documentfoundation.org/api/units/99346156/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.107177Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "The <literal>Session</literal> service gathers various general-purpose methods about:"
            ],
            "previous_source": "",
            "target": [
                "<literal>Session</literal> zerbitzuak xede orokorreko zenbait metodo biltzen ditu, honakoei lotutakoak:"
            ],
            "id_hash": -8457203655062464467,
            "content_hash": -8457203655062464467,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id861582814720987\nhelp.text",
            "note": "yTgFK",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2825,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642759/?format=api",
            "priority": 100,
            "id": 99346160,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=0aa1fa157addd82d",
            "url": "https://translations.documentfoundation.org/api/units/99346160/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.108883Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "the installation or execution environment"
            ],
            "previous_source": "",
            "target": [
                "instalazioko edo exekuzioko ingurunea"
            ],
            "id_hash": 3286068212198231363,
            "content_hash": 3286068212198231363,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id34158281472051\nhelp.text",
            "note": "a2DCM",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2826,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642793/?format=api",
            "priority": 100,
            "id": 99346163,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=ad9a75a0efc74d43",
            "url": "https://translations.documentfoundation.org/api/units/99346163/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.110393Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "UNO introspection"
            ],
            "previous_source": "",
            "target": [
                "UNO barne-behaketa"
            ],
            "id_hash": 7779645143967051538,
            "content_hash": 7779645143967051538,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id411582814720361\nhelp.text",
            "note": "cf5WG",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2827,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642814/?format=api",
            "priority": 100,
            "id": 99346166,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=ebf6da0a44bfaf12",
            "url": "https://translations.documentfoundation.org/api/units/99346166/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.111714Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "the invocation of external scripts or programs"
            ],
            "previous_source": "",
            "target": [
                "kanpoko scriptak edo programak deitzea"
            ],
            "id_hash": 1794015041601178286,
            "content_hash": 1794015041601178286,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id321582814720863\nhelp.text",
            "note": "fBApv",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2828,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642871/?format=api",
            "priority": 100,
            "id": 99346172,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=98e59f2cdc588aae",
            "url": "https://translations.documentfoundation.org/api/units/99346172/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.142128Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "Service invocation"
            ],
            "previous_source": "",
            "target": [
                "Zerbitzuari deitzea"
            ],
            "id_hash": 1400992398086340985,
            "content_hash": 1400992398086340985,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\nhd_id91582814720116\nhelp.text",
            "note": "63uDb",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2829,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642898/?format=api",
            "priority": 100,
            "id": 99346176,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=93715329ccf58179",
            "url": "https://translations.documentfoundation.org/api/units/99346176/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.145064Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "Before using the <literal>Session</literal> service the <literal>ScriptForge</literal> library needs to be loaded or imported:"
            ],
            "previous_source": "",
            "target": [
                "<literal>Session</literal> zerbitzua erabiltzeko, <literal>ScriptForge</literal> liburutegia kargatu edo inportatu behar da:"
            ],
            "id_hash": -3882772191165021429,
            "content_hash": -3882772191165021429,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id141609955500101\nhelp.text",
            "note": "XRvpV",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2830,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 14,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642912/?format=api",
            "priority": 100,
            "id": 99346178,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=4a1d9f4391d8030b",
            "url": "https://translations.documentfoundation.org/api/units/99346178/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.146857Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "Constants"
            ],
            "previous_source": "",
            "target": [
                "Konstanteak"
            ],
            "id_hash": -3379421757397067315,
            "content_hash": -3379421757397067315,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\nhd_id291582814720762\nhelp.text",
            "note": "8BEnm",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2831,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642938/?format=api",
            "priority": 100,
            "id": 99346181,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=5119e1d10c1f19cd",
            "url": "https://translations.documentfoundation.org/api/units/99346181/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.149049Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "Below is a list of constants available to ease the designation of the library containing a Basic or Python script to invoke. Use them as <literal>session.CONSTANT</literal>."
            ],
            "previous_source": "",
            "target": [
                "Behean, deituko den Basic edo Python script bat duen liburutegia izendatzea errazteko erabilgarri dauden konstanteen zerrenda. Erabili horiek <literal>session.CONSTANT</literal> gisa."
            ],
            "id_hash": -923558340903119985,
            "content_hash": -923558340903119985,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id82158281472034\nhelp.text",
            "note": "zcRQu",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2832,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 26,
            "source_unit": "https://translations.documentfoundation.org/api/units/98642970/?format=api",
            "priority": 100,
            "id": 99346183,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=732edc95091ed38f",
            "url": "https://translations.documentfoundation.org/api/units/99346183/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.150649Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "Value"
            ],
            "previous_source": "",
            "target": [
                "Balioa"
            ],
            "id_hash": -4715404996955833700,
            "content_hash": -4715404996955833700,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id9158281472045\nhelp.text",
            "note": "yyF2R",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2833,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translations.documentfoundation.org/api/units/98643004/?format=api",
            "priority": 100,
            "id": 99346186,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=3e8f842378587a9c",
            "url": "https://translations.documentfoundation.org/api/units/99346186/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.153035Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "Where to find the library?"
            ],
            "previous_source": "",
            "target": [
                "Non dago liburutegia?"
            ],
            "id_hash": -4952481784402183428,
            "content_hash": -4952481784402183428,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id241582814720636\nhelp.text",
            "note": "Wd88w",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2834,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 5,
            "source_unit": "https://translations.documentfoundation.org/api/units/98643031/?format=api",
            "priority": 100,
            "id": 99346197,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=3b45400e741d7afc",
            "url": "https://translations.documentfoundation.org/api/units/99346197/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.158800Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "Applicable"
            ],
            "previous_source": "",
            "target": [
                "Aplikagarria"
            ],
            "id_hash": -4542880607550752605,
            "content_hash": -4542880607550752605,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id361582814720116\nhelp.text",
            "note": "k58kN",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2835,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translations.documentfoundation.org/api/units/98643051/?format=api",
            "priority": 100,
            "id": 99346200,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=40f4722819ed38a3",
            "url": "https://translations.documentfoundation.org/api/units/99346200/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.160465Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "in the document"
            ],
            "previous_source": "",
            "target": [
                "dokumentuan"
            ],
            "id_hash": -1265792271297784615,
            "content_hash": -1265792271297784615,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id451582814720105\nhelp.text",
            "note": "DJspw",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2836,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translations.documentfoundation.org/api/units/98643084/?format=api",
            "priority": 100,
            "id": 99346202,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=6e6f00a2bddc54d9",
            "url": "https://translations.documentfoundation.org/api/units/99346202/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.161896Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "in any shared library"
            ],
            "previous_source": "",
            "target": [
                "partekatutako edozein liburutegitan"
            ],
            "id_hash": -7104031215776286993,
            "content_hash": -7104031215776286993,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id73158281472032\nhelp.text",
            "note": "Q2KtM",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2837,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translations.documentfoundation.org/api/units/98643107/?format=api",
            "priority": 100,
            "id": 99346204,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=1d69693f7e5e36ef",
            "url": "https://translations.documentfoundation.org/api/units/99346204/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.163462Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "in <emph>My Macros</emph>"
            ],
            "previous_source": "",
            "target": [
                "<emph>Nire makroak</emph> atalean"
            ],
            "id_hash": 8614219989486252639,
            "content_hash": 8614219989486252639,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id391582814720487\nhelp.text",
            "note": "2GN3X",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2838,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translations.documentfoundation.org/api/units/98643133/?format=api",
            "priority": 100,
            "id": 99346207,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=f78bdb70ba65b25f",
            "url": "https://translations.documentfoundation.org/api/units/99346207/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.165152Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "in an extension installed for the current user"
            ],
            "previous_source": "",
            "target": [
                "uneko erabiltzailearentzako instalatutako hedapen batean"
            ],
            "id_hash": -1744084611942038697,
            "content_hash": -1744084611942038697,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id56158281472073\nhelp.text",
            "note": "MiuWT",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2839,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translations.documentfoundation.org/api/units/98643201/?format=api",
            "priority": 100,
            "id": 99346211,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=67cbc44936f84357",
            "url": "https://translations.documentfoundation.org/api/units/99346211/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.167063Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "in <emph>Application Macros</emph>"
            ],
            "previous_source": "",
            "target": [
                "<emph>Aplikazio-makroak</emph> atalean"
            ],
            "id_hash": 5919578934300487293,
            "content_hash": 5919578934300487293,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id21582814720997\nhelp.text",
            "note": "MfbpF",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2840,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translations.documentfoundation.org/api/units/98643227/?format=api",
            "priority": 100,
            "id": 99346215,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=d22691ad6eddae7d",
            "url": "https://translations.documentfoundation.org/api/units/99346215/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.169326Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "in an extension installed for all users"
            ],
            "previous_source": "",
            "target": [
                "erabiltzaile guztientzat instalatutako hedapen batean"
            ],
            "id_hash": -4739889252240575063,
            "content_hash": -4739889252240575063,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id981582814720125\nhelp.text",
            "note": "LnKrt",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2841,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translations.documentfoundation.org/api/units/98643279/?format=api",
            "priority": 100,
            "id": 99346220,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=3e3887d68d8235a9",
            "url": "https://translations.documentfoundation.org/api/units/99346220/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.171643Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "in an extension but the installation parameters are unknown"
            ],
            "previous_source": "",
            "target": [
                "instalazio-parametro ezezagunak dituen hedapen batean"
            ],
            "id_hash": -6085903884735198119,
            "content_hash": -6085903884735198119,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id93158281472047\nhelp.text",
            "note": "gCi9j",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2842,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translations.documentfoundation.org/api/units/98643343/?format=api",
            "priority": 100,
            "id": 99346227,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=2b8a86a94d304c59",
            "url": "https://translations.documentfoundation.org/api/units/99346227/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.176284Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "List of Methods in the Session Service"
            ],
            "previous_source": "",
            "target": [
                "Session zerbitzuaren metodoen zerrenda"
            ],
            "id_hash": 3649990908953630223,
            "content_hash": 3649990908953630223,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id891611613601554\nhelp.text",
            "note": "mLURi",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2843,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translations.documentfoundation.org/api/units/98643370/?format=api",
            "priority": 100,
            "id": 99346234,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=b2a75f64a996160f",
            "url": "https://translations.documentfoundation.org/api/units/99346234/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.180118Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "<literal>Execute...</literal> methods in <literal>Session</literal> service behave as follows:      <br/>Arguments are passed by value. Changes made by the called function to the arguments do not update their values in the calling script.      <br/>A single value or an array of values is returned to the calling script."
            ],
            "previous_source": "",
            "target": [
                "<literal>Session</literal> zerbitzuaren <literal>Execute...</literal> metodoek honela jokatzen dute:      <br/>Argumentuak balioaren bidez pasatzen dira. Deitutako funtzioak argumentuei egindako aldaketek ez dituzte beren balioak eguneratzen deitzen duen scriptean.      <br/>Deitzen duen scriptean balio bakar bat edo balioen matrize bat itzultzen da."
            ],
            "id_hash": -8827628368486780688,
            "content_hash": -8827628368486780688,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id491613061572993\nhelp.text",
            "note": "JvBuZ",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2844,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 45,
            "source_unit": "https://translations.documentfoundation.org/api/units/98643397/?format=api",
            "priority": 100,
            "id": 99346240,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=057df6c5072f30f0",
            "url": "https://translations.documentfoundation.org/api/units/99346240/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.184488Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "Execute the BASIC script given its name and location, and fetch its result, if any."
            ],
            "previous_source": "",
            "target": [
                "Exekutatu BASIC scripta bere izena eta kokalekua emanda, eta atzitu emaitza, halakorik balego."
            ],
            "id_hash": 1671095864316579765,
            "content_hash": 1671095864316579765,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id451582815407230\nhelp.text",
            "note": "ALw6M",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2845,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 15,
            "source_unit": "https://translations.documentfoundation.org/api/units/98643428/?format=api",
            "priority": 100,
            "id": 99346251,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=9730ecd5b236cfb5",
            "url": "https://translations.documentfoundation.org/api/units/99346251/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.188130Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "If the script returns nothing, which is the case of procedures defined with <literal>Sub</literal>, the returned value is <literal>Empty</literal>."
            ],
            "previous_source": "",
            "target": [
                "Scriptak ez badu ezer itzultzen, adibidez <literal>Sub</literal> bidez definitutako prozeduretan gertatzen den moduan, itzulitako balioa <literal>Empty</literal> izango da."
            ],
            "id_hash": -944058407644210629,
            "content_hash": -944058407644210629,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id921600856780901\nhelp.text",
            "note": "yFnSG",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2846,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 19,
            "source_unit": "https://translations.documentfoundation.org/api/units/98643487/?format=api",
            "priority": 100,
            "id": 99346254,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=72e607e14d255a3b",
            "url": "https://translations.documentfoundation.org/api/units/99346254/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.195638Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "<emph>scope</emph>: String specifying where the script is stored. It can be either \"document\" (constant <literal>session.SCRIPTISEMBEDDED</literal>) or \"application\" (constant <literal>session.SCRIPTISAPPLICATION</literal>)."
            ],
            "previous_source": "",
            "target": [
                "<emph>scope</emph>: Scripta non dagoen gordeta zehazten duen katea. Izan daiteke bai \"dokumentua\" (<literal>session.SCRIPTISEMBEDDED</literal> konstantea) bai \"aplikazioa\" (<literal>session.SCRIPTISAPPLICATION</literal> konstantea)."
            ],
            "id_hash": -8722513986484452770,
            "content_hash": -8722513986484452770,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id631582815407231\nhelp.text",
            "note": "VTyCE",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2847,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 19,
            "source_unit": "https://translations.documentfoundation.org/api/units/98643518/?format=api",
            "priority": 100,
            "id": 99346255,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=06f367be3f37c25e",
            "url": "https://translations.documentfoundation.org/api/units/99346255/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.198196Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "<emph>script</emph>: String specifying the script to be called in the format \"library.module.method\" as a case-sensitive string."
            ],
            "previous_source": "",
            "target": [
                "<emph>script</emph>: Deituko den scripta zehazten duen katea. Formatua \"library.module.method\" motakoa da, eta maiuskulak/minuskulak bereizten dira."
            ],
            "id_hash": 5626090200223813550,
            "content_hash": 5626090200223813550,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id691582815407231\nhelp.text",
            "note": "SCCpE",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2848,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://translations.documentfoundation.org/api/units/98643547/?format=api",
            "priority": 100,
            "id": 99346256,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=ce13e33a92a58fae",
            "url": "https://translations.documentfoundation.org/api/units/99346256/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.200325Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "The library is loaded in memory if necessary."
            ],
            "previous_source": "",
            "target": [
                "Liburutegia memorian kargatuko da, beharrezkoa bada."
            ],
            "id_hash": 5153723164645295413,
            "content_hash": 5153723164645295413,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id741626828862265\nhelp.text",
            "note": "hS5x4",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2849,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translations.documentfoundation.org/api/units/98643601/?format=api",
            "priority": 100,
            "id": 99346268,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=c785b3e9a3628535",
            "url": "https://translations.documentfoundation.org/api/units/99346268/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.212798Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared03/eu/?format=api",
            "source": [
                "The module must not be a class module."
            ],
            "previous_source": "",
            "target": [
                "Moduluak ez du klase-modulua izan behar."
            ],
            "id_hash": -7831097023123012154,
            "content_hash": -7831097023123012154,
            "location": "sf_session.xhp",
            "context": "sf_session.xhp\npar_id981626828863001\nhelp.text",
            "note": "D8AL6",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2850,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://translations.documentfoundation.org/api/units/98643666/?format=api",
            "priority": 100,
            "id": 99346272,
            "web_url": "https://translations.documentfoundation.org/translate/libo_help-7-6/textsbasicshared03/eu/?checksum=13525abf972245c6",
            "url": "https://translations.documentfoundation.org/api/units/99346272/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-09-11T22:52:35.214837Z"
        }
    ]
}