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/zh/confirmation.php
vendored
Normal file
16
resources/lang/vendor/confirmation/zh/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' => '感谢您的注册!请检查您的邮箱来验证您的邮件。',
|
||||
'success' => '您已成功验证邮件地址!现在您可以正常登录了。',
|
||||
'again' => '您需要验证邮件地址才能访问此网站。
|
||||
<br/>如果您没有收到电子邮件,您可以检查一下垃圾箱。
|
||||
<br/>请 <a href=":url" class="alert-link">点击此处</a>来重新发送验证邮件',
|
||||
'resend' => '验证邮件已发送,请检查您的收件箱。'
|
||||
];
|
||||
Reference in New Issue
Block a user