Merge branch 'l10n_translate' into translate
This commit is contained in:
commit
f7614916bf
|
@ -475,6 +475,8 @@ return [
|
||||||
'2fa_disable_consent' => '"I understand the possible consequences of disabling two factor authentication"',
|
'2fa_disable_consent' => '"I understand the possible consequences of disabling two factor authentication"',
|
||||||
'2fa_remove' => 'Remove 2FA',
|
'2fa_remove' => 'Remove 2FA',
|
||||||
'2fa_remove_extended' => 'Remove Two-Factor Authentication',
|
'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.',
|
'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',
|
'password_reenter' => 'Re-enter your password',
|
||||||
|
|
|
@ -475,6 +475,8 @@ return [
|
||||||
'2fa_disable_consent' => '"I understand the possible consequences of disabling two factor authentication"',
|
'2fa_disable_consent' => '"I understand the possible consequences of disabling two factor authentication"',
|
||||||
'2fa_remove' => 'Remove 2FA',
|
'2fa_remove' => 'Remove 2FA',
|
||||||
'2fa_remove_extended' => 'Remove Two-Factor Authentication',
|
'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.',
|
'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',
|
'password_reenter' => 'Re-enter your password',
|
||||||
|
|
|
@ -475,6 +475,8 @@ return [
|
||||||
'2fa_disable_consent' => '"Eu compreendo as possíveis consequências de desativar a autenticação de dois fatores"',
|
'2fa_disable_consent' => '"Eu compreendo as possíveis consequências de desativar a autenticação de dois fatores"',
|
||||||
'2fa_remove' => 'Remover 2FA',
|
'2fa_remove' => 'Remover 2FA',
|
||||||
'2fa_remove_extended' => 'Desativar autenticação em dois passos',
|
'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.',
|
'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',
|
'password_reenter' => 'Repita a sua palavra-passe',
|
||||||
|
|
|
@ -0,0 +1,28 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
'full_name' => '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.',
|
||||||
|
];
|
|
@ -0,0 +1,32 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
'm_home' => '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'
|
||||||
|
|
||||||
|
|
||||||
|
];
|
|
@ -0,0 +1,28 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
'full_name' => '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.',
|
||||||
|
];
|
|
@ -0,0 +1,32 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
'm_home' => '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'
|
||||||
|
|
||||||
|
|
||||||
|
];
|
|
@ -0,0 +1,28 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
'full_name' => '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.',
|
||||||
|
];
|
|
@ -0,0 +1,32 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
|
||||||
|
'm_home' => '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'
|
||||||
|
|
||||||
|
|
||||||
|
];
|
Loading…
Reference in New Issue