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

43 lines
1.2 KiB
JSON

{
"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"
}
}