diff --git a/app/config/locale/templates/de.email.auth.confirm.tpl b/app/config/locale/templates/de.email.auth.confirm.tpl new file mode 100644 index 000000000..ae4ff2729 --- /dev/null +++ b/app/config/locale/templates/de.email.auth.confirm.tpl @@ -0,0 +1,24 @@ + + +
+ Hallo {{name}}, +
+
+ bitte folge diesem Link um deine E-Mail Adresse zu verifizieren. +
+ {{redirect}} +
+
+ Bitte ignoriere diese Nachricht, wenn du das Verifizieren deiner E-Mail Adresse nicht beantragt hast. +
+
+ Vielen dank, +
+ {{project}} Team +
\ No newline at end of file diff --git a/app/config/locale/templates/de.email.auth.invitation.tpl b/app/config/locale/templates/de.email.auth.invitation.tpl new file mode 100644 index 000000000..dc218116a --- /dev/null +++ b/app/config/locale/templates/de.email.auth.invitation.tpl @@ -0,0 +1,27 @@ + + +
+ Hallo, +
+
+ diese E-Mail wurde dir geschickt, weil {{owner}} dich eingeladen hat Teammitglied im Team {{team}} bei {{project}} zu werden. +
+
+ Folge diesem Link um dem {{team}} Team beizutreten: +
+ {{redirect}} +
+
+ Wenn du daran nicht interessiert bist, kannst du diese Nachricht ignorieren. +
+
+ Vielen dank, +
+ {{project}} Team +
diff --git a/app/config/locale/templates/de.email.auth.recovery.tpl b/app/config/locale/templates/de.email.auth.recovery.tpl new file mode 100644 index 000000000..c9484a011 --- /dev/null +++ b/app/config/locale/templates/de.email.auth.recovery.tpl @@ -0,0 +1,24 @@ + + +
+ Hallo {{name}}, +
+
+ Folge diesem Link um dein Passwort für {{project}} zurückzusetzen. +
+ {{redirect}} +
+
+ Bitte ignoriere diese Nachricht, wenn du das Zurücksetzen deines Passworts nicht beantragt hast. +
+
+ Vielen dank, +
+ {{project}} Team +