mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
added/improved DE translation of forms (#765)
This commit is contained in:
38
storage/mongodb/locales/de/66-mongodb.json
Normal file
38
storage/mongodb/locales/de/66-mongodb.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"mongodb": {
|
||||
"label": {
|
||||
"host": "Host",
|
||||
"topology":"Verbindungs- topologie",
|
||||
"connectOptions":"Verbindungs- optionen",
|
||||
"port": "Port",
|
||||
"database": "Datenbank",
|
||||
"username": "Benutzername",
|
||||
"password": "Passwort",
|
||||
"server": "Server",
|
||||
"collection": "Collection",
|
||||
"operation": "Operation",
|
||||
"onlystore": "Nur msg.payload-Objekt speichern",
|
||||
"createnew": "Erzeuge ein neues Dokument, wenn keine Übereinstimmung gefunden",
|
||||
"updateall": "Aktualisiere alle übereinstimmenden Dokumente"
|
||||
},
|
||||
"operation": {
|
||||
"save": "Speichern",
|
||||
"insert": "Einfügen",
|
||||
"update": "Aktualisieren",
|
||||
"remove": "Entfernen",
|
||||
"find": "Finden",
|
||||
"count": "Zählen",
|
||||
"aggregate": "Vereinen"
|
||||
},
|
||||
"status": {
|
||||
"connecting": "Verbinde",
|
||||
"connected": "Verbunden",
|
||||
"error": "Fehler"
|
||||
},
|
||||
"tip": "<b>Tipp:</b> Wenn keine Collection vorgegeben ist, muss <code>msg.collection</code> den Collection-Namen enthalten",
|
||||
"errors": {
|
||||
"nocollection": "Keine Collection angegeben",
|
||||
"missingconfig": "Fehlende MongoDB-Konfiguration"
|
||||
}
|
||||
}
|
||||
}
|
21
storage/redis/locales/de/65-redisout.json
Normal file
21
storage/redis/locales/de/65-redisout.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"redisout": {
|
||||
"label": {
|
||||
"host": "Host",
|
||||
"port": "Port",
|
||||
"key": "Schlüssel",
|
||||
"type": "Typ"
|
||||
},
|
||||
"type": {
|
||||
"string": "String",
|
||||
"hash": "Hash",
|
||||
"set": "Set",
|
||||
"list": "List"
|
||||
},
|
||||
"tip": "Wenn kein Schlüssel angegeben, wird der Topic als Schlüssel verwendet.<br>Beim Typ Hash sollten die Nutzdaten (payload) ein Objekt oder field=value string sein.",
|
||||
"errors": {
|
||||
"invalidpayload": "Ungültige Nutzdaten (payload) für redis-hash",
|
||||
"nokey": "Kein Schlüssel oder Topic gesetzt"
|
||||
}
|
||||
}
|
||||
}
|
20
storage/sqlite/locales/de/sqlite.json
Normal file
20
storage/sqlite/locales/de/sqlite.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"sqlite": {
|
||||
"label": {
|
||||
"database": "Datenbank",
|
||||
"sqlQuery": "SQL-Abfrage",
|
||||
"viaMsgTopic": "Via msg.topic",
|
||||
"fixedStatement": "Fester Ausdruck",
|
||||
"preparedStatement": "Vorbereiteter Ausdruck",
|
||||
"batchWithoutResponse": "Batch ohne Antwort",
|
||||
"sqlStatement": "SQL-Ausdruck (Statement)",
|
||||
"mode": "Modus",
|
||||
"readWriteCreate": "Lesen-Schreiben-Erzeugen",
|
||||
"readWrite": "Lesen-Schreiben",
|
||||
"readOnly": "Nur-Lesen"
|
||||
},
|
||||
"tips": {
|
||||
"memoryDb": "<b>Hinweis:</b> Das Setzen der Datenbank auf <code>:memory:</code> erzeugt eine flüchtige (nicht-persistente) Datenbank im Speicher."
|
||||
}
|
||||
}
|
||||
}
|
24
storage/tail/locales/de/28-tail.json
Normal file
24
storage/tail/locales/de/28-tail.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"tail": {
|
||||
"tail": "tail",
|
||||
"label": {
|
||||
"filename": "Dateiname",
|
||||
"type": "Dateityp",
|
||||
"splitlines": "Aufteilung mittels",
|
||||
"name": "Name",
|
||||
"regex": "Aufteilungszeichen oder regulärer Ausdruck (Regex)"
|
||||
},
|
||||
"action": {
|
||||
"text": "Text (String-Rückgabe)",
|
||||
"binary": "Binary (Buffer-Rückgabe)"
|
||||
},
|
||||
"errors": {
|
||||
"windowsnotsupport": "Zurzeit nicht unterstützt unter Windows",
|
||||
"filenotfound": "Datei nicht gefunden"
|
||||
},
|
||||
"state":{
|
||||
"stopped": "Gestoppt",
|
||||
"nofilename":"Fehlender Dateiname am Eingang"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user