]> BookStack Code Mirror - bookstack/blob - lang/vi/passwords.php
Merge branch 'development' of github.com:BookStackApp/BookStack into development
[bookstack] / lang / vi / passwords.php
1 <?php
2 /**
3  * Password Reminder Language Lines
4  * The following language lines are the default lines which match reasons
5  * that are given by the password broker for a password update attempt has failed.
6  */
7 return [
8
9     'password' => 'Mật khẩu phải có tối thiểu 8 ký tự và và phải trùng với mật khẩu xác nhận.',
10     'user' => "Chúng tôi không tìm thấy người dùng với địa chỉ email đó.",
11     'token' => 'Mã token đặt lại mật khẩu cho địa chỉ email này không hợp lệ.',
12     'sent' => 'Chúng tôi đã gửi email chứa liên kết đặt lại mật khẩu cho bạn!',
13     'reset' => 'Mật khẩu của bạn đã được đặt lại!',
14
15 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.