mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add Tail node as separate node package - adds windows support
This commit is contained in:
20
storage/tail/locales/en-US/28-tail.json
Normal file
20
storage/tail/locales/en-US/28-tail.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"tail": {
|
||||
"tail": "tail",
|
||||
"label": {
|
||||
"filename": "Filename",
|
||||
"type": "File type",
|
||||
"splitlines": "Split on",
|
||||
"name": "Name",
|
||||
"regex": "split character or regex"
|
||||
},
|
||||
"action": {
|
||||
"text": "Text - returns String",
|
||||
"binary": "Binary - returns Buffer"
|
||||
},
|
||||
"errors": {
|
||||
"windowsnotsupport": "Not currently supported on Windows.",
|
||||
"filenotfound": "File not found"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user