refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
16
resources/lang/vendor/confirmation/de/confirmation.php
vendored
Normal file
16
resources/lang/vendor/confirmation/de/confirmation.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* ⚠️ Edition not allowed except for 'en' language.
|
||||
*
|
||||
* @see https://github.com/monicahq/monica/blob/main/docs/contribute/translate.md for translations.
|
||||
*/
|
||||
|
||||
return [
|
||||
'message' => 'Vielen Dank für deine Anmeldung! Bitte überprüfe deine E-Mail-Postfach, um deine E-Mail-Adresse zu bestätigen.',
|
||||
'success' => 'Du hast dein Konto erfolgreich verifiziert. Du kannst dich ab sofort anmelden.',
|
||||
'again' => 'Du musst deine Email-Adresse verifzieren, bevor du auf die Webseite zugreifen kannst.
|
||||
<br/>Wenn du die Bestätigungs-E-Mail nicht erhalten hast, überprüfe deinen Spam-Ordner.
|
||||
<br/>Um eine neue Bestätigungs-E-Mail zu erhalten, klicke bitte <a href=":url" class="alert-link">hier</a>.',
|
||||
'resend' => 'Wir haben dir einen Link zur Verifikation gesendet. Bitte überprüfe dein E-Mail-Postfach.'
|
||||
];
|
||||
Reference in New Issue
Block a user