883 lines
41 KiB
PHP
883 lines
41 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',
|
|
'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',
|
|
'add_holiday' => 'Add Holiday',
|
|
'edit_holiday' => 'Edit Holiday',
|
|
'start_date' => 'Start Date',
|
|
'end_date' => 'End Date',
|
|
'note' => 'Note',
|
|
'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',
|
|
'queue_ads' => 'Queue Ads',
|
|
'add_ad' => 'Add Ad',
|
|
'edit_ad' => 'Edit Ad',
|
|
'ad_text_en' => 'Ad Text (English)',
|
|
'ad_text_ar' => 'Ad Text (Arabic)',
|
|
'no_ads_found' => 'No ads found',
|
|
'delete_ad' => 'Delete Ad',
|
|
'show_in_queue' => 'Show in Queue',
|
|
'home_visits' => 'Home Visits',
|
|
'provider' => 'Provider',
|
|
'nurse' => 'Nurse',
|
|
'visit_type' => 'Visit Type',
|
|
'clinic' => 'Clinic',
|
|
'home' => 'Home',
|
|
'no_appointments_found' => 'No appointments found',
|
|
'provider_type' => 'Provider Type',
|
|
'select_provider_type' => 'Select Provider Type',
|
|
'select_nurse' => 'Select Nurse',
|
|
'holiday' => 'Holiday',
|
|
'checkout_payment' => 'Checkout Payment',
|
|
'checkout' => 'Checkout',
|
|
'print_bill' => 'Print Bill',
|
|
'invoice' => 'Invoice',
|
|
'pharmacy' => 'Pharmacy',
|
|
'inventory' => 'Inventory',
|
|
'pos' => 'POS',
|
|
'sales_history' => 'Sales History',
|
|
'batch_number' => 'Batch Number',
|
|
'stock' => 'Stock',
|
|
'add_stock' => 'Add Stock',
|
|
'cost_price' => 'Cost Price',
|
|
'sale_price' => 'Sale Price',
|
|
'min_stock' => 'Min Stock',
|
|
'reorder_level' => 'Reorder Level',
|
|
'unit' => 'Unit',
|
|
'view_batches' => 'View Batches',
|
|
'received_date' => 'Received Date',
|
|
'payment_method' => 'Payment Method',
|
|
'cash' => 'Cash',
|
|
'card' => 'Card',
|
|
'insurance' => 'Insurance',
|
|
'receipt' => 'Receipt',
|
|
'total_amount' => 'Total Amount',
|
|
'quantity' => 'Quantity',
|
|
'new_sale' => 'New Sale',
|
|
'add_to_cart' => 'Add to Cart',
|
|
'cart' => 'Cart',
|
|
'insufficient_stock' => 'Insufficient Stock',
|
|
'out_of_stock' => 'Out of Stock',
|
|
'low_stock' => 'Low Stock',
|
|
'in_stock' => 'In Stock',
|
|
'waiting' => 'Waiting',
|
|
'serving' => 'Serving',
|
|
'CheckIn' => 'Check In',
|
|
'In Progress' => 'In Progress',
|
|
'in_progress' => 'In Progress',
|
|
'refunded' => 'Refunded',
|
|
'formal_receipt' => 'Formal Receipt',
|
|
'lpo' => 'LPO',
|
|
'lpos' => 'LPOs',
|
|
'create_lpo' => 'Create LPO',
|
|
'view_lpo' => 'View LPO',
|
|
'lpo_date' => 'LPO Date',
|
|
'total_cost' => 'Total Cost',
|
|
'draft' => 'Draft',
|
|
'sent' => 'Sent',
|
|
'received' => 'Received',
|
|
'pharmacy_alerts' => 'Pharmacy Alerts',
|
|
'alerts' => 'Alerts',
|
|
'expired_batches' => 'Expired Batches',
|
|
'near_expiry' => 'Near Expiry',
|
|
'days_remaining' => 'Days Remaining',
|
|
'show_expiring_within' => 'Show expiring within (days):',
|
|
'days' => 'Days',
|
|
'no_low_stock_found' => 'No low stock items found',
|
|
'no_expired_batches_found' => 'No expired batches found',
|
|
'no_batches_expiring_soon' => 'No batches expiring soon',
|
|
'order_stock' => 'Order Stock',
|
|
'these_batches_expired' => 'These batches have expired and should be removed from stock.',
|
|
'loading' => 'Loading...',
|
|
'pharmacy_reports' => 'Pharmacy Reports',
|
|
'reports' => 'Reports',
|
|
'inventory_valuation' => 'Inventory Valuation',
|
|
'sales_report' => 'Sales Report',
|
|
'expiry_report' => 'Expiry Report',
|
|
'low_stock_report' => 'Low Stock Report',
|
|
'current_stock' => 'Current Stock',
|
|
'avg_cost' => 'Avg Cost',
|
|
'selling_price' => 'Selling Price',
|
|
'total_cost_value' => 'Total Cost Value',
|
|
'total_sales_value' => 'Total Sales Value',
|
|
'grand_total' => 'Grand Total',
|
|
'category' => 'Category',
|
|
'generate' => 'Generate',
|
|
'receipt_no' => 'Receipt No',
|
|
'no_records_found' => 'No records found',
|
|
'purchases' => 'Purchases',
|
|
'create_purchase' => 'Create Purchase',
|
|
'view_purchase' => 'View Purchase',
|
|
'receive_purchase' => 'Receive Purchase',
|
|
'purchase_date' => 'Purchase Date',
|
|
'purchase_returns' => 'Purchase Returns',
|
|
'create_return' => 'Create Return',
|
|
'view_return' => 'View Return',
|
|
'return_date' => 'Return Date',
|
|
'unit_price' => 'Unit Price',
|
|
'total_price' => 'Total Price',
|
|
'receive_warning_msg' => 'Receiving this purchase will add items to stock.',
|
|
'ensure_batch_expiry_msg' => 'Ensure Batch Numbers and Expiry Dates are correct.',
|
|
'confirm_received' => 'Confirm Received',
|
|
'purchase_report' => 'Purchase Report',
|
|
'currency_settings' => 'Currency Settings',
|
|
'currency_symbol' => 'Currency Symbol',
|
|
'decimal_digits' => 'Decimal Digits',
|
|
'statement' => 'Statement',
|
|
'print_statement' => 'Print Statement',
|
|
'insurance_transactions' => 'Insurance Transactions',
|
|
'add_transaction' => 'Add Transaction',
|
|
'edit_transaction' => 'Edit Transaction',
|
|
'delete_transaction' => 'Delete Transaction',
|
|
'payment_date' => 'Payment Date',
|
|
'reference_number' => 'Reference Number',
|
|
'no_transactions_found' => 'No transactions found',
|
|
'confirm_delete_transaction' => 'Are you sure you want to delete this transaction?',
|
|
'transaction_added_success' => 'Transaction added successfully',
|
|
'transaction_updated_success' => 'Transaction updated successfully',
|
|
'transaction_deleted_success' => 'Transaction deleted successfully',
|
|
'payment_method_check' => 'Check',
|
|
'payment_method_transfer' => 'Bank Transfer',
|
|
'payment_method_cash' => 'Cash',
|
|
'payment_method_card' => 'Credit Card',
|
|
'transactions' => 'Transactions',
|
|
'companies' => 'Companies',
|
|
'admin_reports' => 'Admin Reports',
|
|
'new_patients' => 'New Patients',
|
|
'total_visits' => 'Total Visits',
|
|
'total_revenue' => 'Total Revenue',
|
|
'pending_bills' => 'Pending Bills',
|
|
'visits_by_status' => 'Visits by Status',
|
|
'revenue_trend' => 'Revenue Trend',
|
|
'top_diagnoses' => 'Top Diagnoses',
|
|
'top_doctors' => 'Top Doctors'
|
|
],
|
|
'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' => 'تم تحديث الإعدادات بنجاح',
|
|
'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' => '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' => 'إجازات الأطباء',
|
|
'add_holiday' => 'إضافة إجازة',
|
|
'edit_holiday' => 'تعديل إجازة',
|
|
'start_date' => 'تاريخ البدء',
|
|
'end_date' => 'تاريخ الانتهاء',
|
|
'note' => 'ملاحظة',
|
|
'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' => 'شاشة الانتظار',
|
|
'queue_ads' => 'إعلانات الانتظار',
|
|
'add_ad' => 'إضافة إعلان',
|
|
'edit_ad' => 'تعديل إعلان',
|
|
'ad_text_en' => 'نص الإعلان (إنجليزي)',
|
|
'ad_text_ar' => 'نص الإعلان (عربي)',
|
|
'no_ads_found' => 'لا توجد إعلانات',
|
|
'delete_ad' => 'حذف إعلان',
|
|
'show_in_queue' => 'العرض في شاشة الانتظار',
|
|
'home_visits' => 'الزيارات المنزلية',
|
|
'provider' => 'مقدم الخدمة',
|
|
'nurse' => 'الممرضة',
|
|
'visit_type' => 'نوع الزيارة',
|
|
'clinic' => 'العيادة',
|
|
'home' => 'المنزل',
|
|
'no_appointments_found' => 'لم يتم العثور على مواعيد',
|
|
'provider_type' => 'نوع مقدم الخدمة',
|
|
'select_provider_type' => 'اختر نوع مقدم الخدمة',
|
|
'select_nurse' => 'اختر الممرضة',
|
|
'holiday' => 'إجازة',
|
|
'checkout_payment' => 'الدفع والمغادرة',
|
|
'checkout' => 'الدفع',
|
|
'print_bill' => 'طباعة الفاتورة',
|
|
'invoice' => 'فاتورة',
|
|
'pharmacy' => 'الصيدلية',
|
|
'inventory' => 'المخزون',
|
|
'pos' => 'نقطة البيع',
|
|
'sales_history' => 'سجل المبيعات',
|
|
'batch_number' => 'رقم التشغيلة',
|
|
'stock' => 'المخزون',
|
|
'add_stock' => 'إضافة مخزون',
|
|
'cost_price' => 'سعر التكلفة',
|
|
'sale_price' => 'سعر البيع',
|
|
'min_stock' => 'الحد الأدنى للمخزون',
|
|
'reorder_level' => 'حد إعادة الطلب',
|
|
'unit' => 'الوحدة',
|
|
'view_batches' => 'عرض التشغيلات',
|
|
'received_date' => 'تاريخ الاستلام',
|
|
'payment_method' => 'طريقة الدفع',
|
|
'cash' => 'نقدي',
|
|
'card' => 'بطاقة',
|
|
'insurance' => 'تأمين',
|
|
'receipt' => 'إيصال',
|
|
'total_amount' => 'المبلغ الإجمالي',
|
|
'quantity' => 'الكمية',
|
|
'new_sale' => 'بيع جديد',
|
|
'add_to_cart' => 'إضافة إلى السلة',
|
|
'cart' => 'السلة',
|
|
'insufficient_stock' => 'المخزون غير كاف',
|
|
'out_of_stock' => 'نفذت الكمية',
|
|
'low_stock' => 'كمية منخفضة',
|
|
'in_stock' => 'متوفر',
|
|
'waiting' => 'قيد الانتظار',
|
|
'serving' => 'جاري الخدمة',
|
|
'CheckIn' => 'تسجيل دخول',
|
|
'In Progress' => 'قيد الإجراء',
|
|
'in_progress' => 'قيد الإجراء',
|
|
'refunded' => 'تم الاسترجاع',
|
|
'formal_receipt' => 'إيصال رسمي',
|
|
'lpo' => 'أمر شراء',
|
|
'lpos' => 'أوامر الشراء',
|
|
'create_lpo' => 'إنشاء أمر شراء',
|
|
'view_lpo' => 'عرض أمر الشراء',
|
|
'lpo_date' => 'تاريخ الأمر',
|
|
'total_cost' => 'التكلفة الإجمالية',
|
|
'draft' => 'مسودة',
|
|
'sent' => 'تم الإرسال',
|
|
'received' => 'تم الاستلام',
|
|
'pharmacy_alerts' => 'تنبيهات الصيدلية',
|
|
'alerts' => 'تنبيهات',
|
|
'expired_batches' => 'التشغيلات المنتهية',
|
|
'near_expiry' => 'قرب الانتهاء',
|
|
'days_remaining' => 'الأيام المتبقية',
|
|
'show_expiring_within' => 'عرض المنتهي خلال (يوم):',
|
|
'days' => 'أيام',
|
|
'no_low_stock_found' => 'لا توجد أصناف منخفضة المخزون',
|
|
'no_expired_batches_found' => 'لا توجد تشغيلات منتهية',
|
|
'no_batches_expiring_soon' => 'لا توجد تشغيلات ستنتهي قريباً',
|
|
'order_stock' => 'طلب مخزون',
|
|
'these_batches_expired' => 'هذه التشغيلات منتهية الصلاحية ويجب إزالتها من المخزون.',
|
|
'loading' => 'جاري التحميل...',
|
|
'pharmacy_reports' => 'تقارير الصيدلية',
|
|
'reports' => 'التقارير',
|
|
'inventory_valuation' => 'تقييم المخزون',
|
|
'sales_report' => 'تقرير المبيعات',
|
|
'expiry_report' => 'تقرير الصلاحية',
|
|
'low_stock_report' => 'تقرير المخزون المنخفض',
|
|
'current_stock' => 'المخزون الحالي',
|
|
'avg_cost' => 'متوسط التكلفة',
|
|
'selling_price' => 'سعر البيع',
|
|
'total_cost_value' => 'إجمالي قيمة التكلفة',
|
|
'total_sales_value' => 'إجمالي قيمة البيع',
|
|
'grand_total' => 'المجموع الكلي',
|
|
'category' => 'الفئة',
|
|
'generate' => 'إنشاء',
|
|
'receipt_no' => 'رقم الإيصال',
|
|
'no_records_found' => 'لم يتم العثور على سجلات',
|
|
'purchases' => 'المشتريات',
|
|
'create_purchase' => 'إضافة شراء',
|
|
'view_purchase' => 'عرض الشراء',
|
|
'receive_purchase' => 'استلام الشراء',
|
|
'purchase_date' => 'تاريخ الشراء',
|
|
'purchase_returns' => 'مرتجعات المشتريات',
|
|
'create_return' => 'إضافة مرتجع',
|
|
'view_return' => 'عرض المرتجع',
|
|
'return_date' => 'تاريخ الإرجاع',
|
|
'unit_price' => 'سعر الوحدة',
|
|
'total_price' => 'السعر الإجمالي',
|
|
'receive_warning_msg' => 'استلام هذا الشراء سيضيف العناصر إلى المخزون.',
|
|
'ensure_batch_expiry_msg' => 'تأكد من صحة أرقام التشغيلات وتواريخ الانتهاء.',
|
|
'confirm_received' => 'تأكيد الاستلام',
|
|
'purchase_report' => 'تقرير المشتريات',
|
|
'currency_settings' => 'إعدادات العملة',
|
|
'currency_symbol' => 'رمز العملة',
|
|
'decimal_digits' => 'الأرقام العشرية',
|
|
'statement' => 'كشف حساب',
|
|
'print_statement' => 'طباعة كشف حساب',
|
|
'insurance_transactions' => 'معاملات التأمين',
|
|
'add_transaction' => 'إضافة معاملة',
|
|
'edit_transaction' => 'تعديل معاملة',
|
|
'delete_transaction' => 'حذف معاملة',
|
|
'payment_date' => 'تاريخ الدفع',
|
|
'reference_number' => 'رقم المرجع',
|
|
'no_transactions_found' => 'لم يتم العثور على معاملات',
|
|
'confirm_delete_transaction' => 'هل أنت متأكد من حذف هذه المعاملة؟',
|
|
'transaction_added_success' => 'تم إضافة المعاملة بنجاح',
|
|
'transaction_updated_success' => 'تم تحديث المعاملة بنجاح',
|
|
'transaction_deleted_success' => 'تم حذف المعاملة بنجاح',
|
|
'payment_method_check' => 'شيك',
|
|
'payment_method_transfer' => 'تحويل بنكي',
|
|
'payment_method_cash' => 'نقدي',
|
|
'payment_method_card' => 'بطاقة ائتمان',
|
|
'transactions' => 'المعاملات',
|
|
'companies' => 'الشركات',
|
|
'admin_reports' => 'التقارير الإدارية',
|
|
'new_patients' => 'مرضى جدد',
|
|
'total_visits' => 'إجمالي الزيارات',
|
|
'total_revenue' => 'إجمالي الإيرادات',
|
|
'pending_bills' => 'فواتير معلقة',
|
|
'visits_by_status' => 'الزيارات حسب الحالة',
|
|
'revenue_trend' => 'اتجاه الإيرادات',
|
|
'top_diagnoses' => 'أهم التشخيصات',
|
|
'top_doctors' => 'أفضل الأطباء'
|
|
]
|
|
]; |