<?php

return [
	'security'                                                            => 'Security',
	'security_settings'                                                   => 'Security Settings',
	'manage_security_settings'                                            => 'Manage Security Settings',
	'account_security'                                                    => 'Account Security',
	'session_management'                                                  => 'Session Management',
	'login_activity'                                                      => 'Login Activity',
	'active_sessions'                                                     => 'Active Sessions',
	'this_device'                                                         => 'This Device',
	'last_active'                                                         => 'Last Active',
	'ip_address'                                                          => 'IP Address',
	'browser'                                                             => 'Browser',
	'os'                                                                  => 'Operating System',
	'location'                                                            => 'Location',
	'current_session'                                                     => 'Current Session',
	'log_out_other_browser_sessions'                                      => 'Log Out Other Browser Sessions',
	'log_out_other_browser_sessions_description'                          => 'Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.',
	'log_out_other_browser_sessions_confirmation'                         => 'Once your other browser sessions have been logged out, all of their sessions will be logged out of this account. Please confirm this is what you want to do.',
	'password'                                                            => 'Password',
	'confirm'                                                             => 'Confirm',
	'cancel'                                                              => 'Cancel',
	'done'                                                                => 'Done',
	'browser_sessions'                                                    => 'Browser Sessions',
	'manage_and_logout_your_active_sessions'                              => 'Manage and logout your active sessions on other browsers and devices.',
	'if_necessary_you_may_logout'                                         => 'If necessary, you may logout of all of your other browser sessions across all of your devices. If you feel your account has been compromised, you should also update your password.',
	'unknown'                                                             => 'Unknown',
	'this_action_is_unauthorized'                                         => 'This action is unauthorized.',
	'password_was_incorrect'                                              => 'The provided password was incorrect.',
	'sessions_logged_out'                                                 => 'Other browser sessions have been logged out.',
	'sessions_logged_out_error'                                           => 'There was an error logging out other browser sessions. Please try again.',
	'sessions_logged_out_success'                                         => 'Other browser sessions have been logged out successfully!',
	'sessions_logged_out_error_title'                                     => 'Error',
	'sessions_logged_out_error_message'                                   => 'There was an error logging out other browser sessions. Please try again.',
	'sessions_logged_out_success_title'                                   => 'Success',
	'sessions_logged_out_success_message'                                 => 'Other browser sessions have been logged out successfully!',
	'sessions_logged_out_confirm_title'                                   => 'Log Out Other Browser Sessions',
	'sessions_logged_out_confirm_message'                                 => 'Please enter your password to confirm you would like to log out of your other browser sessions across all of your devices.',
	'sessions_logged_out_confirm_button'                                  => 'Log Out Other Browser Sessions',
	'sessions_logged_out_confirm_cancel'                                  => 'Cancel',
	'sessions_logged_out_confirm_confirm'                                 => 'Log Out Other Browser Sessions',
	'sessions_logged_out_confirm_loading'                                 => 'Logging out...',
	'sessions_logged_out_confirm_error'                                   => 'The provided password was incorrect.',
	'sessions_logged_out_confirm_success'                                 => 'Other browser sessions have been logged out successfully!',
	
	// 2FA Translations
	'two_factor_authentication'                                           => 'Two-Factor Authentication',
	'two_factor_authentication_description'                               => 'Add additional security to your account using two-factor authentication.',
	'two_factor_authentication_enabled'                                   => 'Two-factor authentication is now enabled. Scan the following QR code using your phone\'s authenticator application.',
	'two_factor_authentication_disabled'                                  => 'Two-factor authentication has been disabled.',
	'enable_two_factor_authentication'                                    => 'Enable Two-Factor Authentication',
	'disable_two_factor_authentication'                                   => 'Disable Two-Factor Authentication',
	'two_factor_authentication_code'                                      => 'Authentication Code',
	'two_factor_authentication_code_placeholder'                          => 'Enter your authentication code',
	'two_factor_authentication_code_help'                                 => 'Enter the code from your authenticator application.',
	'two_factor_authentication_enable_button'                             => 'Enable',
	'two_factor_authentication_disable_button'                            => 'Disable',
	'two_factor_authentication_verification_required'                     => 'Please verify your current password to continue.',
	'two_factor_authentication_verification_code'                         => 'Verification Code',
	'two_factor_authentication_verification_code_help'                    => 'Enter the verification code from your authenticator application.',
	'two_factor_authentication_verification_code_placeholder'             => 'Enter verification code',
	'two_factor_authentication_verification_button'                       => 'Verify',
	'two_factor_authentication_recovery_codes'                            => 'Recovery Codes',
	'two_factor_authentication_recovery_codes_help'                       => 'Store these recovery codes in a secure password manager. They can be used to recover access to your account if you lose access to your two-factor authentication device.',
	'two_factor_authentication_recovery_codes_regenerate'                 => 'Regenerate Recovery Codes',
	'two_factor_authentication_recovery_codes_show'                       => 'Show Recovery Codes',
	'two_factor_authentication_recovery_codes_hide'                       => 'Hide Recovery Codes',
	'two_factor_authentication_recovery_codes_copied'                     => 'Recovery codes copied to clipboard.',
	'two_factor_authentication_recovery_codes_regenerated'                => 'Recovery codes have been regenerated.',
	'two_factor_authentication_recovery_codes_regenerate_warning'         => 'Regenerating your recovery codes will invalidate all previously generated recovery codes. Are you sure you want to continue?',
	'two_factor_authentication_recovery_codes_regenerate_confirm'         => 'Regenerate Recovery Codes',
	'two_factor_authentication_recovery_codes_regenerate_cancel'          => 'Cancel',
	'two_factor_authentication_recovery_codes_regenerate_loading'         => 'Regenerating...',
	'two_factor_authentication_recovery_codes_regenerate_error'           => 'There was an error regenerating your recovery codes. Please try again.',
	'two_factor_authentication_recovery_codes_regenerate_success'         => 'Recovery codes have been regenerated successfully!',
	'two_factor_authentication_recovery_codes_regenerate_success_title'   => 'Success',
	'two_factor_authentication_recovery_codes_regenerate_success_message' => 'Recovery codes have been regenerated successfully!',
	'two_factor_authentication_recovery_codes_regenerate_confirm_title'   => 'Regenerate Recovery Codes',
	'two_factor_authentication_recovery_codes_regenerate_confirm_message' => 'Are you sure you want to regenerate your recovery codes? This will invalidate all previously generated recovery codes.',
	'two_factor_authentication_recovery_codes_regenerate_confirm_button'  => 'Regenerate Recovery Codes',
	'two_factor_authentication_recovery_codes_regenerate_confirm_cancel'  => 'Cancel',
	'two_factor_authentication_recovery_codes_regenerate_confirm_confirm' => 'Regenerate Recovery Codes',
	'two_factor_authentication_recovery_codes_regenerate_confirm_loading' => 'Regenerating...',
	'two_factor_authentication_recovery_codes_regenerate_confirm_error'   => 'There was an error regenerating your recovery codes. Please try again.',
	'two_factor_authentication_recovery_codes_regenerate_confirm_success' => 'Recovery codes have been regenerated successfully!',
];
