MailerServer/templates/templates.json

26 lines
872 B
JSON

{
"templates": {
"emailVerification": {
"mailSubject": {
"en": "Your email confirmation code",
"de": "Ihr E-Mail-Bestätigungscode"
},
"header": {
"en": "Good day,",
"de": "Guten Tag,"
},
"informationText": {
"en": "to confirm your identity we need to verify your email.",
"de": "um deine Identität zu bestätigen müssen wir deine E-Mail verifizieren."
},
"buttonText": {
"en": "Verify email",
"de": "E-Mail verifizieren"
},
"alternativeUrl": {
"en": "Alternatively you can click on the link here",
"de": "Alternativ kannst du auch hier auf den Link klicken"
}
}
}
}