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/vi/confirmation.php
vendored
Normal file
16
resources/lang/vendor/confirmation/vi/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' => 'Cảm ơn bạn đã đăng kí! Vui lòng kiểm tra email để xác thực địa chỉ email của bạn.',
|
||||
'success' => 'Xác thực tài khoản thành công. Bạn có thể đăng nhập ngay bây giờ.',
|
||||
'again' => 'Bạn phải xác thực email trước khi có thể truy cập website.
|
||||
<br/>Nếu bạn không nhận được email xác thực, hãy kiểm tra trong hòm thư rác.
|
||||
<br/>Để lấy email xác thực mới, hãy <a href=":url" class="alert-link">bấm vào đây</a>.',
|
||||
'resend' => 'Tin nhắn xác thực đã được gửi. Hãy kiểm tra hộp thư đến của bạn.'
|
||||
];
|
||||
Reference in New Issue
Block a user