diff --git a/resources/lang/es/messages.php b/resources/lang/es/messages.php index 203be07..9be7687 100644 --- a/resources/lang/es/messages.php +++ b/resources/lang/es/messages.php @@ -475,6 +475,8 @@ return [ '2fa_disable_consent' => '"I understand the possible consequences of disabling two factor authentication"', '2fa_remove' => 'Remove 2FA', '2fa_remove_extended' => 'Remove Two-Factor Authentication', + '2fa_send_code' => 'Send 2FA Code', + '2fa_send_code_s' => '2FA Code (ex. 41351)', 'security_lgotherdev' => 'For your security, you\'ll need to re-enter your password before logging out other devices. If you believe your account has been compromised, please change your password instead, as that will automatically log out anyone else who might using your account, and prevent them from signing back in.', 'password_reenter' => 'Re-enter your password', diff --git a/resources/lang/fr/messages.php b/resources/lang/fr/messages.php index 203be07..9be7687 100644 --- a/resources/lang/fr/messages.php +++ b/resources/lang/fr/messages.php @@ -475,6 +475,8 @@ return [ '2fa_disable_consent' => '"I understand the possible consequences of disabling two factor authentication"', '2fa_remove' => 'Remove 2FA', '2fa_remove_extended' => 'Remove Two-Factor Authentication', + '2fa_send_code' => 'Send 2FA Code', + '2fa_send_code_s' => '2FA Code (ex. 41351)', 'security_lgotherdev' => 'For your security, you\'ll need to re-enter your password before logging out other devices. If you believe your account has been compromised, please change your password instead, as that will automatically log out anyone else who might using your account, and prevent them from signing back in.', 'password_reenter' => 'Re-enter your password', diff --git a/resources/lang/pt/messages.php b/resources/lang/pt/messages.php index 60d6d23..114af2e 100644 --- a/resources/lang/pt/messages.php +++ b/resources/lang/pt/messages.php @@ -475,6 +475,8 @@ return [ '2fa_disable_consent' => '"Eu compreendo as possíveis consequências de desativar a autenticação de dois fatores"', '2fa_remove' => 'Remover 2FA', '2fa_remove_extended' => 'Desativar autenticação em dois passos', + '2fa_send_code' => 'Send 2FA Code', + '2fa_send_code_s' => '2FA Code (ex. 41351)', 'security_lgotherdev' => 'Para sua segurança, você precisará re-introduzir a sua senha antes de desconectar outros dispositivos. Se você acredita que sua conta foi comprometida, altere sua senha em vez disso, já que isso desconectará automaticamente qualquer pessoa que poderá estar usando sua conta e impedir que faça login novamente.', 'password_reenter' => 'Repita a sua palavra-passe', diff --git a/resources/lang/vendor/adminlte/es/adminlte.php b/resources/lang/vendor/adminlte/es/adminlte.php new file mode 100644 index 0000000..ff01273 --- /dev/null +++ b/resources/lang/vendor/adminlte/es/adminlte.php @@ -0,0 +1,28 @@ + 'Full name', + 'email' => 'Email', + 'password' => 'Password', + 'retype_password' => 'Retype password', + 'remember_me' => 'Remember Me', + 'register' => 'Register', + 'register_a_new_membership' => 'Register a new membership', + 'i_forgot_my_password' => 'I forgot my password', + 'i_already_have_a_membership' => 'I already have a membership', + 'sign_in' => 'Sign In', + 'log_out' => 'Log Out', + 'toggle_navigation' => 'Toggle navigation', + 'login_message' => 'Sign in to start your session', + 'register_message' => 'Register a new membership', + 'password_reset_message' => 'Reset Password', + 'reset_password' => 'Reset Password', + 'send_password_reset_link' => 'Send Password Reset Link', + 'verify_message' => 'Your account needs verification', + 'verify_email_sent' => 'A fresh verification link has been sent to your email address.', + 'verify_check_your_email' => 'Before proceeding, please check your email for a verification link.', + 'verify_if_not_recieved' => 'If you did not receive the email', + 'verify_request_another' => 'click here to request another', + 'confirm_password_message' => 'Please, confirm your password to continue.', +]; diff --git a/resources/lang/vendor/adminlte/es/menu.php b/resources/lang/vendor/adminlte/es/menu.php new file mode 100644 index 0000000..760ad3a --- /dev/null +++ b/resources/lang/vendor/adminlte/es/menu.php @@ -0,0 +1,32 @@ + 'Home', + 'm_directory' => 'Directory', + 'h_applications' => 'Applications', + 'm_my_applications' => 'My Applications', + 'm_curr_applications' => 'Current Applications', + 'h_my_profile' => 'My Profile', + 'm_profile_settings' => 'Profile Settings', + 'm_account_settings' => 'My Account Settings', + 'h_app_management' => 'Application Management', + 'm_all_apps' => 'All Applications', + 'm_outstanding_apps' => 'Outstanding Applications', + 'm_interview_queue' => 'Interview Queue', + 'm_peer_approval' => 'Peer Approval Queue', + 'h_admin' => 'Administration', + 'm_staff_m' => 'Staff Members', + 'm_reg_players' => 'Registered Players', + 'sm_hiring_man' => 'Hiring Management', + 'm_open_pos' => 'Open Positions', + 'sm_forms' => 'Forms', + 'sm_all_forms' => 'All Forms', + 'm_form_builder' => 'Form Builder', + 'sm_app_settings' => 'App Settings', + 'm_global_app_s' => 'Global App Settings', + 'm_devtools' => 'Developer Tools', + 'm_s_logs' => 'System Logs' + + +]; diff --git a/resources/lang/vendor/adminlte/fr/adminlte.php b/resources/lang/vendor/adminlte/fr/adminlte.php new file mode 100644 index 0000000..ff01273 --- /dev/null +++ b/resources/lang/vendor/adminlte/fr/adminlte.php @@ -0,0 +1,28 @@ + 'Full name', + 'email' => 'Email', + 'password' => 'Password', + 'retype_password' => 'Retype password', + 'remember_me' => 'Remember Me', + 'register' => 'Register', + 'register_a_new_membership' => 'Register a new membership', + 'i_forgot_my_password' => 'I forgot my password', + 'i_already_have_a_membership' => 'I already have a membership', + 'sign_in' => 'Sign In', + 'log_out' => 'Log Out', + 'toggle_navigation' => 'Toggle navigation', + 'login_message' => 'Sign in to start your session', + 'register_message' => 'Register a new membership', + 'password_reset_message' => 'Reset Password', + 'reset_password' => 'Reset Password', + 'send_password_reset_link' => 'Send Password Reset Link', + 'verify_message' => 'Your account needs verification', + 'verify_email_sent' => 'A fresh verification link has been sent to your email address.', + 'verify_check_your_email' => 'Before proceeding, please check your email for a verification link.', + 'verify_if_not_recieved' => 'If you did not receive the email', + 'verify_request_another' => 'click here to request another', + 'confirm_password_message' => 'Please, confirm your password to continue.', +]; diff --git a/resources/lang/vendor/adminlte/fr/menu.php b/resources/lang/vendor/adminlte/fr/menu.php new file mode 100644 index 0000000..760ad3a --- /dev/null +++ b/resources/lang/vendor/adminlte/fr/menu.php @@ -0,0 +1,32 @@ + 'Home', + 'm_directory' => 'Directory', + 'h_applications' => 'Applications', + 'm_my_applications' => 'My Applications', + 'm_curr_applications' => 'Current Applications', + 'h_my_profile' => 'My Profile', + 'm_profile_settings' => 'Profile Settings', + 'm_account_settings' => 'My Account Settings', + 'h_app_management' => 'Application Management', + 'm_all_apps' => 'All Applications', + 'm_outstanding_apps' => 'Outstanding Applications', + 'm_interview_queue' => 'Interview Queue', + 'm_peer_approval' => 'Peer Approval Queue', + 'h_admin' => 'Administration', + 'm_staff_m' => 'Staff Members', + 'm_reg_players' => 'Registered Players', + 'sm_hiring_man' => 'Hiring Management', + 'm_open_pos' => 'Open Positions', + 'sm_forms' => 'Forms', + 'sm_all_forms' => 'All Forms', + 'm_form_builder' => 'Form Builder', + 'sm_app_settings' => 'App Settings', + 'm_global_app_s' => 'Global App Settings', + 'm_devtools' => 'Developer Tools', + 'm_s_logs' => 'System Logs' + + +]; diff --git a/resources/lang/vendor/adminlte/pt/adminlte.php b/resources/lang/vendor/adminlte/pt/adminlte.php new file mode 100644 index 0000000..ff01273 --- /dev/null +++ b/resources/lang/vendor/adminlte/pt/adminlte.php @@ -0,0 +1,28 @@ + 'Full name', + 'email' => 'Email', + 'password' => 'Password', + 'retype_password' => 'Retype password', + 'remember_me' => 'Remember Me', + 'register' => 'Register', + 'register_a_new_membership' => 'Register a new membership', + 'i_forgot_my_password' => 'I forgot my password', + 'i_already_have_a_membership' => 'I already have a membership', + 'sign_in' => 'Sign In', + 'log_out' => 'Log Out', + 'toggle_navigation' => 'Toggle navigation', + 'login_message' => 'Sign in to start your session', + 'register_message' => 'Register a new membership', + 'password_reset_message' => 'Reset Password', + 'reset_password' => 'Reset Password', + 'send_password_reset_link' => 'Send Password Reset Link', + 'verify_message' => 'Your account needs verification', + 'verify_email_sent' => 'A fresh verification link has been sent to your email address.', + 'verify_check_your_email' => 'Before proceeding, please check your email for a verification link.', + 'verify_if_not_recieved' => 'If you did not receive the email', + 'verify_request_another' => 'click here to request another', + 'confirm_password_message' => 'Please, confirm your password to continue.', +]; diff --git a/resources/lang/vendor/adminlte/pt/menu.php b/resources/lang/vendor/adminlte/pt/menu.php new file mode 100644 index 0000000..760ad3a --- /dev/null +++ b/resources/lang/vendor/adminlte/pt/menu.php @@ -0,0 +1,32 @@ + 'Home', + 'm_directory' => 'Directory', + 'h_applications' => 'Applications', + 'm_my_applications' => 'My Applications', + 'm_curr_applications' => 'Current Applications', + 'h_my_profile' => 'My Profile', + 'm_profile_settings' => 'Profile Settings', + 'm_account_settings' => 'My Account Settings', + 'h_app_management' => 'Application Management', + 'm_all_apps' => 'All Applications', + 'm_outstanding_apps' => 'Outstanding Applications', + 'm_interview_queue' => 'Interview Queue', + 'm_peer_approval' => 'Peer Approval Queue', + 'h_admin' => 'Administration', + 'm_staff_m' => 'Staff Members', + 'm_reg_players' => 'Registered Players', + 'sm_hiring_man' => 'Hiring Management', + 'm_open_pos' => 'Open Positions', + 'sm_forms' => 'Forms', + 'sm_all_forms' => 'All Forms', + 'm_form_builder' => 'Form Builder', + 'sm_app_settings' => 'App Settings', + 'm_global_app_s' => 'Global App Settings', + 'm_devtools' => 'Developer Tools', + 'm_s_logs' => 'System Logs' + + +];