From 3db5306c7065d9ad782ed1ea2af5664b21203fc5 Mon Sep 17 00:00:00 2001 From: Yuma Matsuura Date: Fri, 20 Jul 2018 18:22:17 +0900 Subject: [PATCH] Update Japanese text of type input --- red/api/editor/locales/en-US/editor.json | 1 + red/api/editor/locales/ja/editor.json | 1 + 2 files changed, 2 insertions(+) diff --git a/red/api/editor/locales/en-US/editor.json b/red/api/editor/locales/en-US/editor.json index bce94774e..689b030b1 100644 --- a/red/api/editor/locales/en-US/editor.json +++ b/red/api/editor/locales/en-US/editor.json @@ -619,6 +619,7 @@ "json": "JSON", "bin": "buffer", "date": "timestamp", + "jsonata": "expression", "env": "env variable" } }, diff --git a/red/api/editor/locales/ja/editor.json b/red/api/editor/locales/ja/editor.json index 953d30c6f..3da5791dd 100644 --- a/red/api/editor/locales/ja/editor.json +++ b/red/api/editor/locales/ja/editor.json @@ -617,6 +617,7 @@ "json": "JSON", "bin": "バッファ", "date": "日時", + "jsonata": "JSONata式", "env": "環境変数" } },