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": "キーまたはトピックが設定されていません"
+ }
+ }
+}