1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 21:28:30 +01:00
LinkAce/lang/vi_VN/auth.php

28 lines
1.1 KiB
PHP
Raw Normal View History

<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'Thông tin tài khoản không tìm thấy trong hệ thống.',
'throttle' => 'Vượt quá số lần đăng nhập cho phép. Vui lòng thử lại sau :seconds giây.',
'confirm_title' => 'Yêu cầu Xác nhận',
'confirm' => 'Xin vui lòng xác nhận hành động này bằng mật khẩu của bạn.',
'confirm_action' => 'Xác nhận hành động',
'two_factor' => 'Xác thực 2 yếu tố',
'two_factor_check' => 'Xin vui lòng nhập mật khẩu sinh 1 lần được cấp bởi ứng dụng Two Factor Authentication.',
'two_factor_with_recovery' => 'Xác thực với Mã Khôi Phục',
];