38960-vm/lang.php
2026-03-17 02:41:09 +00:00

600 lines
27 KiB
PHP

<?php
$translations = [
'en' => [
'dashboard' => 'Dashboard',
'patient_number' => 'Patient Number',
'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',
'details' => 'Details',
'vitals' => 'Vitals',
'weight' => 'Weight (kg)',
'blood_pressure' => 'Blood Pressure',
'heart_rate' => 'Heart Rate (bpm)',
'temperature' => 'Temperature (°C)',
'symptoms' => 'Symptoms',
'diagnosis' => 'Diagnosis',
'symptoms_diagnosis' => 'Symptoms & Diagnosis',
'treatment_plan' => 'Treatment Plan',
'treatment_prescription' => 'Treatment & Prescription',
'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',
'positions' => 'Positions',
'mobile' => 'Mobile',
'position' => 'Position',
'position_en' => 'Position (English)',
'position_ar' => 'Position (Arabic)',
'add_employee' => 'Add Employee',
'edit_employee' => 'Edit Employee',
'update_employee' => 'Update Employee',
'delete_employee' => 'Delete Employee',
'no_employees_found' => 'No employees found',
'add_position' => 'Add Position',
'edit_position' => 'Edit Position',
'update_position' => 'Update Position',
'delete_position' => 'Delete Position',
'no_positions_found' => 'No positions 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',
'xray' => 'X-Ray',
'xray_tests' => 'X-Ray Tests',
'xray_groups' => 'X-Ray Groups',
'xray_inquiries' => 'X-Ray Inquiries',
'add_xray_group' => 'Add X-Ray Group',
'edit_xray_group' => 'Edit X-Ray Group',
'add_xray_test' => 'Add X-Ray Test',
'edit_xray_test' => 'Edit X-Ray Test',
'add_xray_inquiry' => 'Add X-Ray Inquiry',
'edit_xray_inquiry' => 'Edit X-Ray Inquiry',
'no_xrays_found' => 'No X-Rays found',
'xray_name' => 'X-Ray Name',
'xray_group' => 'X-Ray Group',
'groups' => 'Groups',
'add_xray' => 'Add X-Ray',
'xrays' => 'X-Rays',
'company_profile' => 'Company Profile',
'company_details' => 'Company Details',
'company_name' => 'Company Name',
'company_email' => 'Company Email',
'company_phone' => 'Company Phone',
'company_address' => 'Company Address',
'ctr_no' => 'CTR No',
'registration_no' => 'Registration No',
'vat_no' => 'VAT No',
'timezone' => 'Timezone',
'working_hours_start' => 'Working Hours Start',
'working_hours_end' => 'Working Hours End',
'company_logo' => 'Company Logo',
'company_favicon' => 'Company Favicon',
'save_changes' => 'Save Changes',
'settings_updated_successfully' => 'Settings updated successfully',
'attachment' => 'Attachment',
'image' => 'Image',
'view_current' => 'View Current',
'view_image' => 'View Image',
'view_results' => 'View Results',
'no_data_found' => 'No data found',
'close' => 'Close',
'results' => 'Results',
'laboratory_inquiries' => 'Laboratory Inquiries',
'xray_inquiries' => 'X-Ray Inquiries',
'prescriptions' => 'Prescriptions',
'add_drug' => 'Add Drug',
'drug_name' => 'Drug Name',
'dosage' => 'Dosage',
'instructions' => 'Instructions',
'print_prescription' => 'Print Prescription',
'drugs_groups' => 'Drugs Groups',
'add_drug_group' => 'Add Drug Group',
'edit_drug_group' => 'Edit Drug Group',
'delete_drug_group' => 'Delete Drug Group',
'drugs' => 'Drugs',
'edit_drug' => 'Edit Drug',
'delete_drug' => 'Delete Drug',
'drug_group' => 'Drug Group',
'default_dosage' => 'Default Dosage',
'default_instructions' => 'Default Instructions',
'no_drugs_found' => 'No drugs found',
'select_drug' => 'Select Drug',
'select' => 'Select',
'are_you_sure_delete' => 'Are you sure you want to delete?',
'action_cannot_be_undone' => 'This action cannot be undone.',
'select_group' => 'Select Group',
'suppliers' => 'Suppliers',
'add_supplier' => 'Add Supplier',
'edit_supplier' => 'Edit Supplier',
'delete_supplier' => 'Delete Supplier',
'no_suppliers_found' => 'No suppliers found',
'contact_person' => 'Contact Person',
'select_supplier' => 'Select Supplier',
'expiry_date' => 'Expiry Date',
'supplier' => 'Supplier',
'import' => 'Import',
'import_csv' => 'Import CSV',
'upload_csv_file' => 'Upload CSV File',
'download_sample' => 'Download Sample',
'import_successfully' => 'Imported successfully',
'csv_format_drugs' => 'CSV Format: Name (EN), Name (AR), Group Name, Price, Expiry Date (YYYY-MM-DD), Supplier Name',
'csv_format_groups' => 'CSV Format: Name (EN), Name (AR)',
'save_visit_to_add_inquiries' => 'Please save the visit first to add inquiries.',
'or' => 'or',
'no_patients_found' => 'No patients found',
'civil_id' => 'Civil ID',
'nationality' => 'Nationality',
'city' => 'City',
'services' => 'Services',
'add_service' => 'Add Service',
'edit_service' => 'Edit Service',
'delete_service' => 'Delete Service',
'service_added_successfully' => 'Service added successfully',
'service_updated_successfully' => 'Service updated successfully',
'service_deleted_successfully' => 'Service deleted successfully',
'search_by_name' => 'Search by Name',
'no_services_found' => 'No services found',
'select_department' => 'Select Department',
'active' => 'Active',
'inactive' => 'Inactive',
'are_you_sure_delete_service' => 'Are you sure you want to delete this service?',
'appointments_list' => 'Appointments List',
'doctor_holidays' => 'Doctor Holidays',
'printed_on' => 'Printed on',
'no_appointments' => 'No appointments found for this date',
'back' => 'Back',
'queue_management' => 'Queue Management',
'issue_token' => 'Issue Token',
'issue_new_token' => 'Issue New Token',
'token' => 'Token',
'open_tv_display' => 'Open TV Display',
'all_departments' => 'All Departments',
'all_statuses' => 'All Statuses',
'waiting' => 'Waiting',
'serving' => 'Serving',
'wait_time' => 'Wait Time',
'call' => 'Call',
'finish' => 'Finish',
'no_tokens_found' => 'No tokens found',
'select_patient' => 'Select Patient',
'doctor_optional' => 'Doctor (Optional)',
'any_doctor' => 'Any Doctor',
'showing_last_50_patients' => 'Showing last 50 patients',
'queue_display' => 'Queue Display',
],
'ar' => [
'attachment' => 'المرفق',
'image' => 'الصورة',
'view_current' => 'عرض الحالي',
'view_image' => 'عرض الصورة',
'view_results' => 'عرض النتائج',
'no_data_found' => 'لم يتم العثور على بيانات',
'close' => 'إغلاق',
'results' => 'النتائج',
'laboratory' => 'المختبر',
'xray' => 'الأشعة',
'laboratory_inquiries' => 'استفسارات المختبر',
'xray_inquiries' => 'استفسارات الأشعة',
'dashboard' => 'لوحة القيادة',
'patient_number' => 'رقم المريض',
'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' => 'زيارة جديدة',
'details' => 'التفاصيل',
'vitals' => 'العلامات الحيوية',
'weight' => 'الوزن (كجم)',
'blood_pressure' => 'ضغط الدم',
'heart_rate' => 'نبض القلب',
'temperature' => 'درجة الحرارة',
'symptoms' => 'الأعراض',
'diagnosis' => 'التشخيص',
'symptoms_diagnosis' => 'الأعراض والتشخيص',
'treatment_plan' => 'خطة العلاج',
'treatment_prescription' => 'العلاج والوصفة الطبية',
'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' => 'الموظفون',
'positions' => 'المناصب',
'mobile' => 'الجوال',
'position' => 'المنصب',
'position_en' => 'المنصب (إنجليزي)',
'position_ar' => 'المنصب (عربي)',
'add_employee' => 'إضافة موظف',
'edit_employee' => 'تعديل موظف',
'update_employee' => 'تحديث بيانات الموظف',
'delete_employee' => 'حذف موظف',
'no_employees_found' => 'لم يتم العثور على موظفين',
'add_position' => 'إضافة منصب',
'edit_position' => 'تعديل منصب',
'update_position' => 'تحديث بيانات المنصب',
'delete_position' => 'حذف منصب',
'no_positions_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' => 'طباعة',
'xray' => 'الأشعة',
'xray_tests' => 'فحوصات الأشعة',
'xray_groups' => 'مجموعات الأشعة',
'xray_inquiries' => 'استفسارات الأشعة',
'add_xray_group' => 'إضافة مجموعة أشعة',
'edit_xray_group' => 'تعديل مجموعة أشعة',
'add_xray_test' => 'إضافة فحص أشعة',
'edit_xray_test' => 'تعديل فحص أشعة',
'add_xray_inquiry' => 'إضافة استفسار أشعة',
'edit_xray_inquiry' => 'تعديل استفسار أشعة',
'no_xrays_found' => 'لم يتم العثور على فحوصات أشعة',
'xray_name' => 'اسم فحص الأشعة',
'xray_group' => 'مجموعة الأشعة',
'groups' => 'المجموعات',
'add_xray' => 'إضافة أشعة',
'xrays' => 'الأشعة',
'company_profile' => 'ملف الشركة',
'company_details' => 'تفاصيل الشركة',
'company_name' => 'اسم الشركة',
'company_email' => 'البريد الإلكتروني للشركة',
'company_phone' => 'هاتف الشركة',
'company_address' => 'عنوان الشركة',
'ctr_no' => 'رقم CTR',
'registration_no' => 'رقم التسجيل',
'vat_no' => 'الرقم الضريبي',
'timezone' => 'المنطقة الزمنية',
'working_hours_start' => 'بداية ساعات العمل',
'working_hours_end' => 'نهاية ساعات العمل',
'company_logo' => 'شعار الشركة',
'company_favicon' => 'أيقونة الشركة',
'save_changes' => 'حفظ التغييرات',
'settings_updated_successfully' => 'Settings updated successfully',
'prescriptions' => 'الوصفات الطبية',
'add_drug' => 'إضافة دواء',
'drug_name' => 'اسم الدواء',
'dosage' => 'الجرعة',
'instructions' => 'التعليمات',
'print_prescription' => 'طباعة الوصفة',
'drugs_groups' => 'مجموعات الأدوية',
'add_drug_group' => 'إضافة مجموعة أدوية',
'edit_drug_group' => 'تعديل مجموعة أدوية',
'delete_drug_group' => 'حذف مجموعة أدوية',
'drugs' => 'الأدوية',
'edit_drug' => 'تعديل دواء',
'delete_drug' => 'حذف دواء',
'drug_group' => 'مجموعة الدواء',
'default_dosage' => 'الجرعة الافتراضية',
'default_instructions' => 'التعليمات الافتراضية',
'no_drugs_found' => 'لم يتم العثور على أدوية',
'select_drug' => 'اختر الدواء',
'select' => 'اختيار',
'are_you_sure_delete' => 'Are you sure you want to delete?',
'action_cannot_be_undone' => 'This action cannot be undone.',
'select_group' => 'Select Group',
'suppliers' => 'الموردين',
'add_supplier' => 'إضافة مورد',
'edit_supplier' => 'تعديل مورد',
'delete_supplier' => 'حذف مورد',
'no_suppliers_found' => 'لم يتم العثور على موردين',
'contact_person' => 'شخص الاتصال',
'select_supplier' => 'اختر المورد',
'expiry_date' => 'تاريخ الانتهاء',
'supplier' => 'المورد',
'import' => 'استيراد',
'import_csv' => 'استيراد ملف CSV',
'upload_csv_file' => 'رفع ملف CSV',
'download_sample' => 'تحميل نموذج',
'import_successfully' => 'تم الاستيراد بنجاح',
'csv_format_drugs' => 'تنسيق CSV: الاسم (إنجليزي)، الاسم (عربي)، اسم المجموعة، السعر، تاريخ الانتهاء، اسم المورد',
'csv_format_groups' => 'تنسيق CSV: الاسم (إنجليزي)، الاسم (عربي)',
'save_visit_to_add_inquiries' => 'يرجى حفظ الزيارة أولاً لإضافة الاستفسارات.',
'or' => 'أو',
'no_patients_found' => 'لم يتم العثور على مرضى',
'civil_id' => 'الرقم المدني',
'nationality' => 'الجنسية',
'city' => 'المدينة',
'services' => 'الخدمات',
'add_service' => 'إضافة خدمة',
'edit_service' => 'تعديل خدمة',
'delete_service' => 'حذف خدمة',
'service_added_successfully' => 'تم إضافة الخدمة بنجاح',
'service_updated_successfully' => 'تم تحديث الخدمة بنجاح',
'service_deleted_successfully' => 'تم حذف الخدمة بنجاح',
'search_by_name' => 'البحث بالاسم',
'no_services_found' => 'لم يتم العثور على خدمات',
'select_department' => 'اختر القسم',
'active' => 'نشط',
'inactive' => 'غير نشط',
'are_you_sure_delete_service' => 'هل أنت متأكد أنك تريد حذف هذه الخدمة؟',
'appointments_list' => 'قائمة المواعيد',
'doctor_holidays' => 'إجازات الأطباء',
'printed_on' => 'طبع في',
'no_appointments' => 'لا توجد مواعيد لهذا التاريخ',
'back' => 'رجوع',
'queue_management' => 'إدارة الطوابير',
'issue_token' => 'إصدار تذكرة',
'issue_new_token' => 'إصدار تذكرة جديدة',
'token' => 'رقم التذكرة',
'open_tv_display' => 'عرض شاشة التلفاز',
'all_departments' => 'كل الأقسام',
'all_statuses' => 'كل الحالات',
'waiting' => 'في الانتظار',
'serving' => 'جاري الخدمة',
'wait_time' => 'وقت الانتظار',
'call' => 'نداء',
'finish' => 'إنهاء',
'no_tokens_found' => 'لا توجد تذاكر',
'select_patient' => 'اختر المريض',
'doctor_optional' => 'الطبيب (اختياري)',
'any_doctor' => 'أي طبيب',
'showing_last_50_patients' => 'عرض آخر 50 مريض',
'queue_display' => 'شاشة الانتظار',
]
];