complete story 6.8 with QA tests
This commit is contained in:
@@ -133,4 +133,30 @@ return [
|
||||
'cancelled_consultations' => 'Cancelled',
|
||||
'no_show_consultations' => 'No-Shows',
|
||||
'client_statistics' => 'Client Statistics',
|
||||
|
||||
// System Settings
|
||||
'system_settings' => 'System Settings',
|
||||
'system_settings_description' => 'Configure your profile, password, and email settings.',
|
||||
'profile_settings' => 'Profile Settings',
|
||||
'admin_name' => 'Name',
|
||||
'email' => 'Email',
|
||||
'preferred_language' => 'Preferred Language',
|
||||
'arabic' => 'Arabic',
|
||||
'english' => 'English',
|
||||
'save_profile' => 'Save Profile',
|
||||
'profile_updated' => 'Profile updated successfully.',
|
||||
'password_settings' => 'Password Settings',
|
||||
'current_password' => 'Current Password',
|
||||
'new_password' => 'New Password',
|
||||
'confirm_password' => 'Confirm Password',
|
||||
'update_password' => 'Update Password',
|
||||
'password_updated' => 'Password updated successfully.',
|
||||
'email_settings' => 'Email Settings',
|
||||
'sender_name' => 'Sender Name',
|
||||
'sender_email' => 'Sender Email',
|
||||
'test_email_description' => 'Send a test email to verify your email configuration is working correctly.',
|
||||
'send_test_email' => 'Send Test Email',
|
||||
'sending' => 'Sending...',
|
||||
'test_email_sent' => 'Test email sent successfully! Check your inbox.',
|
||||
'test_email_failed' => 'Failed to send test email. Please check your mail configuration.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user