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": "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": {
|
||||
|
Reference in New Issue
Block a user