mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-23 17:50:38 +00:00
Create TwoFactorAuthentication Popup
This commit is contained in:
@@ -524,6 +524,11 @@ return [
|
||||
'popup_upload_limit.title' => 'You exceed upload limit on single file',
|
||||
'popup_zipping.message' => 'Please wait until your files start downloading.',
|
||||
'popup_zipping.title' => 'Zipping Your Files...',
|
||||
'popup_two_factor_authentication.title' => 'Two Factor Authentication Password Confirm',
|
||||
'popup_two_factor_authentication.input_label' => 'Password',
|
||||
'popup_two_factor_authentication.placeholder' => 'Type your password',
|
||||
'popup_two_factor_authentication.help' => 'Scan the image above with the two-factor authentication app on your phone.',
|
||||
'popup_two_factor_authentication.confirm_button' => 'Confirm',
|
||||
'preview_sorting.grid_view' => 'Grid View',
|
||||
'preview_sorting.list_view' => 'List View',
|
||||
'preview_sorting.preview_sorting_button' => 'View',
|
||||
@@ -640,6 +645,8 @@ return [
|
||||
'user_settings.timezone_plac' => 'Select your timezone',
|
||||
'user_settings.title_account' => 'Account Information',
|
||||
'user_settings.title_billing' => 'Billing Information',
|
||||
'validation_errors.incorrect_2fa_code' => 'Sorry, you passed incorrect code',
|
||||
'validation_errors.incorrect_2fa_recovery_code' => 'Sorry, you passed incorrect recovery code',
|
||||
'validation_errors.incorrect_password' => 'Sorry, you passed incorrect password :(',
|
||||
'validation_errors.wrong_image' => 'You may have uploaded the wrong file, try again!',
|
||||
'app_description' => 'Your self-hosted storage cloud software powered by Laravel and Vue',
|
||||
|
||||
Reference in New Issue
Block a user