mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
New Crowdin updates (#3093)
* New translations auth.php (Vietnamese) * New translations entities.php (Norwegian Bokmal) * New translations common.php (Norwegian Bokmal) * New translations entities.php (Norwegian Bokmal) * New translations auth.php (Spanish, Argentina) * New translations entities.php (Spanish, Argentina) * New translations errors.php (Spanish, Argentina) * New translations auth.php (Ukrainian) * New translations auth.php (Ukrainian) * New translations common.php (Ukrainian) * New translations entities.php (Ukrainian) * New translations errors.php (Ukrainian) * New translations settings.php (Ukrainian) * New translations validation.php (Ukrainian) * New translations entities.php (Japanese) * New translations common.php (Japanese) * New translations entities.php (Japanese) * New translations auth.php (Portuguese) * New translations auth.php (Portuguese) * New translations common.php (Portuguese) * New translations entities.php (Portuguese)
This commit is contained in:
@ -96,12 +96,12 @@ return [
|
||||
'mfa_gen_totp_verify_setup' => 'Xác nhận cài đặt',
|
||||
'mfa_gen_totp_verify_setup_desc' => 'Xác nhận rằng tất cả hoạt động bằng cách nhập vào một mã, được tạo ra bởi ứng dụng xác thực của bạn vào ô dưới đây:',
|
||||
'mfa_gen_totp_provide_code_here' => 'Provide your app generated code here',
|
||||
'mfa_verify_access' => 'Verify Access',
|
||||
'mfa_verify_access' => 'Xác thực truy cập',
|
||||
'mfa_verify_access_desc' => 'Your user account requires you to confirm your identity via an additional level of verification before you\'re granted access. Verify using one of your configured methods to continue.',
|
||||
'mfa_verify_no_methods' => 'No Methods Configured',
|
||||
'mfa_verify_no_methods_desc' => 'No multi-factor authentication methods could be found for your account. You\'ll need to set up at least one method before you gain access.',
|
||||
'mfa_verify_use_totp' => 'Verify using a mobile app',
|
||||
'mfa_verify_use_backup_codes' => 'Verify using a backup code',
|
||||
'mfa_verify_no_methods' => 'Không có phương pháp nào được cấu hình',
|
||||
'mfa_verify_no_methods_desc' => 'Tài khoản của bạn chưa đăng ký xác thực nhiều lớp. Bạn cần thiết lập ít nhất một phương pháp trước khi yêu cầu truy cập.',
|
||||
'mfa_verify_use_totp' => 'Xác thực sử dụng mã di động',
|
||||
'mfa_verify_use_backup_codes' => 'Xác thực sử dụng mã backup',
|
||||
'mfa_verify_backup_code' => 'Mã dự phòng',
|
||||
'mfa_verify_backup_code_desc' => 'Nhập một trong các mã dự phòng còn lại của bạn vào ô phía dưới:',
|
||||
'mfa_verify_backup_code_enter_here' => 'Nhập mã xác thực của bạn tại đây',
|
||||
|
Reference in New Issue
Block a user