Changes
Translation components API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/translations/libo_help-7-6/textsbasicshared/de/changes/?format=api&page=93
https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/changes/?format=api&page=94", "previous": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/changes/?format=api&page=92", "results": [ { "unit": "https://translations.documentfoundation.org/api/units/99161837/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177938Z", "action": 59, "target": "Funktionen, Prozeduren oder Eigenschaften können mit optionalen Parametern definiert werden, beispielsweise:", "id": 36557117, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557117/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161834/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177914Z", "action": 59, "target": "Optionale Parameter festlegen", "id": 36557116, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557116/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161831/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177890Z", "action": 59, "target": "In diesem Fall wird der ursprüngliche Inhalt des Parameters durch <literal>Function</literal> nicht verändert, da sie nur den Wert und nicht den Parameter selbst erhält.", "id": 36557115, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557115/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161829/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177866Z", "action": 59, "target": "' Ihr Code gehört hier hin", "id": 36557114, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557114/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161823/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177841Z", "action": 59, "target": "Wenn Sie einen Parameter als Wert übergeben möchten, fügen Sie beim Aufruf von <literal>Sub</literal>, <literal>Function</literal> oder <literal>Property</literal> das Schlüsselwort <literal>ByVal</literal> vor dem Parameter ein, zum Beispiel:", "id": 36557113, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557113/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161818/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177816Z", "action": 59, "target": "Parameter können entweder per Referenz oder per Wert an eine Prozedur, eine Funktion oder eine Eigenschaft übergeben werden. Sofern nicht anders angegeben, wird ein Parameter immer als Referenz übergeben. Das bedeutet, dass <literal>Sub</literal>, <literal>Function</literal> oder <literal>Property</literal> den Parameter bekommt und seinen Wert lesen und ändern kann.", "id": 36557112, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557112/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161815/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177792Z", "action": 59, "target": "Übergeben von Variablen als Wert oder Referenz", "id": 36557111, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557111/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161810/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177767Z", "action": 59, "target": "Sie können auch vollqualifizierte Namen verwenden, um Prozeduren, Funktionen oder Eigenschaften aufzurufen:<br/><literal>[Call] Library.Module.Macro()</literal>, wobei <literal>Call</literal> optional ist.<br/> Zum Beispiel, um das Makro Autotext von der Bibliothek Gimmicks aufzurufen, verwenden Sie den folgenden Befehl:<br/> <literal>Gimmicks.AutoText.Main()</literal>", "id": 36557110, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557110/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161807/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177743Z", "action": 59, "target": "Die <literal>Eigenschaft</literal> wird durch die folgende Syntax aufgerufen:", "id": 36557109, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557109/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161804/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177720Z", "action": 59, "target": "' Ihr Code gehört hier hin", "id": 36557108, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557108/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161802/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177696Z", "action": 59, "target": "' Ihr Code gehört hier hin", "id": 36557107, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557107/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161799/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177672Z", "action": 59, "target": "Eigenschaften verbinden die Syntax von Prozeduren und Funktionen. Eine <literal>Eigenschaft</literal> benötigt für gewöhnlich bis zu einem Parameter.", "id": 36557106, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557106/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161797/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177647Z", "action": 59, "target": "Die <literal>Funktion</literal> wird mit der folgenden Syntax aufgerufen:", "id": 36557105, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557105/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161794/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177624Z", "action": 59, "target": "' Ihr Code gehört hier hin", "id": 36557104, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557104/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161792/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177599Z", "action": 59, "target": "Das gleiche Verfahren gilt für eine <literal>Funktion</literal>. Darüber hinaus geben Funktionen immer ein Funktionsergebnis zurück. Das Ergebnis einer Funktion wird definiert, indem der Rückgabewert dem Funktionsnamen zugewiesen wird:", "id": 36557103, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557103/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161789/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177575Z", "action": 59, "target": "Die an <literal>Sub</literal> übertragenen Parameter müssen zu denen passen, die in der Deklaration von <literal>Sub</literal> angegeben sind.", "id": 36557102, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557102/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161787/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177551Z", "action": 59, "target": "Das <literal>Sub</literal> wird mit der folgenden Syntax aufgerufen:", "id": 36557101, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557101/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161785/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177527Z", "action": 59, "target": "' Ihr Code kommt hier hin", "id": 36557100, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557100/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161783/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177502Z", "action": 59, "target": "Variablen können an Prozeduren, Funktionen oder Eigenschaften übergeben werden. Die <literal>Funktion</literal> oder <literal>Eigenschaft</literal> <literal>Sub</literal> muss deklariert werden, um Parameter zu erwarten:", "id": 36557099, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557099/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161778/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177478Z", "action": 59, "target": "Übergabe von Variablen an Prozeduren, Funktionen oder Eigenschaften", "id": 36557098, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557098/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161775/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177454Z", "action": 59, "target": "Ein Vorteil von Prozeduren, Funktionen und Eigenschaften ist, dass Sie einen einmal entwickelten Programmcode, der Task-Komponenten enthält, in einem anderen Projekt wiederverwenden können.", "id": 36557097, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557097/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161771/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177429Z", "action": 59, "target": "Prozeduren (Routinen <literal>Sub</literal>), Funktionen (<literal>Function</literal>) und Eigenschaften (<literal>Property</literal>) helfen Ihnen, eine strukturierte Übersicht zu behalten, indem sie ein Programm in logische Teile unterteilen.", "id": 36557096, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557096/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161768/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177404Z", "action": 59, "target": "Für die Namen Ihrer öffentlichen Variablen, Unterprogramme, Funktionen und Eigenschaften gelten einige Einschränkungen. Sie dürfen nicht denselben Namen wie eines der Module der gleichen Bibliothek verwenden.", "id": 36557095, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557095/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161763/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177379Z", "action": 59, "target": "Wenn Sie ein neues Modul erstellen, implementiert %PRODUCTNAME Basic automatisch ein <literal>Sub</literal> namens \"<literal>Main</literal>\". Dieser voreingestellte Name beeinflusst nicht die Reihenfolge oder den Startpunkt von einem %PRODUCTNAME Basic Projekt. Sie können die <literal>Sub</literal>-Routine problemlos umbenennen.", "id": 36557094, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557094/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161761/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177354Z", "action": 59, "target": "Im Folgenden ist die grundsätzliche Verwendung von Prozeduren, Funktionen und Eigenschaften in %PRODUCTNAME Basic beschrieben.", "id": 36557093, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557093/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161757/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177330Z", "action": 59, "target": "<variable id=\"UsingSubs_h1\"><link href=\"text/sbasic/shared/01020300.xhp\">Prozeduren, Funktionen und Eigenschaften verwenden</link></variable>", "id": 36557092, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557092/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161754/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177304Z", "action": 59, "target": "<bookmark_value>Prozeduren</bookmark_value><bookmark_value>Funktionen; Verwendung</bookmark_value><bookmark_value>Variablen; Weiterreichen an Prozeduren, Funktionen oder Eigenschaften</bookmark_value><bookmark_value>Parameter; für Prozeduren, Funktionen oder Eigenschaften</bookmark_value><bookmark_value>Parameter; Weiterreichen durch Referenz oder Wert</bookmark_value><bookmark_value>Variablen; Bereich</bookmark_value><bookmark_value>Bereich von Variablen</bookmark_value><bookmark_value>GLOBAL (Variablen)</bookmark_value><bookmark_value>PUBLIC (Variablen)</bookmark_value><bookmark_value>PRIVATE (Variablen)</bookmark_value> <bookmark_value>Funktionen; Wertetyp zurückgeben</bookmark_value><bookmark_value>Wertetyp einer Funktion zurückgeben</bookmark_value>", "id": 36557091, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557091/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161751/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177280Z", "action": 59, "target": "Verwendung von Prozeduren, Funktionen oder Eigenschaften", "id": 36557090, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557090/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161750/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177256Z", "action": 59, "target": "Um ein bestimmtes Modul im Editor anzuzeigen oder den Mauszeiger in einem ausgewählten SUB oder FUNCTION zu positionieren, klicken Sie doppelt auf den entsprechenden Eintrag.", "id": 36557089, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557089/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161747/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177232Z", "action": 59, "target": "Der Dialog zeigt eine Liste aller vorhandenen Objekte in einer hierarchischen Darstellung an. Wenn Sie auf einen Listeneintrag doppelklicken, wird eine Liste seiner untergeordneten Objekte angezeigt.", "id": 36557088, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557088/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161742/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177208Z", "action": 59, "target": "Um den Objektkatalog anzuzeigen, klicken Sie in der Makroleiste auf das Symbol <emph>Objektkatalog</emph> <image id=\"img_id3147341\" src=\"cmd/sc_objectcatalog.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3147341\">Symbol</alt></image>.", "id": 36557087, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557087/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161739/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177184Z", "action": 59, "target": "Der Objektkatalog bietet eine Übersicht aller Module und Dialoge, die Sie in Ihrem $[officename] erstellt haben.", "id": 36557086, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557086/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161735/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177159Z", "action": 59, "target": "<variable id=\"01020200\"><link href=\"text/sbasic/shared/01020200.xhp\">Arbeiten mit dem Objektkatalog</link></variable>", "id": 36557085, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557085/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161733/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177135Z", "action": 59, "target": "Arbeiten mit Objekten", "id": 36557084, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557084/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161730/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177111Z", "action": 59, "target": "Konstanten haben einen festen Wert. Sie werden im Programm nur einmal definiert und können später nicht mehr umdefiniert werden:", "id": 36557083, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557083/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161728/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177087Z", "action": 59, "target": "Konstanten", "id": 36557082, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557082/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161725/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177063Z", "action": 59, "target": "Der Indexbereich kann sowohl positive als auch negative Zahlen umfassen. Maximal können über einen Index 16368 Elemente adressiert werden.", "id": 36557081, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557081/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161723/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177039Z", "action": 59, "target": "Dim Text$(-15 To 5) '21 Elemente (einschließlich 0), von -15 bis 5 nummeriert'", "id": 36557080, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557080/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161721/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.177015Z", "action": 59, "target": "Dim Text$(5 To 25) '21 Elemente, von 5 bis 25 nummeriert'", "id": 36557079, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557079/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161718/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.176992Z", "action": 59, "target": "Dim Text$(5,4) '30 Elemente (eine Matrix mit 6 x 5 Elementen)'", "id": 36557078, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557078/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161715/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.176968Z", "action": 59, "target": "Dim Text$(20) '21 Elemente von 0 bis 20 nummeriert'", "id": 36557077, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557077/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161712/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.176943Z", "action": 59, "target": "Arrays <emph>müssen</emph> mit der Anweisung <emph>Dim</emph> deklariert werden. Zur Definition des Indexbereichs eines Arrays gibt es mehrere Möglichkeiten:", "id": 36557076, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557076/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161708/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.176918Z", "action": 59, "target": "$[officename] Basic kann mit ein- oder mehrdimensionalen Arrays umgehen, die durch einen angegebenen Variablentyp definiert werden. Arrays eignen sich zum Bearbeiten von Listen und Tabellen in Programmen. Die einzelnen Elemente eines Arrays können über einen numerischen Index adressiert werden.", "id": 36557075, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557075/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161706/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.176894Z", "action": 59, "target": "Arrays", "id": 36557074, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557074/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161703/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.176870Z", "action": 59, "target": "<emph>Zeichenfolgenvariablen</emph> wird direkt bei der Deklaration eine leere Zeichenfolge (\"\") zugewiesen.", "id": 36557073, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557073/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161698/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.176843Z", "action": 59, "target": "<emph>Datumsvariablen</emph> wird intern der Wert 0 zugewiesen. Dies entspricht einer Konvertierung des Wertes \"0\" mit den Funktionen <link href=\"text/sbasic/shared/03030103.xhp\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\"><emph>Year</emph></link> oder <link href=\"text/sbasic/shared/03030201.xhp\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\"><emph>Second</emph></link>.", "id": 36557072, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557072/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161694/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.176819Z", "action": 59, "target": "<emph>Numerischen Variablen</emph> wird automatisch der Wert \"0\" zugewiesen, sobald die Variable deklariert wurde.", "id": 36557071, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557071/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161692/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.176795Z", "action": 59, "target": "Sobald eine Variable deklariert wird, ist Sie automatisch auf den \"Null\"-Wert zurückgesetzt, das heißt, dass der Programmierer nicht darauf achten muss, dass eine Variable, die deklariert wurde, manuell auf einen Basis-Wert zurückgesetzt werden muss. Es gilt folgende Regel:", "id": 36557070, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557070/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161688/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.176771Z", "action": 59, "target": "Variablen-Anfangswerte", "id": 36557069, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557069/?format=api" }, { "unit": "https://translations.documentfoundation.org/api/units/99161684/?format=api", "component": "https://translations.documentfoundation.org/api/components/libo_help-7-6/textsbasicshared/?format=api", "translation": "https://translations.documentfoundation.org/api/translations/libo_help-7-6/textsbasicshared/de/?format=api", "user": null, "author": null, "timestamp": "2023-09-11T22:48:05.176747Z", "action": 59, "target": "Dim myVar As Any ' Variable \"myVar\" ist vom Typ Variant", "id": 36557068, "action_name": "String updated in the repository", "url": "https://translations.documentfoundation.org/api/changes/36557068/?format=api" } ] }{ "count": 4949, "next": "