We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d7499e + 976b0a2 commit 5c96776Copy full SHA for 5c96776
src/resources/lang/vi/base.php
@@ -93,5 +93,6 @@
93
'verification_link_sent' => 'Một liên kết xác thực đã được gửi đến địa chỉ email của bạn.',
94
'email_verification_required' => 'Vui lòng xác thực địa chỉ email của bạn bằng cách nhấn vào liên kết chúng tôi đã gửi cho bạn.',
95
'resend_verification_link' => 'Gửi lại liên kết',
96
+ 'email_sent_with_success' => 'Đã gửi liên kết xác minh email thành công.',
97
],
98
];
src/resources/lang/vi/crud.php
@@ -156,6 +156,7 @@
156
// Fields
157
'browse_uploads' => 'Chọn tập tin',
158
'select_all' => 'Chọn tất cả',
159
+ 'unselect_all' => 'Bỏ chọn tất cả',
160
'select_files' => 'Chọn các tập tin',
161
'select_file' => 'Chọn tập tin',
162
'clear' => 'Xoá',
0 commit comments