Translation components API.

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

GET /api/translations/libo_help-7-6/textsbasicguide/de/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 250,
    "next": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/changes/?format=api&page=4",
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580301/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.879144Z",
            "action": 59,
            "target": "Calc-Zellen können drei Arten von Werten haben: numerisch, Zeichenfolgen und Formeln. Jeder Typ hat seine eigenen Set- und Get-Methoden:",
            "id": 35947258,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947258/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580297/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.879105Z",
            "action": 59,
            "target": "Werte, Zeichenfolgen und Formeln",
            "id": 35947257,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947257/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580293/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.879065Z",
            "action": 59,
            "target": "Der Hauptunterschied zwischen Python- und Basic-Skripten besteht darin, wie Sie mithilfe der Kontextvariablen <literal>XSCRIPTCONTEXT</literal> Zugriff auf das Tabellen-Objekt erhalten. Danach sind alle Methoden und Eigenschaften in Basic und Python identisch.",
            "id": 35947256,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947256/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580288/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.879024Z",
            "action": 59,
            "target": "Dieses Beispiel kann in Python wie folgt implementiert werden:",
            "id": 35947255,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947255/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580283/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878975Z",
            "action": 59,
            "target": "Dies kann mit der Methode <literal>getCellByPosition(colIndex, rowIndex)</literal> erreicht werden, die einen Spalten- und einen Zeilenindex aufnimmt. Das folgende Beispiel in Basic ändert den Textwert in Zelle \"C1\" (Spalte 2, Zeile 0).",
            "id": 35947254,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947254/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580277/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878824Z",
            "action": 59,
            "target": "Beachten Sie, dass in den vorherigen Beispielen auf die Zelle mit ihrem Bereichsnamen \"A1\" zugegriffen wird. Es ist auch möglich, über Indizes auf Zellen zuzugreifen, als wäre die Tabelle eine Matrix, in der Spalten und Zeilen ab Null indiziert sind.",
            "id": 35947253,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947253/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580202/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878782Z",
            "action": 59,
            "target": "Das Gleiche kann mit Python erreicht werden:",
            "id": 35947252,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947252/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580197/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878741Z",
            "action": 59,
            "target": "Im folgenden Beispiel wird der numerische Wert 123 in die Zelle \"A1\" der aktuellen Tabelle eingegeben.",
            "id": 35947251,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947251/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580179/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878701Z",
            "action": 59,
            "target": "Zugriff auf eine einzelne Zelle",
            "id": 35947250,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947250/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580175/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878660Z",
            "action": 59,
            "target": "Alle auf dieser Seite vorgestellten Beispiele können sowohl in Basic als auch in Python implementiert werden.",
            "id": 35947249,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947249/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580152/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878617Z",
            "action": 59,
            "target": "Makros in %PRODUCTNAME-Calc müssen häufig Werte aus/in Tabellen lesen und schreiben. Auf dieser Hilfeseite werden die verschiedenen Ansätze für den Zugriff auf Tabellen und Bereiche zum Lesen oder Schreiben ihrer Werte beschrieben.",
            "id": 35947248,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947248/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580149/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878576Z",
            "action": 59,
            "target": "<variable id=\"title\"><link href=\"text/sbasic/guide/read_write_values.xhp\">Lesen und Schreiben von Werten in Bereiche</link></variable>",
            "id": 35947247,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947247/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580145/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878536Z",
            "action": 59,
            "target": "Lesen und Schreiben von Werten in Bereiche",
            "id": 35947246,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947246/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580128/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878496Z",
            "action": 59,
            "target": "Ziehen Sie im Dialog die Schaltfläche auf die gewünschte Größe.",
            "id": 35947245,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947245/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580122/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878455Z",
            "action": 59,
            "target": "Klicken Sie in der Symbolleiste auf ein Werkzeug, beispielsweise <emph>Schaltfläche</emph>.",
            "id": 35947244,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947244/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580118/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878413Z",
            "action": 59,
            "target": "Um die <emph>Werkzeugleiste</emph> zu öffnen, klicken Sie in der Symbolleiste <emph>Makro</emph> auf den Pfeil rechts neben dem Symbol <emph>Bedienelemente einfügen</emph>.",
            "id": 35947243,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947243/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580113/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878368Z",
            "action": 59,
            "target": "Verwenden Sie die Werkzeuge der <emph>Werkzeugleiste</emph> im BASIC-Dialog-Editor, um Ihren Dialog mit Steuerelementen zu versehen.",
            "id": 35947242,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947242/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580109/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878321Z",
            "action": 59,
            "target": "<variable id=\"insert_control\"><link href=\"text/sbasic/guide/insert_control.xhp\">Erstellen von Steuerelementen im Dialog-Editor</link></variable>",
            "id": 35947241,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947241/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580088/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878277Z",
            "action": 59,
            "target": "<bookmark_value>Steuerelemente; im Dialog-Editor erstellen</bookmark_value><bookmark_value>Dialog-Editor; Steuerelemente erstellen</bookmark_value>",
            "id": 35947240,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947240/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580084/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878234Z",
            "action": 59,
            "target": "Erstellen von Steuerelementen im Dialog-Editor",
            "id": 35947239,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947239/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580077/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878191Z",
            "action": 59,
            "target": "Klicken Sie auf ein Werkzeug und zeichnen Sie das gewünschte Steuerelement im Dialog durch Ziehen.",
            "id": 35947238,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947238/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580064/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878143Z",
            "action": 59,
            "target": "Falls die <emph>Werkzeugleiste</emph> nicht sichtbar ist, können Sie diese einblenden, indem Sie auf den Pfeil neben dem Symbol <emph>Steuerelement einfügen</emph> klicken, um die <emph>Werkzeugleiste</emph> einzublenden.",
            "id": 35947237,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947237/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580061/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878102Z",
            "action": 59,
            "target": "Klicken Sie auf <emph>Bearbeiten</emph>. Der Basic-Dialog-Editor wird mit einem leeren Dialog geöffnet.",
            "id": 35947236,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947236/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580055/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878062Z",
            "action": 59,
            "target": "Geben Sie einen Namen für den Dialog ein und klicken Sie auf <emph>OK</emph>. Um den Dialog später umzubenennen, klicken Sie mit rechts auf den Namen des Registers und wählen <emph>Umbenennen</emph>.",
            "id": 35947235,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947235/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580052/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.878017Z",
            "action": 59,
            "target": "Wählen Sie <emph>Extras – Makros – Dialoge verwalten…</emph> und klicken Sie auf <emph>Neu…</emph>.",
            "id": 35947234,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947234/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580047/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877974Z",
            "action": 59,
            "target": "<variable id=\"create_dialog\"><link href=\"text/sbasic/guide/create_dialog.xhp\">Erstellen eines Basic-Dialogs</link></variable>",
            "id": 35947233,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947233/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580042/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877929Z",
            "action": 59,
            "target": "<bookmark_value>Dialoge; Basic-Dialoge erstellen</bookmark_value>",
            "id": 35947232,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947232/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580038/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877888Z",
            "action": 59,
            "target": "Erstellen eines Basic-Dialogs",
            "id": 35947231,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947231/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580033/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877847Z",
            "action": 59,
            "target": "Um die Eigenschaften von Steuerelementen im Entwurfsmodus zu ändern, klicken Sie mit rechts auf ein Steuerelement und wählen Sie im sich öffnenden Kontextmenü <emph>Steuerelement-Eigenschaften…</emph>",
            "id": 35947230,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947230/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580024/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877804Z",
            "action": 59,
            "target": "Farben, Bezeichnungen, Größe und Verhalten von Steuerelementen werden als Eigenschaften bezeichnet. Diese Eigenschaften lassen sich sowohl während der Konstruktion eines Dialoges als auch zur Laufzeit des Programms verändern. Einige Eigenschaften lassen sich nur während der Laufzeit, andere nur während der Dialogerstellung definieren.",
            "id": 35947229,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947229/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580019/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877762Z",
            "action": 59,
            "target": "<variable id=\"control_properties\"><link href=\"text/sbasic/guide/control_properties.xhp\">Eigenschaften für Steuerelemente im Dialog-Editor</link></variable>",
            "id": 35947228,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947228/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580014/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877718Z",
            "action": 59,
            "target": "<bookmark_value>Eigenschaften; Steuerelemente im Dialog-Editor</bookmark_value><bookmark_value>Ändern; Eigenschaften von Steuerelementen</bookmark_value><bookmark_value>Steuerelemente; Eigenschaften ändern</bookmark_value><bookmark_value>Dialog-Editor; Eigenschaften von Steuerelementen ändern</bookmark_value>",
            "id": 35947227,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947227/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580010/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877673Z",
            "action": 59,
            "target": "Ändern der Eigenschaften des Steuerelements im Dialog-Editor",
            "id": 35947226,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947226/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98580003/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877628Z",
            "action": 59,
            "target": "Lesen Sie für weitere Details über die Eigenschaften die englische Seite <link href=\"https://api.libreoffice.org/docs/idl/ref/structcom_1_1sun_1_1star_1_1table_1_1TableBorder2.html\">TableBorder2 Struct Reference</link> in der Dokumentation zur LibreOffice-API.",
            "id": 35947225,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947225/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98579997/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877590Z",
            "action": 59,
            "target": "Das Makro kann in Python wie folgt implementiert werden:",
            "id": 35947224,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947224/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98579992/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877552Z",
            "action": 59,
            "target": "' Wendet das Tabellenformat auf den Bereich \"B2:E5\" an",
            "id": 35947223,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947223/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98579986/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877510Z",
            "action": 59,
            "target": "' Struktur, die die neue Definition von TableBorder2 speichert",
            "id": 35947222,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947222/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98579980/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877471Z",
            "action": 59,
            "target": "' Legt das neue Linienformat fest",
            "id": 35947221,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947221/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98579976/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877432Z",
            "action": 59,
            "target": "Zusätzlich zu den oberen, unteren, linken und rechten Umrandungen kann <literal>TableBorder2</literal> auch vertikale und horizontale Umrandungen festlegen. Das Makro unten wendet nur die obere und untere Umrandung auf den Bereich \"B2:E5\" an.",
            "id": 35947220,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947220/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98579967/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877390Z",
            "action": 59,
            "target": "Bereichsobjekte haben eine Eigenschaft namens <literal>TableBorder2</literal>, die zum Formatieren der Bereichsumrandungen verwendet werden kann, genauso wie Sie sie im Dialog <menuitem>Format – Zellen… – Register: Umrandungen</menuitem> im Bereich <emph>Linienanordnung</emph> formatieren können.",
            "id": 35947219,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947219/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98579962/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877351Z",
            "action": 59,
            "target": "Umrandungen formatieren mit TableBorder2",
            "id": 35947218,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947218/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98579955/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877311Z",
            "action": 59,
            "target": "Lesen Sie für weitere Details über die Konstanten der Linienstile die englische Seite <link href=\"https://api.libreoffice.org/docs/idl/ref/namespacecom_1_1sun_1_1star_1_1table_1_1BorderLineStyle.html\">BorderLineStyle Constant Reference</link> in der Dokumentation zur LibreOffice-API.",
            "id": 35947217,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947217/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98579951/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877273Z",
            "action": 59,
            "target": "Strich-Punkt-Punkt",
            "id": 35947216,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947216/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98579946/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877235Z",
            "action": 59,
            "target": "Strich-Punkt",
            "id": 35947215,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947215/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98579942/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877198Z",
            "action": 59,
            "target": "Fein doppelt",
            "id": 35947214,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947214/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98579939/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877161Z",
            "action": 59,
            "target": "Fein gestrichelt",
            "id": 35947213,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947213/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98579933/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877124Z",
            "action": 59,
            "target": "Gestrichelt",
            "id": 35947212,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947212/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98579929/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877087Z",
            "action": 59,
            "target": "Gepunktet",
            "id": 35947211,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947211/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98579923/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877050Z",
            "action": 59,
            "target": "Durchgängig",
            "id": 35947210,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947210/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/98579918/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicguide/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-11T22:29:15.877008Z",
            "action": 59,
            "target": "Name des Linienstils",
            "id": 35947209,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/35947209/?format=api"
        }
    ]
}