mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
c3a5716fe7
and let msg.description be " also to close #959
84 lines
3.4 KiB
JSON
84 lines
3.4 KiB
JSON
{
|
|
"email": {
|
|
"email": "email",
|
|
"label": {
|
|
"getmail":"Get mail",
|
|
"auto": "automatically",
|
|
"trigger": "when triggered",
|
|
"to": "To",
|
|
"server": "Server",
|
|
"port": "Port",
|
|
"useSecureConnection": "Use secure connection.",
|
|
"userid": "Userid",
|
|
"password": "Password",
|
|
"repeat": "every",
|
|
"seconds": "seconds",
|
|
"folder": "Folder",
|
|
"protocol": "Protocol",
|
|
"useSSL": "Use SSL?",
|
|
"useTLS": "TLS option",
|
|
"disposition": "Disposition",
|
|
"none": "None",
|
|
"read": "Mark Read",
|
|
"delete": "Delete",
|
|
"criteria": "Criteria",
|
|
"criteriaFromMsg": "- set from msg.criteria -",
|
|
"all": "All",
|
|
"answered": "Answered",
|
|
"flagged": "Flagged",
|
|
"seen": "Seen",
|
|
"unanswered": "Unanswered",
|
|
"unflagged": "Unflagged",
|
|
"unseen": "Unseen",
|
|
"autotls": "Start TLS?",
|
|
"never": "never",
|
|
"required": "if required",
|
|
"always": "always",
|
|
"rejectUnauthorised": "Check server certificate is valid",
|
|
"enableSecure": "Secure connection",
|
|
"enableStarttls": "Start TLS",
|
|
"starttlsUpgrade": "Upgrade cleartext connection with STARTTLS",
|
|
"certFile": "Certificate",
|
|
"keyFile":"Private key",
|
|
"users": "Users",
|
|
"auth": "Authenticate users",
|
|
"addButton": "Add",
|
|
"expert": "Expert"
|
|
},
|
|
"default-message": "\nFile from Node-RED is attached: __filename__",
|
|
"tip": {
|
|
"cred": "<b>Note:</b> Copied credentials from global emailkeys.js file.",
|
|
"recent": "Tip: Only retrieves the single most recent email.",
|
|
"mta": "<b>Note:</b> To use ports below 1024 you may need elevated (root) privileges. See help sidebar."
|
|
},
|
|
"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",
|
|
"parseerror": "Failed to parse message",
|
|
"connecterror": "connect error",
|
|
"bad_criteria": "Invalid criteria"
|
|
},
|
|
"errors": {
|
|
"nouserid": "No e-mail userid set",
|
|
"nopassword": "No e-mail password set",
|
|
"nocredentials": "No Email credentials found. See info panel.",
|
|
"nosmtptransport": "No SMTP transport. See info panel.",
|
|
"nopayload": "No payload to send",
|
|
"fetchfail": "Failed to fetch folder: __folder__",
|
|
"parsefail": "Failed to parse message",
|
|
"messageerror": "Fetch message error: __error__",
|
|
"refreshtoolarge": "Refresh interval too large. Limiting to 2147483 seconds",
|
|
"invalidattachment": "Invalid attachment content. Must be String or buffer",
|
|
"bad_criteria": "Criteria must be a JSON array. See info."
|
|
}
|
|
}
|
|
}
|