diff --git a/lang.php b/lang.php index 5bd3a36..0e808f9 100644 --- a/lang.php +++ b/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' => 'التخصص (عربي)' ] -]; \ No newline at end of file +];