add sentiment and tail node translations

bump versions on npm
This commit is contained in:
Dave Conway-Jones
2018-12-07 17:11:09 +00:00
parent d0f36dcda1
commit 20b2eac830
7 changed files with 106 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
{
"tail": {
"tail": "tail",
"label": {
"filename": "文件名",
"type": "文件类型",
"splitlines": "以\\n来拆分行?"
},
"action": {
"text": "文本 - 返回字符串",
"binary": "二进制 - 返回Buffer"
},
"errors": {
"windowsnotsupport": "Windows目前不支持."
}
}
}