Initial commit
This commit is contained in:
42
application/Espo/Resources/i18n/en_US/EmailTemplate.json
Normal file
42
application/Espo/Resources/i18n/en_US/EmailTemplate.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": "Name",
|
||||
"status": "Status",
|
||||
"isHtml": "HTML",
|
||||
"body": "Body",
|
||||
"subject": "Subject",
|
||||
"attachments": "Attachments",
|
||||
"oneOff": "One-off",
|
||||
"category": "Category",
|
||||
"insertField": "Placeholders"
|
||||
},
|
||||
"links": {
|
||||
},
|
||||
"labels": {
|
||||
"Create EmailTemplate": "Create Email Template",
|
||||
"Info": "Info",
|
||||
"Available placeholders": "Available placeholders"
|
||||
},
|
||||
"options": {
|
||||
"status": {
|
||||
"Active": "Active",
|
||||
"Inactive": "Inactive"
|
||||
}
|
||||
},
|
||||
"messages": {
|
||||
"infoText": "Available placeholders:\n\n{optOutUrl} – URL for an unsubscribe link;\n\n{optOutLink} – an unsubscribe link."
|
||||
},
|
||||
"tooltips": {
|
||||
"oneOff": "Check if you are going to use this template only once. E.g. for Mass Email."
|
||||
},
|
||||
"presetFilters": {
|
||||
"actual": "Active"
|
||||
},
|
||||
"placeholderTexts": {
|
||||
"today": "Today's date",
|
||||
"now": "Current date & time",
|
||||
"currentYear": "Current Year",
|
||||
"optOutUrl": "URL for an unsubscribe link",
|
||||
"optOutLink": "an unsubscribe link"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user