From 45029dd084e54526595ef49648797098be2daf61 Mon Sep 17 00:00:00 2001 From: Yuma Matsuura Date: Fri, 20 Jul 2018 15:47:21 +0900 Subject: [PATCH] Update Japanese text of type input --- red/api/editor/locales/en-US/editor.json | 3 ++- red/api/editor/locales/ja/editor.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/red/api/editor/locales/en-US/editor.json b/red/api/editor/locales/en-US/editor.json index cfd88fd2e..bce94774e 100644 --- a/red/api/editor/locales/en-US/editor.json +++ b/red/api/editor/locales/en-US/editor.json @@ -618,7 +618,8 @@ "bool": "boolean", "json": "JSON", "bin": "buffer", - "date": "timestamp" + "date": "timestamp", + "env": "env variable" } }, "editableList": { diff --git a/red/api/editor/locales/ja/editor.json b/red/api/editor/locales/ja/editor.json index d5161b19c..953d30c6f 100644 --- a/red/api/editor/locales/ja/editor.json +++ b/red/api/editor/locales/ja/editor.json @@ -616,7 +616,8 @@ "bool": "真偽", "json": "JSON", "bin": "バッファ", - "date": "日時" + "date": "日時", + "env": "環境変数" } }, "editableList": {