snipe-it/resources/lang/vi/auth/general.php
Laravel Shift 934afa036f Adopt Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions.

You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started.

[1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer
[2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
2021-06-10 20:15:52 +00:00

15 lines
1.1 KiB
PHP

<?php
return [
'send_password_link' => 'Gửi Liên kết Đặt lại Mật khẩu',
'email_reset_password' => 'Đặt lại Mật khẩu Email',
'reset_password' => 'Đặt lại mật khẩu',
'saml_login' => 'Đăng nhập thông qua SAML',
'login' => 'Đăng nhập',
'login_prompt' => 'Vui lòng đăng nhập',
'forgot_password' => 'Tôi đã quên mật khẩu của tôi',
'remember_me' => 'Ghi nhớ tôi',
'username_help_top' => 'Nhập <strong>tên người dùng</strong> của bạn để nhận liên kết đặt lại mật khẩu.',
'username_help_bottom' => 'Tên người dùng và email của bạn <em>có thể</em> giống nhau hoặc không, tùy vào cách cấu hình của bạn. Nếu bạn không nhớ tên người dùng hãy liên hệ với quản trị viên. <br><br><strong> Tên người dùng không được liên kết với email sẽ không nhận được liên kết đặt lại mật khẩu.</strong> ',
];