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