| 12345678910111213141516171819202122 |
- <?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.
- |
- */
- 'reset' => 'Mật khẩu của bạn đã được đặt lại!',
- 'sent' => 'Chúng tôi đã gửi liên kết đặt lại mật khẩu qua email của bạn!',
- 'throttled' => 'Vui lòng đợi một lát trước khi thử lại.',
- 'token' => 'Mã đặt lại mật khẩu này không hợp lệ.',
- 'user' => 'Không tìm thấy người dùng nào với địa chỉ email này.',
- ];
|