AdminLTE i18n Changes

This commit removes unused language files and preserves the English sources for Crowdin. The account confirmation page has also been re-skinned with the current login/register template.
Some missing translations for 2fa were also added to the main messages file.
Sources for translations for the menus were also added.
This commit is contained in:
2020-09-03 16:06:51 +01:00
parent d93170b555
commit 5ea9e11a62
33 changed files with 102 additions and 612 deletions

View File

@@ -19,9 +19,10 @@ return [
'password_reset_message' => 'Reset Password',
'reset_password' => 'Reset Password',
'send_password_reset_link' => 'Send Password Reset Link',
'verify_message' => 'Your account needs a verification',
'verify_email_sent' => 'A fresh verification link has been sent to your email address.',
'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.',
];

View File

@@ -2,18 +2,31 @@
return [
'main_navigation' => 'MAIN NAVIGATION',
'blog' => 'Blog',
'pages' => 'Pages',
'account_settings' => 'ACCOUNT SETTINGS',
'profile' => 'Profile',
'change_password' => 'Change Password',
'multilevel' => 'Multi Level',
'level_one' => 'Level 1',
'level_two' => 'Level 2',
'level_three' => 'Level 3',
'labels' => 'LABELS',
'important' => 'Important',
'warning' => 'Warning',
'information' => 'Information',
'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'
];