complete story 6.8 with QA tests
This commit is contained in:
@@ -133,4 +133,30 @@ return [
|
||||
'cancelled_consultations' => 'الملغاة',
|
||||
'no_show_consultations' => 'عدم الحضور',
|
||||
'client_statistics' => 'إحصائيات العميل',
|
||||
|
||||
// System Settings
|
||||
'system_settings' => 'إعدادات النظام',
|
||||
'system_settings_description' => 'قم بتكوين ملفك الشخصي وكلمة المرور وإعدادات البريد الإلكتروني.',
|
||||
'profile_settings' => 'إعدادات الملف الشخصي',
|
||||
'admin_name' => 'الاسم',
|
||||
'email' => 'البريد الإلكتروني',
|
||||
'preferred_language' => 'اللغة المفضلة',
|
||||
'arabic' => 'العربية',
|
||||
'english' => 'الإنجليزية',
|
||||
'save_profile' => 'حفظ الملف الشخصي',
|
||||
'profile_updated' => 'تم تحديث الملف الشخصي بنجاح.',
|
||||
'password_settings' => 'إعدادات كلمة المرور',
|
||||
'current_password' => 'كلمة المرور الحالية',
|
||||
'new_password' => 'كلمة المرور الجديدة',
|
||||
'confirm_password' => 'تأكيد كلمة المرور',
|
||||
'update_password' => 'تحديث كلمة المرور',
|
||||
'password_updated' => 'تم تحديث كلمة المرور بنجاح.',
|
||||
'email_settings' => 'إعدادات البريد الإلكتروني',
|
||||
'sender_name' => 'اسم المرسل',
|
||||
'sender_email' => 'بريد المرسل',
|
||||
'test_email_description' => 'أرسل بريدًا إلكترونيًا تجريبيًا للتحقق من أن إعدادات البريد الإلكتروني تعمل بشكل صحيح.',
|
||||
'send_test_email' => 'إرسال بريد تجريبي',
|
||||
'sending' => 'جاري الإرسال...',
|
||||
'test_email_sent' => 'تم إرسال البريد التجريبي بنجاح! تحقق من صندوق الوارد.',
|
||||
'test_email_failed' => 'فشل إرسال البريد التجريبي. يرجى التحقق من إعدادات البريد.',
|
||||
];
|
||||
|
||||
@@ -129,4 +129,13 @@ return [
|
||||
'update_date' => 'تاريخ التحديث:',
|
||||
'update_content' => 'التحديث:',
|
||||
'view_timeline' => 'عرض الجدول الزمني',
|
||||
|
||||
// Test Email
|
||||
'test_email_subject' => 'بريد تجريبي من مكتب ليبرا للمحاماة',
|
||||
'test_email_title' => 'بريد تجريبي',
|
||||
'test_email_body' => 'هذا بريد إلكتروني تجريبي للتحقق من أن إعدادات البريد الإلكتروني تعمل بشكل صحيح.',
|
||||
'test_email_timestamp' => 'تم الإرسال في: :time',
|
||||
'test_email_config_info' => 'إعدادات البريد الإلكتروني الحالية:',
|
||||
'sender_name' => 'اسم المرسل:',
|
||||
'sender_email' => 'بريد المرسل:',
|
||||
];
|
||||
|
||||
@@ -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.',
|
||||
];
|
||||
|
||||
@@ -129,4 +129,13 @@ return [
|
||||
'update_date' => 'Update Date:',
|
||||
'update_content' => 'Update:',
|
||||
'view_timeline' => 'View Timeline',
|
||||
|
||||
// Test Email
|
||||
'test_email_subject' => 'Test Email from Libra Law Firm',
|
||||
'test_email_title' => 'Test Email',
|
||||
'test_email_body' => 'This is a test email to verify your email configuration is working correctly.',
|
||||
'test_email_timestamp' => 'Sent at: :time',
|
||||
'test_email_config_info' => 'Current email configuration:',
|
||||
'sender_name' => 'Sender Name:',
|
||||
'sender_email' => 'Sender Email:',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user