Autosave: 20260322-064144
This commit is contained in:
parent
b02c277bb8
commit
10338c6bc6
34
lang.php
34
lang.php
@ -324,6 +324,23 @@ $translations = [
|
||||
'decimal_digits' => 'Decimal Digits',
|
||||
'company_logo' => 'Company Logo',
|
||||
'company_favicon' => 'Company Favicon',
|
||||
'civil_id' => 'Civil ID',
|
||||
'nationality' => 'Nationality',
|
||||
'dob' => 'Date of Birth',
|
||||
'gender' => 'Gender',
|
||||
'blood_group' => 'Blood Group',
|
||||
'insurance_company' => 'Insurance Company',
|
||||
'address' => 'Address',
|
||||
'male' => 'Male',
|
||||
'female' => 'Female',
|
||||
'other' => 'Other',
|
||||
'edit_patient' => 'Edit Patient',
|
||||
'delete_patient' => 'Delete Patient',
|
||||
'confirm_delete' => 'Are you sure you want to delete',
|
||||
'add_doctor' => 'Add Doctor',
|
||||
'specialization_en' => 'Specialization (English)',
|
||||
'specialization_ar' => 'Specialization (Arabic)',
|
||||
'edit_doctor' => 'Edit Doctor'
|
||||
],
|
||||
'ar' => [
|
||||
'dashboard' => 'لوحة التحكم',
|
||||
@ -649,5 +666,22 @@ $translations = [
|
||||
'decimal_digits' => 'الخانات العشرية',
|
||||
'company_logo' => 'شعار الشركة',
|
||||
'company_favicon' => 'أيقونة الموقع',
|
||||
'civil_id' => 'الرقم المدني',
|
||||
'nationality' => 'الجنسية',
|
||||
'dob' => 'تاريخ الميلاد',
|
||||
'gender' => 'الجنس',
|
||||
'blood_group' => 'فصيلة الدم',
|
||||
'insurance_company' => 'شركة التأمين',
|
||||
'address' => 'العنوان',
|
||||
'male' => 'ذكر',
|
||||
'female' => 'أنثى',
|
||||
'other' => 'آخر',
|
||||
'edit_patient' => 'تعديل مريض',
|
||||
'delete_patient' => 'حذف مريض',
|
||||
'confirm_delete' => 'هل أنت متأكد من حذف',
|
||||
'add_doctor' => 'إضافة طبيب',
|
||||
'edit_doctor' => 'تعديل طبيب',
|
||||
'specialization_en' => 'التخصص (إنجليزي)',
|
||||
'specialization_ar' => 'التخصص (عربي)'
|
||||
]
|
||||
];
|
||||
Loading…
x
Reference in New Issue
Block a user