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:
53
resources/lang/vi/mail.php
Normal file
53
resources/lang/vi/mail.php
Normal file
@@ -0,0 +1,53 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* ⚠️ Editing not allowed except for 'en' language.
|
||||
*
|
||||
* @see https://github.com/monicahq/monica/blob/main/docs/contribute/translate.md for translations.
|
||||
*/
|
||||
|
||||
return [
|
||||
|
||||
'subject_line' => 'Lời nhắc cho :contact',
|
||||
'greetings' => 'Chào :username',
|
||||
'want_reminded_of' => 'Bạn muốn được nhắc về :reason',
|
||||
'for' => 'Cho: :name',
|
||||
'comment' => 'Bình luận: :comment',
|
||||
'footer_contact_info' => 'Thêm, xem, hoàn thiện, và thay đổi thông tin về liên hệ này:',
|
||||
'footer_contact_info2' => 'Xem hồ sơ của :name',
|
||||
'footer_contact_info2_link' => 'Xem hồ sơ của :name :url',
|
||||
|
||||
'notification_subject_line' => 'Bạn có sự kiện sắp diễn ra',
|
||||
'notification_description' => 'Trong :count ngày (on :date), các sự kiện dưới đây sẽ diễn ra:',
|
||||
|
||||
'stay_in_touch_subject_line' => 'Giữ liên lạc với :name',
|
||||
'stay_in_touch_subject_description' => 'Bạn đã yêu cầu được nhắc giữ liên lạc với :name mỗi :frequency ngày.',
|
||||
|
||||
'notifications_whoops' => 'Whoops!',
|
||||
'notifications_hello' => 'Xin chào!',
|
||||
'notifications_regards' => 'Thân',
|
||||
'notifications_footer' => 'Nếu bạn đang có vấn đề trong việc bấm nút ":actionText", sao chép và dán địa chỉ URL dưới đây vào trình duyệt web: [:actionURL](:actionURL)',
|
||||
'notifications_rights' => 'Bản quyền đã được bảo hộ',
|
||||
|
||||
'confirmation_email_title' => 'Monica – Email xác thực',
|
||||
'confirmation_email_intro'=> 'Để xác thực email của bạn, hãy bấm vào nút bên dưới',
|
||||
'confirmation_email_button' => 'Xác thực địa chỉ email',
|
||||
'confirmation_email_bottom' => 'Nếu bạn không tạo tài khoản, không cần có bất cứ hành động nào khác.',
|
||||
|
||||
'password_reset_title' => 'Monica - Thông báo đặt lại mật khẩu',
|
||||
'password_reset_intro' => 'Bạn nhận được email này bởi vì chúng tôi nhận được một yêu cầu đặt lại mật khẩu cho tài khoản của bạn.',
|
||||
'password_reset_button' => 'Đặt lại mật khẩu',
|
||||
'password_reset_expiration' => 'Liên kết đặt lại mật khẩu này sẽ hết hạn trong :count phút.',
|
||||
'password_reset_bottom' => 'Nếu bạn không yêu cầu đặt lại mật khẩu, không cần có bất cứ hành động nào khác.',
|
||||
|
||||
'invitation_title' => 'Monica - Bạn đã được mời bởi :name',
|
||||
'invitation_intro' => 'Bạn đã được mời sử dụng Monica bởi :name (:email), một công cụ Quản lý mối quan hệ cá nhân tuyệt vời.',
|
||||
'invitation_link' => 'Để chấp nhận lời mời, bấm vào liên kết bên dưới:',
|
||||
'invitation_button' => 'Chấp nhận lời mời',
|
||||
'invitation_expiration' => 'Liên kết này sẽ hết hạn trong :count days.',
|
||||
|
||||
'export_title' => 'Your export is ready',
|
||||
'export_description' => 'You requested a data export on :date. It is now ready to download.',
|
||||
'export_download' => 'Download export',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user