mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
18 lines
416 B
JSON
18 lines
416 B
JSON
|
{
|
||
|
"tail": {
|
||
|
"tail": "tail",
|
||
|
"label": {
|
||
|
"filename": "文件名",
|
||
|
"type": "文件类型",
|
||
|
"splitlines": "以\\n来拆分行?"
|
||
|
},
|
||
|
"action": {
|
||
|
"text": "文本 - 返回字符串",
|
||
|
"binary": "二进制 - 返回Buffer"
|
||
|
},
|
||
|
"errors": {
|
||
|
"windowsnotsupport": "Windows目前不支持."
|
||
|
}
|
||
|
}
|
||
|
}
|