mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-23 10:43:41 +01:00
23 lines
963 B
PHP
23 lines
963 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Password Reset Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are the default lines which match reasons
|
|
| that are given by the password broker for a password update attempt
|
|
| has failed, such as for an invalid token or invalid new password.
|
|
|
|
|
*/
|
|
|
|
'password' => 'Mật khẩu phải gồm 6 ký tự và khớp với phần xác nhận.',
|
|
'reset' => 'Mật khẩu của bạn đã được đặt lại!',
|
|
'sent' => 'Nếu một tài khoản với địa chỉ e-mail của bạn tồn tại, chúng tôi đã gửi e-mail liên kết đặt lại mật khẩu của bạn.',
|
|
'token' => 'Token khởi tạo mật khẩu này không hợp lệ.',
|
|
'user' => "Không tìm thấy người dùng với địa chỉ email này.",
|
|
|
|
];
|