2015-06-16 11:36:19 +02:00
|
|
|
{
|
|
|
|
"email": {
|
2018-03-30 15:50:51 +02:00
|
|
|
"email": "email",
|
2015-06-16 11:36:19 +02:00
|
|
|
"label": {
|
|
|
|
"to": "To",
|
|
|
|
"server": "Server",
|
|
|
|
"port": "Port",
|
2017-07-12 19:16:43 +02:00
|
|
|
"useSecureConnection": "Use secure connection.",
|
2015-06-16 11:36:19 +02:00
|
|
|
"userid": "Userid",
|
|
|
|
"password": "Password",
|
|
|
|
"repeat": "Refresh",
|
|
|
|
"seconds": "seconds",
|
2016-04-20 20:47:23 +02:00
|
|
|
"folder": "Folder",
|
|
|
|
"protocol": "Protocol",
|
|
|
|
"useSSL": "Use SSL?",
|
2017-07-12 19:16:43 +02:00
|
|
|
"disposition": "Disposition",
|
|
|
|
"none": "None",
|
|
|
|
"read": "Mark Read",
|
|
|
|
"delete": "Delete"
|
2015-06-16 11:36:19 +02:00
|
|
|
},
|
2017-04-03 19:02:17 +02:00
|
|
|
"default-message": "__description__\n\nFile from Node-RED is attached: __filename__",
|
2015-06-16 11:36:19 +02:00
|
|
|
"tip": {
|
|
|
|
"cred": "<b>Note:</b> Copied credentials from global emailkeys.js file.",
|
|
|
|
"recent": "Tip: Only retrieves the single most recent email."
|
|
|
|
},
|
|
|
|
"status": {
|
|
|
|
"messagesent": "Message sent: __response__",
|
|
|
|
"fetching": "fetching",
|
|
|
|
"foldererror": "fetch folder error",
|
|
|
|
"messageerror": "fetch message error",
|
|
|
|
"message": "message #__number__",
|
|
|
|
"newemail": "received new email: __topic__",
|
|
|
|
"duplicate": "duplicate not sent: __topic__",
|
|
|
|
"inboxzero": "you have achieved Inbox Zero",
|
|
|
|
"sending": "sending",
|
|
|
|
"sendfail": "send failed",
|
|
|
|
"connecterror": "connect error"
|
|
|
|
},
|
|
|
|
"errors": {
|
|
|
|
"nouserid": "No e-mail userid set",
|
|
|
|
"nopassword": "No e-mail password set",
|
|
|
|
"nocredentials": "No Email credentials found. See info panel.",
|
2017-02-15 19:33:05 +01:00
|
|
|
"nosmtptransport": "No SMTP transport. See info panel.",
|
2017-04-03 19:02:17 +02:00
|
|
|
"nopayload": "No payload to send",
|
2015-06-16 11:36:19 +02:00
|
|
|
"fetchfail": "Failed to fetch folder: __folder__",
|
2018-04-16 14:35:05 +02:00
|
|
|
"messageerror": "Fetch message error: __error__",
|
|
|
|
"refreshtoolarge": "Refresh interval too large. Limiting to 2147483 seconds"
|
2015-06-16 11:36:19 +02:00
|
|
|
}
|
|
|
|
}
|
2016-04-20 20:47:23 +02:00
|
|
|
}
|