mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
25 lines
706 B
JSON
25 lines
706 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
}
|