From 3892bc248a00966fcf062ee61bc915ca1eb90cef Mon Sep 17 00:00:00 2001 From: Kazuhito Yokoi Date: Sun, 8 Oct 2017 06:26:39 +0900 Subject: [PATCH] Add Japanese translation file for redis node (65-redisout.json) (#362) --- storage/redis/65-redisout.html | 2 +- storage/redis/locales/ja/65-redisout.json | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 storage/redis/locales/ja/65-redisout.json diff --git a/storage/redis/65-redisout.html b/storage/redis/65-redisout.html index b5046d9a..1811ad16 100644 --- a/storage/redis/65-redisout.html +++ b/storage/redis/65-redisout.html @@ -3,7 +3,7 @@
- +
diff --git a/storage/redis/locales/ja/65-redisout.json b/storage/redis/locales/ja/65-redisout.json new file mode 100644 index 00000000..70ce57aa --- /dev/null +++ b/storage/redis/locales/ja/65-redisout.json @@ -0,0 +1,21 @@ +{ + "redisout": { + "label": { + "host": "ホスト", + "port": "ポート", + "key": "キー", + "type": "型" + }, + "type": { + "string": "文字列", + "hash": "ハッシュ", + "set": "セット", + "list": "リスト" + }, + "tip": "キーが空欄の場合、トピックの値をキーとして使用します。
型がハッシュの場合、ペイロードはオブジェクトおよびfield=valueから成る文字列である必要があります。", + "errors": { + "invalidpayload": "redisのハッシュを設定するペイロードの値が不正です", + "nokey": "キーまたはトピックが設定されていません" + } + } +}