Init
This commit is contained in:
9
lang/vi/auth.php
Normal file
9
lang/vi/auth.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'failed' => 'Thông tin tài khoản không tìm thấy trong hệ thống.',
|
||||
'password' => 'Mật khẩu không đúng.',
|
||||
'throttle' => 'Vượt quá số lần đăng nhập cho phép. Vui lòng thử lại sau :seconds giây.',
|
||||
];
|
||||
Reference in New Issue
Block a user