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:
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."
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user