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:
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