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:
19
storage/tail/locales/ja/28-tail.json
Normal file
19
storage/tail/locales/ja/28-tail.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"tail": {
|
||||
"tail": "tail",
|
||||
"label": {
|
||||
"filename": "ファイル名",
|
||||
"type": "ファイル形式",
|
||||
"splitlines": "改行でメッセージを分割",
|
||||
"name": "名前",
|
||||
"regex": "正規表現を使用"
|
||||
},
|
||||
"action": {
|
||||
"text": "文字列",
|
||||
"binary": "バイナリバッファ"
|
||||
},
|
||||
"errors": {
|
||||
"windowsnotsupport": "現在Windows上での動作は対応していません"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user