Initial commit
This commit is contained in:
73
application/Espo/Resources/i18n/en_US/EmailAccount.json
Normal file
73
application/Espo/Resources/i18n/en_US/EmailAccount.json
Normal file
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Name",
|
||||
"status": "Status",
|
||||
"host": "Host",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"port": "Port",
|
||||
"monitoredFolders": "Monitored Folders",
|
||||
"security": "Security",
|
||||
"fetchSince": "Fetch Since",
|
||||
"emailAddress": "Email Address",
|
||||
"sentFolder": "Sent Folder",
|
||||
"storeSentEmails": "Store Sent Emails",
|
||||
"keepFetchedEmailsUnread": "Keep Fetched Emails Unread",
|
||||
"emailFolder": "Put in Folder",
|
||||
"connectedAt": "Connected At",
|
||||
"useImap": "Fetch Emails",
|
||||
"useSmtp": "Use SMTP",
|
||||
"smtpHost": "SMTP Host",
|
||||
"smtpPort": "SMTP Port",
|
||||
"smtpAuth": "SMTP Auth",
|
||||
"smtpSecurity": "SMTP Security",
|
||||
"smtpAuthMechanism": "SMTP Auth Mechanism",
|
||||
"smtpUsername": "SMTP Username",
|
||||
"smtpPassword": "SMTP Password"
|
||||
},
|
||||
"links": {
|
||||
"filters": "Filters",
|
||||
"emails": "Emails"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Active": "Active",
|
||||
"Inactive": "Inactive"
|
||||
},
|
||||
"smtpAuthMechanism": {
|
||||
"plain": "PLAIN",
|
||||
"login": "LOGIN",
|
||||
"crammd5": "CRAM-MD5"
|
||||
},
|
||||
"smtpSecurity": {
|
||||
"SSL": "SSL/TLS",
|
||||
"TLS": "STARTTLS"
|
||||
},
|
||||
"security": {
|
||||
"SSL": "SSL/TLS",
|
||||
"TLS": "STARTTLS"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"Create EmailAccount": "Create Email Account",
|
||||
"IMAP": "IMAP",
|
||||
"Main": "Main",
|
||||
"Test Connection": "Test Connection",
|
||||
"Send Test Email": "Send Test Email",
|
||||
"SMTP": "SMTP"
|
||||
},
|
||||
"presetFilters": {
|
||||
"active": "Active"
|
||||
},
|
||||
"messages": {
|
||||
"couldNotConnectToImap": "Could not connect to IMAP server",
|
||||
"connectionIsOk": "Connection is Ok",
|
||||
"imapNotConnected": "Could not connect to [IMAP account](#EmailAccount/view/{id})."
|
||||
},
|
||||
"tooltips": {
|
||||
"useSmtp": "The ability to send emails.",
|
||||
"emailAddress": "The user record (assigned user) should have the same email address to be able to use this email account for sending.",
|
||||
"monitoredFolders": "Multiple folders should be separated by comma.\n\nYou can add a 'Sent' folder to sync emails sent from an external email client.",
|
||||
"storeSentEmails": "Sent emails will be stored on the IMAP server. Email Address field should match the address emails will be sent from."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user