1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Improve Japanese translation in rbe node (#422)

* Improve Japanese translation

* Empty commit to run travis again
This commit is contained in:
Kazuhito Yokoi 2018-03-29 16:49:42 +09:00 committed by Dave Conway-Jones
parent 8ea3969714
commit da96f9e869

View File

@ -13,12 +13,12 @@
"opts": {
"rbe": "値が変化した時のみメッセージを中継",
"rbei": "値が変化した時のみメッセージを中継(初期値を無視)",
"deadband": "値が比較値を超える時のみメッセージを中継",
"deadbandEq": "値が比較値以上の時のみメッセージを中継",
"narrowband": "初期値、値が比較値を超える時のみメッセージを中継",
"narrowbandEq": "初期値、値が比較値以上の時のみメッセージを中継",
"in": "最後の入力値と比較",
"out": "最後の出力値と比較"
"deadband": "値が指定した変化量を超える時のみメッセージを中継",
"deadbandEq": "値が指定した変化量以上の時のみメッセージを中継",
"narrowband": "値が指定した変化量を超えない時のみメッセージを中継",
"narrowbandEq": "値が指定した変化量以上でない時のみメッセージを中継",
"in": "最後の入力値と比較",
"out": "最後の出力値と比較"
},
"warn": {
"nonumber": "ペイロードに数値が含まれていません"