mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
add sentiment and tail node translations
bump versions on npm
This commit is contained in:
17
storage/tail/locales/zh-CN/28-tail.json
Normal file
17
storage/tail/locales/zh-CN/28-tail.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"tail": {
|
||||
"tail": "tail",
|
||||
"label": {
|
||||
"filename": "文件名",
|
||||
"type": "文件类型",
|
||||
"splitlines": "以\\n来拆分行?"
|
||||
},
|
||||
"action": {
|
||||
"text": "文本 - 返回字符串",
|
||||
"binary": "二进制 - 返回Buffer"
|
||||
},
|
||||
"errors": {
|
||||
"windowsnotsupport": "Windows目前不支持."
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user