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

Add Japanese translation file for redis node (65-redisout.json) (#362)

This commit is contained in:
Kazuhito Yokoi 2017-10-08 06:26:39 +09:00 committed by Dave Conway-Jones
parent 9765439588
commit 3892bc248a
2 changed files with 22 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<div class="form-row node-input-hostname">
<label for="node-input-hostname"><i class="fa fa-bookmark"></i> <span data-i18n="redisout.label.host"></span></label>
<input class="input-append-left" type="text" id="node-input-hostname" placeholder="127.0.0.1" style="width: 40%;" ><button id="node-input-hostname-lookup" class="btn input-append-right"><span class="caret"></span></button>
<label for="node-input-port" style="margin-left: 10px; width: 35px; "> <span data-i18n="redisout.label.port"></span></label>
<label for="node-input-port" style="margin-left: 10px; width: 37px; "> <span data-i18n="redisout.label.port"></span></label>
<input type="text" id="node-input-port" placeholder="6379" style="width:45px">
</div>
<div class="form-row">

View File

@ -0,0 +1,21 @@
{
"redisout": {
"label": {
"host": "ホスト",
"port": "ポート",
"key": "キー",
"type": "型"
},
"type": {
"string": "文字列",
"hash": "ハッシュ",
"set": "セット",
"list": "リスト"
},
"tip": "キーが空欄の場合、トピックの値をキーとして使用します。<br>型がハッシュの場合、ペイロードはオブジェクトおよびfield=valueから成る文字列である必要があります。",
"errors": {
"invalidpayload": "redisのハッシュを設定するペイロードの値が不正です",
"nokey": "キーまたはトピックが設定されていません"
}
}
}