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,19 @@
{
"tail": {
"tail": "tail",
"label": {
"filename": "ファイル名",
"type": "ファイル形式",
"splitlines": "改行でメッセージを分割",
"name": "名前",
"regex": "正規表現を使用"
},
"action": {
"text": "文字列",
"binary": "バイナリバッファ"
},
"errors": {
"windowsnotsupport": "現在Windows上での動作は対応していません"
}
}
}