mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
25 lines
744 B
JSON
25 lines
744 B
JSON
{
|
|
"tail": {
|
|
"tail": "tail",
|
|
"label": {
|
|
"filename": "ファイル名",
|
|
"type": "ファイル形式",
|
|
"splitlines": "改行でメッセージを分割",
|
|
"name": "名前",
|
|
"regex": "正規表現を使用"
|
|
},
|
|
"action": {
|
|
"text": "文字列",
|
|
"binary": "バイナリバッファ"
|
|
},
|
|
"errors": {
|
|
"windowsnotsupport": "現在Windows上での動作は対応していません",
|
|
"filenotfound": "ファイルが見つかりませんでした"
|
|
},
|
|
"state":{
|
|
"stopped": "停止",
|
|
"nofilename":"ファイル名の指定がありません"
|
|
}
|
|
}
|
|
}
|