mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
Modify messages in e-mail node to refer to language files (#343)
thanks @kazuhitoyokoi
This commit is contained in:
committed by
Dave Conway-Jones
parent
f6e71bf962
commit
c6f8b7ee76
@@ -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": {
|
||||
|
Reference in New Issue
Block a user