mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Add Japanese translation file for redis node (65-redisout.json) (#362)
This commit is contained in:
committed by
Dave Conway-Jones
parent
9765439588
commit
3892bc248a
21
storage/redis/locales/ja/65-redisout.json
Normal file
21
storage/redis/locales/ja/65-redisout.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"redisout": {
|
||||
"label": {
|
||||
"host": "ホスト",
|
||||
"port": "ポート",
|
||||
"key": "キー",
|
||||
"type": "型"
|
||||
},
|
||||
"type": {
|
||||
"string": "文字列",
|
||||
"hash": "ハッシュ",
|
||||
"set": "セット",
|
||||
"list": "リスト"
|
||||
},
|
||||
"tip": "キーが空欄の場合、トピックの値をキーとして使用します。<br>型がハッシュの場合、ペイロードはオブジェクトおよびfield=valueから成る文字列である必要があります。",
|
||||
"errors": {
|
||||
"invalidpayload": "redisのハッシュを設定するペイロードの値が不正です",
|
||||
"nokey": "キーまたはトピックが設定されていません"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user