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/nl/confirmation.php
vendored
Normal file
16
resources/lang/vendor/confirmation/nl/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' => 'Bedankt voor het aanmelden! Controleer je e-mail om je e-mailadres bevestigen.',
|
||||
'success' => 'Je hebt je account met succes geverifieerd! Je kunt nu inloggen.',
|
||||
'again' => 'Voordat je kunt inloggen, moet je je e-mailadres verifiëren.
|
||||
<br/>Als je geen bevestiging ontvangen hebt, controleer dan eerst je spam-map.
|
||||
<br/><a href=":url" class="alert-link">Klik hier</a> om een nieuwe bevestigings-e-mail te ontvangen.',
|
||||
'resend' => 'We hebben een verificatielink gestuurd. Kijk in je inbox.'
|
||||
];
|
||||
Reference in New Issue
Block a user