Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

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