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:
19
hardware/PiLcd/locales/de/pilcd.json
Normal file
19
hardware/PiLcd/locales/de/pilcd.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"pilcd": {
|
||||
"label": {
|
||||
"pins": "Pins"
|
||||
},
|
||||
"tip": {
|
||||
"tip": "<b>Tipp:</b> Bei Pins muss eine Komma-getrennte Liste von 6 GPIO-Anschlusspin-Nummern eingetragen werden, die mit RS, E, D4, D5, D6 und D7 des LCD verbunden sind."
|
||||
},
|
||||
"status": {
|
||||
"not-available": "Nicht verfügbar",
|
||||
"na": "Nicht anwendbar: __value__"
|
||||
},
|
||||
"errors": {
|
||||
"ignorenode": "Raspberry-Pi-spezifische Nodes inaktiv gesetzt",
|
||||
"libnotfound": "RPi.GPIO-Python-Bibliothek nicht gefunden",
|
||||
"needtobeexecutable": "__command__ muss ausführbar sein"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user