Files
espocrm/application/Espo/Resources/i18n/en_US/Email.json
2026-01-19 17:46:06 +01:00

189 lines
7.3 KiB
JSON

{
"fields": {
"name": "Name (Subject)",
"parent": "Parent",
"status": "Status",
"dateSent": "Date Sent",
"from": "From",
"to": "To",
"cc": "CC",
"bcc": "BCC",
"replyTo": "Reply To",
"replyToString": "Reply To (String)",
"personStringData": "Person String Data",
"isHtml": "HTML",
"body": "Body",
"bodyPlain": "Body (Plain)",
"subject": "Subject",
"attachments": "Attachments",
"selectTemplate": "Select Template",
"fromEmailAddress": "From Address (link)",
"emailAddress": "Email Address",
"deliveryDate": "Delivery Date",
"account": "Account",
"users": "Users",
"replied": "Replied",
"replies": "Replies",
"isRead": "Is Read",
"isNotRead": "Is Not Read",
"isImportant": "Is Important",
"isReplied": "Is Replied",
"isNotReplied": "Is Not Replied",
"isUsers": "Is User's",
"isUsersSent": "Is User's Sent",
"inTrash": "In Trash",
"inArchive": "In Archive",
"folder": "Folder",
"inboundEmails": "Group Accounts",
"emailAccounts": "Personal Accounts",
"hasAttachment": "Has Attachment",
"assignedUsers": "Assigned Users",
"sentBy": "Sent By",
"toEmailAddresses": "To Email Addresses",
"ccEmailAddresses": "CC Email Addresses",
"bccEmailAddresses": "BCC Email Addresses",
"replyToEmailAddresses": "Reply-To Email Addresses",
"messageId": "Message Id",
"messageIdInternal": "Message Id (Internal)",
"folderId": "Folder Id",
"folderString": "Folder",
"fromName": "From Name",
"fromString": "From String",
"fromAddress": "From Address",
"replyToName": "Reply-To Name",
"replyToAddress": "Reply-To Address",
"isSystem": "Is System",
"icsContents": "ICS Contents",
"icsEventData": "ICS Event Data",
"icsEventUid": "ICS Event UID",
"createdEvent": "Created Event",
"event": "Event",
"icsEventDateStart": "ICS Event Date Start",
"groupFolder": "Group Folder",
"groupStatusFolder": "Group Status Folder",
"sendAt": "Send At",
"isAutoReply": "Is Auto-Reply"
},
"links": {
"replied": "Replied",
"replies": "Replies",
"inboundEmails": "Group Accounts",
"emailAccounts": "Personal Accounts",
"assignedUsers": "Assigned Users",
"sentBy": "Sent By",
"attachments": "Attachments",
"fromEmailAddress": "From Email Address",
"toEmailAddresses": "To Email Addresses",
"ccEmailAddresses": "CC Email Addresses",
"bccEmailAddresses": "BCC Email Addresses",
"replyToEmailAddresses": "Reply-To Email Addresses",
"createdEvent": "Created Event",
"groupFolder": "Group Folder"
},
"options": {
"status": {
"Draft": "Draft",
"Sending": "Sending",
"Sent": "Sent",
"Archived": "Imported",
"Received": "Received",
"Failed": "Failed"
},
"groupStatusFolder": {
"Archive": "Archive",
"Trash": "Trash"
}
},
"labels": {
"Create Email": "Archive Email",
"Archive Email": "Archive Email",
"Import EML": "Import EML",
"Compose": "Compose",
"Reply": "Reply",
"Reply to All": "Reply to All",
"Forward": "Forward",
"Insert Field": "Insert Field",
"Original message": "Original message",
"Forwarded message": "Forwarded message",
"Email Accounts": "Personal Email Accounts",
"Inbound Emails": "Group Email Accounts",
"Email Templates": "Email Templates",
"Send Test Email": "Send Test Email",
"Send": "Send",
"Email Address": "Email Address",
"Mark Read": "Mark Read",
"Sending...": "Sending...",
"Save Draft": "Save Draft",
"Mark all as read": "Mark all as read",
"Show Plain Text": "Show Plain Text",
"Mark as Important": "Mark as Important",
"Unmark Importance": "Unmark Importance",
"Move to Trash": "Move to Trash",
"Retrieve from Trash": "Retrieve from Trash",
"Move to Folder": "Move to Folder",
"Moved to Archive": "Moved to Archive",
"No Records Moved": "No Records Moved",
"Filters": "Filters",
"Folders": "Folders",
"Group Folders": "Group Folders",
"No Subject": "No Subject",
"View Users": "View Users",
"Event": "Event",
"View Attachments": "View Attachments",
"Moved to Trash": "Moved to Trash",
"Retrieved from Trash": "Retrieved from Trash",
"Schedule Send": "Schedule Send"
},
"strings": {
"sendingFailed": "Email sending failed",
"group": "Group"
},
"messages": {
"confirmSend": "Send the email?",
"couldNotSentScheduledEmail": "Could not send scheduled [email]({link})",
"notEditAccess": "No edit access to email.",
"groupFolderNoAccess": "No access to group folder.",
"groupMoveOutNoEditAccess": "Cannot move out from group folder. No edit access to email.",
"groupMoveToNoEditAccess": "Cannot move to group folder. No edit access to email.",
"groupMoveToTrashNoEditAccess": "Cannot move email from group folder to trash. No edit access to email.",
"groupMoveToArchiveNoEditAccess": "Cannot move from group folder to Archive. No edit access to email.",
"alreadyImported": "The [email]({link}) already exists in the system.",
"invalidCredentials": "Invalid credentials.",
"unknownError": "Unknown error.",
"recipientAddressRejected": "Recipient address rejected.",
"noSmtpSetup": "SMTP is not configured: {link}",
"testEmailSent": "Test email has been sent",
"emailSent": "Email has been sent",
"savedAsDraft": "Saved as draft",
"sendConfirm": "Send the email?",
"removeSelectedRecordsConfirmation": "Are you sure you want to remove selected emails?\n\nThey will be removed for other users too.",
"removeRecordConfirmation": "Are you sure you want to remove the email?\n\nIt will be removed for other users too.",
"confirmInsertTemplate": "The email body will be lost. Are you sure you want to insert the template?"
},
"presetFilters": {
"sent": "Sent",
"archived": "Imported",
"inbox": "Inbox",
"drafts": "Drafts",
"trash": "Trash",
"archive": "Archive",
"important": "Important"
},
"actions": {
"moveToArchive": "Archive"
},
"massActions": {
"markAsRead": "Mark as Read",
"markAsNotRead": "Mark as Not Read",
"markAsImportant": "Mark as Important",
"markAsNotImportant": "Unmark Importance",
"moveToTrash": "Move to Trash",
"moveToFolder": "Move to Folder",
"moveToArchive": "Archive",
"retrieveFromTrash": "Retrieve from Trash"
},
"otherFields": {
"file": "File"
}
}