38960-vm/lang.php
2026-03-04 04:25:27 +00:00

184 lines
7.3 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',
'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',
'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',
'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'
],
'ar' => [
'dashboard' => 'لوحة القيادة',
'patients' => 'المرضى',
'doctors' => 'الأطباء',
'appointments' => 'المواعيد',
'departments' => 'الأقسام',
'add_patient' => 'إضافة مريض',
'book_appointment' => 'حجز موعد',
'name' => 'الاسم',
'phone' => 'الهاتف',
'dob' => 'تاريخ الميلاد',
'gender' => 'الجنس',
'blood_group' => 'فصيلة الدم',
'address' => 'العنوان',
'save' => 'حفظ',
'cancel' => 'إلغاء',
'doctor' => 'الطبيب',
'patient' => 'المريض',
'date' => 'التاريخ',
'status' => 'الحالة',
'reason' => 'السبب',
'actions' => 'الإجراءات',
'total_patients' => 'إجمالي المرضى',
'today_appointments' => 'مواعيد اليوم',
'hospital_management' => 'نظام إدارة المستشفى',
'male' => 'ذكر',
'female' => 'أنثى',
'other' => 'آخر',
'scheduled' => 'مجدول',
'completed' => 'مكتمل',
'cancelled' => 'ملغي',
'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' => 'تسجيل زيارة',
'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' => 'البريد الإلكتروني'
]
];