From c6f8b7ee76bcd83fed2f97ab8726cba80292b4ac Mon Sep 17 00:00:00 2001 From: Kazuhito Yokoi Date: Thu, 13 Jul 2017 02:16:43 +0900 Subject: [PATCH] Modify messages in e-mail node to refer to language files (#343) thanks @kazuhitoyokoi --- social/email/61-email.html | 8 ++++---- social/email/locales/en-US/61-email.json | 6 +++++- social/email/locales/ja/61-email.json | 6 +++++- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/social/email/61-email.html b/social/email/61-email.html index 9850bcea..c7ddcc8d 100644 --- a/social/email/61-email.html +++ b/social/email/61-email.html @@ -38,7 +38,7 @@ - Use secure connection. +
@@ -150,9 +150,9 @@

diff --git a/social/email/locales/en-US/61-email.json b/social/email/locales/en-US/61-email.json index 3bbcf71f..a3d1c318 100644 --- a/social/email/locales/en-US/61-email.json +++ b/social/email/locales/en-US/61-email.json @@ -4,6 +4,7 @@ "to": "To", "server": "Server", "port": "Port", + "useSecureConnection": "Use secure connection.", "userid": "Userid", "password": "Password", "repeat": "Refresh", @@ -11,7 +12,10 @@ "folder": "Folder", "protocol": "Protocol", "useSSL": "Use SSL?", - "disposition": "Disposition" + "disposition": "Disposition", + "none": "None", + "read": "Mark Read", + "delete": "Delete" }, "default-message": "__description__\n\nFile from Node-RED is attached: __filename__", "tip": { diff --git a/social/email/locales/ja/61-email.json b/social/email/locales/ja/61-email.json index 7c7ee4de..db4821b3 100644 --- a/social/email/locales/ja/61-email.json +++ b/social/email/locales/ja/61-email.json @@ -4,6 +4,7 @@ "to": "宛先", "server": "サーバ", "port": "ポート", + "useSecureConnection": "安全な接続を使用", "userid": "ユーザID", "password": "パスワード", "repeat": "更新", @@ -11,7 +12,10 @@ "folder": "フォルダ", "protocol": "プロトコル", "useSSL": "SSLを使用", - "disposition": "受信後の処理" + "disposition": "受信後の処理", + "none": "なし", + "read": "既読", + "delete": "削除" }, "default-message": "__description__\n\nNode-REDからファイルが添付されました: __filename__", "tip": {