47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"templates": [
|
|
{
|
|
"_id": 0,
|
|
"fileName": "accountActivation",
|
|
"languages": [
|
|
{
|
|
"_id": 0,
|
|
"subject": "Konto aktivieren",
|
|
"texts": {
|
|
"header": "Hallo {{.name}},",
|
|
"text": "Vielen Dank für das erstellen eines Kontos auf Roese.dev. Um dein Konto nutzen zu können, musst du es noch aktivieren.",
|
|
"buttonText": "Account aktivieren",
|
|
"alternativeUrl": "Oder benutze diesen Link"
|
|
}
|
|
},
|
|
{
|
|
"_id": 1,
|
|
"subject": "Account activation",
|
|
"texts": {
|
|
"header": "Hello {{.name}},",
|
|
"text": "Thank you for creating an account on Roese.dev. To use your account, you still need to activate it.",
|
|
"buttonText": "Activate account",
|
|
"alternativeUrl": "Or use this url"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"_id": 1,
|
|
"fileName": "confirmAccountDeletion",
|
|
"languages": [
|
|
{
|
|
"_id": 0,
|
|
"subject": "Account löschung",
|
|
"texts": {
|
|
"header": "Hallo {{.name}},",
|
|
"text": "Bitte bestätigen Sie, die Löschung Ihres Accountes.",
|
|
"buttonText": "Account löschen",
|
|
"alternativeUrl": "Link: "
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|