347 lines
15 KiB
PHP
347 lines
15 KiB
PHP
<?php
|
|
$translations = [
|
|
'en' => [
|
|
'dashboard' => 'Dashboard',
|
|
'patients' => 'Patients',
|
|
'doctors' => 'Doctors',
|
|
'appointments' => 'Appointments',
|
|
'departments' => 'Departments',
|
|
'add_patient' => 'Add Patient',
|
|
'book_appointment' => 'Book Appointment',
|
|
'name' => 'Name',
|
|
'phone' => 'Phone',
|
|
'dob' => 'Date of Birth',
|
|
'age' => 'Age',
|
|
'gender' => 'Gender',
|
|
'blood_group' => 'Blood Group',
|
|
'address' => 'Address',
|
|
'save' => 'Save',
|
|
'cancel' => 'Cancel',
|
|
'doctor' => 'Doctor',
|
|
'patient' => 'Patient',
|
|
'date' => 'Date',
|
|
'status' => 'Status',
|
|
'reason' => 'Reason',
|
|
'actions' => 'Actions',
|
|
'total_patients' => 'Total Patients',
|
|
'today_appointments' => 'Today\'s Appointments',
|
|
'hospital_management' => 'Hospital Management System',
|
|
'male' => 'Male',
|
|
'female' => 'Female',
|
|
'other' => 'Other',
|
|
'scheduled' => 'Scheduled',
|
|
'completed' => 'Completed',
|
|
'cancelled' => 'Cancelled',
|
|
'Scheduled' => 'Scheduled',
|
|
'Completed' => 'Completed',
|
|
'Cancelled' => 'Cancelled',
|
|
'Pending' => 'Pending',
|
|
'welcome' => 'Welcome',
|
|
'search' => 'Search',
|
|
'profile' => 'Profile',
|
|
'logout' => 'Logout',
|
|
'language' => 'Language',
|
|
'arabic' => 'Arabic',
|
|
'english' => 'English',
|
|
'department' => 'Department',
|
|
'specialization' => 'Specialization',
|
|
'visits' => 'Visits',
|
|
'new_visit' => 'New Visit',
|
|
'vitals' => 'Vitals',
|
|
'weight' => 'Weight (kg)',
|
|
'blood_pressure' => 'Blood Pressure',
|
|
'heart_rate' => 'Heart Rate (bpm)',
|
|
'temperature' => 'Temperature (°C)',
|
|
'symptoms' => 'Symptoms',
|
|
'diagnosis' => 'Diagnosis',
|
|
'treatment_plan' => 'Treatment Plan',
|
|
'provisional_reports' => 'Provisional Reports',
|
|
'new_report' => 'New Report',
|
|
'report_type' => 'Report Type',
|
|
'findings' => 'Findings',
|
|
'recommendations' => 'Recommendations',
|
|
'billing' => 'Billing',
|
|
'view_visit' => 'View Visit',
|
|
'add_visit' => 'Record Visit',
|
|
'edit_visit' => 'Edit Visit',
|
|
'update_visit' => 'Update Visit',
|
|
'appointment' => 'Appointment',
|
|
'visit_recorded' => 'Visit recorded successfully',
|
|
'report_created' => 'Provisional report created successfully',
|
|
'bill' => 'Bill',
|
|
'amount' => 'Amount',
|
|
'description' => 'Description',
|
|
'total' => 'Total',
|
|
'paid' => 'Paid',
|
|
'pending' => 'Pending',
|
|
'create_bill' => 'Create Bill',
|
|
'view_bill' => 'View Bill',
|
|
'bill_created' => 'Bill created successfully',
|
|
'bill_paid' => 'Bill marked as paid',
|
|
'payment_status' => 'Payment Status',
|
|
'revenue' => 'Revenue',
|
|
'items' => 'Items',
|
|
'add_item' => 'Add Item',
|
|
'consultation_fee' => 'Consultation Fee',
|
|
'mark_as_paid' => 'Mark as Paid',
|
|
'insurance_companies' => 'Insurance Companies',
|
|
'insurance_company' => 'Insurance Company',
|
|
'policy_number' => 'Policy Number',
|
|
'contact_info' => 'Contact Info',
|
|
'add_insurance' => 'Add Insurance',
|
|
'insurance' => 'Insurance',
|
|
'not_insured' => 'Not Insured',
|
|
'insurance_covered' => 'Insurance Covered',
|
|
'patient_payable' => 'Patient Payable',
|
|
'successfully' => 'successfully',
|
|
'optional' => 'Optional',
|
|
'email' => 'Email',
|
|
'edit' => 'Edit',
|
|
'delete' => 'Delete',
|
|
'add_bill' => 'Add Bill',
|
|
'update_patient' => 'Update Patient',
|
|
'delete_patient' => 'Delete Patient',
|
|
'confirm_delete' => 'Are you sure you want to delete',
|
|
'add_doctor' => 'Add Doctor',
|
|
'add_department' => 'Add Department',
|
|
'name_en' => 'Name (English)',
|
|
'name_ar' => 'Name (Arabic)',
|
|
'specialization_en' => 'Specialization (English)',
|
|
'specialization_ar' => 'Specialization (Arabic)',
|
|
'update_doctor' => 'Update Doctor',
|
|
'delete_doctor' => 'Delete Doctor',
|
|
'update_department' => 'Update Department',
|
|
'delete_department' => 'Delete Department',
|
|
'no_doctors_found' => 'No doctors found',
|
|
'no_departments_found' => 'No departments found',
|
|
'all' => 'All',
|
|
'nurses' => 'Nurses',
|
|
'add_nurse' => 'Add Nurse',
|
|
'edit_nurse' => 'Edit Nurse',
|
|
'update_nurse' => 'Update Nurse',
|
|
'delete_nurse' => 'Delete Nurse',
|
|
'no_nurses_found' => 'No nurses found',
|
|
'settings' => 'Settings',
|
|
'employees' => 'Employees',
|
|
'poisons' => 'Poisons',
|
|
'mobile' => 'Mobile',
|
|
'passion' => 'Passion',
|
|
'passion_en' => 'Passion (English)',
|
|
'passion_ar' => 'Passion (Arabic)',
|
|
'add_employee' => 'Add Employee',
|
|
'edit_employee' => 'Edit Employee',
|
|
'update_employee' => 'Update Employee',
|
|
'delete_employee' => 'Delete Employee',
|
|
'no_employees_found' => 'No employees found',
|
|
'add_poison' => 'Add Poison',
|
|
'edit_poison' => 'Edit Poison',
|
|
'update_poison' => 'Update Poison',
|
|
'delete_poison' => 'Delete Poison',
|
|
'no_poisons_found' => 'No poisons found',
|
|
'description_en' => 'Description (English)',
|
|
'description_ar' => 'Description (Arabic)',
|
|
'laboratory' => 'Laboratory',
|
|
'tests' => 'Tests',
|
|
'test_groups' => 'Test Groups',
|
|
'test_name' => 'Test Name',
|
|
'test_group' => 'Test Group',
|
|
'price' => 'Price',
|
|
'add_test' => 'Add Test',
|
|
'edit_test' => 'Edit Test',
|
|
'update_test' => 'Update Test',
|
|
'delete_test' => 'Delete Test',
|
|
'no_tests_found' => 'No tests found',
|
|
'add_test_group' => 'Add Test Group',
|
|
'edit_test_group' => 'Edit Test Group',
|
|
'update_test_group' => 'Update Test Group',
|
|
'delete_test_group' => 'Delete Test Group',
|
|
'no_test_groups_found' => 'No test groups found',
|
|
'normal_range' => 'Normal Range',
|
|
'inquiries' => 'Inquiries',
|
|
'outside_hospital' => 'Outside Hospital',
|
|
'add_inquiry' => 'Add Inquiry',
|
|
'edit_inquiry' => 'Edit Inquiry',
|
|
'no_inquiries_found' => 'No inquiries found',
|
|
'source' => 'Source',
|
|
'internal' => 'Internal',
|
|
'external' => 'External',
|
|
'test' => 'Test',
|
|
'inquiry_date' => 'Inquiry Date',
|
|
'notes' => 'Notes',
|
|
'result' => 'Result',
|
|
'print' => 'Print',
|
|
'add_test' => 'Add Test'
|
|
],
|
|
'ar' => [
|
|
'dashboard' => 'لوحة القيادة',
|
|
'patients' => 'المرضى',
|
|
'doctors' => 'الأطباء',
|
|
'appointments' => 'المواعيد',
|
|
'departments' => 'الأقسام',
|
|
'add_patient' => 'إضافة مريض',
|
|
'book_appointment' => 'حجز موعد',
|
|
'name' => 'الاسم',
|
|
'phone' => 'الهاتف',
|
|
'dob' => 'تاريخ الميلاد',
|
|
'age' => 'العمر',
|
|
'gender' => 'الجنس',
|
|
'blood_group' => 'فصيلة الدم',
|
|
'address' => 'العنوان',
|
|
'save' => 'حفظ',
|
|
'cancel' => 'إلغاء',
|
|
'doctor' => 'الطبيب',
|
|
'patient' => 'المريض',
|
|
'date' => 'التاريخ',
|
|
'status' => 'الحالة',
|
|
'reason' => 'السبب',
|
|
'actions' => 'الإجراءات',
|
|
'total_patients' => 'إجمالي المرضى',
|
|
'today_appointments' => 'مواعيد اليوم',
|
|
'hospital_management' => 'نظام إدارة المستشفى',
|
|
'male' => 'ذكر',
|
|
'female' => 'أنثى',
|
|
'other' => 'آخر',
|
|
'scheduled' => 'مجدول',
|
|
'completed' => 'مكتمل',
|
|
'cancelled' => 'ملغي',
|
|
'Scheduled' => 'مجدول',
|
|
'Completed' => 'مكتمل',
|
|
'Cancelled' => 'ملغي',
|
|
'Pending' => 'قيد الانتظار',
|
|
'welcome' => 'أهلاً بك',
|
|
'search' => 'بحث',
|
|
'profile' => 'الملف الشخصي',
|
|
'logout' => 'تسجيل الخروج',
|
|
'language' => 'اللغة',
|
|
'arabic' => 'العربية',
|
|
'english' => 'الإنجليزية',
|
|
'department' => 'القسم',
|
|
'specialization' => 'التخصص',
|
|
'visits' => 'الزيارات',
|
|
'new_visit' => 'زيارة جديدة',
|
|
'vitals' => 'العلامات الحيوية',
|
|
'weight' => 'الوزن (كجم)',
|
|
'blood_pressure' => 'ضغط الدم',
|
|
'heart_rate' => 'نبض القلب',
|
|
'temperature' => 'درجة الحرارة',
|
|
'symptoms' => 'الأعراض',
|
|
'diagnosis' => 'التشخيص',
|
|
'treatment_plan' => 'خطة العلاج',
|
|
'provisional_reports' => 'التقارير المؤقتة',
|
|
'new_report' => 'تقرير جديد',
|
|
'report_type' => 'نوع التقرير',
|
|
'findings' => 'النتائج',
|
|
'recommendations' => 'التوصيات',
|
|
'billing' => 'الفواتير',
|
|
'view_visit' => 'عرض الزيارة',
|
|
'add_visit' => 'تسجيل زيارة',
|
|
'edit_visit' => 'تعديل زيارة',
|
|
'update_visit' => 'تحديث الزيارة',
|
|
'appointment' => 'الموعد',
|
|
'visit_recorded' => 'تم تسجيل الزيارة بنجاح',
|
|
'report_created' => 'تم إنشاء التقرير المؤقت بنجاح',
|
|
'bill' => 'فاتورة',
|
|
'amount' => 'المبلغ',
|
|
'description' => 'الوصف',
|
|
'total' => 'الإجمالي',
|
|
'paid' => 'تم الدفع',
|
|
'pending' => 'قيد الانتظار',
|
|
'create_bill' => 'إنشاء فاتورة',
|
|
'view_bill' => 'عرض الفاتورة',
|
|
'bill_created' => 'تم إنشاء الفاتورة بنجاح',
|
|
'bill_paid' => 'تم تحديد الفاتورة كمكتملة الدفع',
|
|
'payment_status' => 'حالة الدفع',
|
|
'revenue' => 'الإيرادات',
|
|
'items' => 'العناصر',
|
|
'add_item' => 'إضافة عنصر',
|
|
'consultation_fee' => 'رسوم الاستشارة',
|
|
'mark_as_paid' => 'تحديد كمكتمل الدفع',
|
|
'insurance_companies' => 'شركات التأمين',
|
|
'insurance_company' => 'شركة التأمين',
|
|
'policy_number' => 'رقم البوليصة',
|
|
'contact_info' => 'معلومات الاتصال',
|
|
'add_insurance' => 'إضافة تأمين',
|
|
'insurance' => 'التأمين',
|
|
'not_insured' => 'غير مؤمن',
|
|
'insurance_covered' => 'مغطى بالتأمين',
|
|
'patient_payable' => 'مبلغ المريض',
|
|
'successfully' => 'بنجاح',
|
|
'optional' => 'اختياري',
|
|
'email' => 'البريد الإلكتروني',
|
|
'edit' => 'تعديل',
|
|
'delete' => 'حذف',
|
|
'add_bill' => 'إضافة فاتورة',
|
|
'update_patient' => 'تحديث بيانات المريض',
|
|
'delete_patient' => 'حذف مريض',
|
|
'confirm_delete' => 'هل أنت متأكد أنك تريد حذف',
|
|
'add_doctor' => 'إضافة طبيب',
|
|
'add_department' => 'إضافة قسم',
|
|
'name_en' => 'الاسم (إنجليزي)',
|
|
'name_ar' => 'الاسم (عربي)',
|
|
'specialization_en' => 'التخصص (إنجليزي)',
|
|
'specialization_ar' => 'التخصص (عربي)',
|
|
'update_doctor' => 'تحديث بيانات الطبيب',
|
|
'delete_doctor' => 'حذف طبيب',
|
|
'update_department' => 'تحديث القسم',
|
|
'delete_department' => 'حذف قسم',
|
|
'no_doctors_found' => 'لم يتم العثور على أطباء',
|
|
'no_departments_found' => 'لم يتم العثور على أقسام',
|
|
'all' => 'الكل',
|
|
'nurses' => 'الممرضات',
|
|
'add_nurse' => 'إضافة ممرضة',
|
|
'edit_nurse' => 'تعديل ممرضة',
|
|
'update_nurse' => 'تحديث بيانات الممرضة',
|
|
'delete_nurse' => 'حذف ممرضة',
|
|
'no_nurses_found' => 'لم يتم العثور على ممرضات',
|
|
'settings' => 'الإعدادات',
|
|
'employees' => 'الموظفون',
|
|
'poisons' => 'السموم',
|
|
'mobile' => 'الجوال',
|
|
'passion' => 'الشغف',
|
|
'passion_en' => 'الشغف (إنجليزي)',
|
|
'passion_ar' => 'الشغف (عربي)',
|
|
'add_employee' => 'إضافة موظف',
|
|
'edit_employee' => 'تعديل موظف',
|
|
'update_employee' => 'تحديث بيانات الموظف',
|
|
'delete_employee' => 'حذف موظف',
|
|
'no_employees_found' => 'لم يتم العثور على موظفين',
|
|
'add_poison' => 'إضافة سم',
|
|
'edit_poison' => 'تعديل سم',
|
|
'update_poison' => 'تحديث بيانات السم',
|
|
'delete_poison' => 'حذف سم',
|
|
'no_poisons_found' => 'لم يتم العثور على سموم',
|
|
'description_en' => 'الوصف (إنجليزي)',
|
|
'description_ar' => 'الوصف (عربي)',
|
|
'laboratory' => 'المختبر',
|
|
'tests' => 'الفحوصات',
|
|
'test_groups' => 'مجموعات الفحوصات',
|
|
'test_name' => 'اسم الفحص',
|
|
'test_group' => 'مجموعة الفحص',
|
|
'price' => 'السعر',
|
|
'add_test' => 'إضافة فحص',
|
|
'edit_test' => 'تعديل فحص',
|
|
'update_test' => 'تحديث بيانات الفحص',
|
|
'delete_test' => 'حذف فحص',
|
|
'no_tests_found' => 'لم يتم العثور على فحوصات',
|
|
'add_test_group' => 'إضافة مجموعة فحوصات',
|
|
'edit_test_group' => 'تعديل مجموعة فحوصات',
|
|
'update_test_group' => 'تحديث بيانات المجموعة',
|
|
'delete_test_group' => 'حذف مجموعة فحوصات',
|
|
'no_test_groups_found' => 'لم يتم العثور على مجموعات فحوصات',
|
|
'normal_range' => 'المعدل الطبيعي (رجال-نساء)',
|
|
'inquiries' => 'الاستفسارات',
|
|
'outside_hospital' => 'خارج المستشفى',
|
|
'add_inquiry' => 'إضافة استفسار',
|
|
'edit_inquiry' => 'تعديل استفسار',
|
|
'no_inquiries_found' => 'لم يتم العثور على استفسارات',
|
|
'source' => 'المصدر',
|
|
'internal' => 'داخلي',
|
|
'external' => 'خارجي',
|
|
'test' => 'الفحص',
|
|
'inquiry_date' => 'تاريخ الاستفسار',
|
|
'notes' => 'ملاحظات',
|
|
'result' => 'النتيجة',
|
|
'print' => 'طباعة',
|
|
'add_test' => 'إضافة فحص'
|
|
]
|
|
]; |