Translation components API.

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

GET /api/translations/libo_help-24-2/textsbasicshared/hu/changes/?format=api&page=42
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4729,
    "next": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/changes/?format=api&page=43",
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/changes/?format=api&page=41",
    "results": [
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526122/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294746Z",
            "action": 59,
            "target": "For siStep = 0 To 10 ' Tömb feltöltése tesztadatokkal",
            "id": 49275258,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275258/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526117/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294724Z",
            "action": 59,
            "target": "Az Exit utasítás nem egy struktúra végét határozza meg, és nem szabad az End utasítással összekeverni.",
            "id": 49275257,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275257/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526111/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294695Z",
            "action": 59,
            "target": "Azonnal kilép a szubrutinból. A programvégrehajtás a <emph>Sub</emph> hívást követő utasítással folytatódik.",
            "id": 49275256,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275256/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526109/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294674Z",
            "action": 59,
            "target": "",
            "id": 49275255,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275255/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526103/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294653Z",
            "action": 59,
            "target": "Azonnal kilép a <emph>Function</emph> eljárásból. A programvégrehajtás a <emph>Function</emph> hívást követő utasítással folytatódik.",
            "id": 49275254,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275254/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526097/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294629Z",
            "action": 59,
            "target": "Csak a <emph>For...Next</emph> cikluson belül használható a ciklusból történő kilépésre. A programvégrehajtás a <emph>Next</emph> utasítást követő első utasítással folytatódik. Beágyazott utasításokban a vezérlés átadódik a következő magasabb szinten lévő ciklusnak.",
            "id": 49275253,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275253/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526091/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294604Z",
            "action": 59,
            "target": "Csak a <emph>Do...Loop</emph> utasításon belül használható a ciklusból történő kilépésre. A programvégrehajtás a Loop utasítást követő utasítással folytatódik. Ha a <emph>Do...Loop</emph> utasítások be vannak ágyazva, akkor a vezérlés átadódik a következő magasabb szinten lévő ciklusnak.",
            "id": 49275252,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275252/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526088/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294583Z",
            "action": 59,
            "target": "",
            "id": 49275251,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275251/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526085/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294561Z",
            "action": 59,
            "target": "",
            "id": 49275250,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275250/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526082/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294540Z",
            "action": 59,
            "target": "<link href=\"text/sbasic/shared/03090412.xhp\">Exit utasítás</link>",
            "id": 49275249,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275249/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526077/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294518Z",
            "action": 59,
            "target": "<bookmark_value>Exit utasítás</bookmark_value>",
            "id": 49275248,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275248/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526075/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294497Z",
            "action": 59,
            "target": "Exit utasítás",
            "id": 49275247,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275247/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526070/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294476Z",
            "action": 59,
            "target": "",
            "id": 49275246,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275246/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526067/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294455Z",
            "action": 59,
            "target": "",
            "id": 49275245,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275245/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526061/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294433Z",
            "action": 59,
            "target": "",
            "id": 49275244,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275244/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526058/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294412Z",
            "action": 59,
            "target": "",
            "id": 49275243,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275243/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526053/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294391Z",
            "action": 59,
            "target": "",
            "id": 49275242,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275242/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526047/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294370Z",
            "action": 59,
            "target": "<link href=\"text/sbasic/shared/03090411.xhp\">With utasítás</link>",
            "id": 49275241,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275241/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526038/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294349Z",
            "action": 59,
            "target": "<bookmark_value>With utasítás</bookmark_value>",
            "id": 49275240,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275240/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526026/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294328Z",
            "action": 59,
            "target": "With utasítás",
            "id": 49275239,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275239/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526021/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294307Z",
            "action": 59,
            "target": "GetGenderIndex = Switch(sName = \"Jane\", \"nő\", sName = \"John\", \"férfi\")",
            "id": 49275238,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275238/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526016/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294286Z",
            "action": 59,
            "target": "A következő példában a <emph>Switch</emph> függvény hozzárendeli a megfelelő nemet a függvény által kapott névhez:",
            "id": 49275237,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275237/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526010/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294265Z",
            "action": 59,
            "target": "<emph>Érték:</emph> Az az érték, amelyet a kifejezés teljesülése esetén szeretné visszaadni.",
            "id": 49275236,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275236/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111526000/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294244Z",
            "action": 59,
            "target": "<emph>Kifejezés:</emph> A kiértékelni kívánt kifejezés.",
            "id": 49275235,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275235/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525992/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294222Z",
            "action": 59,
            "target": "A <emph>Switch</emph> függvény balról jobbra értékeli ki a kifejezéseket, és visszaadja a függvénykifejezéshez rendelt értéket. Ha a kifejezés és érték nem párként van megadva, akkor futásidejű hiba történik.",
            "id": 49275234,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275234/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525989/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294201Z",
            "action": 59,
            "target": "",
            "id": 49275233,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275233/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525986/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294180Z",
            "action": 59,
            "target": "Kiértékeli az egy kifejezésből és az azt követő értékből álló argumentumok listáját. A Switch függvény visszaadja a függvény által kapott kifejezéshez rendelt értéket.",
            "id": 49275232,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275232/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525983/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294159Z",
            "action": 59,
            "target": "",
            "id": 49275231,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275231/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525978/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294137Z",
            "action": 59,
            "target": "<bookmark_value>Switch függvény</bookmark_value>",
            "id": 49275230,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275230/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525974/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294115Z",
            "action": 59,
            "target": "Switch függvény",
            "id": 49275229,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275229/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525972/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294093Z",
            "action": 59,
            "target": "",
            "id": 49275228,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275228/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525967/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294071Z",
            "action": 59,
            "target": "",
            "id": 49275227,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275227/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525963/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294051Z",
            "action": 59,
            "target": "",
            "id": 49275226,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275226/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525953/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294029Z",
            "action": 59,
            "target": "' utasítások",
            "id": 49275225,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275225/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525941/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.294008Z",
            "action": 59,
            "target": "' utasítások",
            "id": 49275224,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275224/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525937/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.293988Z",
            "action": 59,
            "target": "",
            "id": 49275223,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275223/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525934/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.293966Z",
            "action": 59,
            "target": "Definiál egy szubrutint.",
            "id": 49275222,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275222/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525930/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.293945Z",
            "action": 59,
            "target": "",
            "id": 49275221,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275221/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525926/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.293924Z",
            "action": 59,
            "target": "<bookmark_value>Sub utasítás</bookmark_value>",
            "id": 49275220,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275220/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525922/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.293903Z",
            "action": 59,
            "target": "Sub utasítás",
            "id": 49275219,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275219/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525921/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.293882Z",
            "action": 59,
            "target": "",
            "id": 49275218,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275218/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525917/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.293860Z",
            "action": 59,
            "target": "Leállítja a Basic-program futtatását.",
            "id": 49275217,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275217/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525911/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.293839Z",
            "action": 59,
            "target": "<link href=\"text/sbasic/shared/03090408.xhp\">Stop utasítás</link>",
            "id": 49275216,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275216/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525908/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.293818Z",
            "action": 59,
            "target": "<bookmark_value>Stop utasítás</bookmark_value>",
            "id": 49275215,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275215/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525904/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.293797Z",
            "action": 59,
            "target": "Stop utasítás",
            "id": 49275214,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275214/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525900/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.293776Z",
            "action": 59,
            "target": "' Itt semmi sem történik",
            "id": 49275213,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275213/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525897/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.293754Z",
            "action": 59,
            "target": "A hosszú sorok több részre oszthatók szóköz és aláhúzás-karakter (_) beszúrásával a sor utolsó két karaktereként. Ez összeköti a sort a következő sorral egy logikai sorrá. (Ha a „Kompatibilis beállítás” használva van ugyanabban a Basic-modulban, akkor a sorfolytatási funkció érvényes a megjegyzéssorokra is.)",
            "id": 49275212,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275212/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525894/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.293733Z",
            "action": 59,
            "target": "A Rem kulcsszó helyett használhatja az aposztrófokat annak jelzéséhez, hogy a szöveg megjegyzés. Ez a szimbólum beszúrható közvetlenül a programkód jobb oldalára, és utána következhet a megjegyzés.",
            "id": 49275211,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275211/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525892/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.293712Z",
            "action": 59,
            "target": "<emph>Szöveg:</emph> Bármilyen megjegyzésként szereplő szöveg.",
            "id": 49275210,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275210/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111525890/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textsbasicshared/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textsbasicshared/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:47:41.293690Z",
            "action": 59,
            "target": "Megadja, hogy a program egy sora megjegyzés-e, vagy nem.",
            "id": 49275209,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49275209/?format=api"
        }
    ]
}