|
|
// --------- - -- - - - - - - - - ----------------
|
|
|
// Used for Native through Platform Method Channel
|
|
|
// --------- - -- - - - - - - - - ----------------
|
|
|
const Map platformLocalizedValues = {
|
|
|
"errorConnectingHmgNetwork": {"en": "Sorry you are not connecting to HMG network", "ar": "نعتذر لست متصل في شكبة مستشفى د.سليمان الحبيب"},
|
|
|
"successConnectingHmgNetwork": {"en": "You connected to HMG network successfully, you can access the app", "ar": "تم التصال بشبكة د.سليمان الحبيب بنجاح, تستطيع الان استخدام تطبيق الحبيب"},
|
|
|
"failedConnectingHmgNetwork": {
|
|
|
"en": "Sorry the connection to HMG network had been failed, make sure you are in range of HMG network",
|
|
|
"ar": "نعتذر لقد فشل الاتصال بشبكة د.سليمان الحبيب, تاكد من وجودك داخل نطاق الشبكة"
|
|
|
},
|
|
|
"alreadyConnectedHmgNetwork": {"en": " You already connected to HMG network to access Alhabib app", "ar": "انت متصل مسبقاً بالشبكة تستطيع استخدام تطبيق الحبيب"},
|
|
|
"somethingWentWrong": {"en": "Sorry something went wrong please try again later", "ar": "نعتذر لخدمتكم يرجى المحاولة لاحقا"},
|
|
|
"enablingWifi": {"en": "Enabling wifi...", "ar": "Enabling wifi..."},
|
|
|
"connectedHmgNetworkWithInternet": {"en": "Successfully connected to the HMG network to access internet", "ar": "Successfully connected to the HMG network to access internet"},
|
|
|
"connectedToHmgNetworkWithNoInternet": {
|
|
|
"en": "Successfully connected to the HMG network but it have no internet access",
|
|
|
"ar": "Successfully connected to the HMG network but it have no internet access"
|
|
|
},
|
|
|
"notConnectedToHmgNetworkSecurityIssue": {
|
|
|
"en": "We are not able to connect you to HMG network due to security reasons",
|
|
|
"ar": "We are not able to connect you to HMG network due to security reasons"
|
|
|
}
|
|
|
};
|
|
|
|
|
|
const Map localizedValues = {
|
|
|
'kilometerUnit': {'en': 'KM', 'ar': 'كيلومتر'},
|
|
|
'dashboardScreenToolbarTitle': {'ar': 'الرئيسة', 'en': 'Home'},
|
|
|
'settings': {'en': 'Settings', 'ar': 'الاعدادات'},
|
|
|
'language': {'en': 'App Language', 'ar': 'لغة التطبيق'},
|
|
|
'lanEnglish': {'en': 'English', 'ar': 'English'},
|
|
|
'lanArabic': {'en': 'العربية', 'ar': 'العربية'},
|
|
|
'cancel': {'en': 'Cancel', 'ar': 'الغاء'},
|
|
|
'done': {'en': 'Done', 'ar': 'تأكيد'},
|
|
|
'replay2': {'en': 'Replay', 'ar': 'رد الطبيب'},
|
|
|
'home': {'en': 'Home', 'ar': 'الرئيسية'},
|
|
|
'services': {'en': 'SERVICES', 'ar': 'الخدمات'},
|
|
|
'mySchedule': {'en': 'My Schedule', 'ar': 'جدولي'},
|
|
|
'logout': {'en': 'Logout', 'ar': 'تسجيل خروج'},
|
|
|
'respirationRate': {'en': 'Respiration Rate', 'ar': 'معدل التنفس'},
|
|
|
'bookAppo': {'en': 'Book Appointment', 'ar': 'حجز موعد'},
|
|
|
'searchBy': {'en': 'Search By:', 'ar': 'البحث عن طريق:'},
|
|
|
'clinic': {'en': 'Clinic', 'ar': 'العيادة'},
|
|
|
'by-clinic': {'en': 'By Clinic', 'ar': 'العيادة'},
|
|
|
'hospital': {'en': 'Hospital', 'ar': 'المستشفى'},
|
|
|
'by-hospital': {'en': 'By Hospital', 'ar': 'المستشفى'},
|
|
|
'name': {'en': 'Name', 'ar': 'الإسم'},
|
|
|
'doctor': {'en': 'Doctor', 'ar': 'الطبيب'},
|
|
|
'clinicName': {'en': 'Clinic Name', 'ar': 'اسم العيادة'},
|
|
|
'hospitalName': {'en': 'Hospital Name', 'ar': 'اسم المستشفى'},
|
|
|
'NoClinicFound': {'en': 'No Clinic Found', 'ar': 'لم يتم العثور على عيادة'},
|
|
|
'doctorName': {'en': 'Doctor Name', 'ar': 'إسم الطبيب'},
|
|
|
'nearestAppo': {'en': 'Nearest Appointment', 'ar': 'أقرب موعد'},
|
|
|
'searchByDocText': {'en': 'Type the name of the doctor to help you find him', 'ar': 'اكتب اسم الطبيب لمساعدتك في العثور عليه'},
|
|
|
'enterDocName': {'en': 'Enter Doctor name', 'ar': 'أدخل إسم الطبيب'},
|
|
|
'search': {'en': 'Search', 'ar': 'بحث'},
|
|
|
'noResultFound': {'en': 'No Result Found', 'ar': 'لم يتم العثور على نتائج '},
|
|
|
'noSearchResultFound': {'en': 'No Result Found', 'ar': 'لم يتم العثور على نتائج الرجاء تغيير لغة البحث'},
|
|
|
'pleaseEnterProductName': {'en': 'Please Enter Product Name', 'ar': 'ادخل اسم المنتج'},
|
|
|
'bookNow': {'en': 'Book Now', 'ar': 'احجز الآن'},
|
|
|
'docInfo': {'en': 'Doctor Information', 'ar': 'معلومات الطبيب'},
|
|
|
'appoInfo': {'en': 'Appointment Information', 'ar': 'معلومات الموعد'},
|
|
|
'availableAppo': {'en': 'Available Appointments', 'ar': 'المواعيد المتاحة'},
|
|
|
'gender': {'en': 'Gender', 'ar': 'الجنس'},
|
|
|
'nationality': {'en': 'Nationality', 'ar': 'الجنسية'},
|
|
|
'neverWait': {'en': 'Never wait in queue', 'ar': 'لا تنتظر في قائمة الانتظار'},
|
|
|
'reminderTitle': {'en': 'You have appointment with Dr. ', 'ar': 'لديك موعد مع د'},
|
|
|
'appointmentCalendar': {'en': 'Would you like to set a reminder for this appointment in your calendar?', 'ar': 'هل ترغب في إضافة تذكير لهذا الموعد في التقويم الخاص بك؟'},
|
|
|
'appointmentSuccess': {'en': 'Appointment is successfully booked', 'ar': 'تم حجز الموعد بنجاح'},
|
|
|
'docQualifications': {'en': 'Doctor Qualifications', 'ar': 'مؤهلات الطبيب'},
|
|
|
'pressAgain': {'en': 'Press again to exit the app', 'ar': 'اضغط مرة أخرى للخروج من التطبيق'},
|
|
|
'laserMaxLimitReach': {'en': "Maximum limit is 90 minutes", 'ar': "الحد الأقصى هو 90 دقيقة"},
|
|
|
'confirmAppoHeading': {'en': 'Kindly review your Appointment', 'ar': 'يرجى تأكيد موعدك'},
|
|
|
'patientInfo': {'en': 'Patient Information', 'ar': 'معلومات المراجع'},
|
|
|
'doctorFilter': {'en': 'Doctors will be filtered based on your gender and age', 'ar': 'سيتم تصفية الأطباء بناءً على جنسك وعمرك'},
|
|
|
'bookSuccess': {'en': 'Book Success', 'ar': 'تم حجز الموعد بنجاح'},
|
|
|
'patientShare': {'en': 'Patient Share', 'ar': 'نسبة العميل'},
|
|
|
'patientShareWithTax': {'en': 'Patient Share with Tax', 'ar': 'المبلغ الإجمالي المستحق مع الضريبة'},
|
|
|
'confirmAppo': {'en': 'Confirm Appointment', 'ar': 'تأكيد الموعد'},
|
|
|
'confirm': {'en': 'Confirm', 'ar': 'تأكيد'},
|
|
|
'confirmLiveCare': {'en': 'Confirm LiveCare', 'ar': 'تأكيد لايف كير'},
|
|
|
'waitingForDoctor': {'en': 'Waiting for doctor', 'ar': 'في انتظار الطبيب'},
|
|
|
'appointment': {'en': 'Appointment', 'ar': 'الموعد'},
|
|
|
'confirmLater': {'en': 'Confirm Later', 'ar': 'التاكيد لاحقا'},
|
|
|
'todoList': {'en': 'Todo List', 'ar': 'مهامي'},
|
|
|
'appoActions': {'en': 'Appointment Actions', 'ar': 'إجراءات الموعد'},
|
|
|
'date': {'en': 'Date', 'ar': 'التاريخ'},
|
|
|
'time': {'en': 'Time', 'ar': 'الوقت'},
|
|
|
'pendingPayment': {'en': 'Pending for payment', 'ar': 'في انتظار الدفع'},
|
|
|
'payNow': {'en': 'Pay Now', 'ar': 'ادفع الآن'},
|
|
|
'viewQR': {'en': 'View QR Code', 'ar': 'عرض رمز الاستجابة السريعة'},
|
|
|
'instruction': {'en': 'Instructions', 'ar': 'تعليمات'},
|
|
|
'livecare': {'en': 'LiveCare', 'ar': 'لايف كير'},
|
|
|
'livecareAppo': {'en': 'LiveCare Appointment', 'ar': 'الموعد لايف كير'},
|
|
|
'agreeTo': {'en': 'I agree to the', 'ar': 'أوافق على'},
|
|
|
'termsConditoins': {'en': 'Terms and Conditions', 'ar': 'الأحكام والشروط'},
|
|
|
'cancelAppoMsg': {'en': 'Are you sure you want to cancel this appointment?', 'ar': 'هل أنت متأكد أنك تريد إلغاء هذا الموعد؟'},
|
|
|
'changePayment': {'en': 'Change Payment Method', 'ar': 'تغيير آلية الدفع'},
|
|
|
'upcoming-noAction': {'en': 'No Action Required', 'ar': 'لا يلزم اتخاذ أي إجراء'},
|
|
|
'upcoming-confirm': {'en': 'Please confirm the appointment to avoid cancellation', 'ar': 'يرجى تأكيد الموعد لتفادي الإلغاء'},
|
|
|
"book-success-confirm-more-24-1-2": {"en": "The online payment process will be available 24 hours before the appointment.", "ar": "عملية الدفع الالكتروني ستكون متاحة قبل الموعد ب 24 ساعة."},
|
|
|
'upcoming-payment-pending': {'en': 'Online Payment will be Activated before 24 Hours of Appointment Time', 'ar': 'سيتم تفعيل خدمة الدفع الالكتروني قبل 24 ساعة من موعد الحجز'},
|
|
|
'upcoming-payment-now': {'en': 'Pay Online now to avoid long waiting queue', 'ar': 'ادفع الآن لتفادي طابور الانتظار'},
|
|
|
'upcoming-QR': {'en': 'Use the QR Code to Check-In in hospital', 'ar': 'استخدم الرمز لتسجيل الحضور بشكل آلي في المستشفى'},
|
|
|
'upcoming-virtual': {'en': 'This is a virtual appointment, Please adhere to the instructions for a seamless experience.', 'ar': 'هذا موعد اتصال مرئي عن بعد ، يرجى اتباع تعليمات الخدمة.'},
|
|
|
'upcoming-livecare': {'en': 'This is a LiveCare appointment', 'ar': 'هذا موعد لايف كير'},
|
|
|
'upcoming-details': {'en': 'More Details', 'ar': 'المزيد'},
|
|
|
'reschedule': {'en': 'Reschedule', 'ar': 'إعادة جدولة'},
|
|
|
'raise': {'en': 'Raise', 'ar': 'رفع'},
|
|
|
'complaint': {'en': 'Complaint', 'ar': 'شكوى'},
|
|
|
'add': {'en': 'Add', 'ar': 'إضافة'},
|
|
|
'reminder': {'en': 'Reminder', 'ar': 'تذكير'},
|
|
|
'location': {'en': 'Locations', 'ar': 'مواقعنا'},
|
|
|
'online': {'en': 'Online', 'ar': 'الدفع'},
|
|
|
'payment': {'en': 'Payment', 'ar': 'الالكتروني'},
|
|
|
'onlinePayment': {'en': 'Online', 'ar': 'الدفع'},
|
|
|
'onlinePaymentSubtitle': {'en': 'Payment', 'ar': 'الالكتروني'},
|
|
|
'cancel-nocaps': {'en': 'Cancel', 'ar': 'الغاء'},
|
|
|
'set-reminder': {'en': 'Set Reminder', 'ar': 'إضافة تذكير'},
|
|
|
"national-id-number": {"en": "National ID Number", "ar": "رقم الهوية الوطنية / الاقامة"},
|
|
|
"medical-file-number": {"en": "Medical File Number", "ar": "رقم الملف الطبي"},
|
|
|
'login': {'en': 'Login', 'ar': 'دخول'},
|
|
|
'loginregister': {'en': 'Login / Register', 'ar': 'دخول/ تسجيل'},
|
|
|
'poweredBy': {'en': 'Powered by', 'ar': 'مشغل بواسطة'},
|
|
|
"welcome": {"en": "Welcome", "ar": "مرحبا بكم"},
|
|
|
"welcome-to": {"en": "Welcome to", "ar": "مرحبا بك في"},
|
|
|
"patient-app": {"en": "Patient App", "ar": "تطبيق المراجعين"},
|
|
|
"welcome_text": {"en": "Dr. Sulaiman Al Habib Mobile Application", "ar": "الدكتور سليمان الحبيب لتطبيقات الهاتف"},
|
|
|
"dr-sulaiman-text": {"en": "Dr. Sulaiman Al Habib", "ar": "د. سليمان الحبيب"},
|
|
|
'welcome_text2': {'en': 'Have you previously visited the hospitals or medical centers of Dr. Sulaiman Al Habib?', 'ar': 'هل قمت مسبقا بزيارة مستشفيات او مراكز الدكتور سليمان الحبيب الطبية ؟'},
|
|
|
'yes': {'en': 'Yes', 'ar': 'نعم'},
|
|
|
'no': {'en': 'No', 'ar': 'لا'},
|
|
|
"logintyperadio": {"en": " Choose from the below options to login to your medical file.", "ar": " اختر احدى الخيارات أدناه لتسجيل الدخول إلى ملفك الطبي "},
|
|
|
"registernow": {"en": "Register Now", "ar": "سجل الان"},
|
|
|
"nationalID": {"en": "Enter the Identification Number", "ar": "أدخل رقم الهوية الوطنية او الاقامة"},
|
|
|
"national-id": {"en": "National ID", "ar": "رقم الهوية"},
|
|
|
"fileNo": {"en": "File Number", "ar": "رقم الملف"},
|
|
|
"fileno": {"en": "File No", "ar": "رقم الملف"},
|
|
|
"forgotFileNo": {"en": "Forgot file Number?", "ar": "نسيت رقم الملف الطبي؟"},
|
|
|
"forgotFileNoTitle": {"en": "Forgot medical file", "ar": "نسيت رقم الملف الطبي"},
|
|
|
"enter-national-id": {"en": "Please enter mobile number and identification number", "ar": "الرجاء إدخال رقم الجوال ورقم الهوية"},
|
|
|
"profile-info": {"en": "Please enter profile information", "ar": "الرجاء إدخال معلومات الملف الشخصي"},
|
|
|
"submit": {"en": "Submit", "ar": "ارسال"},
|
|
|
"forgot-desc": {"en": "Enter the mobile number to receive the Medical File Number via SMS", "ar": "أدخل رقم الجوال المسجل لاستلام رقم الملف عن طريق الرسائل النصية"},
|
|
|
"dob": {"en": "Birth Date:", "ar": "تاريخ الميلاد"},
|
|
|
"hijri-date": {"en": "Hijri Date", "ar": "التاريخ الهجري"},
|
|
|
"gregorian-date": {"en": "Gregorian Date", "ar": "التاريخ الميلادي"},
|
|
|
"verify-login-with": {"en": "Please choose one of the following options to verify", "ar": "الرجاء اختيار احدى الخيارات التالية للتحقق من البيانات"},
|
|
|
"register-user": {"en": "Register", "ar": "تسجيل"},
|
|
|
"verify-with-fingerprint": {"en": "Fingerprint", "ar": "بصمة"},
|
|
|
"verify-with-faceid": {"en": "Face ID", "ar": "معرف الوجه"},
|
|
|
"verify-with-sms": {"en": "SMS", "ar": "الرسائل القصيرة"},
|
|
|
"verify-with-whatsapp": {"en": "Whatsapp", "ar": " الواتس اب"},
|
|
|
"verify-through": {"en": "Verify Through", "ar": " تحقق من خلال"},
|
|
|
"last-login": {"en": "LAST LOGIN AT:", "ar": "آخر تسجيل دخول"},
|
|
|
"last-login-with": {"en": "VERIFICATION TYPE:", "ar": "طريقة التحقق:"},
|
|
|
"verify-fingerprint": {
|
|
|
"en": "To activate the fingerprint login service, please verify data by using one of the following options.",
|
|
|
"ar": "لتفعيل خدمة الدخول بالبصمة، يرجى اختيار احدى القنوات التالية للتحقق من البيانات"
|
|
|
},
|
|
|
'searchMedicine': {'en': 'Search Medicine', 'ar': 'البحث عن الدواء'},
|
|
|
'pharmaciesList': {'en': 'Pharmacies List', 'ar': 'قائمة الصيدليات'},
|
|
|
'searchMedicineHere': {'en': 'Search Medicine Here', 'ar': 'ابحث عن الدواء هنا'},
|
|
|
'description': {'en': 'Description', 'ar': 'الوصف'},
|
|
|
'howToUse': {'en': 'How to Use', 'ar': 'طريقة الأستخدام'},
|
|
|
'price': {'en': 'Price', 'ar': 'السعر'},
|
|
|
'youCanFindItIn': {'en': 'You can find it in', 'ar': 'يمكنك ان تجده في'},
|
|
|
'pleaseEnterMedicineName': {'en': 'Please Enter Medicine Name', 'ar': 'الرجاء ادخال اسم الدواء'},
|
|
|
"verification_message": {"en": "Please enter the Verification Code sent to", "ar": "الرجاء ادخال رمز التحقق الذي تم إرساله إلى"},
|
|
|
"validation_message": {"en": "The verification code expires in", "ar": "تنتهي صلاحية رمز التحقق خلال"},
|
|
|
"arabic-change": {"en": "عربي", "ar": "English"},
|
|
|
"notification": {"en": "Notifications", "ar": "إشعارات"},
|
|
|
"app-settings": {"en": "App Settings", "ar": "إعدادات التطبيق"},
|
|
|
"rate-app": {"en": "Rate Our App", "ar": "قيم التطبيق"},
|
|
|
"before": {"en": "Before", "ar": "قبل"},
|
|
|
"minute": {"en": "Minutes", "ar": "دقيقة"},
|
|
|
"hour": {"en": "Hour", "ar": "ساعة"},
|
|
|
"reminderSuccess": {"en": "The reminder has been added successfully", "ar": "تمت إضافة التذكير بنجاح"},
|
|
|
"reminderCancelSuccess": {"en": "The reminder has been cancelled successfully", "ar": "تم إلغاء التذكير بنجاح"},
|
|
|
"patientShareToDo": {"en": "Amount before tax: ", "ar": "المبلغ قبل الضريبة:"},
|
|
|
"patientTaxToDo": {"en": "Tax amount: ", "ar": "قيمة الضريبة:"},
|
|
|
"patientShareTotalToDo": {"en": "Total amount due: ", "ar": "المبلغ الإجمالي المستحق:"},
|
|
|
'paymentMethod': {'en': 'Payment Method', 'ar': 'طريقة الدفع او السداد'},
|
|
|
'noNeedToWaitInLine': {'en': 'No need to stand in line.', 'ar': 'لا داعي للوقوف في الطابور.'},
|
|
|
'useQRAppoAttend': {'en': 'Use the QR code to register the appointment attendance.', 'ar': 'استخدم الكود لتسجيل الحضور في المستشفى.'},
|
|
|
'passQRAppoAttend': {'en': 'Pass the QR code through the attendance devices available in the Hospital.', 'ar': 'تمرير الكود من خلال اجهزة تسجيل الحضور المتوفرة في الفرع.'},
|
|
|
'sitWaitingQR': {'en': 'Sit in the waiting rooms until called by the nurse.', 'ar': 'الجلوس في غرف الانتظار لحين منادتك من قبل الممرضة.'},
|
|
|
'attendRegisterCode': {'en': 'Attendance registration code', 'ar': 'رمز تسجيل الحضور'},
|
|
|
'scanQRHospital': {
|
|
|
'en': 'Approach the Online Check-In board in the hospital & scan via NFC or QR Code to Check-In',
|
|
|
'ar': 'اقترب من لوحة تسجيل الوصول عبر الإنترنت في المستشفى وقم بالمسح الضوئي عبر NFC أو رمز الاستجابة السريعة لتسجيل الوصول'
|
|
|
},
|
|
|
'scanNFC': {'en': 'Scan NFC to Check-In', 'ar': 'مسح NFC لتسجيل الوصول'},
|
|
|
"sendEmail": {"en": "Send Email", "ar": "ارسال نسخة"},
|
|
|
"success": {"en": "Done successfully", "ar": "تم تنفذ الطلب بنجاح"},
|
|
|
"EmailSentSuccessfully": {"en": "Email Sent Successfully", "ar": "تم إرسال البريد الإلكتروني بنجاح"},
|
|
|
"EmailSentError": {"en": "Error Sending Email", "ar": "خطأ في إرسال البريد الإلكتروني"},
|
|
|
"close": {"en": "Close", "ar": "مغلق"},
|
|
|
"closeIt": {"en": "Close", "ar": "اغلاق"},
|
|
|
"booked": {"en": "Booked", "ar": "محجوز"},
|
|
|
"confirmed": {"en": "Confirmed", "ar": "مؤكد"},
|
|
|
"arrived": {"en": "Arrived", "ar": "تم الحضور"},
|
|
|
"payNowBookSuccess": {"en": "Pay now via Al Habib App", "ar": "ادفع الآن عبر تطبيق الحبيب"},
|
|
|
"payNowBookSuccesstext1": {"en": "Pay Now using online payment service from secure payment gateways", "ar": " ادفع الآن من خلال خدمة الدفع الالكتروني الآمنة"},
|
|
|
"payNowBookSuccesstext2": {"en": "You can also Pay Later via online payment or in Hospital", "ar": "يمكنك أيضًا الدفع لاحقًا عبر الدفع الالكتروني أو في المستشفى"},
|
|
|
'payLater': {'en': 'Pay Later', 'ar': 'ادفع لاحقا'},
|
|
|
'askDocNotAllowed': {'en': 'This service will be available for last 15 days’ doctor Visit only', 'ar': 'هذه الخدمة متاحة للزيارات خلال اخر 15 يوم فقط'},
|
|
|
"more-verify": {"en": "More Verification Options", "ar": "المزيد من خيارات التحقق"},
|
|
|
"welcome-back": {"en": "Welcome back!", "ar": "مرحبا بعودتك!"},
|
|
|
"account-info": {"en": "Would you like to login with current username?", "ar": "هل ترغب في تسجيل الدخول باسم المستخدم الحالي؟"},
|
|
|
"another-acc": {"en": "Use Another Account", "ar": "استخدم حسابا آخر"},
|
|
|
"next": {"en": "Next", "ar": 'التالى'},
|
|
|
"first-name": {"en": "First Name", "ar": "الاسم الأول"},
|
|
|
"middle-name": {"en": "Middle Name", "ar": "الاسم الثاني"},
|
|
|
"last-name": {"en": "Last Name", "ar": "إسم العائلة"},
|
|
|
"female": {"en": "Female", "ar": "أنثى"},
|
|
|
"male": {"en": "Male", "ar": "ذكر"},
|
|
|
"preferred-language": {"en": "Preferred Language *", "ar": "اللغة المفضلة *"},
|
|
|
"english": {"en": "English", "ar": "الإنجليزية"},
|
|
|
"arabic": {"en": "Arabic", "ar": "العربية"},
|
|
|
"locations-register": {"en": "Where do you want to create this file?", "ar": "أين تريد فتح هذا الملف؟"},
|
|
|
"ksa": {"en": "KSA", "ar": "السعودية"},
|
|
|
"dubai": {"en": "Dubai", "ar": "دبي"},
|
|
|
"enter-email": {"en": "Please Enter Email", "ar": "ادخل البريد الالكتروني"},
|
|
|
"family": {"en": "My Family", "ar": "عائلتي"},
|
|
|
"family-title": {"en": "My Family Files", "ar": "ملفات العائلة"},
|
|
|
"myFamily": {"en": "My Family", "ar": "ملفات العائلة"},
|
|
|
"add-new-member": {"en": "Add Family Member", "ar": "إضافة عضو جديد"},
|
|
|
"sent-requests": {"en": "Sent Requests", "ar": "الطلبات المرسلة"},
|
|
|
"recieved-requests": {"en": "Recieved Requests", "ar": "الطلبات المستلمة"},
|
|
|
"manage-files": {"en": "Manage Family Files", "ar": "إدارة ملفات العائلة"},
|
|
|
'oxygenation': {'en': 'Oxygenation', 'ar': 'الأوكسجين'},
|
|
|
'bodyMeasurements': {'en': 'body Mass Index', 'ar': 'مؤشر الكتلة'},
|
|
|
'temperature': {'en': 'Temperature', 'ar': 'درجة الحرارة'},
|
|
|
'pulse': {'en': 'Pulse', 'ar': 'النبض'},
|
|
|
'respiration': {'en': 'Respiration', 'ar': 'التنفس'},
|
|
|
'bloodPressure': {'en': 'Blood Pressure', 'ar': 'ضغط الدم'},
|
|
|
'painScale': {'en': 'Pain Scale', 'ar': 'مقياس الألم'},
|
|
|
'weight': {'en': 'Weight', 'ar': 'الوزن'},
|
|
|
'height': {'en': 'Height', 'ar': 'الطول'},
|
|
|
'heart': {'en': 'Heart Rate', 'ar': 'معدل النبض'},
|
|
|
"heightUnit": {"en": "height unit", "ar": "وحدة الطول"},
|
|
|
"weightUnit": {"en": "Weight Unit", "ar": "وحدة الوزن"},
|
|
|
"unit": {"en": "Unit", "ar": "وحدة"},
|
|
|
"request": {"en": "Request", "ar": "طلبات الاضافة"},
|
|
|
"member-name": {"en": "Member Name", "ar": "اسم العضو"},
|
|
|
"switch-login": {"en": "Switch", "ar": "تغير "},
|
|
|
"remove-member": {"en": "Remove", "ar": "حذف"},
|
|
|
"allow-view": {"en": "Allow", "ar": "قبول"},
|
|
|
"reject-view": {"en": "Reject", "ar": "رفض"},
|
|
|
"delete-view": {"en": "Delete", "ar": "حذف"},
|
|
|
"my-family": {"en": "MY FAMILY", "ar": "عائلتي"},
|
|
|
"approvals": {"en": "Approvals", "ar": "موافقات التأمين"},
|
|
|
"approvalNo": {"en": "Approval No:", "ar": "رقم الموافقة: "},
|
|
|
"companyName": {"en": "Company Name:", "ar": "اسم الشركة: "},
|
|
|
"receiptOn": {"en": "Receipt on:", "ar": "تاريخ الفاتورة: "},
|
|
|
"expiryDate": {"en": "Expiry Date:", "ar": "تاريخ الانتهاء: "},
|
|
|
"expiryPoints": {"en": "Expired", "ar": " منتهية الصلاحية"},
|
|
|
"expiryOn": {"en": "Expiry on:", "ar": "تاريخ الانتهاء: "},
|
|
|
"procedureName": {"en": "Procedure Name:", "ar": "اسم الاجراء:"},
|
|
|
"procedure": {"en": "Procedure", "ar": "اسم الاجراء:"},
|
|
|
"procedureStatus": {"en": "Procedure Status: ", "ar": "حالة الاجراء"},
|
|
|
"usageStatus": {"en": "Usage Status", "ar": "حالة الاستخدام"},
|
|
|
"unusedCount": {"en": "Unused Count:", "ar": "غير مستخدم:"},
|
|
|
"totalApproval": {"en": "Total approval unused", "ar": "اجمالي الموافقات الغير مستخدمة"},
|
|
|
"category": {"en": "Category: ", "ar": "الفئة"},
|
|
|
"expirationDate": {"en": "Expiration Date: ", "ar": "تاريخ الانتهاء"},
|
|
|
"patientCard": {"en": "Patient Card ID: ", "ar": "رقم الاشتراك"},
|
|
|
"policyNumber": {"en": "Policy Number: ", "ar": "رقم بوليصة التامين:"},
|
|
|
"seeDetails": {"en": "SEE DETAILS", "ar": "منافعك التامينية"},
|
|
|
"insuranceCards": {"en": "Insurance Cards", "ar": "بطاقات التأمين"},
|
|
|
"requestType": {"en": "Request Type", "ar": "نوع الاستفسار"},
|
|
|
"register-info-family": {"en": "How would like to add the new member?", "ar": "كيف ترغب باضافة العضو الجديد؟"},
|
|
|
"remove-family-member": {"en": "Remove this member?", "ar": "إزالة ملف العضو؟"},
|
|
|
"MyMedicalFile": {"en": "My Medical File", 'ar': 'الملف الطبي الالكتروني'},
|
|
|
"myMedicalFileSubTitle": {"en": "All your medical records", 'ar': 'جميع سجلاتك الطبية'},
|
|
|
"viewMore": {"en": "View More", 'ar': 'عرض المزيد'},
|
|
|
"homeHealthCareService": {"en": "Home Health Care Service", 'ar': 'الرعاية الصحية المنزلية'},
|
|
|
"OnlinePharmacy": {"en": "Online Pharmacy", 'ar': 'الصيدلية الإلكترونية'},
|
|
|
"EmergencyService": {"en": "Emergency Service", 'ar': 'الفحص الطبي الشامل'},
|
|
|
"OnlinePaymentService": {"en": "Online Payment Service", 'ar': 'خدمة الدفع الإلكتروني'},
|
|
|
"OffersAndPackages": {"en": "Online transfer request", 'ar': 'طلب التحويل الالكتروني'},
|
|
|
"ComprehensiveMedicalCheckup": {"en": "Comprehensive Medical Check-up", 'ar': 'فحص طبي شامل'},
|
|
|
"HMGService": {"en": "HMG Service", 'ar': 'الخدمات الإلكترونية'},
|
|
|
"ViewAllHabibMedicalService": {"en": "View All Habib Medical Service", 'ar': 'عرض خدمات الحبيب الطبية'},
|
|
|
"viewAll": {"en": "View All", 'ar': 'عرض الكل'},
|
|
|
"view": {"en": "View", 'ar': 'عرض'},
|
|
|
"ContactUs": {"en": "Contact Us", 'ar': 'الوصول إلينا'},
|
|
|
"contactUsLocation": {
|
|
|
"en": "P.O.Box: 91877 - Riyadh 11643, King Fahad Road - Olaya - Kingdom of Saudi Arabia",
|
|
|
'ar': 'صندوق بريد: 91877 - الرياض 11643 ، طريق الملك فهد - العليا - المملكة العربية السعودية'
|
|
|
},
|
|
|
"contactUsTime": {
|
|
|
"en": "Saturday - Wednesday 8:00 AM - 10 PM, Thursday 8:00 AM- 8:00 PM, Friday 2:00 PM - 8:00 PM",
|
|
|
'ar': " السبت – الأربعاء 08:00 ص – 10:00 م , الخميس 08:00 ص – 08:00 م, الجمعة 02:00 م - 08:00 م"
|
|
|
},
|
|
|
"ViewAllWaysReachUs": {"en": "View All Ways Reach Us", 'ar': 'جميع طرق الاتصال بنا'},
|
|
|
"medicalProfile": {"en": "Medical Profile", 'ar': 'الملف الطبي'},
|
|
|
"consultation": {"en": "Consultation", "ar": "استشارة"},
|
|
|
"logs": {"en": "Logs", "ar": "السجلات"},
|
|
|
"textToSpeech": {"en": "How May I Help You?", "ar": "كيف يمكنني مساعدتك؟"},
|
|
|
"locationDialogMessage": {
|
|
|
"en": "Allow the HMG app to access your location will assist you in showing the hospitals according to the nearest to you.",
|
|
|
"ar": "السماح لتطبيق مجموعة الحبيب الطبية بالوصول إلى موقعك سيساعدك في إظهار المستشفيات وفقًا للأقرب إليك."
|
|
|
},
|
|
|
"user-view-requester": {"en": "User Wants to View Your Medical File", "ar": "أشخاص يرغبون في الاطلاع على ملفك الطبي"},
|
|
|
"user-view": {"en": "User Can View Your Medical File", "ar": "أشخاص مصرح لهم الاطلاع على ملفك الطبي"},
|
|
|
"parking": {"en": "Parking", "ar": "مواقف"},
|
|
|
"alhabiServices": {"en": "HMG Service", "ar": "خدمات الحبيب"},
|
|
|
"parkingTitle": {
|
|
|
"en":
|
|
|
"Car service, car service, service to save parking information, return to it later, 1- By clicking on (Read the code), save the parking data. 2- By clicking on the button (view my car park), it shows you the car’s location in Google Maps. 3- Read another position by pressing the Clear Position Data button.",
|
|
|
"ar":
|
|
|
" خدمة المواقف، تتيح هذه الخدمة للمستخدم معلومات عن موقف السيارة ليسهل عليه العودة لها لاحقاً ، 1- بالضغط على زر (قراءة الكود) تستطيع حفظ البيانات الخاصة بالموقف. 2-بالضغط على زر(عرض موقف سيارتي) يعرض لك موقع السيارة في خرائط قوقل. 3- لإعادة قراءة موقف آخرعن طريق الضغط على زر(مسح بيانات الموقف). "
|
|
|
},
|
|
|
"parkingDescription": {
|
|
|
"en":
|
|
|
"Parking service is for you to scan the car location so you can find it easy on you way out. click on (scan parking) button to save the parking location, then (show my park) button will appear to show you the way for the parking. if you want to rescan parking QR just click on (Clear My Data).",
|
|
|
"ar":
|
|
|
"خدمة المواقف، تتيح هذه الخدمة للمستخدم معلومات عن موقف السيارة ليسهل عليه العودة لها لاحقاً ، 1- بالضغط على زر (قراءة الكود) تستطيع حفظ البيانات الخاصة بالموقف. 2-بالضغط على زر(عرض موقف سيارتي) يعرض لك موقع السيارة في خرائط قوقل. 3- لإعادة قراءة موقف آخرعن طريق الضغط على زر(مسح بيانات الموقف)."
|
|
|
},
|
|
|
"appointments": {"en": "Appointments", "ar": "مواعيد"},
|
|
|
"all2": {"en": "All", "ar": "الكل"},
|
|
|
"checkinOption": {"en": "Check-In", "ar": "لتسجيل الحضور"},
|
|
|
"readBarcode": {"en": "Read Barcode", "ar": "قراءة الكود"},
|
|
|
"showMyPark": {"en": "Show My Park", "ar": "عرض الموقف"},
|
|
|
"clearMyData": {"en": "Clear My Data", "ar": "امسح البيانات"},
|
|
|
"floor": {"en": "Floor:", "ar": "الطابق"},
|
|
|
"gate": {"en": "Gate:", "ar": "بوابة"},
|
|
|
"building": {"en": "Building:", "ar": "المبنى"},
|
|
|
"branch": {"en": "Branch:", "ar": "الفرع"},
|
|
|
"emergencyServices": {"en": "Emergency Services", "ar": "خدمات الطوارئ"},
|
|
|
"nearester": {"en": "Nearest ER", "ar": "أقرب طوارى"},
|
|
|
"locationa": {"en": "Location", "ar": "الموقع"},
|
|
|
"call_now": {"en": "Call now", "ar": "اتصل الان"},
|
|
|
"ambulancerequest": {"en": "Ambulance", "ar": "طلب النقل "},
|
|
|
"requestA": {"en": "Request", "ar": "الاسعافي"},
|
|
|
"NoBookedAppointments": {"en": "No Booked Appointments", "ar": "لا توجد مواعيد محجوزة"},
|
|
|
"NoConfirmedAppointments": {"en": "No Confirmed Appointments", "ar": "لا توجد مواعيد مؤكدة"},
|
|
|
"noArrivedAppointments": {"en": "No Arrived Appointments", "ar": "لم يتم حضورها"},
|
|
|
"MyAppointmentsList": {"en": "Appointments", "ar": "بمواعيدي"},
|
|
|
"MyAppointments": {"en": "My", "ar": "قائمة"},
|
|
|
"Radiology": {"en": "Radiology", "ar": "الأشعة"},
|
|
|
"RadiologySubtitle": {"en": "Result", "ar": "صور وتقارير"},
|
|
|
"Lab": {"en": "Lab", "ar": "نتائج"},
|
|
|
"LabSubtitle": {"en": "Results", "ar": "تحليل المختبر"},
|
|
|
"Medicines": {"en": "Medicines", "ar": "الوصفات"},
|
|
|
"MedicinesSubtitle": {"en": "Prescriptions", "ar": "الطبية"},
|
|
|
"VitalSigns": {"en": "Vital Signs", "ar": "المؤشرات"},
|
|
|
"VitalSignsSubTitle": {"en": "Reports", "ar": "الحيوية"},
|
|
|
"MyMedical": {"en": "Active", "ar": "الأدوية"},
|
|
|
"MyMedicalSubtitle": {"en": "Medications", "ar": "النشطة"},
|
|
|
"MyDoctor": {"en": "My Doctor", "ar": "اطبائي"},
|
|
|
"MyDoctorSubtitle": {"en": "List", "ar": "قمت بزيارتهم"},
|
|
|
"Eye": {"en": "Eye", "ar": "قياسات"},
|
|
|
"EyeSubtitle": {"en": "Measurement", "ar": "النظر"},
|
|
|
"Insurance": {"en": "Insurance", "ar": "بطاقات"},
|
|
|
"InsuranceSubtitle": {"en": "Card", "ar": "التأمين"},
|
|
|
"UpdateInsurance": {"en": "Update", "ar": "تحديث"},
|
|
|
"UpdateInsuranceSubtitle": {"en": "Insurance", "ar": "التأمين"},
|
|
|
"InsuranceApproval": {"en": "Insurance", "ar": "موافقات"},
|
|
|
"InsuranceApprovalSubtitle": {"en": "Approvals", "ar": "التأمين"},
|
|
|
"Allergies": {"en": "Allergies", "ar": "قائمة"},
|
|
|
"AllergiesSubtitle": {"en": "List", "ar": "الحساسية"},
|
|
|
"MyVaccines": {"en": "My Vaccines", "ar": "قائمة"},
|
|
|
"MyVaccinesSubtitle": {"en": "List", "ar": "تطعيماتي"},
|
|
|
"Medical": {"en": "Medical", "ar": "التقارير"},
|
|
|
"MedicalSubtitle": {"en": "Report", "ar": "الطبية"},
|
|
|
"Monthly": {"en": "Monthly", "ar": "التقارير"},
|
|
|
"MonthlySubtitle": {"en": "Report", "ar": "الشهرية"},
|
|
|
"Sick": {"en": "Sick", "ar": "الإجازات"},
|
|
|
"SickSubtitle": {"en": "Leaves", "ar": "المرضية"},
|
|
|
"MyBalance": {"en": "My Balance", "ar": "رصيد"},
|
|
|
"MyBalanceSubtitle": {"en": "Credit", "ar": "محفظتي"},
|
|
|
"PatientCall": {"en": "Patient Call", "ar": "النداء للموعد"},
|
|
|
"PatientCallSubtitle": {"en": "Service", "ar": "خدمة"},
|
|
|
"SmartWatches": {"en": "Smart Watches", "ar": "الساعات الذكية"},
|
|
|
"SmartWatchesSubtitle": {"en": "Pairing", "ar": "ربط بيانات"},
|
|
|
"MyTrackers": {"en": "My Trackers", "ar": "تتبع قراءاتي"},
|
|
|
"MyTrackersSubtitle": {"en": "Service", "ar": "الطبية"},
|
|
|
"AskYour": {"en": "Ask Your", "ar": "إسال طبيبك"},
|
|
|
"AskYourSubtitle": {"en": "Doctor", "ar": "خدمة"},
|
|
|
"Internet": {"en": "Internet", "ar": "الاتصال"},
|
|
|
"InternetSubtitle": {"en": "Pairing", "ar": "بالإنترنت"},
|
|
|
"Chatbot": {"en": "Chatbot", "ar": "شات بوت"},
|
|
|
"ChatbotSubtitle": {"en": "", "ar": ""},
|
|
|
"TimeLine": {"en": "Timeline", "ar": "الجدول الزمني"},
|
|
|
"LabOrders": {"en": "Lab Orders", "ar": "تحاليل المختبر"},
|
|
|
"BillNo": {"en": "Bill No:", "ar": "رقم الفاتورة"},
|
|
|
"Prescriptions": {"en": "Prescriptions", "ar": "الوصفات الطبية"},
|
|
|
"History": {"en": "History", "ar": "السجلات"},
|
|
|
"OrderNo": {"en": "Order No", "ar": "رقم الطلب"},
|
|
|
"OrderDetails": {"en": "Order Details", "ar": "تفاصيل الطلب"},
|
|
|
"DeliveryDriverTrack": {"en": "Driver Tracking", "ar": "تتبع السائق"},
|
|
|
"DeliveryLocation": {"en": "Delivery Location", "ar": "موقع التسليم"},
|
|
|
"Driver": {"en": "Driver", "ar": "السائق"},
|
|
|
"VitalSign": {"en": "Vital Sign", "ar": "العلامة حيوية"},
|
|
|
"MonthlyReports": {"en": "Monthly Reports", "ar": "تقارير شهرية"},
|
|
|
"km": {"en": "KMs:", "ar": "كم"},
|
|
|
"km_": {"en": "KM", "ar": "كم"},
|
|
|
"PatientHealthSummaryReport": {"en": "Patient Health Summary Report", "ar": " ملخص التقارير الشهرية"},
|
|
|
"ToViewTheTermsAndConditions": {"en": "To View the Terms and Conditions Report", "ar": " عرض الشروط والأحكام "},
|
|
|
"ClickHere": {"en": "Click here", "ar": "أنقر هنا"},
|
|
|
"IAgreeToTheTermsAndConditions": {"en": "I agree to the terms and conditions ", "ar": "موافق على الشروط والاحكام "},
|
|
|
"IAgreeToTheTermsAndConditionsSubtitle": {
|
|
|
"en": "I agree to the terms and conditions ",
|
|
|
"ar":
|
|
|
"هذا ملخص التقرير الصحي الشهري و الذي يسرد المؤشرات الصحية و نتائج التحاليل لأخر الزيارات. يرجى ملاحظة أن هذا التقرير يتم ارساله بشكل آلي من النظام و لا يعتبر رسمي و لا تؤخذ عليه أي قرارات طبية"
|
|
|
},
|
|
|
"Save": {"en": "Save", "ar": "حفظ "},
|
|
|
"UserAgreement": {"en": "User Agreement", "ar": "اتفاقية الخصوصية "},
|
|
|
"UpdateSuccessfully": {"en": "Update Successfully", "ar": "تم التحديث بنجاح"},
|
|
|
"CHECK_VACCINE_AVAILABILITY": {"en": "CHECK VACCINE AVAILABILITY", "ar": "التحقق من توفر اللقاح"},
|
|
|
"MyVaccinesAvailability": {"en": "MyVaccinesAvailability", "ar": "توفر لقاحي"},
|
|
|
"PaymentService": {"en": "Payment Service", "ar": "خدمة المدفوعات"},
|
|
|
"PaymentOnline": {"en": "Service", "ar": "الالكتروني"},
|
|
|
"OnlineCheckIn": {"en": "Online Check-In", "ar": "مدفوعات معلقة"},
|
|
|
"MyBalances": {"en": "My Balances", "ar": "رصيدي"},
|
|
|
"MyWallet": {"en": "My Wallet", "ar": "محفظتى"},
|
|
|
"BalanceAmount": {"en": "Wallet Amount", "ar": "مبلغ المحفظة"},
|
|
|
"TotalBalance": {"en": "Total Balance", "ar": "إجمالي الرصيد"},
|
|
|
"CreateAdvancedPayment": {"en": "Recharge Wallet", "ar": "شحن المحفظة"},
|
|
|
"AdvancePayment": {"en": "Advance Payment", "ar": "الدفع مقدما"},
|
|
|
"AdvancePaymentLabel": {"en": "You can create and add an Advanced Payment for your account or other accounts.", "ar": "يمكنك تحويل مبلغ لحسابك لدى المجموعة أو لحساب احد المراجعين"},
|
|
|
"FileNumber": {"en": "File Number", "ar": "رقم الملف"},
|
|
|
"Amount": {"en": "Amount *", "ar": "المبلغ *"},
|
|
|
"DepositorEmail": {"en": "Depositor Email *", "ar": "البريد الإلكتروني للمودع *"},
|
|
|
"Notes": {"en": "Notes", "ar": "ملاحظات"},
|
|
|
"SelectPatientName": {"en": "Select Patient Name", "ar": "اختر اسم المراجع"},
|
|
|
"SelectFamilyPatientName": {"en": "Family Members", "ar": "أفراد الأسرة"},
|
|
|
"SelectHospital": {"en": "Select Hospital", "ar": "اختر المستشفى"},
|
|
|
"selectCity": {"en": "Select City", "ar": "اختر المدينة"},
|
|
|
"city": {"en": "City", "ar": "مدينة"},
|
|
|
"distance": {"en": "Distance", "ar": "مسافه"},
|
|
|
"MyAccount": {"en": "My Account", "ar": "حسابي"},
|
|
|
"OtherAccount": {"en": "Other Account", "ar": "حساب آخر"},
|
|
|
"SelectBeneficiary": {"en": "Select Beneficiary", "ar": "حدد المستفيد"},
|
|
|
"ConfirmThePayment": {"en": "Confirm The Payment", "ar": "تأكيد عملية الدفع"},
|
|
|
"DepositorName": {"en": "Depositor Name", "ar": "اسم المودع *"},
|
|
|
"MobileNumber": {"en": "Mobile Number", "ar": "رقم الجوال"},
|
|
|
"phone-number": {"en": "Phone Number", "ar": "رقم الجوال"},
|
|
|
"country": {"en": "Country", "ar": "دولة"},
|
|
|
"Ok": {"en": "Ok", "ar": "موافق"},
|
|
|
"averageWaitingTime": {"en": "Average Waiting Time:", "ar": "متوسط وقت الانتظار:"},
|
|
|
"waitingTime": {"en": "Expected waiting time:", "ar": "وقت الانتظار المتوقع:"},
|
|
|
"WaterConsumedInWeek": {"en": "Water consumed in a week", "ar": "معدل شرب الماء خلال الاسبوع"},
|
|
|
"WaterConsumedInMonth": {"en": "Water consumed in a month", "ar": "معدل شرب الماء خلال الشهر"},
|
|
|
"TheVerificationCodeExpiresIn": {"en": "The Verification Code Expires in", "ar": "تنتهي صلاحية رمز التحقق في"},
|
|
|
"PleaseEnterTheVerificationCode": {"en": "Please enter the verification code send to", "ar": "الرجاء إدخال رمز التحقق المرسل إلى"},
|
|
|
"EyeMeasurements": {"en": "Eye Measurements", "ar": "قياسات النظر"},
|
|
|
"Measurements": {"en": "Measurements", "ar": "قياسات"},
|
|
|
"Classes": {"en": "Glasses", "ar": "نظارات"},
|
|
|
"ContactLens": {"en": "Contact Lens", "ar": "العدسات اللاصقة"},
|
|
|
"RightEye": {"en": "Right Eye", "ar": "العين اليمين"},
|
|
|
"Sphere": {"en": "Sphere", "ar": "القوة"},
|
|
|
"Cylinder": {"en": "Cylinder", "ar": "الدائرية"},
|
|
|
"Axis": {"en": "Axis", "ar": "المحاور"},
|
|
|
"Prism": {"en": "Prism", "ar": "موشور"},
|
|
|
"VA": {"en": "VA", "ar": "فرجينيا"},
|
|
|
"LeftEye": {"en": "Left Eye", "ar": "العين اليسرى"},
|
|
|
"Brand": {"en": "Brand", "ar": "النوع"},
|
|
|
"Power": {"en": "Power", "ar": "القوة"},
|
|
|
"Diameter": {"en": "Diameter", "ar": "القطر"},
|
|
|
"Remarks": {"en": "Remarks", "ar": "ملاحظات"},
|
|
|
"ActiveMedications": {"en": "Active Medications", "ar": "ادويتي النشطة"},
|
|
|
"ExpDate": {"en": "Active Exp Date :", "VA": "تاريخ الإنتهاء"},
|
|
|
"Route": {"en": "Route", "ar": "الطريقة"},
|
|
|
"Frequency": {"en": "Frequency", "ar": "المعدل"},
|
|
|
"DailyQuantity": {"en": "Daily Quantity :", "ar": "جرعات يومية"},
|
|
|
"AddReminder": {"en": "Add Reminder", "ar": "إضافة تذكير"},
|
|
|
"CancelReminder": {"en": "Cancel Reminder", "ar": "إلغاء تذكير"},
|
|
|
"reminderDes": {
|
|
|
"en": "Please select treatment start day and time to be notified when it\'s time to take the medicine",
|
|
|
"ar": "يرجى تحديد يوم بدء العلاج والوقت ليتم ارسال تنبيه عندما يحين الوقت لتناول الدواء"
|
|
|
},
|
|
|
"pleaseSelectAllQuestionToContinue": {"en": "Please answer all questions to continue...", "ar": "يرجى الإجابة على جميع الأسئلة للمتابعة..."},
|
|
|
"StartDay": {"en": "Start Day", "ar": "يوم البداية"},
|
|
|
"EndDay": {"en": "End Day", "ar": "يوم الانتهاء"},
|
|
|
"Days": {"en": "Days ", "ar": "أيام"},
|
|
|
"please-verify": {"en": "Please Verify ", "ar": "ارجوك تحقق"},
|
|
|
"ScheduleTime": {"en": "Schedule time", "ar": "الجدول الزمني"},
|
|
|
"AskDoctor": {"en": "Ask Doctor", "ar": "اسأل طبيبك"},
|
|
|
"DoctorResponses": {"en": "Doctor Responses", "ar": "ردود الأطباء"},
|
|
|
"New": {"en": "New", "ar": "جديد"},
|
|
|
"All": {"en": "All", "ar": "الكل"},
|
|
|
"dailyWater": {"en": "Daily Water Check", "ar": "فحص المياه اليومي"},
|
|
|
"QuestionHere": {"en": "Enter the question here...", "ar": "اضف الاستفسار هنا"},
|
|
|
"ViewDoctorResponses": {"en": "View Doctor Responses", "ar": "الاطلاع على ردود الأطباء"},
|
|
|
"ServiceInformationButton": {"en": "LOGIN / REGISTER", "ar": "دخول / تسجيل"},
|
|
|
"ServiceInformationTitle": {"en": "Service Information", "ar": "معلومات الخدمة"},
|
|
|
"ServiceInformation": {"en": "Service Information", "ar": "معلومات الخدمة"},
|
|
|
"HomeHealthCare": {"en": "Home Health Care", "ar": " الرعاية الصحية المنزلية "},
|
|
|
"noAppointmentAvailable": {"en": "No Available Appointments", "ar": "لا توجد مواعيد متاحة"},
|
|
|
"HomeHealthCareText": {
|
|
|
"en":
|
|
|
"This service provides a set of home health care services, continuous and comprehensive follow-up in their places of residence for those who cannot access health facilities, such as (laboratory analyzes - radiology - vaccinations - physical therapy), etc.",
|
|
|
"ar":
|
|
|
"توفر هذه الخدمة مجموعه من خدمات الرعايه الصحيه المنزلية و متابعه مستمره وشامله للذين لا يستطيعون الوصول للمنشات الصحيه في اماكن اقامتهم (التحاليل المخبرية – الاشعة – التطعيمات – العلاج الطبيعي) ... "
|
|
|
},
|
|
|
"LoginRegister": {"en": "Login/Register", "ar": "دخول / تسجيل"},
|
|
|
"OrderLog": {"en": "Order Log", "ar": " سجل الطلبات"},
|
|
|
"info-lab": {
|
|
|
"en": "This service allows you to view the results of all laboratory tests performed in Al Habib Medical Group as well as sending the report via e-mail.",
|
|
|
"ar": "خدمة نتائج المختبر: هذه الخدمة تمكنك من الاطلاع على نتائج جميع الفحوصات المخبرية التي تمت في مجموعة الحبيب الطبية."
|
|
|
},
|
|
|
"info-radiology": {
|
|
|
"en": "This service allows you to view the reports and photos of radiology in Al Habib Medical Group as well as send the report by e-mail.",
|
|
|
"ar": "خدمة الاشعة: هذه الخدمة تمكنك من الاطلاع على تقارير وصور الاشعة التي تمت في مجموعة الحبيب الطبية وكذلك ارسال التقرير عن طريق الايميل."
|
|
|
},
|
|
|
"noReviewsAvailable": {"en": "No Reviews Available", "ar": "لا يوجد تقييمات"},
|
|
|
"noLocationAvailable": {"en": "No Location Available", "ar": "لا يوجد موقع"},
|
|
|
"orders": {"en": "Orders", "ar": "الطلبات"},
|
|
|
"lakum": {"en": "Lakum", "ar": "برنامج لكم"},
|
|
|
"lakumMsg": {"en": "No Details of Points Are There", "ar": " لاتوجد تفاصيل عن النقاط"},
|
|
|
"lakumPoint": {"en": "Point", "ar": "نقطه"},
|
|
|
"wishlist": {"en": "Wishlist", "ar": "المفضلة"},
|
|
|
"products": {"en": "Products", "ar": "المنتجات"},
|
|
|
"reviews": {"en": "Reviews", "ar": "التقييمات"},
|
|
|
"brands": {"en": "Brands", "ar": "العلامات التجارية"},
|
|
|
"productDetails": {"en": "Product Details", "ar": "تفاصيل المنتج"},
|
|
|
"medicationRefill": {"en": "Medication Refill", "ar": "تعبئة الأدوية"},
|
|
|
"pillReminder": {"en": "Pill Reminder", "ar": "تذكير الأدويه"},
|
|
|
"shippingAddresses": {"en": "Shipping Addresses", "ar": "عناوين الشحن"},
|
|
|
"reachUs": {"en": "Reach Us", "ar": "الوصول لنا"},
|
|
|
"ourLocations": {"en": "Our Locations", "ar": "مواقعنا"},
|
|
|
"edit": {"en": "Edit", "ar": "تعديل"},
|
|
|
"whatsApp": {"en": "Whats App", "ar": " واتس اب"},
|
|
|
"phone": {"en": "Phone", "ar": " هاتف"},
|
|
|
"delete": {"en": "Delete", "ar": " حذف"},
|
|
|
"deleteAddress": {"en": "Are you sure want to delete", "ar": " هل انت متأكد تريد حذف هذا العنوان"},
|
|
|
"deletedAddres": {"en": "Address has been deleted", "ar": " تم حذف العنوان"},
|
|
|
"addAddress": {"en": "ADD A NEW ADDRESS", "ar": " اضافة عنوان جديد"},
|
|
|
"addNewAddress": {"en": "Add New Address", "ar": " اضافة عنوان جديد"},
|
|
|
"order": {"en": "My Order", "ar": " طلباتي"},
|
|
|
"delivered": {"en": "Delivered", "ar": " تم التوصيل"},
|
|
|
"pending": {"en": "Pending", "ar": " معلقة "},
|
|
|
"enterNameHere": {"en": "Enter Your Name", "ar": "أدخل أسمك"},
|
|
|
"processing": {"en": "Processing", "ar": " تحت المعالجة"},
|
|
|
"cancelled": {"en": "Cancelled", "ar": " ملغي"},
|
|
|
"writeReview": {"en": "Write Review", "ar": " اكتب تقييمك"},
|
|
|
"shareReview": {"en": "SHARE REVIEW", "ar": " اكتب تقييمك"},
|
|
|
"review": {"en": " reviews", "ar": "تقييمات"},
|
|
|
"viewMedicalFile": {"en": "View Details", "ar": "عرض الملف الطبي"},
|
|
|
"viewAllServices": {"en": "View All Services", "ar": "عرض جميع الخدمات"},
|
|
|
"medicalFile": {"en": "Medical File", "ar": "ملفي الطبي"},
|
|
|
"verified": {"en": "Verified", "ar": "تم التحقق"},
|
|
|
"checkup": {"en": "Checkup", "ar": "فحص"},
|
|
|
"hhcHome": {"en": "Home", "ar": "الرعاية"},
|
|
|
"refferal": {"en": "E-Refferal", "ar": "الإحالة الإلكترونية"},
|
|
|
"refferalTitle": {"en": "E-Refferal", "ar": "خدمات"},
|
|
|
"refferalSubTitle": {"en": "Service", "ar": "الإحالة الإلكترونية"},
|
|
|
"healthCare": {"en": "Health Care", "ar": "الصحية المنزلية"},
|
|
|
"emergency": {"en": "Emergency", "ar": "الطوارئ"},
|
|
|
"erservices": {"en": "Emergency", "ar": "الطوارئ"},
|
|
|
"services2": {"en": "Services", "ar": "خدمات"},
|
|
|
"cantSeeProfile": {"en": "To view your medical profile, please log in or register now", "ar": "لتصفح ملفك الطبي الرجاء تسجيل الدخول أو التسجيل الآن"},
|
|
|
"loginRegisterNow": {"en": "Login or Register Now", "ar": "تسجيل الدخول أو التسجيل الآن"},
|
|
|
"HMGPharmacy": {"en": "HMG Pharmacy", "ar": "صيدلية HMG"},
|
|
|
"ecommerceSolution": {"en": "Ecommerce Solution", "ar": "حل التجارة الإلكترونية"},
|
|
|
"comprehensive": {"en": "Comprehensive", "ar": "شامل"},
|
|
|
"onlineConsulting": {"en": "Online Consulting", "ar": "استشارات فورية عن بعد"},
|
|
|
"pendingOrder": {"en": " PENDING", "ar": " معلقة"},
|
|
|
"deliveredOrder": {"en": " DELIVERED", "ar": "تم التوصيل"},
|
|
|
"processingOrder": {"en": " PROCESSING", "ar": "قيد التنفيذ"},
|
|
|
"cancelledOrder": {"en": " CANCELLED", "ar": "ملغي"},
|
|
|
"compare": {"en": " Compare", "ar": "مقارنه"},
|
|
|
"medicationsRefill": {"en": " Medication Refill", "ar": "طلب أعادة صرف"},
|
|
|
"recommended": {"en": " Recommended for You", "ar": "موصى لك"},
|
|
|
"myPrescription": {"en": " My Prescriptions", "ar": "وصفاتي"},
|
|
|
"quantity": {"en": " QTY ", "ar": "الكمية"},
|
|
|
"reviewAppointment": {"en": " Review Appointment ", "ar": "مراجعة الموعد"},
|
|
|
"backMyAccount": {"en": "BACK TO MY ACCOUNT ", "ar": "الرجوع لحسابي الشخصي"},
|
|
|
"reviewSuccessful": {"en": "Review Successful", "ar": " تقييم ناجح"},
|
|
|
"reviewShared": {"en": "Your review has been shared on product review section", "ar": " تمت مشاركة تقييمك في قسم تقييم المنتج"},
|
|
|
"reviewComment": {"en": "Your reviews help other to choose better product", "ar": " تقييمك سوف يساعد الأخرين في اختيار المنتج الأفضل"},
|
|
|
"shippedMethod": {"en": "SHIP BY:", "ar": " الشحن بواسطة:"},
|
|
|
"orderDetail": {"en": "Order Details", "ar": " تفاصيل الطلب"},
|
|
|
"orderSummary": {"en": "Order Summary", "ar": " تفاصيل المنتج"},
|
|
|
"subtotal": {"en": "Subtotal", "ar": " المجموع الفرعي"},
|
|
|
"shipping": {"en": "Shipping", "ar": " الشحن"},
|
|
|
"shipBy": {"en": "SHIP BY:", "ar": "الشحن عن طريق:"},
|
|
|
"lakumPoints": {"en": "Lakum Points", "ar": "نقاط برنامج لكم"},
|
|
|
"useLakumPoints": {"en": "Use Lakum points", "ar": "استخدم برنامج لكم"},
|
|
|
"use": {"en": "USE", "ar": "استخدم"},
|
|
|
"proceedPay": {"en": "PROCEED TO PAY", "ar": "المتابعة للدفع"},
|
|
|
"vat": {"en": "VAT (15%)", "ar": "(15%) القيمة المضافة"},
|
|
|
"inclusiveVat": {"en": "(inclusive VAT)", "ar": "(شامل الضريبة)"},
|
|
|
"items": {"en": "item(s)", "ar": "عنصر"},
|
|
|
"checkOut": {"en": "CHECK OUT", "ar": "الدفع"},
|
|
|
"sar": {"en": "SAR", "ar": " ر.س "},
|
|
|
// "sar": {"en": "", "ar": " "},
|
|
|
"aed": {"en": "AED", "ar": "درهم"},
|
|
|
"payOnline": {"en": "PAY ONLINE", "ar": "اتمام عملية الدفع "},
|
|
|
"cancelOrder": {"en": "CANCEL ORDER", "ar": "الغاء الطلب "},
|
|
|
"confirmAddress": {"en": "CONFIRM ADDRESS ", "ar": " تأكيد العنوان "},
|
|
|
"confirmLocation": {"en": "CONFIRM LOCATION ", "ar": " تأكيد الموقع "},
|
|
|
"conditionsHMG": {"en": "Terms & Conditions ", "ar": "الشروط و الأحكام "},
|
|
|
"conditions": {"en": "Terms & Conditions of Lakum", "ar": "شروط واحكام برنامج لكم"},
|
|
|
"confirmDeleteMsg": {"en": "Are you sure! want to delete ", "ar": "هل انت متأكد من الحذف "},
|
|
|
"confirmDelete": {"en": "DELETE", "ar": "حذف"},
|
|
|
"confirmCancellation": {"en": "Are you sure! want to cancel this order ", "ar": "هل انت متأكد من حذف هذا المنتج "},
|
|
|
"orderNumber": {"en": "Order#: ", "ar": "الطلب: "},
|
|
|
"orderDate": {"en": "Date", "ar": "التاريخ:"},
|
|
|
"itemsNo": {"en": "items(s)", "ar": "عناصر"},
|
|
|
"noOrder": {"en": "You Don't have any orders.", "ar": "ليس لديك طلبات"},
|
|
|
"noResult": {"en": "No Result.", "ar": "لا يوجد نتائج"},
|
|
|
"nonRecommended": {"en": "No Recommended Products.", "ar": "لا يوجد منتجات"},
|
|
|
"TermsService": {"en": "Terms of Service", "ar": "شروط الخدمه"},
|
|
|
"Beforeusing": {"en": "Before using the checkup, please read Terms of Service.", "ar": "قبل استخدام الفحص ، يرجى قراءة شروط الخدمة"},
|
|
|
"accept": {"en": "I read and accept Terms of Service and Privacy Policy", "ar": "قرأت ووافقت على شروط الخدمة وسياسة الخصوصية"},
|
|
|
"data-safe-info": {"en": "Information that you provide is anonymous and not shared with anyone.", "ar": "المعلومات التي تقدمها لا تتم مشاركتها مع أي شخص"},
|
|
|
"data-safe": {"en": " Your data is safe.", "ar": "بياناتك آمنة"},
|
|
|
"informational": {"en": "Checkup is for informational purposes and is not a qualified medical opinion", "ar": "الفحص هو لأغراض معلوماتية وليس رأي طبي مؤهل"},
|
|
|
"not-use-in-emerbency": {"en": "Do not use in emergencies.", "ar": "لا تستخدم في حالات الطوارئ"},
|
|
|
"not-use-in-emerbency-details": {"en": "In case of health emergency, ", "ar": "في حالة الطوارئ اتصل بأقرب رقم للطوارئ على الفور"},
|
|
|
"not-use-in-emerbency-details-call": {"en": "call the nearest emergency number immediately", "ar": " اتصل بأقرب رقم للطوارئ على الفور"},
|
|
|
"check-diagnosis": {"en": "Checkup is not a diagnosis.", "ar": "الفحص ليس تشخيص."},
|
|
|
"remeberthat": {"en": "Remember that", "ar": "تذكر ذلك:"},
|
|
|
"loginToUseService": {"en": "You need to login to use this service", "ar": "هذة الخدمة تتطلب تسجيل الدخول"},
|
|
|
"offersAndPromotions": {"en": "OFFERS & SPECIAL PROMOTIONS", "ar": "العروض والترقيات الخاصة"},
|
|
|
"offers": {"en": "OFFERS", "ar": "العروض"},
|
|
|
"myPrescriptions": {"en": "MY PRESCRIPTIONS", "ar": "وصفاتي"},
|
|
|
"searchAndScanMedication": {"en": "SEARCH & SCAN FOR MEDICATION", "ar": "البحث والمسح للأدوية"},
|
|
|
"shopByBrands": {"en": "Shop by Brands", "ar": "تسوق حسب الماركات"},
|
|
|
"recentlyViewed": {"en": "Recently Viewed", "ar": "شوهدت مؤخرا"},
|
|
|
"bestSellers": {"en": "Best Seller", "ar": "الأكثر مبيعأ"},
|
|
|
"deleteAllItems": {"en": "Delete All Items", "ar": "حذف كافة العناصر"},
|
|
|
"total": {"en": "Total", "ar": "المجموع"},
|
|
|
"totalWithColonRight": {"en": "Total:", "ar": "المجموع"},
|
|
|
"selectAddress": {"en": "Select Address", "ar": "حدد العنوان"},
|
|
|
"shippingAddress": {"en": "SHIPPING ADDRESS", "ar": "عنوان الشحن"},
|
|
|
"changeAddress": {"en": "Change Address", "ar": "تغيير العنوان"},
|
|
|
"selectPaymentOption": {"en": "Select Payment Option", "ar": "حدد طريقة الدفع"},
|
|
|
"selectTamaraPlan": {"en": "Select Tamara Payment Plan", "ar": "حدد خطة الدفع تمارا"},
|
|
|
"changeMethod": {"en": "Change Method", "ar": "تغيير طريقة الدفع"},
|
|
|
"reviewOrder": {"en": "Review Order", "ar": "مراجعة الطلب"},
|
|
|
"active": {"en": "ACTIVE", "ar": "فعال"},
|
|
|
"inactive": {"en": "INACTIVE", "ar": "غير فعال"},
|
|
|
"balance": {"en": "BALANCE", "ar": "الحالي"},
|
|
|
"gained": {"en": "GAINED", "ar": "المكتسب"},
|
|
|
"consumed": {"en": "Consumed", "ar": "المستهلك"},
|
|
|
"transferred": {"en": "TRANSFERRED", "ar": "المحول"},
|
|
|
"RIYAL": {"en": "RIYAL", "ar": "ريال"},
|
|
|
"MEMBERSINCE": {"en": "MEMBER SINCE", "ar": "تاريخ العضوية"},
|
|
|
"IDENTIFICATION": {"en": "IDENTIFICATION", "ar": "رقم الهوية"},
|
|
|
"lakumMobile": {"en": "lakum Mobile", "ar": "رقم الجوال"},
|
|
|
"Waitinggained": {"en": "Waiting gained", "ar": " بأنتظار التفعيل"},
|
|
|
"Expired": {"en": "Expired", "ar": "منتهية الصلاحيه"},
|
|
|
"WillBeExpired": {"en": "Will Be Expired", "ar": "ستنتهي صلاحيتها"},
|
|
|
"LakumPoint": {"en": "Lakum Points", "ar": "نقاط لكم"},
|
|
|
"ActivateLAKUMAccount": {"en": "Activate LAKUM Account", "ar": "تفعيل لكم"},
|
|
|
"checkBeneficiary": {"en": "CHECK BENEFICIARY", "ar": "تحقق من المستفيد"},
|
|
|
"beneficiaryName": {"en": "Beneficiary Name", "ar": "اسم المستفيد"},
|
|
|
"accountActivation": {"en": "Account Activation", "ar": "تفعيل الحساب"},
|
|
|
"lakumTransfer": {"en": "Lakum Transfer", "ar": "تحويل نقاط لكم"},
|
|
|
"acceptLbl": {"en": "Accept", "ar": "موافق"},
|
|
|
"declineLbl": {"en": "Decline", "ar": "رفض"},
|
|
|
"select-gender": {"en": "Select Gender", "ar": "اختر الجنس"},
|
|
|
"i-am-a": {"en": "I am a ...", "ar": "أنا ..."},
|
|
|
"select-age": {"en": "Select Your Age", "ar": "حدد العمر"},
|
|
|
"select": {"en": "Select", "ar": "اختر"},
|
|
|
"i-am": {"en": "I am", "ar": "أنا"},
|
|
|
"years-old": {"en": "years old", "ar": "سنة"},
|
|
|
"drag-point": {"en": "Drag point to change your age", "ar": "اسحب لتغيير عمرك"},
|
|
|
"refine": {"en": "Refine", "ar": "تصفية"},
|
|
|
"subGroup": {"en": "Subgroup", "ar": "مجموعة فرعيه"},
|
|
|
"max": {"en": "Max", "ar": "اعلى"},
|
|
|
"compeleteOrderMsg": {"en": "Order has been placed successfully!!", "ar": "تم اتمام الطلب بنجاح"},
|
|
|
"addToCompareMsg": {"en": "You have added a product to the Compare list", "ar": "تمت الاضافه لقائمة المقارنه"},
|
|
|
"itInListMsg": {"en": "Item is already in the list", "ar": "المنتج موجود في القائمه"},
|
|
|
"compareListFull": {"en": "Your compare list is full", "ar": "قائمة المقارنة ممتلئه"},
|
|
|
"addQuantity": {"en": "You should add quantity", "ar": "اختر الكمية"},
|
|
|
"addToCartMsg": {"en": "You have added a product to the cart", "ar": "تمت اضافة المنتج بنجاح"},
|
|
|
"addToWishlistMsg": {"en": "You have added a product to the Wishlist", "ar": "تمت الاضافة لقائمة المفضله"},
|
|
|
"notifyMeMsg": {"en": "You will be notified when product available", "ar": "سيتم اخبارك في حال توفر المنتج"},
|
|
|
"removeFromWishlistMsg": {"en": "You have removed a product from the Wishlist", "ar": "تمت ازالة المنتج بنجاح"},
|
|
|
"min": {"en": "Min", "ar": "اقل"},
|
|
|
"reset": {"en": "Reset", "ar": "اعادة تعيين"},
|
|
|
"apply": {"en": "Apply", "ar": "تطبيق"},
|
|
|
"viewCategorise": {"en": "View All Categories", "ar": "عرض جميع الفئات"},
|
|
|
"viewSubCategorise": {"en": "View All Sub Categories", "ar": "عرض جميع الفئات الفرعيه"},
|
|
|
"categorise": {"en": "Categories", "ar": "الفئات"},
|
|
|
"wishList": {"en": "WishList", "ar": "المفضلة"},
|
|
|
"myAccount": {"en": "My Account", "ar": "حسابي"},
|
|
|
"cart": {"en": "Cart", "ar": "التسوق"},
|
|
|
"Alhabibapp": {"en": "Al Habib app", "ar": "تطبيق الحبيب"},
|
|
|
"searchProductHere": {"en": "Search Product here", "ar": "البحث عن منتج"},
|
|
|
"HHCNotAuthMsg": {
|
|
|
"en":
|
|
|
"This service provides a set of home health care services, continuous and comprehensive follow-up in their places of residence for those who cannot access health facilities, such as (laboratory analyzes - radiology - vaccinations - physical therapy), etc.",
|
|
|
"ar":
|
|
|
"توفر هذه الخدمة مجموعه من خدمات الرعايه الصحيه المنزلية و متابعه مستمره وشامله للذين لا يستطيعون الوصول للمنشات الصحيه في اماكن اقامتهم (التحاليل المخبرية – الاشعة – التطعيمات – العلاج الطبيعي) ..."
|
|
|
},
|
|
|
"email": {"en": "Email *", "ar": "البريد الالكتروني *"},
|
|
|
"Book": {"en": "Book", "ar": "حجز"},
|
|
|
"AppointmentLabel": {"en": "Appointment", "ar": "موعد"},
|
|
|
"BloodType": {"en": "Blood Type", "ar": "فصيلة الدم"},
|
|
|
"marital-status": {"en": "Marital status", "ar": "الحالة الإجتماعية"},
|
|
|
"general": {"en": "General", "ar": "عام"},
|
|
|
"profile": {"en": "Profile", "ar": "ملفي"},
|
|
|
"notifications": {"en": "Notifications", "ar": "إشعارات"},
|
|
|
"notificationDetails": {"en": "Notification Details", "ar": "تفاصيل الاشعار"},
|
|
|
"notificationDetailsa": {"en": "Notification Details", "ar": "تفاصيل الاشعار"},
|
|
|
"info-my-doctor-points": {
|
|
|
"en": [
|
|
|
"View the doctor's profile and qualifications.",
|
|
|
"View the doctor's schedule.",
|
|
|
"View details of your appointments with the selected doctor.",
|
|
|
"Book appointment with the doctor. ",
|
|
|
],
|
|
|
"ar": ["الاطلاع على معلومات الطبيب ومؤهلاته.", "الاطلاع على جدول الطبيب.", "الاطلاع على تفاصيل المواعيد التي تمت مع الطبيب.", "حجز موعد مع الطبيب."]
|
|
|
},
|
|
|
"info-my-doctor": {
|
|
|
"en": "This service allows you to see all the doctors you have visited in Al Habib Medical Group, and through this service:",
|
|
|
"ar": "خدمة اطبائي: هذه الخدمة تمكنك من الاطلاع على جميع الاطباء الذين قمت بزيارتهم في مجموعة الحبيب الطبية, كما تستطيع من خلال هذه الخدمة:"
|
|
|
},
|
|
|
"info-prescriptions": {
|
|
|
"en": "This service allows you to view all the medical prescriptions issued by Al Habib Medical Group, and through this service, you can:",
|
|
|
"ar": "خدمة الوصفات الطبية: هذه الخدمة تمكنك من الاطلاع على جميع الوصفات الطبية التي تم اصدارها في مجموعة الحبيب الطبية، كما تستطيع من خلال هذه الخدمة:"
|
|
|
},
|
|
|
"info-my-prescription-points": {
|
|
|
"en": [
|
|
|
"View the duration days.",
|
|
|
"View the frequency timing.",
|
|
|
"View the doctor's remarks.",
|
|
|
"Add a reminder to remind you when to take medicine doses.",
|
|
|
"Search in AlHabib Pharmacies about the branches where medicines are available, pharmacies locations and contact numbers.",
|
|
|
"Ordering and delivery medications online.",
|
|
|
"View the prices of the drug. ",
|
|
|
],
|
|
|
"ar": [
|
|
|
"الاطلاع على طريقة تناول العلاج.",
|
|
|
"الاطلاع على مدة تناول العلاج.",
|
|
|
"الاطلاع على ملاحظات الطبيب.",
|
|
|
"اضافة منبه للتذكير بموعد تناول جرعات الادوية.",
|
|
|
"البحث في صيدليات الحبيب عن الفروع التي يتوفر فيها العلاج وكذلك مواقع الصيدليات وارقام الاتصال. ",
|
|
|
"امكانية شراء وتوصيل العلاج عن طريق الانترنت.",
|
|
|
"الاطلاع على اسعار الادوية المصروفة."
|
|
|
]
|
|
|
},
|
|
|
"info-insurance-cards": {
|
|
|
"en": "This service allows you to view all the insurance cards that recorded during your visits to Al Habib Medical Group in addition to:",
|
|
|
"ar": "خدمة بطاقات التامين: هذه الخدمة تمكنك من الاطلاع على جميع بطاقات التامين والتي تم تسجيلها اثناء زياراتك لمجموعة الحبيب الطبية بالاضافة الى:"
|
|
|
},
|
|
|
"info-insurance-cards-points": {
|
|
|
"en": [
|
|
|
"Name of the insurance company.",
|
|
|
"Insurance category.",
|
|
|
"Insurance policy number.",
|
|
|
"The expiry date of insurance.",
|
|
|
"The status of the insurance card (active or inactive).",
|
|
|
"Details of the coverage, e.x the room category covered as well some cases covered by the insurance.",
|
|
|
],
|
|
|
"ar": [
|
|
|
"اسم شركة التامين.",
|
|
|
"فئة التامين.",
|
|
|
"رقم بوليصة التامين.",
|
|
|
"تاريخ انتهاء التامين.",
|
|
|
"حالة بطاقة التامين (فعالة او غير فعالة).",
|
|
|
"تفاصيل التامين، مثلاً: مستوى الغرفة التي يغطيها التامين وكذلك الحالات التي يغطيها التامين.",
|
|
|
]
|
|
|
},
|
|
|
"info-allergies": {
|
|
|
"en": "This service allows you to view all types of allergies recorded during your visits to Al Habib Medical Group.",
|
|
|
"ar": "خدمة الحساسية: هذه الخدمة تمكنك من الاطلاع على جميع انواع الحساسية التي تم تسجيلها خلال زياراتك في مجموعة الحبيب الطبية."
|
|
|
},
|
|
|
"sick-leaves": {"en": "Sick Leaves", "ar": "الاجازات المرضية"},
|
|
|
"info-sick-leaves": {
|
|
|
"en": "This service allows you to view all sick leaves that were taken in Al Habib Medical Group in addition to:",
|
|
|
"ar": "الاجازات المرضية: هذه الخدمة تمكنك من الاطلاع على جميع الاجازات المرضية والتي تم اصدارها في مجموعة الحبيب الطبية بالاضافة الى:"
|
|
|
},
|
|
|
"info-sick-leave-points": {
|
|
|
"en": [
|
|
|
"Doctor Name",
|
|
|
"Sick leave date ",
|
|
|
"Sick leave days",
|
|
|
"Branch that patient take the vaccination form.",
|
|
|
"Sending a report of vaccinations to the email. ",
|
|
|
],
|
|
|
"ar": ["اسم الطبيب", "تاريخ الاجازة.", "عدد ايام الاجازة.", "الفرع الذي تم اصدار الاجازة منه.", "ارسال نسخة مختومة من الاجازة الى البريد الالكتروني."]
|
|
|
},
|
|
|
"info-approvals": {
|
|
|
"en": "This service allows you to view all approvals requests that have been sent to the insurance companies in addition to:",
|
|
|
"ar": "خدمة الموافقات: هذه الخدمة تمكنك من الاطلاع على جميع طلبات الموافقات والتي تم ارسالها الى شركات التامين بالاضافة الى:"
|
|
|
},
|
|
|
"info-approval-points": {
|
|
|
"en": [
|
|
|
"View the total unused approvals.",
|
|
|
"Track the approvals status.",
|
|
|
],
|
|
|
"ar": [
|
|
|
"الاطلاع على اجمالي الموافقات الغير مستخدمة.",
|
|
|
"تتبع حالة الموافقة.",
|
|
|
]
|
|
|
},
|
|
|
"month-report": {"en": "Monthly Reports", "ar": "تقاريري الشهرية"},
|
|
|
"info-month-report": {
|
|
|
"en":
|
|
|
"Upon activation of this service, the system will send a monthly report automatically to the registered email which lists the vital signs and the results for the last visits made in AlHabib Medical Group.",
|
|
|
"ar": "خدمة التقارير الشهرية: عند تفعيل هذه الخدمة سيقوم النظام بارسال تقرير شهري بشكل آلي على الايميل المسجل والذي يسرد المؤشرات الحيوية ونتائج التحاليل لآخر زيارات تمت بمجموعة الحبيب الطبية."
|
|
|
},
|
|
|
"language-setting": {"en": "SMS, WhatsApp and Confirmation Calls Language", "ar": "لغة الرسائل القصيرة والواتس اب وتأكيد المكالمات"},
|
|
|
"alert": {"en": "Alerts", "ar": "التنبيهات"},
|
|
|
"email-alert": {"en": "Alert by Email", "ar": "استلام التنبيهات بالبريد الالكتروني"},
|
|
|
"sms-alert": {"en": "Alert by SMS", "ar": "استلام التنبيهات بالرسائل القصيرة"},
|
|
|
"contact-info": {"en": "Contact Information", "ar": "معلومات التواصل"},
|
|
|
"emrg-name": {"en": "Emergency Contact Name", "ar": "اسم للتواصل في حالة الطوارئ"},
|
|
|
"emrg-no": {"en": "Emergency Contact Number", "ar": "رقم للتواصل في حالة الطوارئ"},
|
|
|
"modes": {"en": "Modes", "ar": "الاوضاع"},
|
|
|
"vibration": {"en": "Vibration Touch Feedback", "ar": "الاهتزاز عند اللمس"},
|
|
|
"blind-modes": {"en": "Modes for Partially Blind", "ar": "تأثيرات لدعم ضعاف البصر"},
|
|
|
"invert-theme": {"en": "Invert", "ar": "ألوان سلبية"},
|
|
|
"off-theme": {"en": "Off", "ar": "إيقاف"},
|
|
|
"dim-theme": {"en": "Dim", "ar": "ضوء خافت"},
|
|
|
"bw-theme": {"en": "Black and White", "ar": "أبيض و أسود"},
|
|
|
"permissions": {"en": "Permission", "ar": "الصلاحيات"},
|
|
|
"camera-permission": {"en": "Camera", "ar": "الكاميرا"},
|
|
|
"location-permission": {"en": "Location", "ar": "تحديد المواقع"},
|
|
|
"needPrescription": {"en": "This product requires a prescription", "ar": " هذا المنتج يتطلب وصفة طبية"},
|
|
|
"outOfStockMsg": {"en": "You have added product which is out of stock now, Please remove that!", "ar": "لقد قمت بإضافة المنتج الذي نفذ من المخزون الآن. يرجى إزالة ذلك"},
|
|
|
"noArabicLetters": {"en": "It Is Not Allow to Use Arabic Letters", "ar": "غير مسموح باستخدام الحروف العربيه"},
|
|
|
"noOffersAvailable": {"en": "No Offers Available!", "ar": "لايوجد عروض حاليا"},
|
|
|
"accessibility": {"en": "Accessibility Mode", "ar": "وضع امكانية الوصول"},
|
|
|
"orderStatus": {"en": "Order Status", "ar": "حالة الطلب"},
|
|
|
"CancelOrder": {"en": "Cancel Order", "ar": "الغاء الطلب"},
|
|
|
"FindUs": {"en": "Find Us", "ar": "اين تجدنا"},
|
|
|
"Feedback": {"en": "Feedback", "ar": "رأيك يهمنا"},
|
|
|
"LiveChat": {"en": "Live Chat", "ar": "محادثة مباشرة"},
|
|
|
"Service": {"en": "Service", "ar": "خدمة"},
|
|
|
"HMGServiceLabel": {"en": "HMG Service", 'ar': 'خدمات الحبيب'},
|
|
|
"HealthWeatherIndicators": {"en": "Health Weather Indicators", 'ar': ' مؤشرات الطقس الصحية '},
|
|
|
"HealthTipsBasedOnCurrentWeather": {"en": "Health Tips Based On Current Weather", 'ar': ' نصائح صحية بناءاً على الطقس الحالي '},
|
|
|
"MoreDetails": {"en": "More details", "ar": " المزيد من التفاصيل "},
|
|
|
"SendCopy": {"en": "Send Copy", "ar": "ارسال نسخة"},
|
|
|
"ResendOrder": {"en": "Refill & Delivery", "ar": "إعادة صرف وتوصيل"},
|
|
|
"Ports": {"en": "Ports", "ar": "المنافذ"},
|
|
|
"Way": {"en": "Way", "ar": "الطريقة"},
|
|
|
"Average": {"en": "Average", "ar": "متوسط"},
|
|
|
"DailyDoses": {"en": "Daily Doses", "ar": "جرعات يومية"},
|
|
|
"Period": {"en": "Period", "ar": "الفترة"},
|
|
|
"duration": {"en": "Duration", "ar": "المدة"},
|
|
|
"cm": {"en": "CM", "ar": "سم"},
|
|
|
"ft": {"en": "ft", "ar": "قدم"},
|
|
|
"kg": {"en": "kg", "ar": "كجم"},
|
|
|
"lb": {"en": "lb", "ar": "رطل"},
|
|
|
"birth_date": {"en": "Birth Date", "ar": "تاريخ الميلاد"},
|
|
|
"date_of_birth": {"en": "Date of Birth", "ar": "تاريخ الولادة"},
|
|
|
"mass": {"en": "Mass", "ar": "كتلة"},
|
|
|
"temp-c": {"en": "°C", "ar": "°س"},
|
|
|
"bpm": {"en": "bpm", "ar": "نبضة"},
|
|
|
"respiration-signs": {"en": "Respiration", "ar": "تنفس"},
|
|
|
"sys-dias": {"en": "SBP/DBP", "ar": "إنقباض/إنبساط"},
|
|
|
"body": {"en": "Body Mass", "ar": "كتلة\nالجسم"},
|
|
|
"body_string": {"en": "Body", "ar": "الجسم"},
|
|
|
"face": {"en": "Face", "ar": "وجه"},
|
|
|
"retouch": {"en": "Retouch", "ar": "روتوش"},
|
|
|
"bikini": {"en": "Bikini", "ar": "بيكيني"},
|
|
|
"totalMinutes": {"en": "Total Minutes", "ar": "إجمالي الدقائق"},
|
|
|
"feedback": {"en": "Feedback", "ar": "رأيك يهمنا"},
|
|
|
"send": {"en": "Send", "ar": "أرسل"},
|
|
|
"status": {"en": "Status", "ar": "الحالة"},
|
|
|
"like-to-hear": {
|
|
|
"en": "We would love to hear the feedback, concerns on healthcare services and eServices experience. Please use the below form",
|
|
|
"ar": "يسعدنا سماع ملاحظاتك حول خدمات الرعاية الصحية والخدمات الإلكترونية. يرجى تعبئة الحقول المطلوبة"
|
|
|
},
|
|
|
"subject": {"en": "Subject", "ar": "الموضوع"},
|
|
|
"message": {"en": "Message", "ar": "رسالة"},
|
|
|
"empty-subject": {"en": "Please enter the subject", "ar": "يرجى ادخال الموضوع"},
|
|
|
"empty-message": {"en": "Please enter message", "ar": "يرجى ادخال الرسالة"},
|
|
|
"select-attachment": {"en": "Select Attachment", "ar": "إختر المرفق"},
|
|
|
"complain-appo": {"en": "Complaint for appointment", "ar": "شكوى على موعد"},
|
|
|
"complain-without-appo": {"en": "Complaint without appointment", "ar": "شكوى بدون موعد"},
|
|
|
"question": {"en": "Question", "ar": "سؤال"},
|
|
|
"message-type": {"en": "Message Type", "ar": "نوع الرسالة"},
|
|
|
"feedback-type": {"en": "Feedback Type", "ar": "نوع الرسالة"},
|
|
|
"compliment": {"en": "Appreciation", "ar": "تقدير"},
|
|
|
"suggestion": {"en": "Suggestion", "ar": "إقتراح"},
|
|
|
"your-feedback": {"en": "Your feedback was sent", "ar": "لقد تم ارسال اقتراحك شكرا لك"},
|
|
|
"select-part": {"en": "Please select the part that complain about", "ar": "يرجى تحديد الجزء الذي تشكو منه"},
|
|
|
"number": {"en": "Number", "ar": "الرقم"},
|
|
|
"not-classified": {"en": "Not classified", "ar": "غير محدد"},
|
|
|
"selectClinic": {"en": "Select Clinic", "ar": "اختر بالعيادة"},
|
|
|
"selectProject": {"en": "Select Hospital", "ar": " بحث المستشفى"},
|
|
|
"searchItemError": {"en": "Item name should be more than 3 character ", "ar": "يجب أن يكون الاسم المدخل أكثر من 3 أحرف"},
|
|
|
"YouCanFind": {"en": "You Can Find ", "ar": "باستطاعتك العثور على "},
|
|
|
"ItemInSearch": {"en": " Item in Search", "ar": " عنصر في البحث "},
|
|
|
"blood-donation": {"en": "Blood Donation", "ar": "التبرع بالدم"},
|
|
|
"blood-donation-info": {
|
|
|
"en": "Through this service, you can register your name as a blood donor where the blood bank in the Habib Medical Group will communicate you in case of need for blood type.",
|
|
|
"ar": "عن طريق هذه الخدمة تستطيع تسجيل اسمك كمتبرع بالدم حيث سيتم التواصل معك عن طريق بنك الدم في مجموعة الحبيب الطبية في حال الحاجة الى فصيلة الدم."
|
|
|
},
|
|
|
"blood-instruction": {"en": "Enter the required information, in order to register for Blood Donation Service", "ar": "ادخل المعلومات المطلوبة للتسجيل بخدمة التبرع بالدم"},
|
|
|
"view-terms": {"en": "To view the terms and conditions", "ar": "عرض الشروط والأحكام"},
|
|
|
"wantConnectHmgNetwork": {
|
|
|
"en": "Dear customer there is no internet access, do you want to connect with HMG network to use our app, make sure you are in range of HMG network",
|
|
|
"ar": "عزيز العميل لا يوجد اتصال بالإنترنت, هل تريد الاتصال بشبكة مستشفى د. سليمان الحبيب لاستخدام التطبيق. يجب عليك ان تكون في نطاق شبكة المستشفى"
|
|
|
},
|
|
|
"failedToAccessHmgServices": {"en": "Connected with HMG Network,\n\nBut failed to access HMG services", "ar": "Connected with HMG Network,\n\nBut failed to access HMG services"},
|
|
|
"offerAndPackages": {"en": "Offers and Packages", "ar": "العروض والباقات"},
|
|
|
"offerAndPackagesDetails": {"en": "This service allows you to view all HMG Offers:", "ar": "This service allows you to view all HMG Offers:"},
|
|
|
"InvoiceNo": {"en": "Invoice No", "ar": "رقم الفاتورة"},
|
|
|
"InvoiceDate": {"en": "Invoice Date", "ar": "تاريخ الفاتورة"},
|
|
|
"SpecialResult": {"en": " Special Result", "ar": "نتيجة خاصة"},
|
|
|
"GeneralResult": {"en": "General Result", "ar": "نتيجة عامة"},
|
|
|
"show-more-btn": {"en": "Flow Chart", "ar": "النتائج التراكمية"},
|
|
|
"view_flow_chart": {"en": "View Flowchart", "ar": "النتائج التراكمية"},
|
|
|
"value": {"en": "Value", "ar": "القيمة"},
|
|
|
"range": {"en": "Range", "ar": "المدى"},
|
|
|
"out-patient": {"en": "Out Patient", "ar": "عيادات خارجية"},
|
|
|
"in-patient": {"en": "In Patient", "ar": "تنويم"},
|
|
|
"report": {"en": "Radiology Report", "ar": "تقرير الاشعة"},
|
|
|
"open-rad": {"en": "Open Image", "ar": "فتح صور الاشعة"},
|
|
|
"send-copy": {"en": "Email the Report", "ar": "أرسل التقرير"},
|
|
|
"appoSurvey": {"en": "Survey", "ar": "الاستبيان"},
|
|
|
"appoSurveySubtitle": {"en": "Survey", "ar": "الاستبيان"},
|
|
|
"labResults": {"en": "Lab Results", "ar": "نتيجة المختبر"},
|
|
|
"doctorRating": {"en": "Doctor Rating", "ar": "تقييم الطبيب"},
|
|
|
"good": {"en": "Good", "ar": "جيد"},
|
|
|
"v-good": {"en": "Very Good", "ar": "جيد جدا"},
|
|
|
"excellent": {"en": "Excellent", "ar": "ممتاز"},
|
|
|
"average": {"en": "Average", "ar": "متوسط"},
|
|
|
"below-average": {"en": "Below Average", "ar": "أقل من المتوسط"},
|
|
|
"info-signs": {
|
|
|
"en": "This service allows you to view all vital signs were performed in the Habib Medical Group, e.x (height, weight, body mass index, heart rate, etc.) as well shows some statistics charts.",
|
|
|
"ar":
|
|
|
"خدمة المؤشرات الحيوية: هذه الخدمة تمكنك من الاطلاع على جميع المؤشرات الحيوية على سبيل المثال (الطول، الوزن، مؤشر كتلة الجسم، معدل نبضات القلب الخ.) التي تمت في مجموعة الحبيب الطبية وكذلك رسوم بيانية على مستوى المؤشر."
|
|
|
},
|
|
|
"info-advance-payment": {
|
|
|
"en": "This service designed so that you can deposit an amount in advance either in your account or in someone else's account with Al Habib Medical Group.",
|
|
|
"ar": "تم تصميم هذه الخدمة حتى تتمكن من دفع مبلغ مقدما او تحت الحساب سواء في حسابك او في حساب شخص اخر لدى مجموعة الحبيب الطبية."
|
|
|
},
|
|
|
"info-my-balance": {"en": "This service allows you to check your balance in all branchs", "ar": "هذه الخدمه تتيح لك الاطلاع رصيدك في كل الفروع"},
|
|
|
"er-contant": {
|
|
|
"en": "This service displays nearest branch among all the branches of Al Habib Medical Group based on your current location.",
|
|
|
"ar": "تعرض هذه الخدمة أقرب فرع من بين جميع فروع مجموعة الحبيب الطبية بناءً على موقعك الحالي."
|
|
|
},
|
|
|
"er": {"en": "ER", "ar": "الطوارىء"},
|
|
|
"transportation-Service": {"en": "Ambulance Request", "ar": "خدمات النقل الاسعافي"},
|
|
|
"info-ambulance": {
|
|
|
"en": "Through this service, you can request evacuation by ambulance, whether from home or to home, in addition to a set of other services",
|
|
|
"ar": "عن طريق هذه الخدمة يمكنك طلب اخلاء بواسطة سيارة اسعاف سواء من المزل او الى المنزل بالاضافة الى مجموعة من الخدمات الاخرى"
|
|
|
},
|
|
|
"RRT-transport-heading": {"en": "Select Transportation Method", "ar": "حدد طريقة النقل"},
|
|
|
"RRT-direction-heading": {"en": "Select Direction", "ar": "حدد الاتجاه"},
|
|
|
"RRT-way-heading": {"en": "Select Way", "ar": "حدد الطريق"},
|
|
|
"to-hospital": {"en": "To Hospital", "ar": "الى المستشفى"},
|
|
|
"from-hospital": {"en": "From Hospital", "ar": "من المستشفى"},
|
|
|
"one-direc": {"en": "One Way", "ar": "ذهاب"},
|
|
|
"two-direc": {"en": "Two Ways", "ar": "ذهاب وعودة"},
|
|
|
"pickup-location": {"en": "Pickup Location", "ar": "نقطة الانطلاق"},
|
|
|
"pickup-spot": {"en": "Pickup Spot", "ar": "نقطة اللقاء"},
|
|
|
"inside-home": {"en": "Inside Home", "ar": "داخل المنزل"},
|
|
|
"have-appo": {"en": "Do you have an appointment?", "ar": "هل لديك موعد ؟"},
|
|
|
"dropoff-location": {"en": "Dropoff Location", "ar": "نقطة الوصول"},
|
|
|
"select-all": {"en": "Please select all fields", "ar": "يرجى تحديد جميع الحقول"},
|
|
|
"select-map": {"en": "Select from Map", "ar": "حدد من الخريطة"},
|
|
|
"no-appointment": {"en": "You don't have any appointments yet", "ar": "ليس لديك أي مواعيد حتى الآن"},
|
|
|
"patient-share": {"en": "Amount before tax: ", "ar": "المبلغ قبل الضريبة:"},
|
|
|
"patient-share-tax": {"en": "Tax amount: ", "ar": "قيمة الضريبة:"},
|
|
|
"patient-share-total": {"en": "Total amount payable: ", "ar": "المبلغ الإجمالي المستحق:"},
|
|
|
"select-ambulate": {"en": "Select Ambulate", "ar": "بحاجة للتنقل بواسطة"},
|
|
|
"wheelchair": {"en": "Wheelchair", "ar": "كرسي متحرك"},
|
|
|
"walker": {"en": "Walker", "ar": "مشاية"},
|
|
|
"stretcher": {"en": "Stretcher", "ar": "نقالة"},
|
|
|
"none": {"en": "None", "ar": "لا شيء"},
|
|
|
"RRT-Summary": {"en": "Summary", "ar": "ملخص الطلب"},
|
|
|
"Rapid-Response-Team": {"en": "Rapid Response Team", "ar": "فريق الاستجابة السريع"},
|
|
|
"AmountBeforeTax": {"en": "Amount Before Tax:", "ar": "المبلغ قبل الضريبة:"},
|
|
|
"ApproximateServiceFee": {"en": "Service fee starting from", "ar": "تبدأ رسوم الخدمة من"},
|
|
|
"TaxAmount": {"en": "Tax Amount:", "ar": "مبلغ الضريبة:"},
|
|
|
"somethingWentWrongTryLater": {"en": "Sorry something went wrong please try again later", "ar": "نعتذر عن خدمتك يرجى المحاولة لاحقا"},
|
|
|
"TotalAmountPayable": {"en": "Total Amount Payable:", "ar": " إجمالي المبلغ المستحق:"},
|
|
|
"iAcceptTermsConditions": {"en": "I Accept the Terms and Conditions", "ar": "أوافق على الشروط والأحكام"},
|
|
|
"YouCanPayByTheFollowingOptions": {"en": "You can pay by the following options:", "ar": "يمكنك الدفع عن طريق الخيارات التالية:"},
|
|
|
"RRTDDetails": {
|
|
|
"en":
|
|
|
"The Rapid response team provides a comprehensive medical service for all sorts of urgent and stable cases of all ages, including adult and paediatric patients, the service is covered by a fully equipped and highly trained medical team capable of providing the best medical care at the patient’s home.",
|
|
|
"ar":
|
|
|
"فريق الاستجابة السريعة يقوم بتقديم رعاية صحية متكاملة لجميع الحالات الطارئة و المستقرة، الخدمة تشمل جميع الأعمار بما في ذلك حالات الأطفال، تشمل الخدمة إرسال فريق طبي كامل الجاهزية و على مستوى عالي من التدريب قادر على تقديم أفضل رعاية صحية من داخل المنزل."
|
|
|
},
|
|
|
"rrtService": {"en": "RRT Service", "ar": "خدمة RRT"},
|
|
|
"bill-amount": {"en": "Bill Amount", "ar": "مبلغ الفاتورة"},
|
|
|
"transport-method": {"en": "Transportation Method", "ar": "طريقة النقل"},
|
|
|
"directions": {"en": "Directions", "ar": "الاتجاهات"},
|
|
|
"info-my-appointments": {
|
|
|
"en": "This service allows you to see all the appointment you have visited in Al Habib Medical Group, and through this service:",
|
|
|
"ar": "خدمة مواعيدي: هذه الخدمة تمكنك من الاطلاع على جميع المواعيد التي قمت بزيارتهم في مجموعة الحبيب الطبية, كما تستطيع من خلال هذه الخدمة:"
|
|
|
},
|
|
|
"info-todo": {
|
|
|
"en": "This service is designed to enable you to have a quick link to the list of tasks that need to be done",
|
|
|
"ar": "هذه الخدمة تم تصميمها لتمكنك من الوصول الى رابط سريع لقائمة المهام التي يجب القيام بها"
|
|
|
},
|
|
|
"family-info": {
|
|
|
"en": "Through this service, you will be able to link your family medical files to your medical file so that you can manage their records by login to your medical file.",
|
|
|
"ar": "هذه الخدمة تم تصميمها لتتمكن من ربط الملفات الطبية للعائلة بملفك الطبي حتى تتمكن من إدارة سجلاتهم عن طريق تسجيل الدخول إلى ملفك الطبي."
|
|
|
},
|
|
|
"update-succ": {"en": "Successfully updated profile", "ar": "تم تحديث البيانات بنجاح"},
|
|
|
"dental-complains": {"en": "Symptoms", "ar": "الأعراض"},
|
|
|
"empty-result": {"en": "There is no search results found", "ar": "لايوجد نتائج"},
|
|
|
"no-booked-appointment": {"en": "No booked appointments", "ar": "لا يوجد مواعيد محجوزة"},
|
|
|
"no-confirmed-appointment": {"en": "No confirmed appointments", "ar": "لا توجد مواعيد مؤكدة"},
|
|
|
"no-arrived-appointment": {"en": "No arrived appointments", "ar": "لا يوجد مواعيد"},
|
|
|
"upcoming-empty": {"en": "You do not have any Todo actions yet.", "ar": "ليس لديك أي إجراءات الآن."},
|
|
|
"upcoming-timeLeft": {"en": "time left for appointment", "ar": "الوقت المتبقي للموعد"},
|
|
|
"covid-test-all-services": {"en": "Covid-19 Drive-Thru Test", "ar": "فحص كورونا من داخل السيارة"},
|
|
|
"pharmacy": {"en": "Pharmacy", "ar": "الصيدلية"},
|
|
|
"ereferral": {"en": "E-Referral", "ar": "طلب التحويل"},
|
|
|
"child-vaccine": {"en": "Child Vaccines", "ar": "تطعيمات الأطفال"},
|
|
|
"calculators": {"en": "Health Calculators", "ar": "الحاسبات الصحية"},
|
|
|
"converters": {"en": "Health Converter", "ar": "تحويل القياسات"},
|
|
|
"waterTracker": {"en": "Water Tracker", "ar": "حساب كمية الماء"},
|
|
|
"h2o": {"en": "H2O", "ar": "استهلاك"},
|
|
|
"v-tour": {"en": "Virtual Tour", "ar": "جولة إفتراضية"},
|
|
|
"hmg-news": {"en": "HMG News", "ar": "أخبار المجموعة"},
|
|
|
"blood-d": {"en": "Blood Donation", "ar": "تبرع بالدم"},
|
|
|
"symptomCheckerTitle": {"en": "Symptom Checker", "ar": "مدقق الأعراض"},
|
|
|
"latest-news": {"en": "Latest News", "ar": "أحدث الأخبار"},
|
|
|
"our-location": {"en": "Our Locations", "ar": "مواقعنا"},
|
|
|
"pharmacies": {"en": "Pharmacies", "ar": "الصيدليات"},
|
|
|
"hospitals": {"en": "Hospitals", "ar": "المستشفيات"},
|
|
|
"wallet": {"en": "Wallet", "ar": "محفظة نقود"},
|
|
|
"hmg": {"en": "Al Habib", "ar": "الحبيب"},
|
|
|
"requested": {"en": "Requested", "ar": "مطلوب"},
|
|
|
"ready": {"en": "Ready", "ar": "جاهز"},
|
|
|
"completed": {"en": "Completed", "ar": "مكتمل"},
|
|
|
"request-medical-report": {"en": "Request medical report", "ar": "طلب تقرير طبي"},
|
|
|
"insur-cards": {"en": "Insurance Cards", "ar": "بطاقات التأمين"},
|
|
|
'labResult': {"en": "Lab results", "ar": "نتائج التحاليل المخبرية"},
|
|
|
'details': {'en': 'Details', 'ar': 'التفاصيل'},
|
|
|
'graph-details': {'en': 'Graph Details', 'ar': 'التفاصيل الرسم البياني'},
|
|
|
"age": {"en": "Age", "ar": "العمر"},
|
|
|
"active-insurence": {"en": "Active", "ar": "نشطة"},
|
|
|
"not-active": {"en": "Not Active", "ar": "غير نشط"},
|
|
|
"card-detail": {"en": "Insurance Details", "ar": "منافعك التامينية"},
|
|
|
"Dr": {"en": "Dr. ", "ar": "الدكتور."},
|
|
|
"empty": {"en": "You do not have any records.", "ar": "ليس لديك أي سجلات"},
|
|
|
"last-visit": {"en": "How was your last visit with doctor?", "ar": "كيف تقيم زيارتك الأخيرة للطبيب؟"},
|
|
|
"tap-title": {"en": "Please rate the doctor", "ar": "يرجى تقييم الطبيب"},
|
|
|
"later": {"en": "Later", "ar": "لاحقاً"},
|
|
|
"sendSuc": {"en": "A copy has been sent to the email", "ar": "تم إرسال نسخة إلى البريد الإلكتروني"},
|
|
|
"instructions": {
|
|
|
"en": "You can now talk directly to the appointments department by chat or request a call back",
|
|
|
"ar": "يمكنك الان التحدث مباشرة مع قسم المواعيد عن طريق خدمة المحادثة النصية أو طلب معاودة الاتصال"
|
|
|
},
|
|
|
"instructions-pharmacies": {"en": "You can now talk directly to the pharmacist by chat or request a call back", "ar": "يمكنك الآن التحدث مباشرة إلى الصيدلي عن طريق الدردشة أو طلب معاودة الاتصال"},
|
|
|
"select-hospital": {"en": "Choose Hospital", "ar": "اختر المستشفىالمستشفى"},
|
|
|
"start": {"en": "Start", "ar": "ابدأ"},
|
|
|
"info-chat": {
|
|
|
"en": "This service allows you to chat with customer service directly without the need to call.",
|
|
|
"ar": "المحادثة المباشرة: هذه الخدمة تمكنك التحدث كتابياً مع خدمة العملاء مباشرة دون الحاجة الى الاتصال هاتفياً."
|
|
|
},
|
|
|
"last-appointment": {"en": "How was your appointment?", "ar": "كيف كان موعدك الطبي ؟"},
|
|
|
"rate-clinic": {"en": "Please rate the clinic", "ar": "يرجى تقييم العيادة"},
|
|
|
"fetch-data": {"en": "Fetch Data", "ar": "تحديث الان"},
|
|
|
"rate": {"en": "Rate", "ar": "تقييم"},
|
|
|
"send-email": {"en": "Send a copy of this report to the email", "ar": "أرسل نسخة من هذا التقرير إلى البريد الإلكتروني"},
|
|
|
"update-email-msg": {"en": "Email updated", "ar": "تم تحديث البريد الالكتروني"},
|
|
|
"update-email": {"en": "Update Email", "ar": "تحديث البريد الالكتروني"},
|
|
|
"booked-success": {"en": "The appointment has been successfully booked.", "ar": "لقد تم حجز الموعد بنجاح"},
|
|
|
"appo-reminder-select-option-30": {"en": "Before 30 Mins", "ar": "قبل 30 دقيقة"},
|
|
|
"appo-reminder-select-option-60": {"en": "Before 1 Hour", "ar": "قبل ساعة واحدة"},
|
|
|
"appo-reminder-select-option-90": {"en": "Before 1 Hour and 30 mins", "ar": "قبل ساعة و 30 دقيقة"},
|
|
|
"appo-reminder-select-option-120": {"en": "Before 2 Hours", "ar": "قبل ساعتين"},
|
|
|
"noDataAvailable": {"en": "No data available", "ar": " لا يوجد بيانات متاحة "},
|
|
|
"thename": {"en": "The Name", "ar": "الاسم"},
|
|
|
"noSearchResult": {"en": "No Search Result", "ar": "لا توجد نتيجة بحث"},
|
|
|
"selectFileSouse": {"en": "Select file souse", "ar": "حدد الملف"},
|
|
|
"gallery": {"en": "Gallery", "ar": "معرض الصور"},
|
|
|
"camera": {"en": "Camera", "ar": "كاميرا"},
|
|
|
"med-report": {"en": "Medical Reports", "ar": "التقارير الطبية"},
|
|
|
"new-med-report": {"en": "Requests", "ar": "الطلبات"},
|
|
|
"requestReport": {"en": "Request a report", "ar": "طلب تقرير"},
|
|
|
"confirm-msg-report": {"en": "Request for medical report?", "ar": "طلب تقرير طبي؟"},
|
|
|
"successSendReport": {"en": "The request has been submitted successfully", "ar": "تم تنفيذ طلبك بنجاح"},
|
|
|
"pulseTitle": {"en": "Heart rate", "ar": "معدل النبض بالدقيقة"},
|
|
|
"systolic-lng": {"en": "Systolic", "ar": "الإنقباض"},
|
|
|
"diastolic-lng": {"en": "Diastolic", "ar": "الإنبساط"},
|
|
|
"policy-holder": {"en": "Policy Holder", "ar": "حامل بطاقة التأمين"},
|
|
|
"policy-no": {"en": "Policy Number", "ar": "رقم السياسة"},
|
|
|
"agree": {"en": "I agree, this is the correct information", "ar": "موافق، هذه المعلومات صحيحة"},
|
|
|
"disagree": {"en": "No, this is not the correct information", "ar": "غير موافق، هذه المعلومات غير الصحيحة"},
|
|
|
"expiry-date": {"en": "Expiry Date", "ar": "تاريخ انتهاء الصلاحية"},
|
|
|
"class": {"en": "Class", "ar": "فئة"},
|
|
|
"offersdiscount": {"en": "Offers", "ar": "العروض"},
|
|
|
"explore": {"en": "Explore Now", "ar": "استكشف الآن"},
|
|
|
"approval": {"en": "Approval", "ar": "موافقة"},
|
|
|
"no-data": {"en": "No data found", "ar": "لاتوجد بيانات"},
|
|
|
"insurance-details": {"en": "Insurance Details", "ar": "تفاصيل التأمين"},
|
|
|
"nearest-hospital": {"en": "Nearest Hospital", "ar": "أقرب مستشفى"},
|
|
|
"submitReview": {"en": "Your review has been Submitted successfully", "ar": "تم إرسال التقييم بنجاح"},
|
|
|
"request-sent": {"en": "Request sent successfully", "ar": "تم إرسال الطلب بنجاح"},
|
|
|
"message-sent": {"en": "Message sent successfully", "ar": "تم إرسال الرسالة بنجاح"},
|
|
|
"sent-on": {"en": "Sent on", "ar": "أرسلت في"},
|
|
|
"attach-insurace-image": {"en": "Attach insurance card image", "ar": "إرفاق صورة بطاقة التأمين"},
|
|
|
"upload-without-image": {"en": "You can still submit, if you don't have Insurance Image", "ar": "لا يزال بإمكانك الإرسال ، إذا لم يكن لديك صورة تأمين"},
|
|
|
"info-insur-cards": {
|
|
|
"en": "This service allows you to view all the insurance cards that recorded during your visits to Al Habib Medical Group in addition to:",
|
|
|
"ar": "خدمة بطاقات التامين: هذه الخدمة تمكنك من الاطلاع على جميع بطاقات التامين والتي تم تسجيلها اثناء زياراتك لمجموعة الحبيب الطبية بالاضافة الى:"
|
|
|
},
|
|
|
"scan-now": {"en": "If you have a card/Document Scan now", "ar": "إذا كانت لديك بطاقة / مستند ارفقها الان"},
|
|
|
"liveCare": {"en": "Live Care", "ar": "لايف كير"},
|
|
|
"topBrands": {"en": "Top Brands", "ar": "اعلى العلامات التجارية"},
|
|
|
"notifyMe": {"en": "notify me", "ar": "اعلمني"},
|
|
|
"specification": {"en": "Specification", "ar": "تخصيص"},
|
|
|
"availability": {"en": "Availability", "ar": "متوفر في"},
|
|
|
"vaccination": {"en": "Vaccination", "ar": "جدول التطعيمات"},
|
|
|
"welcomeBack": {"en": "Welcome back", "ar": "مرحبا مرة أخرى"},
|
|
|
"quantitySize": {"en": "Quantity", "ar": "كميه"},
|
|
|
"addToCart": {"en": "Add to Cart", "ar": "إضف للسلة"},
|
|
|
"addToWishlist": {"en": "Add to Wishlist", "ar": "اضف للمفضلة"},
|
|
|
"removeFromWishlist": {"en": "Remove From Wishlist", "ar": "احذف للمفضلة"},
|
|
|
"noData": {"en": "There is no data", "ar": "لايوجد بيانات"},
|
|
|
"no_data": {"en": "No data", "ar": "لايوجد بيانات"},
|
|
|
"buyNow": {"en": "Buy Now", "ar": "إشتري الان"},
|
|
|
"quantityShortcut": {"en": "QTY", "ar": "كمية"},
|
|
|
"pharmacyServiceTermsCondition": {"en": "I agree with the terms of service and I adhere to them unconditionally", "ar": " موافق على شروط الخدمة وألتزم بها دون قيد أو شرط"},
|
|
|
"Year": {"en": "YEAR", "ar": "السنة"},
|
|
|
"Month": {"en": "MONTH", "ar": "الشهر"},
|
|
|
"point": {"en": "POINT", "ar": "النقاط"},
|
|
|
"riyal": {"en": "RIYAL", "ar": "الريال"},
|
|
|
"termOfService": {"en": "Terms of service", "ar": "شروط الخدمة"},
|
|
|
"shoppingCart": {"en": "Shopping Cart", "ar": "عربة التسوق"},
|
|
|
"add-child": {"en": "Add New Child", "ar": "اضافة طفل"},
|
|
|
"child-name": {"en": "Child Name", "ar": "اسم الطفل"},
|
|
|
"childDob": {"en": "Birth Date", "ar": "تاريخ الولادة"},
|
|
|
"deleted-child-mes": {"en": "The request was successful. The children have removed from the vaccination schedule subscription service.", "ar": "تم حذف الطفل بنجاح"},
|
|
|
"deleted-child": {"en": "Delete child", "ar": "إالغاء الطفل"},
|
|
|
"visit": {"en": "Visit", "ar": "زيارة"},
|
|
|
"referralStatus": {"en": "Referral Status", "ar": "حالة الإحالة"},
|
|
|
"referralDate": {"en": "Referral Date", "ar": "تاريخ الإحالة"},
|
|
|
"patientName": {"en": "Patient Name", "ar": "اسم المراجع"},
|
|
|
"referralNumber": {"en": "Referral Number", "ar": "رقم الإحالة"},
|
|
|
"requestID": {"en": "Req ID", "ar": " رقم الطلب"},
|
|
|
"OrderStatus": {"en": "Status", "ar": "الحاله"},
|
|
|
"pickupDate": {"en": "Pickup Date", "ar": "التاريخ"},
|
|
|
"serviceName": {"en": "Service Name", "ar": " اسم الخدمة"},
|
|
|
"orderLocation": {"en": "Location", "ar": "الموقع"},
|
|
|
"selectService": {"en": "Select Service", "ar": "حدد الخدمة"},
|
|
|
"coveredService": {"en": "Covered Services: ", "ar": " الخدمات المغطاة: "},
|
|
|
"selectedService": {"en": "Selected Services: ", "ar": " الخدمات المختارة: "},
|
|
|
"cancelOrderMsg": {"en": "Are you sure!! want to cancel this order", "ar": "هل ترغب في إلغاء هذا الطلب"},
|
|
|
"processDoneSuccessfully": {"en": "Process Done Successfully", "ar": "تمت العملية بنجاح"},
|
|
|
"selectHomeHealthCareServices": {"en": "Select Home Health Care Services", "ar": " حدد خدمات الرعاية الصحية المنزلية"},
|
|
|
"description-vaccination": {"en": "Description", "ar": "وصف"},
|
|
|
"due-date": {"en": "Due date", "ar": "تاريخ الاستحقاق"},
|
|
|
"valid-email": {"en": "Please enter valid email", "ar": "الرجاء إدخال بريد الكتروني صحيح"},
|
|
|
"confirm-send": {"en": "Send the child's schedule to the email?", "ar": "ارسال جدول التطعيمات الى بريدك الالكتروني؟"},
|
|
|
"email-success": {"en": " The request was successful. You will receive the Schedule in moments.", "ar": "تم ارسال جدول التطعيمات "},
|
|
|
"add-instructions": {"en": "Add the child's information below to recieve the schedule of vaccinations.", "ar": "أضف معلومات الطفل لاستلام جدول التطعيمات"},
|
|
|
"added-child": {"en": "The request was successful. You have added a child to the vaccination schedule subscription service.", "ar": "تمت الاضافة بنجاح."},
|
|
|
"appUpdate": {"en": "UPDATE THE APP", "ar": "تحديث التطبيق"},
|
|
|
"ereferralSaveSuccess": {
|
|
|
"en": "The referral request has been submitted successfully, you will be contacted ASAP to complete the process.",
|
|
|
"ar": " تم إرسال طلب الإحالة بنجاح ، وسيتم الاتصال بك في أسرع وقت ممكن لإكمال العملية."
|
|
|
},
|
|
|
"help": {"en": "Help", "ar": "مساعدة"},
|
|
|
"habibRobotText": {
|
|
|
"en": "Hi, this is HABIB, your personal assistant. I'm here to assist you by voice commands. How can I help?",
|
|
|
"ar": "مرحباً ، معك حبيب مساعدك الشخصي. أنا هنا لمساعدتك بالأوامر الصوتية."
|
|
|
},
|
|
|
"updated-email": {"en": "Updated email successfully", "ar": "تم تحديث البريد الالكتروني"},
|
|
|
"view-list-children": {"en": "View List of Children", "ar": "عرض قائمة الأطفال"},
|
|
|
"covidTest": {"en": "COVID-19", "ar": "فحص"},
|
|
|
"driveThru": {"en": "Test", "ar": "كورونا"},
|
|
|
"trackDeliveryDriver": {"en": "Track Delivery Driver", "ar": "تتبع السائق"},
|
|
|
"NearestErDesc": {
|
|
|
"en": "This service Displays nearest branch among all the branches of All Habib medical Group based on your current Location",
|
|
|
"ar": "تعرض هذه الخدمة أقرب فرع من بين جميع فروع مجموعة الحبيب الطبية بناءً على موقعك الحالي."
|
|
|
},
|
|
|
"NearestEr": {"en": "Nearest ER", "ar": "اقرب طوارئ"},
|
|
|
"infoCMC": {
|
|
|
"en": "Through this service, you can request a set of tests that help you and your doctor to understand the current health condition and then identify potential risks.",
|
|
|
"ar": "من خلال هذه الخدمة يمكنك طلب مجموعة من الفحوصات التي تساعدك وتساعد طبيبك في فهم حالتك الصحية الحالية ومن ثم تحديد المخاطر المحتملة"
|
|
|
},
|
|
|
"instructionAgree": {
|
|
|
"en":
|
|
|
"This monthly Health Summary Report reflects the health indicators and analysis results of the latest visits. Please note that this will be sent automatically from the system and it's not considered as an official report so no medical decisions should be taken based on it.",
|
|
|
"ar":
|
|
|
"هذا ملخص التقرير الصحي الشهري و الذي يسرد المؤشرات الصحية و نتائج التحاليل لأخر الزيارات. يرجى ملاحظة أن هذا التقرير هو تقرير يتم ارساله بشكل آلي من النظام و لا يعتبر رسمي و لا تؤخذ عليه أي قرارات طبية"
|
|
|
},
|
|
|
"reqId": {"en": "Request ID:", "ar": " رقم الطلب"},
|
|
|
"RRT-orders-log": {"en": "Orders Log", "ar": "سجل الطلبات"},
|
|
|
"blood-sugar": {"en": "Blood Sugar", "ar": "سكر الدم"},
|
|
|
"covid19_driveThrueTest": {"en": "'Covid-19- Drive-Thru Test'", "ar": " الفحص من داخل السيارة"},
|
|
|
"E-Referral": {"en": "'E-Referral'", "ar": "الإحالة الإلكترونية"},
|
|
|
"childName": {"en": "'CHILD NAME'", "ar": "إسم الطفل"},
|
|
|
"recordDeleted": {"en": "'Record Deleted'", "ar": "تم حذف السجل"},
|
|
|
"msg_email_address_up_to_date": {
|
|
|
"en": "Please ensure that the email address is up-to-date and proceed to view the schedule.",
|
|
|
"ar": " يرجى التأكد من تحديث عنوان البريد الإلكتروني والمتابعة لعرض الجدول"
|
|
|
},
|
|
|
"add-new-child": {"en": "ADD NEW CHILD", "ar": "إضافة طفل جديد"},
|
|
|
"send-child-email-msg": {"en": "Send the child's schedule to the email", "ar": "أرسل جدول التطعيمات إلى البريد الإلكتروني"},
|
|
|
"vaccination-add-child-msg": {"en": "Add the child's information below to receive the schedule of vaccinations.", "ar": "أضف معلومات الطفل أدناه للحصول على جدول التطعيمات."},
|
|
|
"child_added_successfully": {"en": "Child added successfully", "ar": "تمت إضافة الطفل بنجاح"},
|
|
|
"bloodSugar": {"en": "Blood", "ar": "السكر في الدم"},
|
|
|
"sugar": {"en": "Sugar", "ar": "السكر"},
|
|
|
"bloodCholesterol": {"en": "Blood", "ar": " الكولسترول في الدم"},
|
|
|
"cholesterol": {"en": "Cholesterol", "ar": " الكولسترول"},
|
|
|
"triglycerides": {"en": "Triglycerides", "ar": "الدهون الثلاثية"},
|
|
|
"fatInBlood": {"en": "Fat in Blood", "ar": ""},
|
|
|
"convertFrom": {"en": "Convert from", "ar": "تحويل من"},
|
|
|
"calculate": {"en": "Calculate", "ar": "احسب"},
|
|
|
"enterReadingValue": {"en": "Enter the reading value", "ar": "ادخل القيمة"},
|
|
|
"result": {"en": "Result", "ar": "النتيجة"},
|
|
|
"sort": {"en": "Sort", "ar": "فرز"},
|
|
|
"bloodSugarConversion": {"en": "Blood Sugar Conversion", "ar": "السكر في الدم"},
|
|
|
"convertBloodSugarStatement": {
|
|
|
"en": "Convert blood sugar/glucose from mmol/l (UK standard) to mg/dlt (US standard) and vice versa.",
|
|
|
"ar": "تحويل مستوى السكر في الدم من مليمول/ لتر (مقياس المملكة المتحدة) الى ملغ/ ديسيلتر (مقياس الولايات المتحدة) والعكس"
|
|
|
},
|
|
|
"convertCholesterolStatement": {
|
|
|
"en": "Convert blood cholesterol from mmol/l to mg/dlt and vice versa.",
|
|
|
"ar": "تحويل مستوى الكولسترول في الدم من مليمول/ لتر (مقياس المملكة المتحدة) الى ملغ/ ديسيلتر (مقياس الولايات المتحدة) والعكس"
|
|
|
},
|
|
|
"triglyceridesConvertStatement": {
|
|
|
"en": "Convert Triglycerides from mmol/l to mg/dlt and vice versa.",
|
|
|
"ar": "تحويل مستوى الدهون الثلاثية في الدم من مليمول/ لتر (مقياس المملكة المتحدة) الى ملغ/ ديسيلتر (مقياس الولايات المتحدة) والعكس"
|
|
|
},
|
|
|
"my-tracker": {"en": "My Tracker", "ar": "قراءاتي"},
|
|
|
"weekly": {"en": "Weekly", "ar": "أسبوعي"},
|
|
|
"monthly": {"en": "Monthly", "ar": "شهري"},
|
|
|
"yearly": {"en": "Yearly", "ar": "سنوي"},
|
|
|
"measured": {"en": "Measured", "ar": "قياس"},
|
|
|
"sugar-add": {"en": "Enter Blood Sugar Value", "ar": "أدخل قيمة قراءة السكر"},
|
|
|
"other": {"en": "Other", "ar": "آخر"},
|
|
|
"measure-unit": {"en": "Measure unit", "ar": "وحدة القياس"},
|
|
|
"measure-time": {"en": "Measure time", "ar": "وقت القياس"},
|
|
|
"update": {"en": "Update", "ar": "تحديث"},
|
|
|
"bloodD-enter-desc": {"en": "Enter the required information, in order to register for Blood Donation Service", "ar": "أدخل المعلومات المطلوبة ، للتسجيل في خدمة التبرع بالدم"},
|
|
|
"viewTermsConditions": {"en": "To view the terms and conditions", "ar": "لعرض الشروط والأحكام"},
|
|
|
"WalkinAppo": {"en": "Hospital Visit Appointment", "ar": "موعد زيارة للمستشفى"},
|
|
|
"videoAppo": {"en": "Video Call Appointment", "ar": "موعد اتصال فيديو"},
|
|
|
"generalHealth": {"en": "General Health", "ar": "صحة عامة"},
|
|
|
"womanHealth": {"en": "Women's Health", "ar": "صحة المرأة"},
|
|
|
"bmi": {"en": "BMI", "ar": "الكتلة"},
|
|
|
"bloodType": {"en": "Blood Type:", "ar": "فصيلة الدم"},
|
|
|
"calc-health": {"en": "Calculators", "ar": "الصحية"},
|
|
|
"calories": {"en": "Calories", "ar": "سعرات"},
|
|
|
"bmr": {"en": "BMR", "ar": "معدل الأيض القاعدي"},
|
|
|
"idealBody": {"en": "Ideal Body", "ar": "الجسم المثالي"},
|
|
|
"body_word": {"en": "Body", "ar": "الجسم"},
|
|
|
"fat": {"en": "Fat", "ar": "دهون"},
|
|
|
"carbohydrate": {"en": "Carbohydrate", "ar": "كربوهيدرات"},
|
|
|
"proteinFat": {"en": "Protein Fat", "ar": "دهون البروتين"},
|
|
|
"ovulation": {"en": "Ovulation", "ar": "الإباضة"},
|
|
|
"delivery": {"en": "Delivery", "ar": "الولادة"},
|
|
|
"bmiCalcDesc": {
|
|
|
"en": "Calculate the BMI value and weight status to identify the healthy weight. Not appropriate for children and women who are pregnant or breastfeeding",
|
|
|
"ar": "احسب قيمة مؤشر كتلة الجسم وحالة الوزن لتحديد الوزن الصحي. غير مناسب للأطفال والنساء الحوامل أو المرضعات"
|
|
|
},
|
|
|
"selectUnit": {"en": "Select Unit", "ar": "اختر الوحدة"},
|
|
|
"feet": {"en": "Feet", "ar": "قدم"},
|
|
|
"pound": {"en": "Pound", "ar": "رطل"},
|
|
|
"seeListOfDoctor": {"en": "See List of Doctors", "ar": "انظر قائمة الأطباء"},
|
|
|
"obese": {"en": "Obese", "ar": "سمين"},
|
|
|
"overWeight": {"en": "OverWeight", "ar": "وزن زائد"},
|
|
|
"healthy": {"en": "Healthy", "ar": "صحي"},
|
|
|
"underWeight": {"en": "UnderWeight", "ar": "وزن ناقص"},
|
|
|
"bmiCalcMsgObese": {
|
|
|
"en":
|
|
|
"A BMI of over 30 indicates that are heavily overweight. Health may be at risk if not lose weight. Recommended talking to a doctor or a dietician for advice. To book an appointment, click below to get started.",
|
|
|
"ar":
|
|
|
"يشير مؤشر كتلة الجسم الذي يزيد عن 30 إلى زيادة الوزن بشكل كبير. قد تكون الصحة في خطر إذا لم تفقد الوزن. يوصى بالتحدث إلى الطبيب أو أخصائي التغذية للحصول على المشورة. لحجز موعد ، انقر أدناه للبدء."
|
|
|
},
|
|
|
"bmiCalcMsgOverweight": {
|
|
|
"en":
|
|
|
'A BMI of 25 - 30 indicates that are slightly overweight. May be advised to lose some weight for health reasons. Recommended talking to a doctor or a dietician for advice. To book an appointment, click below to get ',
|
|
|
"ar":
|
|
|
"يشير مؤشر كتلة الجسم من 25 إلى 30 إلى زيادة الوزن قليلاً. قد ينصح بفقدان بعض الوزن لأسباب صحية. يوصى بالتحدث إلى الطبيب أو أخصائي التغذية للحصول على المشورة. لحجز موعد ، انقر أدناه للحصول على"
|
|
|
},
|
|
|
"bmiCalcMsgHealthy": {
|
|
|
"en":
|
|
|
"A BMI of 18.5 - 25 indicates that are at a healthy weight for the height. By maintaining a healthy weight, lower the risk of developing severe health problems. To book an appointment, click below to get started.",
|
|
|
"ar": "يشير مؤشر كتلة الجسم من 18.5 - 25 إلى وزن صحي بالنسبة للطول. بالحفاظ على وزن صحي ، قلل من خطر الإصابة بمشاكل صحية خطيرة. لحجز موعد ، انقر أدناه للبدء."
|
|
|
},
|
|
|
"bmiCalcMsgUnderWeight": {
|
|
|
"en":
|
|
|
"A BMI of less than 18.5 indicates that are underweight, so may need to put on some weight. Recommended talking to a doctor or a dietician for advice. To book an appointment, click below to get started.",
|
|
|
"ar":
|
|
|
"يشير مؤشر كتلة الجسم الذي يقل عن 18.5 إلى أنك تعاني من نقص الوزن ، لذلك قد تحتاج إلى زيادة الوزن. يوصى بالتحدث إلى الطبيب أو أخصائي التغذية للحصول على المشورة. لحجز موعد ، انقر أدناه للبدء."
|
|
|
},
|
|
|
"bariatrics": {"en": "Bariatrics", "ar": " أمراض السمنة"},
|
|
|
"bariatricsHeaderMsg": {
|
|
|
"en": "Choose one of the following symptoms to show the right doctors or choose a consultation to show all",
|
|
|
"ar": "اختر أحد الأعراض التالية لتظهر للأطباء المناسبين أو اختر استشارة لإظهار الكل"
|
|
|
},
|
|
|
"continue": {"en": "Continue", "ar": "إستمرار"},
|
|
|
"skip": {"en": "SKIP", "ar": "تخطى"},
|
|
|
"calorieCalcDesc": {
|
|
|
"en": "Calculates daily calorie intake based on several factors, like height, weight, age, gender and daily physical activity ",
|
|
|
"ar": "يحسب السعرات الحرارية اليومية بناءً على عدة عوامل ، مثل الطول والوزن والعمر والجنس والنشاط البدني اليومي"
|
|
|
},
|
|
|
"age11_120_years": {"en": "The Age (11 - 120) yrs", "ar": "العمر (11 - 120) سنة"},
|
|
|
"weight-add": {"en": "Enter Weight Value", "ar": "أدخل الوزن "},
|
|
|
"systolic-add": {"en": "Enter Systolic Value", "ar": "أدخل قيمة الإنقباض "},
|
|
|
"diastolic-add": {"en": "Enter Diastolic Value", "ar": "أدخل قيمة الإنبساط "},
|
|
|
"cmc-heading": {"en": "Comprehensive Medical Checkup", "ar": "فحص طبي شامل"},
|
|
|
"today": {"en": "Today", "ar": "اليوم"},
|
|
|
"week": {"en": "Week", "ar": "أسبوع"},
|
|
|
"month": {"en": "Month", "ar": "شهر"},
|
|
|
"enter_detail_below": {"en": "Enter the details below", "ar": "أدخل التفاصيل أدناه"},
|
|
|
"h2o-amount-of-water": {"en": "Enter the amount of water:", "ar": "ادخل كمية الماء:"},
|
|
|
"update-user": {"en": "Update Information", "ar": "تحديث بيانات"},
|
|
|
"editname": {"en": "Enter the name here", "ar": "أدخل الاسم هنا"},
|
|
|
"activity-level": {"en": "Activity Level", "ar": "مستوى النشاط"},
|
|
|
"light-active": {"en": "Lightly Active", "ar": " قليل النشاط"},
|
|
|
"mod-active": {"en": "Moderately Active", "ar": "متوسط النشاط"},
|
|
|
"reminder-label": {"en": "Activate the reminder of drink water?", "ar": "تفعيل خاصية تذكير شرب الماء؟"},
|
|
|
"reminder-times-label": {"en": "How many times do you want to be reminded?", "ar": "عدد مرات التذكير"},
|
|
|
"times": {"en": "Times", "ar": "مرات"},
|
|
|
"WaterCalculate": {"en": "Save", "ar": "حفظ"},
|
|
|
"notif-title": {"en": "Water Reminder", "ar": "تذكير"},
|
|
|
"notif-text": {"en": " Don't forget to drink water.", "ar": "لا تنسى شرب الماء"},
|
|
|
"custom": {"en": "Custom", "ar": "مخصص"},
|
|
|
"undo": {"en": "Undo", "ar": "تراجع"},
|
|
|
"drinking": {"en": "Drinkning", "ar": "الشرب"},
|
|
|
"remaining": {"en": "Remaining", "ar": "المتبقي"},
|
|
|
"addCustomAmount": {"en": "Add Custom Amount", "ar": "إضافة كمية محددة"},
|
|
|
"left": {"en": "Left", "ar": "المتبقي"},
|
|
|
"taken": {"en": "Taken", "ar": " مأخوذ"},
|
|
|
"ml": {"en": "ML", "ar": "مل"},
|
|
|
"mililitre": {"en": "Mililitre (ml)", "ar": "مليلتر (مل)"},
|
|
|
"l": {"en": "L", "ar": "لتر"},
|
|
|
"litre": {"en": "Litre (l)", "ar": "لتر (لتر)"},
|
|
|
"custom-label": {"en": "Enter amount", "ar": "أدخل كمية الماء"},
|
|
|
"custom-label-in-litres": {"en": "Enter amount in liters", "ar": "أدخل الكمية باللتر"},
|
|
|
"custom-label-in-mililitres": {"en": "Enter amount in millilitres", "ar": "أدخل الكمية بالملليتر"},
|
|
|
"amount": {"en": "Amount", "ar": "الكمية"},
|
|
|
"target-reach": {"en": "You have reached the target for the day!", "ar": "لقد حققت هدفك اليومي! مبروك"},
|
|
|
"week-header": {"en": "Water consumed in a week", "ar": "معدل شرب الماء خلال الاسبوع"},
|
|
|
"month-header": {"en": "Water consumed in a month", "ar": "معدل شرب الماء خلال الشهر"},
|
|
|
"notif-permission-title": {"en": "Could not set the water reminders", "ar": "لا يمكن ضبط اشعار شرب الماء"},
|
|
|
"notif-permission-msg": {"en": "To recieve water reminders, please turn on notifications in the system settings", "ar": "الرجاء تفعيل الاشعارات في الاعدادات"},
|
|
|
"verification_message_code": {"en": "Please enter verification code", "ar": "الرجاء إدخال رمز التحقق"},
|
|
|
"select-location": {"en": "Select Location *", "ar": "اختر الموقع *"},
|
|
|
"result-header": {"en": "Get the result in Few Hours", "ar": "احصل على النتيجة خلال عدة ساعات"},
|
|
|
"please_select_gender": {"en": "Please select gender", "ar": "يرجى تحديد الجنس"},
|
|
|
"covid-info": {
|
|
|
"en":
|
|
|
"Dr. Sulaiman Al Habib hospitals are conducting a test for the emerging corona virus and issuing travel certificates 24/7 in a short time and with high accuracy. Those wishing to benefit from this service can visit one of Dr. Sulaiman Al Habib branches to conduct a corona test within few minutes, and obtain the result within several hours. Corona Virus Covid 19 testing service with PCR technology to detect the virus according to the highest international standards and with the latest high-precision RT-PCR devices (American GeneXpert and others), That is approved by the Food and Drug Authority as well as by the Saudi Center for Infectious Diseases Prevention.",
|
|
|
"ar":
|
|
|
"تجري مستشفيات د. سليمان الحبيب فحص فيروس كورونا المستجد وتصدر شهادات السفر على مدار الساعة، طوال أيام الأسبوع، وبسرعة ودقة عالية. يمكن للراغبين في الاستفادة من هذه الخدمة زيارة أحد فروع مستشفيات د. سليمان الحبيب وإجراء فحص كورونا خلال بضع دقائق والحصول على النتائج خلال عدة ساعات خدمة فحص فيروس كورونا Covid 19 بتقنية PCR للكشف عن الفيروس وفقاً لأعلى المعايير العالمية وبأحدث أجهزة RT-PCR عالية الدقة (GeneXpert الأمريكي وغيره)، وهي طرق معتمدة من قبل هيئة الغذاء والدواء وكذلك من قبل المركز السعودي للوقاية من الأمراض المُعدية"
|
|
|
},
|
|
|
"select-appo": {"en": "Kindly select one of the available appointments from below:", "ar": " يرجى اختيار أحد المواعيد المتاحة مما يلي:"},
|
|
|
"covid-alert-header": {"en": "Pay With-in 15 mins to confirm the appointment", "ar": "الرجاء اتمام عملية الدفع خلال 15 دقيقه لتاكيد الموعد"},
|
|
|
"covid-alert-info": {
|
|
|
"en": "Payment for Covid-19 Test should Be made with-in 15 mins otherwise The system will Cancel the Scheduled appointment automatically.",
|
|
|
"ar": "سيتم الغاء الموعد عن طريق النظام بشكل الي في حال عدم اتمام عمليه الدفع خلال 15 دقيقة"
|
|
|
},
|
|
|
"covid-alert-mins": {"en": "Pay With-in 15 mins", "ar": "ادفع خلال 15 دقيقة"},
|
|
|
"back": {"en": "Back", "ar": "رجوع"},
|
|
|
"get-directions": {"en": "Get Directions", "ar": "احصل على الاتجاهات"},
|
|
|
"selected-location": {"en": "Selected Location:", "ar": "الموقع المحدد:"},
|
|
|
"test-fee": {"en": "Test Fee", "ar": "الرسوم"},
|
|
|
"pay-options": {"en": "You can pay by the following Options:", "ar": "يمكنك الدفع عن طريق الخيارات التالية:"},
|
|
|
"livecare-service": {"en": "LiveCare Service", "ar": "خدمة لايف كير"},
|
|
|
"livecare-service-desc": {"en": "is to obtain medical advice with a specialist doctor Via a video call", "ar": "هي الحصول على استشارة طبية مع طبيب مختص عن طريق اتصال فيديو"},
|
|
|
"why-livecare": {"en": "Why LiveCare?", "ar": "?لماذا خدمة اللايف كير"},
|
|
|
"livecare-point-1": {"en": "No need to wait you will get Medical consultation immediately via Video call", "ar": "لا داعي للانتظار سوف تحصل على الاستشارة الطبية فورا عن طريق مكالمة الفيديو"},
|
|
|
"doc-virtual-appo-ins4": {"en": "The doctor will see your medical file", "ar": "سوف يتمكن الطبيب من الاطلاع على ملفك الطبي كامل"},
|
|
|
"doc-virtual-appo-ins5": {"en": "Free prescription delivery service", "ar": "خدمة توصيل الادوية مجانا"},
|
|
|
"livecare-summary": {
|
|
|
"en": "** The service is included with some insurance companies according to the terms and conditions with our best wishes for health and wellness",
|
|
|
"ar": "** الخدمة مشمولة لدى بعض شركات التامين على حسب الشروط والاحكام مع تمنياتنا لكم بدوام الصحة والعافية"
|
|
|
},
|
|
|
"livecare-option-1": {"en": "Get consultation immediately", "ar": "الحصول على الاستشارة فورا"},
|
|
|
"livecare-option-2": {"en": "Instant video call", "ar": "اتصال فيديو فوري"},
|
|
|
"livecare-option-3": {"en": "Book Appointment", "ar": "حجز موعد"},
|
|
|
"livecare-option-4": {"en": "Schedule video call", "ar": "اتصال فيديو مجدول"},
|
|
|
"sms_code": {"en": "Enter SMS Code here", "ar": "أدخل رمز التحقق هنا"},
|
|
|
"code_failure": {"en": "Didn’t received the code", "ar": "لم أستلم رمز التحقق"},
|
|
|
"resend": {"en": "Resend", "ar": "إعادة إرسال"},
|
|
|
"submitncontinue": {"en": "Submit and continue", "ar": "إرسال ومتابعة"},
|
|
|
"areyousure": {"en": "Are you sure you want to Add", "ar": "هل أنت متأكد أنك تريد إضافة"},
|
|
|
"preferredunit": {"en": "Select the preferred unit", "ar": "اختر الوحدة المفضلة"},
|
|
|
"select-unit": {"en": "Select unit", "ar": "اختر وحدة القياس"},
|
|
|
"try-saying": {"en": "Try saying something", "ar": 'حاول قول شيء ما'},
|
|
|
"app-update": {"en": "UPDATE THE APP", "ar": "تحديث التطبيق"},
|
|
|
"covid-alert": {"en": "Alert", "ar": "تنبيه"},
|
|
|
"enterIdentificationNumber": {"en": "Enter Identification Number", "ar": "أدخل رقم الهوية"},
|
|
|
"identificationNumber": {"en": "Identification Number", "ar": "رقم الهوية"},
|
|
|
"complaintNumber": {"en": "Complaint Number", "ar": "رقم الشكوى"},
|
|
|
"accountActivationDesc": {
|
|
|
"en": " This service allows you to activate your LAKUM account after registering completed.",
|
|
|
"ar": " تتيح لك هذه الخدمة تفعيل حساب برنامج الولاء لكم بعد اكتمال التسجيل. "
|
|
|
},
|
|
|
"pointsToTransfer": {"en": "Points to Transfer:", "ar": "النقاط المراد تحويلها:"},
|
|
|
"enterBeneficiaryAccountNo": {"en": "Enter Beneficiary Account No.", "ar": "أدخل رقم حساب المستفيد"},
|
|
|
"confirm-prescription": {"en": "Are you sure !! you want to send this request", "ar": "تاكيد ارسال الطلب؟"},
|
|
|
"you-already-have-order": {"en": "You already have this order! do you want to view it?", "ar": "لديك هذا الطلب بالفعل! هل تريد مشاهدته؟"},
|
|
|
"order-overview": {"en": "Order Overview", "ar": "ملخص الطلب"},
|
|
|
"shipping-address": {"en": "Delivery Address", "ar": "عنوان التوصيل"},
|
|
|
"pharmacy-relogin": {"en": "Your session has timed out, please try again", "ar": "انتهت مهلة جلسة الخاص بها. يرجى المحاولة مرة أخرى"},
|
|
|
"ancillary-orders": {"en": "Ancillary Orders", "ar": "الطلبات الاضافية"},
|
|
|
"onlineCheckInAgreement": {
|
|
|
"en":
|
|
|
"The online check-in is for non-life threatening situation. Call the red crescent (997) or go to the nearest emergency department if there are: \n\nsigns of stroke or heart attack \nhistory of seizure or syncope \nthere is limb or life threatening injury \npicture of severe injuries",
|
|
|
"ar":
|
|
|
"تسجيل الذهاب الى الطوارئ عبر الإنترنت هو فقط للحالات التي لا تهدد الحياة يجب الاتصال بالهلال الأحمر (997) أو الذهاب إلى أقرب قسم طوارئ إذا كان هناك علامات السكتة الدماغية أو النوبة القلبية او هناك نوبة تشنج او حالة فقدان الوعي او وجود إصابة تهدد أحد الأطراف او تهدد الحياة او وجود إصابات خطيرة"
|
|
|
},
|
|
|
"MRN": {"en": "MRN", "ar": "رقم الملف الطبي"},
|
|
|
"appointment-date": {"en": "Appointment Date", "ar": "تاريخ الموعد"},
|
|
|
"appointment-no": {"en": "Appointment No", "ar": "رقم الموعد"},
|
|
|
"insurance-id": {"en": "Insurance ID", "ar": "رقم العضويه"},
|
|
|
"chiefComplaints": {"en": "Chief Complaints", "ar": "الشكوى الرئيسة"},
|
|
|
"errorChiefComplaints": {"en": "Please Chief Complaints", "ar": "يرجى ادخال الشكوى الرئيسة"},
|
|
|
"errorExpectedArrivalTimes": {"en": "Please Expected arrival time", "ar": "يرجى ادخال الوقت المتوقع للوصول"},
|
|
|
"expectedArrivalTime": {"en": "Expected arrival time", "ar": "الوقت المتوقع للوصول"},
|
|
|
"add-address": {"en": "Add new address", "ar": "اضف عنوان جديد"},
|
|
|
"enter-file": {"en": "Please Enter Mobile Number and Medical File Number", "ar": "الرجاء إدخال رقم الجوال ورقم الملف الطبي"},
|
|
|
"allow": {"en": "Allow", "ar": "السماح"},
|
|
|
"reject": {"en": "Reject", "ar": "رفض"},
|
|
|
"referralRequesterInformation": {"en": "Referral requester information", "ar": "معلومات طالب الإحالة"},
|
|
|
"enterReferralRequesterName": {"en": "Enter Referral Requester Name*", "ar": "أدخل اسم مقدم طلب الإحالة *"},
|
|
|
"selectRelationship": {"en": "Select Relationship", "ar": "حدد العلاقة"},
|
|
|
"requesterRelationship": {"en": "Requester Relationship", "ar": "علاقة الطالب"},
|
|
|
"newReferral": {"en": "New Referral", "ar": "إحالة جديدة"},
|
|
|
"searchForReferrals": {"en": "Search for Referrals", "ar": "ابحث عن الإحالات"},
|
|
|
"covid-select-procedure": {"en": "Please select the procedure:", "ar": "الرجاء تحديد الإجراء:"},
|
|
|
"online-consultation": {"en": "Online Consultation", "ar": "استشارة مباشرة"},
|
|
|
"expected-weiting": {"en": "Waiting time to start LiveCare consultation ", "ar": "وقت الانتظار المتوقع لبدء استشارة لايف كير"},
|
|
|
"er-consult-fee": {"en": "Consultation Fee", "ar": "رسوم الاستشارة"},
|
|
|
"insured-patient": {"en": "If you're Insurance patient, you have only have to pay the co-payment", "ar": "إذا كنت مراجع في مجال التأمين ، فليس عليك سوى دفع المبلغ المشترك"},
|
|
|
"i-accept-terms": {"en": "I Accept the Terms and Conditions", "ar": "موافق على الشروط والأحكام"},
|
|
|
"upcoming-pay-options": {"en": "You can pay by the following Options:", "ar": "يمكنك الدفع عن طريق الخيارات التالية:"},
|
|
|
"please-accept-terms": {"en": "Please accept terms & conditions to continue", "ar": "يرجى قبول الشروط والأحكام للمتابعة"},
|
|
|
"type": {"en": "Type", "ar": "اكتب"},
|
|
|
"info-ereferral": {
|
|
|
"en":
|
|
|
"This service allows you to submit a Referral request from any health care providers either inside or outside the kingdom of Saudi Arabia to any of HMG Hospitals, by filling some of the patient's data and attaching the medical reports, moreover you can track the request status (Under process, Accepted or Rejected)",
|
|
|
"ar":
|
|
|
"تتيح لك هذه الخدمة إرسال طلب إحالة من أي من مقدمي الرعاية الصحية سواء داخل المملكة العربية السعودية أو خارجها إلى أي من مستشفيات HMG ، عن طريق ملء بعض بيانات المراجع وإرفاق التقارير الطبية ، علاوة على ذلك يمكنك تتبع حالة الطلب (قيد المعالجة ، مقبول أو مرفوض)"
|
|
|
},
|
|
|
"er-consultation": {
|
|
|
"en": "This service allows you to make an online virtual consultation via video call directly with the doctor from anywhere at any time.",
|
|
|
"ar": "تتيح لك هذه الخدمة إجراء استشارة عبر مكالمة فيديو مباشرة مع الطبيب من أي مكان وفي أي وقت"
|
|
|
},
|
|
|
"my-invoice": {"en": "List", "ar": "فواتيري"},
|
|
|
"invoice-list": {"en": "My Invoice", "ar": "قائمة"},
|
|
|
"thisItemIsNotAvailable": {"en": "This item is not available", "ar": "هذا العنصر غير متوفر"},
|
|
|
"beforeAfterImages": {"en": "Before & After Images", "ar": "الصور قبل وبعد"},
|
|
|
"clinic-accept-livecare": {
|
|
|
"en": "No need to wait or visit You can now get medical consultation via Video call (LiveCare service) in The name of the clinic clinic and the doctor will contact you immediately",
|
|
|
"ar": "لا داعي للانتظار او الحضور يمكنك الان الحصول على الاستشارة عن طريق مكالمة الفيديو (خدمة لايف كير) في العيادة وسوف يقوم الطبيب بالتواصل معك فورا"
|
|
|
},
|
|
|
"livecareModal-top": {"en": "This Clinic is Accepting livecare services", "ar": "هذه العيادة تقدم خدمة لايف كير"},
|
|
|
"schedule": {"en": "Schedule", "ar": "جدول الحضور"},
|
|
|
"livecare-point-2": {"en": "A Specialized doctor will contact you", "ar": "سوف يقوم بخدمتك طبيب متخصص"},
|
|
|
"livecare-point-3": {"en": "A Doctor will be able to see your full medical file history", "ar": "سوف يتمكن الطبيب من الاطلاع على ملفك الطبي كاملا"},
|
|
|
"livecare-point-4": {"en": "Free Medicine Delivery Available", "ar": "خدمة توصيل الادوية مجانية"},
|
|
|
"livecare-point-5": {"en": "No need to visit the service is in your place", "ar": "لا داعي للحضور سوف تحصل على الخدمة في مكانك"},
|
|
|
"book-immediate-livecare": {"en": "I accept to get the service immediately", "ar": "موافق اريد الحصول على الخدمة فورا"},
|
|
|
"book-video-livecare-2": {"en": "I don't need to visit the clinic", "ar": "اتصال فيديو لا احتاج الحضور الى العيادة"},
|
|
|
"no-thankyou": {"en": "No Thanks", "ar": "لا شكرا"},
|
|
|
"visit-clinic": {"en": "Schedule appointment with the doctor", "ar": "ارغب في حجز موعد مجدول مع الطبيب"},
|
|
|
"generate-covid-certificate": {"en": "Generate Covid-19 Certificate", "ar": "إنشاء شهادة كورونا"},
|
|
|
"is-report-outside-ksa": {"en": "Is the certificate needed for outside KSA?", "ar": "هل الشهادة مطلوبة من خارج المملكة؟"},
|
|
|
"passport-number": {"en": "Passport Number", "ar": "رقم جواز السفر"},
|
|
|
"enter-passport-number": {"en": "Please confirm or update your passport number:", "ar": "الرجاء تأكيد أو تحديث رقم جواز السفر الخاص بك:"},
|
|
|
"valid-passport-number": {"en": "Please enter valid passport number", "ar": "الرجاء إدخال رقم جواز سفر صحيح"},
|
|
|
"continue-plan": {"en": "Continue with the treatment plan?", "ar": "إكمال الخطة العلاجية؟"},
|
|
|
"about-app": {"en": "About the app", "ar": "عن التطبيق"},
|
|
|
"about-points": {
|
|
|
"length": {"en": "16", "ar": "16"},
|
|
|
"1": {"en": "Online Appointment Booking & rescheduling", "ar": "حجز المواعيد إلكترونياً و إعادة جدولتها"},
|
|
|
"2": {"en": "Insurance approval status", "ar": "موافقات شركات التأمين الطبية"},
|
|
|
"3": {"en": "Find A doctor", "ar": "معلومات الأطباء والبحث عنهم وسؤالهم"},
|
|
|
"4": {"en": "Ask your doctor", "ar": "اسأل طبيبك"},
|
|
|
"5": {"en": "Medical prescriptions", "ar": "الوصفات الطبية"},
|
|
|
"6": {"en": "Lab results", "ar": "نتائج التحاليل المخبرية"},
|
|
|
"7": {"en": "Hospitals contact numbers", "ar": "أرقام هواتف جميع المستشفيات"},
|
|
|
"8": {"en": "Doctor profiles", "ar": "ملف الطبيب"},
|
|
|
"9": {"en": "Hospitals locations", "ar": "مواقع المستشفيات على الخريطة"},
|
|
|
"10": {"en": "Pharmacies Locations", "ar": "مواقع الصيدليات على الخريطة"},
|
|
|
"11": {"en": "Hospital's Virtual Tour", "ar": "جولة افتراضية داخل المستشفيات"},
|
|
|
"12": {"en": "Official Social Media", "ar": "مواقع التواصل الاجتماعي الخاصة بالمجموعة"},
|
|
|
"13": {"en": "Vaccines Schedule", "ar": "جدول التطعيمات"},
|
|
|
"14": {"en": "Health Calculators", "ar": "حاسبات صحية"},
|
|
|
"15": {"en": "Other Services", "ar": "خدمات أخرى"}
|
|
|
},
|
|
|
"dental-procedure-list": {"en": "Dental Procedures for this Appointment: ", "ar": "إجراءات الأسنان لهذا الموعد:"},
|
|
|
"time-needed": {"en": "Time Needed:", "ar": "الوقت اللازم:"},
|
|
|
"total-time-needed": {"en": "Total Appointment Time:", "ar": "وقت المواعيد الكلي:"},
|
|
|
"info-eye": {
|
|
|
"en": "This service allows you to view all the eye measurements, lenses, and eyeglasses that have been made in the Habib Medical Group.",
|
|
|
"ar": " خدمة قياسات النظر: هذه الخدمة تمكنك من الاطلاع على جميع قياسات النظر والعدسات والنظارات التي تمت في مجموعة الحبيب الطبية."
|
|
|
},
|
|
|
"info-vaccines": {
|
|
|
"en": "This service allows you to view all the vaccinations that were taken in Al Habib Medical Group.",
|
|
|
"ar": "خدمة تطعيماتي: هذه الخدمة تمكنك من الاطلاع على جميع التطعيمات التي تمت في مجموعة الحبيب الطبية."
|
|
|
},
|
|
|
"info-trackers": {
|
|
|
"en": "This service allows you to record the readings of the measurement of sugar, pressure, and weight and then refer to them as a reference in addition to view the statistics charts.",
|
|
|
"ar": "متابعة قراءاتي: هذه الخدمة تمكنك من تسجيل قراءات قياس السكر والضغط والوزن بشكل دوري ومن ثم الاطلاع عليها كمرجع وكذلك الاطلاع على الرسوم البيانية لمتابعة تطور الحالة."
|
|
|
},
|
|
|
"info-health-data": {
|
|
|
"en":
|
|
|
"This service is designed to allows you to synchronize the health data from your smart watches into your health record system in Habib Medical Group so that the doctors you are visiting can analyze your health & activity level.",
|
|
|
"ar": "تم تصميم هذه الخدمة للسماح لك بمزامنة البيانات الصحية من ساعاتك الذكية الى نظام السجلات الصحية الخاص بك في مجموعة حبيب الطبية حتى يتمكن الأطباء الذين تزورهم من تحليل مستوى صحتك ونشاطك."
|
|
|
},
|
|
|
"info-ask-doc": {
|
|
|
"en":
|
|
|
"This service allows you to ask the doctor you have visited during the last 14 days. When you receive a response from the doctor, you will be notified via the system to view the doctor's reply.",
|
|
|
"ar": "اسال طبيبك: هذه الخدمة تمكنك من توجيه استفسارات الى الطبيب الذي قمت بزيارته خلال اخر 14 يوم وكذلك عند تلقى الرد من الطبيب سوف يتم ابلاغك عن طريق النظام للاطلاع على رد الطبيب."
|
|
|
},
|
|
|
"info-auto-wifi": {
|
|
|
"en": "This service allows you to connect to the Internet directly without the need for entering a user name or password.",
|
|
|
"ar": "الاتصال بالانترنت: هذه الخدمة تمكنك من الاتصال بالانترنت مباشرة دون الحاجة الى اسم مستخدم او كلمة مرور."
|
|
|
},
|
|
|
"auto-wifi": {"en": "Connect To Internet", "ar": "الإتصال بالإنترنت"},
|
|
|
"child-vaccine-info": {
|
|
|
"en":
|
|
|
"This service to remind you of the deadlines of the necessary vaccinations for your child’s against diseases targeted by immunization according to the MOH vaccinations schedule by sending a reminding message and notifications of the vaccination date to the registered mobile phone.",
|
|
|
"ar":
|
|
|
"هذه الخدمة تم تصميمها لتذكيرك بالمواعيد النهائية للتحصينات اللازمة لطفلك ضد الأمراض المستهدفة بالتحصين وفقًا لجدول تطعيمات وزارة الصحة عن طريق إرسال رسالة تذكير وإشعارات عن مواعيد التطعيم على الجوال المسجل."
|
|
|
},
|
|
|
"h2o-info": {
|
|
|
"en":
|
|
|
"This service is designed to help you to set drinking water goals and track the volume of water you are drinking on a daily basis. This service allows for schedule reminders and offers a basic statistical analysis of the amount of what you have consumed over the course of a day, week or month.",
|
|
|
"ar":
|
|
|
"تم تصميم هذه الخدمة لمساعدتك في تحديد وتتبع كميات المياه التي يتوجب شربها بشكل يومي. كما توفر هذه الخدمة تذكيرات الجدول الزمني وتقدم تحليلًا إحصائيًا لمقدار ما استهلكته خلال اليوم أو الأسبوع أو الشهر."
|
|
|
},
|
|
|
"sys/dias": {"en": "SBP/DBP", "ar": "إنقباض/إنبساط"},
|
|
|
"arm": {"en": "Arm", "ar": "الذراع"},
|
|
|
"remove-measure": {"en": "Remove this measure", "ar": "إزالة هذا القياس؟"},
|
|
|
"select-arm": {"en": "Select the Arm", "ar": "إختر الذراع"},
|
|
|
"ask-doc-empty": {"en": "This service is available to doctors visited during the past 15 days", "ar": "هذه الخدمة متاحة للاطباء الذين تمت زيارتهم خلال ال 15 يوم الماضية"},
|
|
|
"online-clinics": {"en": "Online Clinics: ", "ar": "العيادات المفتوحة: "},
|
|
|
"offline-clinics": {"en": "Offline Clinics: ", "ar": "العيادات المغلقة: "},
|
|
|
"clinic-schedule": {"en": "Clinic Schedule", "ar": "جدول العيادة"},
|
|
|
"discount": {"en": "Discount:", "ar": "الخصم:"},
|
|
|
"total-VAT": {"en": "VAT", "ar": "القيمة المضافة"},
|
|
|
"paid": {"en": "Paid", "ar": "المدفوع"},
|
|
|
"dental-insurance": {"en": "Insurance", "ar": "التأمين"},
|
|
|
"drivethru-appo": {"en": "Drive Thru Appointment", "ar": "موعد من داخل السيارة"},
|
|
|
"upcoming-QR-NFC": {"en": "Use the NFC or QR Code to Check-In", "ar": "استخدم NFC أو رمزQR لتسجيل الوصول"},
|
|
|
"ovulation-desc": {"en": "Calculates Ovulation Period", "ar": "حساب افضل فترة للحمل بناءاً على تاريخ اخر دورة شهرية"},
|
|
|
"cycle-label": {"en": "Average Cycle Length (usually 28 days):", "ar": "متوسط الدورة الشهرية 28 يوم: "},
|
|
|
"luteal-label": {"en": "Average Luteal Phase Length (usually 14 days):", "ar": "متوسط الأيام ما بعد الاباضة عادة 14 يوما: "},
|
|
|
"pregnancy-title": {"en": "Delivery Due Date", "ar": "تاريخ الولادة"},
|
|
|
"pregnancy-desc": {
|
|
|
"en": "Congratulations, you are pregnant! Now when will the new baby arrive? To estimate the due date, enter the date when the last menstrual period began (the first day), then click calculate.",
|
|
|
"ar": "مبروك, أنت حامل! الآن متى سيصل الطفل؟ لتقدير موعد الولادة, ادخل تاريخ بداية آخر دورة شهرية (اليوم الأول), ثم اضغط على الحساب"
|
|
|
},
|
|
|
"pregnancy-date-label": {"en": "What was the date of the first day of the last period?", "ar": "ما هو تاريخ أول يوم من أخر دورة شهرية ؟"},
|
|
|
"ovulation-period": {"en": "The next ovulation period is estimated to be: ", "ar": "تقدر فترة الاباضة القادمة "},
|
|
|
"from": {"en": "From: ", "ar": "من:"},
|
|
|
"to": {"en": "To: ", "ar": "الى:"},
|
|
|
"conceive": {"en": "You have conceived on: ", "ar": " تاريخ بداية الحمل"},
|
|
|
"firstTri": {"en": "First Trimester Ends (12 weeks):", "ar": "تاريخ انتهاء الثلث الأول 12 اسبوع: "},
|
|
|
"secondTri": {"en": "Second Trimester Ends (27 weeks):", "ar": "تاريخ انتهاء الثلث الثاني 27 اسبوع: "},
|
|
|
"thirdTri": {"en": "Third Trimester, Estimated Due Date (40 weeks):", "ar": "تاريخ احتمال الولادة 40 اسبوع:"},
|
|
|
"seeDoctorsList": {"en": "See List of Doctors", "ar": "اعرض قائمة الأطباء"},
|
|
|
"covidQuestionnaire": {"en": "Please answer below questionnaire:", "ar": "الرجاء الإجابة على الاستبيان أدناه:"},
|
|
|
"covidBookAppo": {"en": "Booking Appointment for: ", "ar": "موعد الحجز لـ: "},
|
|
|
"emptySchedule": {"en": "Doctor has no schedule.", "ar": "لا يوجد جدول حضور مسجل للطبيب"},
|
|
|
"serviceNotAvailable": {"en": "Dear, this service is not available now, please try again later", "ar": "عزيزي المراجع, هذه الخدمة غير متوفرة الان يرجى المحاوله لاحقا"},
|
|
|
"doctorScheduleNot": {"en": "Doctor schedule not available", "ar": "جدول الطبيب غير متوفر"},
|
|
|
"RRTRequestSuccess": {"en": "Request has been sent successfully, you will be contacted soon.", "ar": "تم إرسال الطلب بنجاح ، وسيتم الاتصال بك باسرع وقت ممكن"},
|
|
|
"rateDoctorAppo": {"en": "Rate DR & Appointment", "ar": "تقييم الطبيب والموعد"},
|
|
|
"invoice": {"en": "Invoice", "ar": "الفاتورة"},
|
|
|
"requestedDate": {"en": "Req Date", "ar": "التاريخ "},
|
|
|
"requestedDateLiveCare": {"en": "Requested Date: ", "ar": "التاريخ: "},
|
|
|
"callDuration": {"en": "Call Duration", "ar": "مدة الاتصال"},
|
|
|
"alreadyRated": {"en": "This appointment has been previously evaluated.", "ar": "تم تقييم هذا الموعد مسبقاً"},
|
|
|
"insuranceCompany": {"en": "Insurance Company", "ar": "شركة تأمين"},
|
|
|
"preferredBranch": {"en": "Preferred Branch", "ar": "الفرع المفضل"},
|
|
|
"selectPreferredBranch": {"en": "Select Preferred Branch", "ar": "اختر الفرع المفضل"},
|
|
|
"patientLocated": {"en": "Where the patient located", "ar": "اين موقع المراجع"},
|
|
|
"otherInfo": {"en": "Other details", "ar": "تفاصيل أخرى"},
|
|
|
"medicalReport": {"en": "Medical Report", "ar": "تقرير طبي"},
|
|
|
"insuredPatient": {"en": "Insured Patient", "ar": "هل لدى المراجع تامين؟"},
|
|
|
"rateDoctor": {"en": "Rate Doctor", "ar": "تقييم الطبيب"},
|
|
|
"rateAppointment": {"en": "Rate Appointment", "ar": "تقييم الموعد"},
|
|
|
"noInsuranceCardAttached": {"en": "Please attach your insurance card image to continue", "ar": "يرجى إرفاق صورة بطاقة التأمين الخاصة بك للمتابعة"},
|
|
|
"bodyMassIndex": {"en": "Body Mass Index is: ", "ar": "مؤشر كتلة الجسم هو:"},
|
|
|
"noSlotsError": {"en": "No appointments available for selected date", "ar": "لا توجد مواعيد متاحة للتاريخ المحدد"},
|
|
|
"selectSlot": {"en": "Please select Time Slot to continue", "ar": "الرجاء تحديد فترة زمنية للمتابعة"},
|
|
|
"years": {"en": "Years", "ar": "سنوات"},
|
|
|
"respirationBPM": {"en": "bpm", "ar": "نفس"},
|
|
|
"extremeObese": {"en": "Extreme Obese", "ar": "سمنة مفرطة"},
|
|
|
"invoiceDetails": {"en": "Invoice Details", "ar": "تفاصيل الفاتورة"},
|
|
|
"appoDetails": {"en": "Appointment Details", "ar": "تفاصيل الموعد"},
|
|
|
"appoPaymentConfirm": {"en": "Are you sure you Want to make payment for this appointment?", "ar": "هل أنت متأكد من أنك تريد سداد هذا الموعد؟"},
|
|
|
"selectSearchCriteria": {"en": "Select the search criteria", "ar": "حدد معايير البحث"},
|
|
|
"enterComplainNumber": {"en": "Enter the Complain Number", "ar": "أدخل رقم الشكوى"},
|
|
|
"enterfileNumber": {"en": "Enter File Number", "ar": "أدخل رقم الملف"},
|
|
|
"please_select_from_below_options": {"en": "Please select from below options:", "ar": "الرجاء التحديد من الخيارات أدناه:"},
|
|
|
"selectLanguage": {"en": "Please select any language:", "ar": ":الرجاء تحديد أي لغة"},
|
|
|
"recAlert": {"en": "How do you want to receive alerts?", "ar": "كيف تريد تلقي التنبيهات؟"},
|
|
|
"modesBelow": {"en": "Please select the modes below:", "ar": ":الرجاء تحديد الأوضاع أدناه"},
|
|
|
"prefferedMode": {"en": "Please select the preferred mode below:", "ar": ":الرجاء تحديد الوضع المفضل أدناه"},
|
|
|
"permissionsBellow": {"en": "Please allow the permissions below:", "ar": ":الرجاء السماح الأذونات أدناه"},
|
|
|
"appointmentReminder": {"en": "Would you like to set a reminder for this in your calendar?", "ar": "هل ترغب في اضافة تذكير لهذا في التقويم؟"},
|
|
|
"cancelAppointment": {"en": "Cancel Appt.", "ar": "الغاء الموعد"},
|
|
|
"updateInsurCards": {"en": "Update Insurance Card", "ar": "تحديث بطاقات التأمين"},
|
|
|
"patientAge": {"en": "y", "ar": "سنة"},
|
|
|
"searchCriteria": {"en": "Select Search Criteria", "ar": "حدد معايير البحث"},
|
|
|
"RequesterInfo": {"en": "Requester Info", "ar": "معلومات مقدم الطلب"},
|
|
|
"PatientInfo": {"en": "Patient Info", "ar": "معلومات المراجع"},
|
|
|
"OtherInfo": {"en": "Other Info", "ar": "معلومات اخرى"},
|
|
|
"inPrgress": {"en": "Active", "ar": "نشط"},
|
|
|
"locked": {"en": "Inactive", "ar": "غير نشط"},
|
|
|
"personalInfo": {"en": "Personal Information", "ar": "معلومات شخصية"},
|
|
|
"cmcTitle": {"en": "Comprehensive", "ar": "خدمة"},
|
|
|
"cmcSubtitle": {"en": "Medical Checkup", "ar": "الفحص الشامل"},
|
|
|
"emergencyTitle": {"en": "Emergency", "ar": "خدمات"},
|
|
|
"emergencySubtitle": {"en": "Services", "ar": "الطوارئ"},
|
|
|
"ereferralTitle": {"en": "E-Referral", "ar": "خدمة"},
|
|
|
"ereferralSubtitle": {"en": "Service", "ar": "الإحالة الإلكترونية"},
|
|
|
"medicalFileTitle": {"en": "Medical File", 'ar': 'الملف الطبي'},
|
|
|
"My_File_Details": {"en": "My File Details", "ar": "تفاصيل ملفي"},
|
|
|
"Ecommerce": {"en": "Ecommerce", "ar": "التجارة الإلكترونية"},
|
|
|
"Family_Files": {"en": "Family Files", "ar": "ملفات العائلة"},
|
|
|
"My_Child": {"en": "My Child", "ar": "تطعيمات"},
|
|
|
"Vaccines": {"en": "Vaccines", "ar": "الأطفال"},
|
|
|
"Todo": {"en": "Todo", "ar": "قائمة"},
|
|
|
"List": {"en": "List", "ar": "المهام"},
|
|
|
"Blood": {"en": "Blood", "ar": "التبرع"},
|
|
|
"Donation": {"en": "Donation", "ar": "بالدم"},
|
|
|
"Health": {"en": "Health", "ar": "الصحة"},
|
|
|
"Calculator": {"en": "Calculator", "ar": "آلة حاسبة"},
|
|
|
"Converter": {"en": "Converter", "ar": "محول"},
|
|
|
"Smart": {"en": "Smart", "ar": "ذكي"},
|
|
|
"Watches": {"en": "Watches", "ar": "ساعات"},
|
|
|
"parkingTitle2": {"en": "Car parking", "ar": "خدمة"},
|
|
|
"ParkingSubtitle": {"en": "service", "ar": "مواقف السيارات"},
|
|
|
"Details": {"en": "Details", "ar": "تفاصيل"},
|
|
|
"News": {"en": "News", "ar": "أحدث"},
|
|
|
"Latest": {"en": "Latest", "ar": "ألاخبار"},
|
|
|
"Virtual": {"en": "Virtual", "ar": "جولة"},
|
|
|
"Tour": {"en": "Tour", "ar": "افتراضية"},
|
|
|
"mostViewed": {"en": "Most Viewed", "ar": "الأكثر مشاهدة"},
|
|
|
"newProducts": {"en": "New Products", "ar": "منتجات جديدة"},
|
|
|
"paymentSelected": {"en": "Selected", "ar": "المحدد"},
|
|
|
"moreNotifications": {"en": "More notifications", "ar": "الإشعارات المزيد"},
|
|
|
"familyTitle": {"en": "My Family", "ar": "ملفات"},
|
|
|
"familySubtitle": {"en": "Files", "ar": "العائلة"},
|
|
|
"liveCareTitle": {"en": "LiveCare", "ar": "خدمة"},
|
|
|
"liveCareSubtitle": {"en": "Service", "ar": "لايف كير"},
|
|
|
"pharmacyTitle": {"en": "Online", "ar": "الصيدلية"},
|
|
|
"pharmacySubtitle": {"en": "Pharmacy", "ar": "االلكترونية"},
|
|
|
"healthCalculatorTitle": {"en": "Health", "ar": "الحاسبات"},
|
|
|
"healthCalculatorSubtitle": {"en": "Calculators", "ar": "الصحية"},
|
|
|
"waterTitle": {"en": "Water", "ar": "استهلاك"},
|
|
|
"waterSubtitle": {"en": "Consumption", "ar": "الماء"},
|
|
|
"medicalFileTitle2": {"en": "My Medical File", "ar": "تفاصيل"},
|
|
|
"medicalFileSubtitle": {"en": "Details", "ar": "ملفي الطبي"},
|
|
|
"healthConvertersTitle": {"en": "Health", "ar": "تحويل"},
|
|
|
"healthConvertersSubtitle": {"en": "Converters", "ar": "القياسات"},
|
|
|
"syncHealthData": {"en": "Sync Health Data", "ar": "مزامنة البيانات الصحية"},
|
|
|
"steps": {"en": "Steps", "ar": "الخطوات"},
|
|
|
"avgSteps": {"en": "Average Steps", "ar": "متوسط الخطوات"},
|
|
|
"avgDistance": {"en": "Average Distance", "ar": "متوسط المسافة"},
|
|
|
"enterDetails": {"en": "Enter Details", "ar": "أدخل التفاصيل"},
|
|
|
"avgHeartRate": {"en": "Average Heart Rate", "ar": "متوسط معدل ضربات القلب"},
|
|
|
"alreadySynced": {"en": "Already Synced", "ar": "متزامنة"},
|
|
|
"sync-instructions-intro1": {
|
|
|
"en": "It Seems like you haven't synced your health data with the Dr. Alhabib App before. To proceed further, you need to sync your health data with the Dr. Alhabib App",
|
|
|
"ar": "يبدو أنك لم تقم بمزامنة بياناتك الصحية مع تطبيق Dr. Alhabib App من قبل. للمتابعة ، تحتاج إلى مزامنة بياناتك الصحية مع تطبيق Dr. Alhabib"
|
|
|
},
|
|
|
"sync-instructions-intro2": {"en": "Before syncing data, please make sure that you have followed the instructions properly", "ar": "قبل مزامنة البيانات ، يرجى التأكد من اتباع التعليمات بشكل صحيح."},
|
|
|
"sync-instructions-intro3": {"en": "Before syncing data, please make sure that following instructions are met:", "ar": "قبل مزامنة البيانات ، يرجى التأكد من تلبية الإرشادات التالية:"},
|
|
|
"ios-instructions-1": {"en": "Make sure that you have installed 'Health' App & 'Watch' App from Apple Store.", "ar": "تأكد من أنك قمت بتثبيت تطبيق 'Health' App & 'Watch' من متجر Apple."},
|
|
|
"ios-instructions-2": {"en": "Make sure that your Apple Watch is connected with the Watch & Health Apps.", "ar": "تأكد من اتصال Apple Watch بتطبيقات Watch & Health."},
|
|
|
"ios-instructions-3": {
|
|
|
"en": "Make sure that data like heart rate, steps, distance etc. are being shown on your health app.",
|
|
|
"ar": "تأكد من عرض بيانات مثل معدل ضربات القلب والخطوات والمسافة وما إلى ذلك على تطبيق صحتك."
|
|
|
},
|
|
|
"supportedWatches": {"en": "Supported SmartWatches", "ar": "الساعات الذكية المدعومة"},
|
|
|
"watchInstructions": {"en": "View watch instructions", "ar": "عرض تعليمات الساعة"},
|
|
|
"monthlyTab": {"en": "Monthly", "ar": "شهري"},
|
|
|
"moreSupportedWatches": {"en": "More Supported Smartwatches...", "ar": "المزيد من الساعات الذكية المدعومة..."},
|
|
|
"android-instructions-1": {
|
|
|
"en": "Make sure that you have installed 'WearOS' & 'Google Fit' apps from Google PlayStore.",
|
|
|
"ar": "تأكد من تثبيت تطبيقات 'WearOS' و 'Google Fit' من متجر Google PlayStore."
|
|
|
},
|
|
|
"android-instructions-2": {"en": "Make sure that you have installed your watch related apps from Google PlayStore.", "ar": "تأكد من أنك قمت بتثبيت التطبيقات المتعلقة بالساعات من Google PlayStore."},
|
|
|
"android-instructions-3": {"en": "Make sure that your Smart Watch is connected with the WearOS app & your watch apps.", "ar": "تأكد من أن ساعتك الذكية متصلة بتطبيق WearOS وتطبيقات ساعتك."},
|
|
|
"android-instructions-4": {"en": "Make sure that your smart watch apps are linked/associated with Google Fit App.", "ar": "تأكد من أن تطبيقات ساعتك الذكية مرتبطة / مرتبطة بتطبيق Google Fit."},
|
|
|
"android-instructions-5": {
|
|
|
"en": "Make sure that data like heart rate, steps, distance etc. are being shown on your watch app & on Google Fit app & both are in sync.",
|
|
|
"ar": "تأكد من عرض بيانات مثل معدل ضربات القلب والخطوات والمسافة وما إلى ذلك على تطبيق الساعة وعلى تطبيق Google Fit وكلاهما في حالة مزامنة."
|
|
|
},
|
|
|
"tamaraInstPlan": {"en": "Select the tamara installment plan", "ar": "حدد خطة تقسيط تمارة"},
|
|
|
"onlineTag": {"en": "Online", "ar": "مفتوح"},
|
|
|
"offlineTag": {"en": "Offline", "ar": "مغلق"},
|
|
|
"viewDocList": {"en": "View List of Doctors", "ar": "عرض قائمة الأطباء"},
|
|
|
"bodyFatTitle": {"en": "Body Fat", "ar": " الدهون في الجسم"},
|
|
|
"cholesTitle": {"en": "Blood Cholesterol", "ar": " الكولسترول في الدم"},
|
|
|
"laserClinic": {"en": "Laser Clinic", "ar": "عيادة الليزر"},
|
|
|
"noImage": {"en": "No Image", "ar": "لا توجد صورة"},
|
|
|
"signoutMessage": {"en": "Are you sure you want to logout?", "ar": "هل أنت متأكد أنك تريد تسجيل الخروج؟"},
|
|
|
"RRTTitle": {"en": "RRT", "ar": "خدمة فريق"},
|
|
|
"RRTSubTitle": {"en": "Service", "ar": "الاستجابة السريع"},
|
|
|
"transportation": {"en": "Transportation", "ar": "النقل"},
|
|
|
"installments": {"en": "Installments", "ar": "أقساط"},
|
|
|
"neck": {"en": "Neck", "ar": "رقبه"},
|
|
|
"waist": {"en": "Waist", "ar": "وسط"},
|
|
|
"hip": {"en": "Hip", "ar": "ورك او نتوء"},
|
|
|
"carbsProtin": {"en": "Carbs, Protein and Fat", "ar": "الكربوهيدرات والبروتينات والدهون"},
|
|
|
"usefulInfo": {"en": "Useful Information", "ar": "معلومات مفيدة"},
|
|
|
"babyAge": {"en": "Baby Age", "ar": "عمر الطفل الآن:"},
|
|
|
"babyAgeAvail": {"en": "baby age is not available", "ar": "عمر الطفل غير متوفر"},
|
|
|
"deliveryDue": {"en": "The delivery due date is estimated to be on the", "ar": "من المقدر أن يكون تاريخ استحقاق التسليم في"},
|
|
|
"almostInactive": {"en": "Almost Inactive(Little or no exercises)", "ar": "شبه غير نشط (تمارين قليلة أو معدومة)"},
|
|
|
"lightActive1": {"en": "Lighty Active (1-3) days per week", "ar": "Lighty Active (1-3) أيام في الأسبوع"},
|
|
|
"veryActive": {"en": "very Active(6-7) days per week", "ar": "نشط جدا (6-7) أيام في الأسبوع"},
|
|
|
"superActive": {"en": "Super Active(very hard exercises)", "ar": "سوبر نشط (تمارين صعبة للغاية)"},
|
|
|
"dailyIntake": {"en": "Daily intake is", "ar": "المدخول اليومي"},
|
|
|
"calculateAmount": {"en": "Calculates the amount of energy that the person’s body expends in a day", "ar": "تحسب كمية الطاقة التي يبذلها جسم الشخص في اليوم"},
|
|
|
"bodyWillBurn": {"en": "This means the body will burn", "ar": "هذا يعني أن الجسم سوف يحترق"},
|
|
|
"caloriesEachDay": {
|
|
|
"en": "calories each day, if engaged in no activity for the entire day.. Note: Daily calorie requirement is",
|
|
|
"ar": "السعرات الحرارية في كل يوم ، إذا لم تمارس أي نشاط طوال اليوم .. ملاحظة: متطلبات السعرات الحرارية اليومية هي"
|
|
|
},
|
|
|
"maintainWeight": {"en": "calories, to maintain the current weight.", "ar": "السعرات الحرارية للحفاظ على الوزن الحالي."},
|
|
|
"mediumFinger": {"en": "Medium(fingers touch)", "ar": "متوسطة (لمسة الأصابع)"},
|
|
|
"smallFinger": {"en": "Small(fingers overlap)", "ar": "صغير (أصابع متداخلة)"},
|
|
|
"largeFinger": {"en": "Large(fingers don\'n touch)", "ar": "كبير (لا تلمس الأصابع)"},
|
|
|
"idealBodyWeight": {"en": "Calculates the ideal body weight based on height, Weight, and Body Size", "ar": "يحسب وزن الجسم المثالي بناءً على الطول والوزن وحجم الجسم"},
|
|
|
"bodyFrameSize": {"en": "Body Frame Size", "ar": "حجم إطار الجسم"},
|
|
|
"idealWeightRange": {"en": "Ideal weight range is", "ar": "نطاق الوزن المثالي هو"},
|
|
|
"currentWeightPerfect": {"en": "Congratulations! The current weight is perfect and considered healthy", "ar": "تهانينا! الوزن الحالي مثالي ويعتبر صحي"},
|
|
|
"littleBitWeightMore": {"en": "This means that the weight is a little bit more than ideal weight by", "ar": "هذا يعني أن الوزن أكثر قليلاً من الوزن المثالي به"},
|
|
|
"consultWithDoctor": {
|
|
|
"en": "May wish to consult with the doctor for medical help. Click to view our list of Doctors",
|
|
|
"ar": "قد ترغب في استشارة الطبيب للحصول على مساعدة طبية. انقر لعرض قائمة الأطباء لدينا"
|
|
|
},
|
|
|
"excessiveObesity": {"en": "Means that you suffer from excessive obesity by", "ar": "يعني أنك تعاني من السمنة المفرطة بها"},
|
|
|
"mayWish": {
|
|
|
"en": "May wish to consult with the doctor for medical help. Click to view our list of\n Doctors",
|
|
|
"ar": "قد ترغب في استشارة الطبيب للحصول على مساعدة طبية. انقر لعرض قائمة الأطباء \ n الخاصة بنا"
|
|
|
},
|
|
|
"essential": {"en": "The category falls under essential", "ar": "الفئة تندرج تحت الأساسية"},
|
|
|
"athlete": {"en": "The category falls under athlete", "ar": "فئة تندرج تحت رياضي"},
|
|
|
"fitness": {"en": "The category falls under fitness", "ar": "الفئة تندرج تحت اللياقة البدنية"},
|
|
|
"acceptable": {"en": "The category falls under acceptable", "ar": "الفئة تندرج تحت مقبول"},
|
|
|
"underObese": {"en": "The category falls under obese", "ar": "تندرج الفئة تحت السمنة"},
|
|
|
"crossedLimits": {
|
|
|
"en": "Please check the value you have entered, since the body fat percentage has crosed the limits.",
|
|
|
"ar": "يرجى التحقق من القيمة التي أدخلتها ، لأن نسبة الدهون في الجسم تجاوزت الحدود."
|
|
|
},
|
|
|
"lowLimits": {
|
|
|
"en": "Please check the value you have entered, since the body fat percentage cannot be this low.",
|
|
|
"ar": "يرجى التحقق من القيمة التي أدخلتها ، حيث لا يمكن أن تكون نسبة الدهون في الجسم منخفضة."
|
|
|
},
|
|
|
"estimates": {"en": "Estimates the total body fat based on\nthe size", "ar": "تقدير إجمالي الدهون في الجسم بناءً على \ n الحجم"},
|
|
|
"myCart": {"en": "My Cart", "ar": "عربة التسوق"},
|
|
|
"browseOffers": {"en": "Browse offers by clinic", "ar": "تصفح العروض حسب العيادة"},
|
|
|
"browseOffersByProject": {"en": "Browse offers by hospital", "ar": "تصفح العروض حسب المستشفى"},
|
|
|
"inactiveAct": {"en": "Almost inactive (little or no exercise)", "ar": "غير نشط تقريبا (ممارسة الرياضة قليلة أو منعدمة)"},
|
|
|
"light": {"en": "Lightly active (1-3) days per week", "ar": "خفيف النشاط (1-3 أيام في الأسبوع)"},
|
|
|
"moderate": {"en": "Moderately active (3-5) days per week)", "ar": "معتدل النشاط (3-5 أيام في الأسبوع)"},
|
|
|
"very": {"en": "Very active (6-7) days per week)", "ar": "نشط جداُ (6-7 أيام في الأسبوع)"},
|
|
|
"super": {"en": "Super active (very hard exercise)", "ar": "عالي النشاط (ممارسة الرياضة الصعبة)"},
|
|
|
"resultCalories": {"en": "Daily intake is (#) calories", "ar": "الإحتياج اليومي (#) سعرة حرارية"},
|
|
|
"bmrDesc": {"en": "Calculates the amount of energy that the person’s body expends in a day", "ar": "معدل الأيض القاعدي: هو حساب كمية الطاقة التي يحتاجها الجسم في اليوم الواحد"},
|
|
|
"idealWeightDesc": {"en": "Calculates the ideal body weight based on height, Weight, and Body Size", "ar": "حساب الوزن المثالي والوزن الصحي للجسم على أساس الطول، والوزن ،والجسم"},
|
|
|
"bodyFrame": {"en": "Body Frame Size", "ar": "مقاس هيكل الجسم"},
|
|
|
"bodyFrameSmall": {"en": "Small (fingers overlap)", "ar": "رفيع (الأصابع تتداخل)"},
|
|
|
"bodyFrameMedium": {"en": "Medium (fingers touch)", "ar": "متوسط (الأصابع تتلامس)"},
|
|
|
"bodyFrameLarge": {"en": "Large (fingers don't touch)", "ar": "عريض (الأصابع لا تتلامس)"},
|
|
|
"bodyFatDesc": {"en": "Estimates the total body fat based on the size", "ar": "حساب الدهون في الجسم بناءاً على الحجم"},
|
|
|
"obeseBodyFat": {"en": "The category falls under Obese.", "ar": "تندرج تحت فئة دهون جسم سمين"},
|
|
|
"invalid": {"en": "Invalid input for calculation.", "ar": "البيانات المدخلة غير صالحة للحساب"},
|
|
|
"more": {
|
|
|
"en": "Please check the value you have entered, since the body fat percentage has crossed the limits.",
|
|
|
"ar": "يرجى التحقق من القيمة التي أدخلتها ، نظرًا لأن نسبة الدهون في الجسم قد تجاوزت الحدود"
|
|
|
},
|
|
|
"less": {
|
|
|
"en": "Please check the value you have entered, since the body fat percentage cannot be this low.",
|
|
|
"ar": "يرجى التحقق من القيمة التي أدخلتها ، نظرًا لأن نسبة الدهون في الجسم لا يمكن أن تكون منخفضة"
|
|
|
},
|
|
|
"carbProteinDesc": {
|
|
|
"en": "Calculates carbohydrate protein and fat ratio in calories and grams according to a pre-set ratio",
|
|
|
"ar": "حساب نسب الكربوهيدرات و البروتينات و الدهون بالسعرات الحرارية والغرامات وفقا لنسب محددة مسبقا"
|
|
|
},
|
|
|
"calDay": {"en": "Calories Per Day", "ar": "السعرات الحرارية في اليوم الواحد"},
|
|
|
"notSure": {"en": "Not sure? click here", "ar": "غير متأكد؟ اضغط هنا"},
|
|
|
"selectDiet": {"en": "Select Diet Type", "ar": "حدد نوع النظام الغذائي"},
|
|
|
"dietVeryLow": {"en": "Very Low Carb", "ar": "حمية منخفضة جدا في الكربوهيدرات"},
|
|
|
"dietLow": {"en": "Low Carb", "ar": "حمية منخفضة الكربوهيدرات"},
|
|
|
"dietModerate": {"en": "Moderate Carb", "ar": "حمية معتدلة الكربوهيدرات"},
|
|
|
"dietUSDA": {"en": "USDA Guidelines", "ar": "ارشادات وزارة الزراعة الأمريكية"},
|
|
|
"dietZone": {"en": "Zone Diet", "ar": "حمية زون"},
|
|
|
"Protein": {"en": "Protein", "ar": "بروتين"},
|
|
|
"Cals": {"en": "Cals", "ar": "كالس"},
|
|
|
"gramsPerDay": {"en": "Grams Per Day", "ar": "غرام في اليوم"},
|
|
|
"gr": {"en": "gr", "ar": "غرام"},
|
|
|
"gramsPerMeal": {"en": "Grams Per Meal", "ar": "عدد الجرامات لكل وجبة"},
|
|
|
"syncSuccess": {"en": "Data Synced Successfully", "ar": "تمت مزامنة البيانات بنجاح"},
|
|
|
"points": {"en": "Points", "ar": "نقاط"},
|
|
|
"availableBalance": {"en": "Available Balance", "ar": "الرصيد المتوفر"},
|
|
|
"ordersDashboard": {"en": "My Orders", "ar": "طلباتي"},
|
|
|
"productOutOfStock": {"en": "Out Of Stock", "ar": "إنتهى من المخزن"},
|
|
|
"productQuantity": {"en": "Quantity", "ar": "كمية"},
|
|
|
"yourTurn": {"en": "your turn is after", "ar": "دورك بعد"},
|
|
|
"patients": {"en": "patients", "ar": "مريض"},
|
|
|
"group": {"en": "Group", "ar": "مجموعة"},
|
|
|
"covidTestTodo": {"en": "Covid-19 Test", "ar": "فحص كورونا"},
|
|
|
"ancillaryOrdersPaymentConfirm": {"en": "Are you sure you want to make payment for selected orders?", "ar": "هل أنت متأكد أنك تريد سداد قيمة الطلبات المختارة؟"},
|
|
|
"successRegister": {"en": "Your account has been created.", "ar": "لقد تم إنشاء حسابك."},
|
|
|
"pharmacyLiveCare": {"en": "Pharmacy LiveCare", "ar": "لايف كير صيدلية"},
|
|
|
"ancillaryOrderPaymentSuccess": {"en": "Your payment for selected orders has been made successfully.", "ar": "تم سداد دفعتك للطلبات المحددة بنجاح."},
|
|
|
"connectTitle": {"en": "Connect", "ar": "تواصل"},
|
|
|
"connectSubtitle": {"en": "With us", "ar": "معنا"},
|
|
|
"covidConsent": {
|
|
|
"en":
|
|
|
"Covid-19 Test feature allows you to book an appointment for the Covid-19 Lab test within HMG branches, where a swab sample will be collected & processed. Once the result has been processed, we shall notify you via SMS on your registered mobile number & the test result will also be available in the Lab Results section of this app. Please note that this result is only available to you & not publicly available to anyone else.",
|
|
|
"ar":
|
|
|
"تتيح لك ميزة اختبار كوفيد19 حجز موعد في احد فروع مجموعة الحبيب الطبية ، حيث سيتم اخذ عينة المسحة ومعالجتها. بمجرد معالجة النتيجة ، سنخطرك عبر رسالة نصية قصيرة على رقم هاتفك المحمول المسجل وستكون نتيجة الاختبار متاحة أيضًا على التطبيق في قسم نتائج المختبر. يرجى ملاحظة أن هذه النتيجة متاحة لك فقط وليست متاحة للجمهور او اي شخص آخر. الرجاء الموافقة للتأكيد والمتابعة."
|
|
|
},
|
|
|
"covidConsentHeader": {"en": "User Consent", "ar": "موافقة المستخدم"},
|
|
|
"drawOverAppsPermission": {
|
|
|
"en": "Please allow the Al-Habib Medical Group application to appear on the top of the screen when receiving the call from the doctor for LiveCare service.",
|
|
|
"ar": "الرجاء السماح لتطبيق مجموعة الحبيب الطبية للظهورعلى سطح الشاشة عند استلام الاتصال من الطبيب لخدمة اللايف كير"
|
|
|
},
|
|
|
"cameraPermissionDialog": {
|
|
|
"en": "Dr. Al Habib app needs to access Camera to enable virtual consultation between patient & doctor, attach images and scan QR for parking service.",
|
|
|
"ar": "يحتاج تطبيق دكتور الحبيب الى صلاحية الوصول إلى الكاميرا لخدمة الاستشارة الافتراضية بين المراجع والطبيب وإرفاق الصور ومسح رمز الاستجابة السريع لخدمة مواقف السيارات."
|
|
|
},
|
|
|
"galleryPermission": {
|
|
|
"en": "Dr. Al Habib app needs to access Read & write external storage to upload images & documents in the E-Referral module and renew and update the insurance cards.",
|
|
|
"ar": "يحتاج تطبيق دكتور الحبيب إلى صلاحية الوصول إلى معرض الصور وذلك لتحميل الصور والمستندات لخدمة الإحالة الإلكترونية وكذلك لخدمة تجديد بطاقات التأمين وتحديثها."
|
|
|
},
|
|
|
"locationPermissionDialog": {
|
|
|
"en":
|
|
|
"Dr. Al Habib app collects location data to show the nearest HMG hospitals and ER Locations and provides health care services to your location and Health weather indicators service and the medication delivery.",
|
|
|
"ar": "يحتاج تطبيق دكتور الحبيب إلى صلاحية الوصول الى الموقع لإظهار أقرب مستشفيات المجموعة، مواقع الطوارئ، تقديم خدمات الرعاية الصحية إلى موقعك، خدمة مؤشرات الطقس الصحية وكذلك خدمة توصيل الأدوية."
|
|
|
},
|
|
|
"calendarPermission": {
|
|
|
"en": "Dr. Al Habib app collects calendar data to modify and set reminders for Appointments",
|
|
|
"ar": "يحتاج تطبيق دكتور الحبيب إلى صلاحية الوصول الى التقويم وذلك لاضافة تذكيرات بالمواعيد في التقويم."
|
|
|
},
|
|
|
"recordAudioPermission": {
|
|
|
"en": "Dr. Al Habib app needs audio permission to enable voice command features.",
|
|
|
"ar": "يحتاج تطبيق دكتور الحبيب إلى صلاحية الوصول الى الصوت لتفعيل خدمة الأوامر الصوتية."
|
|
|
},
|
|
|
"wifiPermission": {
|
|
|
"en": "Dr. Al Habib app needs to access WiFi state permission to connect to the HMG WiFi network from within the app when you visit the hospital.",
|
|
|
"ar": "يحتاج تطبيق دكتور الحبيب إلى الوصول إلى الواي فاي للاتصال بشبكة الواي فاي في المجموعة عند زيارة المستشفى."
|
|
|
},
|
|
|
"physicalActivityPermission": {
|
|
|
"en": "Dr. Al Habib app collects physical activity data to read heart rate, steps & distance from your smartwatch & send it to your doctor.",
|
|
|
"ar": "يحتاج تطبيق دكتور الحبيب إلى الوصول إلى بيانات النشاط البدني لقراءة معدل ضربات القلب والخطوات والمسافة من ساعتك الذكية وتحميلها على ملفك الطبي حتى يتمكن الطبيب من الاطلاع عليها."
|
|
|
},
|
|
|
"bluetoothPermission": {
|
|
|
"en": "Dr. Al Habib app needs to access Bluetooth permission to connect blood pressure & blood sugar devices with the app to analyze the data",
|
|
|
"ar": "يحتاج تطبيق دكتور الحبيب إلى الوصول إلى البلوتوث لربط أجهزة ضغط الدم وسكر الدم بالتطبيق لتحليل البيانات وتحميلها على ملفك الطبي حتى يتمكن الطبيب من الاطلاع عليها."
|
|
|
},
|
|
|
"privacyPolicy": {"en": "Privacy Policy", "ar": "سياسة الخصوصية"},
|
|
|
"termsConditions": {"en": "Terms & Conditions", "ar": "الأحكام والشروط"},
|
|
|
"prescriptionDeliveryError": {"en": "This clinic does not support refill & delivery.", "ar": "هذه العيادة لا تدعم إعادة التعبئة والتسليم."},
|
|
|
"liveCarePermissions": {
|
|
|
"en": "LiveCare requires Camera, Microphone & Location permissions to enable virtual consultation between patient & doctor, Please allow these to proceed.",
|
|
|
"ar": "يتطلب لايف كير أذونات الكاميرا والميكروفون والموقع، يرجى السماح لها بالمتابعة."
|
|
|
},
|
|
|
"lakumUnhold": {"en": "The account has already been activated", "ar": "لقد تم تفعيل الحساب من قبل"},
|
|
|
"lakumDiscontinue": {"en": "The account is closed", "ar": "الحساب مغلق"},
|
|
|
"lakumSuccess": {"en": "The account has been activated successfully", "ar": "تم تفعيل الحساب بنجاح"},
|
|
|
"deleteAccount": {"en": "Deactivate Account", "ar": "ايقاف الحساب مؤقتاً"},
|
|
|
"deactivateAccount": {"en": "Are you sure you want to deactivate your account?", "ar": "هل أنت متأكد أنك تريد ايقاف الحساب مؤقتاً حسابك؟"},
|
|
|
"accountDeactivated": {"en": "Your account has been deactivated successfully", "ar": "تم ايقاف الحساب مؤقتاً بنجاح."},
|
|
|
"accountDeactivatedMsg": {"en": "Your account has been deactivated. Would you like to reactivate it?", "ar": "حسابك معطل. هل ترغب في إعادة تنشيطه مرة أخرى؟"},
|
|
|
"updateInsuranceManually": {"en": "Update Insurance Manually", "ar": "تحديث التأمين يدويا"},
|
|
|
"or": {"en": "Update Insurance Manually", "ar": "تحديث التأمين يدويا"},
|
|
|
"enterInsuranceDetails": {"en": "Please enter your insurance card details below:", "ar": "الرجاء إدخال تفاصيل بطاقة التأمين الخاصة بك أدناه:"},
|
|
|
"cardHolderName": {"en": "Card Holder Name", "ar": "إسم صاحب البطاقة"},
|
|
|
"membershipNo": {"en": "Membership No.", "ar": "رقم العضوية"},
|
|
|
"policyNo": {"en": "Policy No.", "ar": "رقم وثيقة التأمين"},
|
|
|
"paymentOnly": {"en": "Payment", "ar": "معلقة"},
|
|
|
"pendingOnly": {"en": "Pending", "ar": "مدفوعات"},
|
|
|
"insuranceClassName": {"en": "Insurance Class", "ar": "فئة التأمين"},
|
|
|
"insuranceRequestSubmit": {"en": "Your insurance update request has been submitted successfully.", "ar": "تم تقديم طلب تحديث التأمين الخاص بك بنجاح."},
|
|
|
"NFCNotSupported": {"en": "Your device does not support NFC. Please visit reception to Check-In", "ar": "جهازك لا يدعم NFC. يرجى زيارة مكتب الاستقبال لتسجيل الوصول"},
|
|
|
"enter-workplace-name": {"en": "Please enter your workplace details:", "ar": "الرجاء إدخال تفاصيل مكان عملك:"},
|
|
|
|
|
|
// "workplaceName": {"en": "Workplace name:", "ar": "مكان العمل:"},
|
|
|
"workplaceName": {"en": "Workplace name English", "ar": "مكان العمل انجليزي:"},
|
|
|
"workplaceNameAr": {"en": "Workplace name Arabic *", "ar": "مكان العمل عربي:"},
|
|
|
"occupationNameEn": {"en": "Occupation name English", "ar": "مكان العمل انجليزي:"},
|
|
|
"occupationNameAr": {"en": "Occupation name Arabic *", "ar": "مكان العمل عربي:"},
|
|
|
|
|
|
"callLiveCareSupport": {"en": "Call LiveCare Support", "ar": "اتصل بدعم اللايف كير"},
|
|
|
"needApproval": {
|
|
|
"en": "Your sick leave is under process in medical administration, you will be notified once approved.",
|
|
|
"ar": "جازتك المرضية تحت الإجراء في الإدارة الطبية ، سوف يتم إشعارك فور الموافقه عليها."
|
|
|
},
|
|
|
"pendingActivation": {"en": "Pending Activation", "ar": "في انتظار التنشيط"},
|
|
|
"awaitingApproval": {"en": "Awaiting Approval", "ar": "انتظر القبول"},
|
|
|
"liveCareSupportContact": {"en": "LiveCare Support Contact: ", "ar": "اتصل لايف كير: "},
|
|
|
"pharmaLiveCare": {"en": "Pharma LiveCare", "ar": "لايف كير الصيدلية"},
|
|
|
"pharmaLiveCare1": {"en": "What is Pharma LiveCare?", "ar": "ما هولايف كير الصيدلية؟"},
|
|
|
"pharmaLiveCareDesc1": {
|
|
|
"en": "Pharma LiveCare allows you to get consultation from your doctor virtually being in HMG Pharmacy booth.",
|
|
|
"ar": "تتيح لك خدمة لايف كير الصيدلية الحصول على استشارة من طبيبك المتواجد فعليًا في كشك صيدلية د.سليمان الحبيب."
|
|
|
},
|
|
|
"wherePharmaLiveCare": {"en": "Where can i find Pharma LiveCare?", "ar": "أين يمكنني أن أجد لايف كير الصيدلية؟"},
|
|
|
"pharmaLiveCareDesc2": {"en": "You can find the booth in HMG Pharmacies.", "ar": "يمكنك العثور على الكشك في صيدليات مستشفى د.سليمان الحبيب."},
|
|
|
"howPharmaLiveCare": {"en": "How can i use Pharma LiveCare?", "ar": "كيف يمكنني استخدام لايف كير الصيدلية؟"},
|
|
|
"pharmaLiveCareDesc3": {
|
|
|
"en": "Following the below steps you can easily benefit from the virtual consultation service:",
|
|
|
"ar": "باتباع الخطوات التالية يمكنك الاستفادة بسهولة من خدمة الاستشارة الافتراضية:"
|
|
|
},
|
|
|
"pharmaLiveCareScanQR": {"en": "Scan QR Code", "ar": "مسح رمز الاستجابة السريعة"},
|
|
|
"pharmaLiveCareScanQR1": {"en": "Scan the QR Code in the booth to make the connection", "ar": "امسح رمز الاستجابة السريعة في المقصورة لإجراء الاتصال"},
|
|
|
"pharmaLiveCareMakePayment": {"en": "Make Payment Online", "ar": "قم بالدفع عبر الإنترنت"},
|
|
|
"pharmaLiveCareMakePayment1": {"en": "Make the payment through the mobile app", "ar": "قم بالدفع من خلال تطبيق الهاتف المحمول"},
|
|
|
"pharmaLiveCareJoinConsultation": {"en": "Join the virtual consultation from booth", "ar": "انضم إلى الاستشارة الافتراضية من الكبينة"},
|
|
|
"pharmaLiveCareJoinConsultation1": {"en": "Wait for the doctor in the pharma booth to join you", "ar": "انتظر حتى ينضم إليك الطبيب في كبينة لايف كير الصيدلية"},
|
|
|
"emergencyServicesSubtitle": {"en": "Always at your service", "ar": "في خدمتكم دائما"},
|
|
|
"rateDoctorResponse": {"en": "Rate Doctor Response", "ar": "تقييم استجابة الطبيب"},
|
|
|
"comments": {"en": "Comments", "ar": "تعليقات"},
|
|
|
"rateDoctorResponseHeading": {"en": "Please rate the doctor response:", "ar": "يرجى تقييم استجابة الطبيب:"},
|
|
|
"updateInsuranceManuallyDialog": {"en": "Would you like to update your insurance manually?", "ar": "هل ترغب في تحديث التأمين الخاص بك يدويًا؟"},
|
|
|
"viewReport": {"en": "View Report", "ar": "عرض التقرير"},
|
|
|
"sickLeaveAdmittedPatient": {"en": "You cannot activate this sick leave since you're an admitted patient.", "ar": "لا يمكنك تفعيل هذه الإجازة المرضية لأنك مريض مقبل."},
|
|
|
"InPatient": {"en": "InPatient", "ar": "خدمات"},
|
|
|
"InPatientServices": {"en": "Services", "ar": "تنويم"},
|
|
|
"InPatientServicesHeader": {"en": "InPatient Services", "ar": "خدمات التنويم"},
|
|
|
"admissionGeneral": {"en": "Admission General", "ar": "اقرار"},
|
|
|
"consent": {"en": "Consent", "ar": "التنويم"},
|
|
|
"generalInstructionsTitle": {"en": "General", "ar": "تعليمات"},
|
|
|
"generalInstructionsSubTitle": {"en": "Instructions", "ar": "التنويم العامة"},
|
|
|
"generalConsentTitle": {"en": "General", "ar": "الموافقة"},
|
|
|
"generalConsentSubTitle": {"en": "Consent", "ar": "العامة"},
|
|
|
"medicalInstructionsTitle": {"en": "Medical", "ar": "التعليمات الطبية"},
|
|
|
"medicalInstructionsSubTitle": {"en": "Instructions", "ar": "قبل التنويم"},
|
|
|
"mealPlanTitle": {"en": "Meal Plan", "ar": "خدمات"},
|
|
|
"mealPlanSubTitle": {"en": "Services", "ar": "الوجبات"},
|
|
|
"birthNotificationTitle": {"en": "Birth", "ar": "خدمات"},
|
|
|
"birthNotificationSubTitle": {"en": "Notification", "ar": "تبليغ الولادة"},
|
|
|
"admissionNoticeTitle": {"en": "Admission", "ar": "إشعار"},
|
|
|
"admissionNoticeSubTitle": {"en": "Notice", "ar": "تنويم"},
|
|
|
"mothersMRN": {"en": "Mother's MRN *", "ar": "رقم ملف الأم"},
|
|
|
"mothersName": {"en": "Mother's name *", "ar": "اسم الأم"},
|
|
|
"fathersNameEN": {"en": "Father's name english *", "ar": "اسم الاب انجليزي"},
|
|
|
"fathersNameAR": {"en": "Father's name arabic *", "ar": "اسم الاب عربي"},
|
|
|
"babysNameEN": {"en": "Baby's name english *", "ar": "اسم المولود انجليزي"},
|
|
|
"babysNameAR": {"en": "Baby's name arabic *", "ar": "اسم المولود عربي"},
|
|
|
"contactNumber": {"en": "Contact number *", "ar": "رقم الاتصال"},
|
|
|
"scanID": {"en": "Scan ID", "ar": "معرف المسح"},
|
|
|
"birthNotificationNotes1": {
|
|
|
"en": "For Saudis: Provide copy of the identification card for both couples. If the wife doesn't have identification card, The family card must be provided.",
|
|
|
"ar": "للسعوديين : إرفاق صورة من بطاقة الأحوال لكلا الزوجين وفي حال عدم توفر بطاقة الزوجة ترفق عنها بطاقة العائلة"
|
|
|
},
|
|
|
"birthNotificationNotes2": {"en": "Non Saudis: Provide copy of iqama or copy of the passport.", "ar": "لغير السعوديين : إرفاق صورة الإقامة آأو جواز السفر"},
|
|
|
"birthNotificationNotes3": {"en": "For Residents without identification card: Provide marriage contract.", "ar": "للمواطنين الغير حاملين لبطاقة الأحوال : إرفاق صورة من عقد الزواج برقم الحاسب"},
|
|
|
"placeOrder": {"en": "Place Order", "ar": "مكان الامر"},
|
|
|
"isFasting": {"en": "Are you fasting?", "ar": "هل أنت صائم؟"},
|
|
|
"noGeneralInstructions": {"en": "You do not have any general instructions right now.", "ar": "ليس لديك أي تعليمات عامة في الوقت الحالي."},
|
|
|
"noMedicalInstructions": {"en": "You do not have any medical instructions right now.", "ar": "ليس لديك أي تعليمات طبية في الوقت الحالي."},
|
|
|
"medicalInstructions": {"en": "Medical Instructions:", "ar": "تعليمات طبية:"},
|
|
|
"generalInstructions": {"en": "General Instructions:", "ar": "تعليمات عامة:"},
|
|
|
"copyLink": {"en": "COPY LINK", "ar": "نسخ الوصلة:"},
|
|
|
"paymentLinkCopied": {"en": "Payment link copied to your clipboard!'", "ar": "تم نسخ رابط الدفع إلى الحافظة الخاصة بك!"},
|
|
|
"copyLinkTxt": {
|
|
|
"en": "Or you can copy the payment link from below & send it to someone who can pay on your behalf: ",
|
|
|
"ar": "أو يمكنك نسخ رابط الدفع من الأسفل وإرساله إلى شخص يمكنه الدفع نيابة عنك:"
|
|
|
},
|
|
|
"proErrorMessage": {
|
|
|
"en":
|
|
|
"Dear patient, Our staff is currently out of office, please note that our working hours are from 7:00 AM to 10:00 PM, and we'd love to help you during that time, or you can call <insert number here>",
|
|
|
"ar": "عزيزي المريض ، طاقم العمل لدينا خارج المكتب حاليًا ، يرجى ملاحظة أن ساعات العمل لدينا من 7:00 صباحًا إلى 10:00 مساءً ، ويسعدنا مساعدتك خلال هذا الوقت ، أو يمكنك الاتصال بـ <أدخل الرقم هنا>"
|
|
|
},
|
|
|
"admissionNo": {"en": "Admission No", "ar": "رقم القبول:"},
|
|
|
"admissionReqNo": {"en": "Admission Request No", "ar": "رقم طلب القبول:"},
|
|
|
"dischargeDate": {"en": "Discharge Date", "ar": "تاريخ التفريغ"},
|
|
|
"selectAdmissionText": {"en": "Please select one of the admissions from below to view medical reports:", "ar": "يرجى تحديد أحد حالات القبول من الأسفل لعرض التقارير الطبية:"},
|
|
|
"onlyAdmitted": {"en": "This service is only available for admitted patients", "ar": "هذه الخدمة متاحة فقط للمرضى المقبولين"},
|
|
|
"assistYou": {"en": "How we may assist you?", "ar": "كيف يمكننا مساعدتك؟"},
|
|
|
"receive": {"en": "Receive", "ar": "تجهيز"},
|
|
|
"PRO": {"en": "PRO", "ar": "علاقات المرضى"},
|
|
|
"patientRelationOffice": {"en": "Patient Relation Office", "ar": "علاقات المرضى"},
|
|
|
"roomNo": {"en": "Room No.", "ar": "رقم الغرفة"},
|
|
|
"invalidEligibility": {
|
|
|
"en": "You cannot make online payment because you are not eligible to use the provided service.",
|
|
|
"ar": "لا يمكنك إجراء الدفع عبر الإنترنت لأنك غير مؤهل لاستخدام الخدمة المقدمة."
|
|
|
},
|
|
|
"invalidInsurance": {"en": "You cannot make online payment because you do not have a valid insurance.", "ar": "لا يمكنك إجراء الدفع عبر الإنترنت لأنه ليس لديك تأمين صالح."},
|
|
|
"continueCash": {"en": "Continue as cash", "ar": "تواصل نقدا"},
|
|
|
"updateInsurance": {"en": "Update insurance", "ar": "تحديث التأمين"},
|
|
|
"downloadReport": {"en": "Download Report", "ar": "تحميل تقرير المختبر"},
|
|
|
"habibCallCenter": {"en": "Please contact AlHabib call center to update your insurance manually.", "ar": "يرجى الاتصال بمركز اتصال الحبيب لتحديث التأمين الخاص بك يدوياً."},
|
|
|
"cashAmountUpdateInsurance": {
|
|
|
"en": "Please note that this is the cash amount, If you want to update your insurance, Please tap below:",
|
|
|
"ar": "يرجى ملاحظة أن هذا هو المبلغ النقدي، إذا كنت ترغب في تحديث التأمين الخاص بك، يرجى النقر أدناه:"
|
|
|
},
|
|
|
"validInsurance": {"en": "Do you have a valid insurance?", "ar": "هل لديك تأمين صالح؟"},
|
|
|
"resultStatus": {"en": "Result Status: ", "ar": "حالة النتيجة: "},
|
|
|
"contactRRT": {"en": "Contact RRT", "ar": "تواصل مع فريق الاستجابة السريعة"},
|
|
|
"checkInViaLocation": {"en": "Check-In Via Location", "ar": "تسجيل الوصول عبر الموقع"},
|
|
|
"locationCheckInError": {"en": "Please ensure you're within the hospital location to perform online check-in.", "ar": "يرجى التأكد من تواجدك داخل موقع المستشفى لإجراء تسجيل الوصول عبر الإنترنت."},
|
|
|
"upcoming": {"en": "Upcoming", "ar": "المواعيد القادمة"},
|
|
|
"noUpcomingAppointment": {"en": "No upcoming appointments", "ar": "لا توجد مواعيد القادمة"},
|
|
|
"locationTimeoutError": {"en": "Unable to fetch your location, Please try again.", "ar": "غير قادر على جلب موقعك، يرجى المحاولة مرة أخرى."},
|
|
|
"loadMore": {"en": "Load More", "ar": "تحميل المزيد"},
|
|
|
"selectHospitalBloodDonation": {"en": "Please select the hospital you want to book an appointment with: ", "ar": "يرجى اختيار المستشفى الذي تريد حجز موعد معه:"},
|
|
|
"wecare": {"en": "We Care", "ar": "نحن نهتم"},
|
|
|
"myinstructions": {"en": "My Instructions", "ar": "تعليماتي"},
|
|
|
"existingPackage": {"en": "This patient has a package under this clinic,", "ar": "هذا المريض لديه حزمة تحت هذه العيادة،"},
|
|
|
"continueOrbookNew": {"en": "do you want to continue with that package? or book new appointment?", "ar": "هل تريد الاستمرار في هذه الباقة؟ أو حجز موعد جديد؟"},
|
|
|
"newAppointment": {"en": "New Appointment", "ar": "موعد جديد"},
|
|
|
"proceedPackage": {"en": "Proceed with package", "ar": "المضي قدما في الحزمة"},
|
|
|
|
|
|
"clinicLocation": {"en": "Clinic Location", "ar": "موقع العيادة"},
|
|
|
"waitingAppointment": {"en": "Waiting appointment", "ar": "انتظار الموعد"},
|
|
|
"whatWaitingAppointment": {"en": "What is Waiting appointment?", "ar": "ما هو انتظار الموعد؟"},
|
|
|
"waitingAppointmentText1": {
|
|
|
"en": "The waiting appointments feature allows you to book an appointment while you are inside the hospital building, and in case there is no available slot in the doctor’s schedule.",
|
|
|
"ar": "تتيح لك خاصية انتظار المواعيد حجز موعد أثناء تواجدك داخل مبنى المستشفى، وفي حالة عدم وجود وقت متاح في جدول الطبيب."
|
|
|
},
|
|
|
"waitingAppointmentText2": {"en": "The appointment with the doctor is confirmed, but the time of entry is uncertain", "ar": "دخول الموعد مؤكد, التوقيت غير محدد."},
|
|
|
"waitingAppointmentText3": {
|
|
|
"en": "Note: You must have to pay within 10 minutes of booking, otherwise your appointment will be cancelled automatically",
|
|
|
"ar": "ملحوظة: يجب عليك الدفع خلال 10 دقائق من الحجز، وإلا سيتم إلغاء موعدك تلقائيًا"
|
|
|
},
|
|
|
"waitingAppointmentVerificationMethod": {"en": "Please select verification method", "ar": "الرجاء تحديد طريقة التحقق"},
|
|
|
"howToUseVerificationMethod": {"en": "How to use verification methods?", "ar": "كيفية استخدام طرق التحقق؟"},
|
|
|
"addToWaitingList": {"en": "Add to waiting list", "ar": "اضافه الى قائمة الانتظار"},
|
|
|
"searchClinic": {"en": "Search Clinic", "ar": "بحث العيادة"},
|
|
|
"enterMobileNumber": {"en": "Enter Mobile Number", "ar": "أدخل رقم الجوال"},
|
|
|
"videoCall": {"en": "Video Call", "ar": "اتصال فيديو"},
|
|
|
"audioCall": {"en": "Audio Call", "ar": "اتصال صوتية"},
|
|
|
"phoneCall": {"en": "Phone Call", "ar": "اتصال هاتفية"},
|
|
|
"selectCallType": {"en": "Select Call Type", "ar": "حدد نوع المكالمة"},
|
|
|
"selectedCallType": {"en": "Selected Call Type", "ar": "نوع المكالمة المحدد"},
|
|
|
"selectBranch": {"en": "Select Branch", "ar": "اختر الفرع"},
|
|
|
"searchByBranch": {"en": "Search By Branch Name", "ar": "البحث عن طريق اسم الفرع"},
|
|
|
"hospitalNavigationTitle": {"en": "Hospital", "ar": "الملاحة"},
|
|
|
"hospitalNavigationSubtitle": {"en": "Navigation", "ar": "المستشفى"},
|
|
|
"continueAgreeTerms": {"en": "By continuing, You agree to the above Terms and Conditions.", "ar": "من خلال المتابعة، فإنك توافق على الشروط والأحكام المذكورة أعلاه."},
|
|
|
"agreeText": {"en": "Agree", "ar": "أوافق"},
|
|
|
"ERCheckInSuccess": {"en": "Your ER Online Check-In has been successfully done. Please proceed to the waiting area.", "ar": "لقد تم تسجيل دخولك عبر الإنترنت بنجاح. يرجى التوجه إلى منطقة الانتظار."},
|
|
|
"generalConsent": {"en": "General Consent: ", "ar": "موافقة عامة:"},
|
|
|
|
|
|
"generalConsent1": {
|
|
|
"en":
|
|
|
"I authorize the Hospital and their staff to conduct any diagnostic examinations, test (including, but not limited to, HIV, HBsAg and any other as the clinician may deem fit), procedures and to provide any medications, treatments or therapy necessary to effectively assess and maintain my health, and to assess, diagnose and treat my illness or injuries. I understand that it is the responsibility of my health care providers to explain the patient's condition and thereby reasons for any particular diagnostic examination, test or procedure, the available treatment options, the common risks, anticipated benefits associated with these options, alternative courses of treatment and possible outcomes of non-treatment.",
|
|
|
"ar":
|
|
|
"أفوض المستشفى وموظفيه بإجراء أية فحوصات واختبارات وإجراءات تشخيصية (بما في ذلك مثالاً وليس حصراً فحوصات أمراض الكبد الوبائية أو نقص المناعة المكتسبة أو أي فحوصات أخرى يرى الطبيب المعالج (مناسبتها وتقديم أية أدوية أو علاج ضروري لتقييم . صحتي والمحافظة عليها بفاعلية والتقييم وتشخيص ومعالجة مرضي او الإصابات اللاحقة بي، وأدرك بأنه من مسؤولية مقدمي الرعاية الصحية بيان أسباب أي فحص أو إختبار أو إجراء تشخيصي محدد وخيارات العلاج المتوفرة والمخاطرة الشائعة والمنافع المتوقعة المرتبطة بهذه الخيارات والعلاج البديل والنتائج المحتملة لرفض العلاج."
|
|
|
},
|
|
|
"hospitalRules": {"en": "HOSPITAL RULES: ", "ar": "أنظمة المستشفى: "},
|
|
|
"generalConsent2": {
|
|
|
"en":
|
|
|
"Agree to be obliged to adhere to the Hospital rules, and to ensure compliance by all visitors. In the event of any severe violations of the rules, the hospital reserves the right to take the necessary measures according to the applicable Laws.",
|
|
|
"ar":
|
|
|
"أوافق على التقيد بقواعد وأنظمة المستشفى، وأضمن التزام جميع الزوار بذلك ، في حالة حدوث أي إنتهاكات جسيمة لقواعد وأنظمة المستشفى، يحتفظ المستشفى بالحق في إتخاذ جميع الاجراءات النظامية المكفولة."
|
|
|
},
|
|
|
"communicationConsent": {"en": "COMMUNICATION VIA EMAIL, TEXT MESSAGES AND PHONE CALLS: ", "ar": "الاتصال عبر البريد الإلكتروني والرسائل النصية والمكالمات الهاتفية: "},
|
|
|
"generalConsent3": {
|
|
|
"en":
|
|
|
"I understand that the contact number or Email that I have provided on registration will be used for communication by the Hospital. I hereby agree to be notified by the Hospital through SMS, Email, phone calls or any other method, for appointments notifications, special promotions, new features or products, current HMG's medical services, and of any services introduced by the Hospital or any third party in the future or any modifications made to the services offered by the Hospital. And these messages may be submitted as evidence where the Hospital has the right to use at any time whatsoever and as it sees fit. I understand the risks of communicating by email and text messages, in particular the privacy risks. I understand that the Hospital cannot guarantee the security and confidentiality of email or text communication. The Hospital will not be responsible for messages that are not received or delivered due to technical failure, or for disclosure of confidential information unless caused by intentional misconduct.",
|
|
|
"ar":
|
|
|
"المستشفى أدرك بأن رقم الجوال الهاتف أو البريد الإلكتروني الذي قدمته في نموذج التسجيل سيستخدم كوسيلة اتصال بيني وبين | وأقر بموافقتي على قيام المستشفى بإخطاري عن طريق رسائل البريد أو الرسائل القصيرة أو البريد الإلكتروني أو المكالمات الهاتفية أو أي طريقة أخرى بالمواعيد والعروض الترويجية أو المميزات والمنتجات الخاصة بالمستشفى أو) خاصة بأي طرف خارجي) وبأي خدمات طبية تقدمها المجموعة أو قد يطرحها المستشفى في المستقبل أو أي تعديلات قد تطرأ على الخدمات المقدمة من قبل المستشفى. وتعتبر هذه الرسائل دليل إثبات يحق للمستشفى استخدامه في اي وقت يشاء. أفهم مخاطر التواصل عبر البريد الإلكتروني والرسائل النصية خاصة مخاطر الخصوصية وأدرك أن المستشفى لا يمكنه ضمان أمن وسرية البريد الإلكتروني أو الرسائل النصية ولن يكون المستشفى مسؤول عن الرسائل التي لم يتم استلامها أو تسليمها بسبب الفشل التقني أو الكشف عن المعلومات السرية ما لم يكن سببها سوء سلوك متعمد."
|
|
|
},
|
|
|
"releaseConsent": {"en": "RELEASE OF PERSONAL AND MEDICAL INFORMATION: ", "ar": "الإفصاح عن المعلومات الشخصية والطبية: "},
|
|
|
"generalConsent4": {
|
|
|
"en":
|
|
|
"On completion of this consent I hereby authorize the hospital to provide any information of whatever nature concerning my treatment, including but not limited to, current conditions/co-morbidities to my insurance carrier or third party payer, for the purpose of determining benefit entitlement and to process payment, therefore taking responsibility for the financial settlement of my medical bills.",
|
|
|
"ar":
|
|
|
"عند تعبئة هذا النموذج ، أصرح بموجبه للمستشفي بتقديم أية معلومات أياً كانت طبيعتها بخصوص حالتي الصحية وعلاجي لشركة التأمين أو لأي طرف آخر مسؤول عن الدفع لأغراض تحديد حق الاستفادة والقيام بالدفع وبالتالي تحمل المسؤولية عن التسوية المالية للفواتير الطبية الخاصة بي."
|
|
|
},
|
|
|
"generalConsent5": {
|
|
|
"en":
|
|
|
"The Hospital is obliged by local and government regulations to submit certain patient information and I hereby give consent for the disclosure or use of my information as per statutory requirement. I also acknowledge that this consent is subject to the laws and jurisdiction of the country in which the Hospital is located.",
|
|
|
"ar":
|
|
|
" إن المستشفى ملزم بموجب الأنظمة المحلية وأنظمة الدولة بتقديم بعض المعلومات المتعلقة بالمريض وأوافق بموجبه على إفصاح أو استخدام المستشفى للمعلومات الخاصة بي حسبما هو مطلوب نظاماً، وأن هذا الإقرار خاضع للأنظمة والقوانين والاختصاص القضائي للدولة حيث يقع المستشفى."
|
|
|
},
|
|
|
"valuables": {"en": "VALUABLES: ", "ar": "الممتلكات الثمينة: "},
|
|
|
"generalConsent6": {
|
|
|
"en": "The Hospital is not liable for the loss or damage of any money, jewelry, documents or other personal articles of value.",
|
|
|
"ar": "المستشفى غير مسؤول عن ضياع أو تلف أي أموال أو مجوهرات أو مستندات أو أي أشياء أخري ذات قيمة."
|
|
|
},
|
|
|
"financialConsent": {"en": "FINANCIAL AGREEMENT: ", "ar": "الموافقة المالية: "},
|
|
|
"generalConsent7": {
|
|
|
"en":
|
|
|
"Within the expected time frame during their hospital visit or stay, patients/relatives are required to take personal responsibility and meet any financial obligation towards the Hospital regardless of the mode and source of payment (i.e. self-paying, insurance company, sponsoring company & others). I understand that for credit cases (Insurance covered or corporate patients) approval letter is essential at the time of admission. In case the approval letter is not available, I, the undersigned, agree to be treated as cash patient and advance deposit shall be made. Once approval is obtained the amount paid as advance shall be refunded to me / patient and if there is no approval till discharge the bill shall be settled in full by me/patient.",
|
|
|
"ar":
|
|
|
"يتوجب علي ضمن الاطار الزمني المتوقع أثناء زيارة المستشفى أو الإقامة فيها تحمل المسؤولية الشخصية والوفاء بأي التزام مالي تجاه المستشفى بغض النظر عن طريقة ومصدر الدفع (أي: الدفع الذاتي أو شركة التأمين أو صاحب العمل أو غيره، وأن الموافقة المسبقة ضرورية قبل دخول المستشفى في حالة التغطية المالية من قبل شركة التأمين أو شركة الكفالة في الحالات التي يتم فيها تأخر الموافقة أتعهد أنا الموقع أدناه بالموافقة على العلاج كمريض دفع ذاتي ويجب إيداع مبلغ تحت الحساب يتم استرداده بعد الحصول على موافقة التأمين، ويجب دفع الحساب بالكامل في حالة عدم الحصول على موافقة التأمين حتى موعد الخروج."
|
|
|
},
|
|
|
"dataSharingConsent": {"en": "DATA SHARING AND INQUIRY: ", "ar": "تبادل المعلومات والاستفسارات: "},
|
|
|
"generalConsent8": {
|
|
|
"en":
|
|
|
"Hereby, I, the undersigned, agree to provide the Hospital with any information that it requires for the establishing and/or auditing and/or administering my accounts and facilities therewith and I authorize it to obtain and collect any information as it deems necessary or in need for regarding me, my accounts and facilities therewith, from the Saudi Credit Bureau (SIMAH) or to any other agency approved by Saudi Arabian Monetary Agency (SAMA) and to disclose and share (inclusive of Data Pooling) that information to the said company (SIMAH) or to any other agency approved by Saudi Arabian Monetary Agency (SAMA) in accordance with the Membership Agreement and Code of Conduct approved. I agree and acknowledge that the delay in payment or non-payment of Hospital dues is a failure and as a result, SIMAH and/or any other agency approved by will be provided with my name and information to be added to the lists at SIMAH. These lists are accessed by other parties, and I will not be removed from these lists until I pay all of the outstanding amounts.",
|
|
|
"ar":
|
|
|
"بهذا أنا الموقع أدناه أوافق على تزويد المستشفى بأي معلومات أو بيانات يطلبها مني لتأسيس ملفي لدى المستشفى و/أو لمراجعته و/ أو لإدارته وأفوض المستشفى بأن يحصل على ما يلزم أو يحتاج إليه من معلومات تخصني من الشركة السعودية للمعلومات الائتمانية (سمة) واو اي جهة أخرى معتمدة من مؤسسة النقد العربي السعودي (ساما). كما أوافق على أن يفصح المستشفى عن المعلومات الخاصة بي لدى المستشفى للشركة السعودية للمعلومات الائتمانية (سمة) واو اي جهة أخرى معتمدة من مؤسسة النقد العربي السعودي (ساما) من خلال إتفاقية العضوية المبرمة وقواعد العمل المقرة والخاصة بتبادل المعلومات. كما أوافق وأقر بان التأخير في السداد أو عدم السداد لمستحقات المستشفى يعتبر تقصيراً وإخلالاً مني ونتيجة لذلك سيتم تزويد الشركة السعودية للمعلومات الائتمانية (سمه) و/أو أي جهة أخرى توافق عليها مؤسسة النقد العربي السعودي (ساما) بإسمي ومعلوماتي الإضافتها على القوائم لديها هذه القوائم يتم الوصول اليها والإطلاع عليها من قبل جهات أخرى، ولن يتم رفع اسمي من تلك القوائم إلا بعد أداء كافة ما علي من مبالغ مستحقة."
|
|
|
},
|
|
|
"permissionLeaveConsent": {"en": "PERMISSION TO LEAVE THE HOSPITAL: ", "ar": "قواعد المستشفى: "},
|
|
|
"generalConsent9": {
|
|
|
"en":
|
|
|
"Fully understand that, at no time, patient can leave the Hospital without prior consent and approval of treating doctor. In case I insist on leaving the Hospital, I must sign an undertaking of my responsibility on leaving the Hospital against the medical advice.",
|
|
|
"ar": "اتفهم انه ليس بإمكاني مغادرة المستشفى في أي وقت شئت دون أخذ إذن طبيبي المعالج. وفي حالة إصراري على مغادرة المستشفى يتعين علي توقيع اقرار مغادرتي ضد النصيحة الطبية وعلى مسؤوليتي."
|
|
|
},
|
|
|
"observeConsent": {"en": "CONSENT TO OBSERVE: ", "ar": "قواعد المستشفى: "},
|
|
|
"generalConsent10": {
|
|
|
"en":
|
|
|
"Observers will be allowed according to the Hospital policy as will the taking of pictures of medical or surgical procedures and the use of same for internal staff education or process improvement purposes. Observation and photography or medical or surgical procedures may be done with the approval of the Hospital and in accordance with the Hospital's policy and related laws. I, the undersigned, fully understand that electronically-transmitted information may be used and/or shared by the Hospital with other hospitals for my diagnosis, therapy, follow-up and/or patient education, and may include patient medical records, medical images, interactive audio, video, and/or data communications, output data from medical devices, sound and video files etc. for betterment of patient care.",
|
|
|
"ar":
|
|
|
"وفقاً لسياسة المستشفى، سيتم السماح للمراقبين بمتابعة الإجراءات الطبية والجراحية وسيتم استخدامها لتعليم الموظفين الداخليين أو لأغراض التحسين والتطوير ويمكن إجراء المراقبة والتصوير الفوتوغرافي أو الإجراءات الطبية أو الجراحية بموافقة المستشفى ووفقاً لسياسة المستشفى والانظمة ذات العلاقة. أنا الموقع ادناه أتفهم انه قد يتم الكترونياً إرسال معلومات متعلقة بالتشخيص الطبي لي، العلاج المتابعة وتثقيف المريض، والتي قد تتضمن ملف المريض الطبي النتائج الإشعاعية، التسجيلات الصوتية والمرئية، وذلك بين المستشفى ومستشفيات أخرى بهدف تقديم رعاية صحية أفضل."
|
|
|
},
|
|
|
"noGuaranteeConsent": {"en": "NO GUARENTEE OF THE RESULTS OF TREATMENT OR EXAMINATION: ", "ar": "لا ضمان لنتائج العلاج أو الفحوصات: "},
|
|
|
"generalConsent11": {
|
|
|
"en": "I fully understand that no guarantee can be made to me as to the results of treatment or examinations done in the hospital during my hospitalization.",
|
|
|
"ar": "أنا الموقع أدناه أتفهم أنه لا يمكن ضمان نتائج العلاج أو الفحوصات أو الإجراءات التي قد تجرى لي خلال فترة وجودي بالمستشفى."
|
|
|
},
|
|
|
"disputeConsent": {"en": "GOVERNING LAWS AND DISPUTE RESOLUTION: ", "ar": "النظام الحاكم وحل النزاعات: "},
|
|
|
"generalConsent12": {
|
|
|
"en":
|
|
|
"This General Consent and Conditions of Admissions is governed by and shall be construed in accordance with the laws of the Kingdom of Saudi Arabia. Any dispute which arises during the execution of it, in which the parties have failed to resolve amicably, will be referred to the concerned judicial authorities in the city of Riyadh, Kingdom of Saudi Arabia.",
|
|
|
"ar":
|
|
|
"تخضع وتفسر هذه الموافقة العامة وشروط القبول للأنظمة المعمول بها في المملكة العربية السعودية. كل خلاف ينشأ عن تنفيذها ولا يتوصل إلى تسويته بين الطرفين وديا يحال إلى الجهة القضائية المختصة بالفصل في النزاع في مدينة الرياض، المملكة العربية السعودية."
|
|
|
},
|
|
|
"patientsRightsConsent": {"en": "ACKNOWLEDGEMENT OF NOTICE OF PATIENT RIGHTS AND RESPONSIBILITIES: ", "ar": "الإقرار بحقوق ومسؤوليات المرضى: "},
|
|
|
"generalConsent13": {
|
|
|
"en":
|
|
|
"I, the undersigned, acknowledge that I have been provided with a copy of the Patients' Bill of Right and Responsibilities and the admission staff has explained to me Patients' Bill of Right and Responsibilities.",
|
|
|
"ar": "أنا الموقع أدناه أقر بانه تم تزويدي بـ وثيقة حقوق ومسؤوليات المرضى وقام الموظف المختص بشرح وثيقة حقوق ومسؤوليات المرضى لي."
|
|
|
},
|
|
|
"acknowledgementConsent": {"en": "ACKNOWLEDGEMENTS: ", "ar": "الإقرارات: "},
|
|
|
"generalConsent14": {
|
|
|
"en":
|
|
|
"I, the undersigned, acknowledge that I have been provided with a copy of the Patients' Bill of Right and Responsibilities and the admission staff has explained to me Patients' Bill of Right and Responsibilities.",
|
|
|
"ar":
|
|
|
"لقد قرأت وفهمت وأوافق على الشروط والأحكام المبينة أعلاه وأوافق على الإلتزام بالمتطلبات المذكورة تجاه المستشفى ، لقد قرأت التفاصيل المبينة في نموذج التسجيل الخاص بي وأقر بأنها صحيحة. أنا الموقع ادناه أقر بأنه أتيحت لي الفرصة لطرح الأسئلة والتحفظات بشأن هذه الموافقة، وتلقيت إجابات مرضية على جميع إستفساراتي."
|
|
|
},
|
|
|
"incorrectNationalId": {"en": "Incorrect National ID", "ar": "رقم الهوية غير صحيحة"},
|
|
|
"labResultFlag": {"en": "Flag", "ar": "Flag"},
|
|
|
"selectOccupation": {"en": "Select Occupation", "ar": "اختر المهنة"},
|
|
|
"selectOccupationError": {"en": "Please select your occupation.", "ar": "الرجاء تحديد مهنتك."},
|
|
|
|
|
|
"whatIsOnlineCheckIn": {"en": "What is Online Check-In?", "ar": "ما هو تسجيل الوصول عبر الإنترنت؟"},
|
|
|
"EROnlineCheckInDesc1": {
|
|
|
"en": "Online check-in lets patients fill out forms, share insurance details, and book appointments online, making their visit smoother and quicker.",
|
|
|
"ar": "يتيح تسجيل الوصول عبر الإنترنت للمرضى ملء النماذج ومشاركة تفاصيل التأمين وحجز المواعيد عبر الإنترنت، مما يجعل زيارتهم أكثر سلاسة وسرعة."
|
|
|
},
|
|
|
"EROnlineCheckInHow": {"en": "How can i use Online Check-In?", "ar": "كيف يمكنني استخدام تسجيل الوصول عبر الإنترنت؟"},
|
|
|
"EROnlineCheckInTapOn": {"en": "Tap On", "ar": "اضغط على"},
|
|
|
"EROnlineCheckInHoldPhone": {"en": "Hold your phone", "ar": "أمسك هاتفك"},
|
|
|
"EROnlineCheckInWaitTurn": {"en": "Wait your turn", "ar": "انتظر دورك"},
|
|
|
"EROnlineCheckInWaitTurnInstruction": {"en": "Please wait in the waiting area until called by the nurse.", "ar": "يرجى الانتظار في منطقة الانتظار حتى يتم استدعاؤك من قبل الممرضة."},
|
|
|
"EROnlineCheckInHoldPhoneInstruction": {"en": "Hold the phone 1 to 2 cm from the NFC sign displayed on the board", "ar": "امسك الهاتف على مسافة 1 إلى 2 سم من علامة NFC المعروضة على اللوحة"},
|
|
|
"EROnlineCheckInTapOnCheckIn": {"en": "Tap on the check-in button within the app", "ar": "اضغط على زر تسجيل الدخول داخل التطبيق"},
|
|
|
"download": {"en": "Download", "ar": "تحميل"},
|
|
|
"share": {"en": "Share", "ar": "يشارك"},
|
|
|
"readMore": {"en": "Read More", "ar": "اقرأ أكثر"},
|
|
|
"showLess": {"en": "Show Less", "ar": "عرض أقل"},
|
|
|
"change": {"en": "Change", "ar": "فرق"},
|
|
|
"referenceRange": {"en": "Reference Range", "ar": "نطاق مرجعي"},
|
|
|
"criticalLow": {"en": "Critical Low", "ar": "انخفاض حرج"},
|
|
|
"criticalHigh": {"en": "Critical High", "ar": "حرج مرتفع"},
|
|
|
"high": {"en": "High", "ar": "مرتفع"},
|
|
|
"normal": {"en": "Normal", "ar": "عادي"},
|
|
|
"low": {"en": "Low", "ar": "منخفض"},
|
|
|
"nearest": {"en": "Nearest", "ar": "الأقرب"},
|
|
|
"selectRegion": {"en": "Select Region", "ar": "اختر المنطقة"},
|
|
|
"selectFacitlity": {"en": "Select Facility", "ar": "اختر المنشأة"},
|
|
|
"selectDoctor": {"en": "Select Doctor", "ar": "اختر الطبيب"},
|
|
|
"hmgHospital": {"en": "Hospital", "ar": "المستشفيات "},
|
|
|
"hmcHospital": {"en": "Medical Center", "ar": "المراكز الطبية"},
|
|
|
"hmcHospitalCountSingle": {"en": "@ Medical Center", "ar": "المراكز الطبية @"},
|
|
|
"hmgHospitalCountSingle": {"en": "@ Hospital", "ar": "المستشفيات @"},
|
|
|
"hmcHospitalCountPlural": {"en": "@ Medical Centers", "ar": "المراكز الطبية @"},
|
|
|
"hmgHospitalCountPlural": {"en": "@ Hospitals", "ar": "المستشفيات @"},
|
|
|
|
|
|
"termsHeading": {"en": "ONLINE SERVICES TERMS OF USE", "ar": "شروط استخدام الخدمات الالكترونية"},
|
|
|
"termsConditions1": {
|
|
|
"en":
|
|
|
"These Online Services Terms of Use (Service Terms) govern certain online services provided by Dr Sulaiman Al Habib Medical Services Group Company (HMG, we, us, our) to the visitors and users of our websites and mobile app (you, your).",
|
|
|
"ar":
|
|
|
"تخضع الخدمات الالكترونية المحددة التي تقدمها شركة مجموعة الدكتور سليمان الحبيب للخدمات الطبية (المجموعة، نحن، والضمائر التي تشير إلينا) إلى زوار ومستخدمي مواقع الويب الخاصة بنا وتطبيقاتنا المحمولة (أنت، والضمائر التي تشير إليك) لشروط استخدام الخدمات الالكترونية (شروط الخدمة) هذه."
|
|
|
},
|
|
|
"termsConditions2": {
|
|
|
"en":
|
|
|
"By accessing our websites and/or mobile app, you agree to our Website Terms of Use and App User Agreement, as applicable (General Terms), which creates an agreement between you and us. When you accept these Service Terms they are incorporated into and become part of that same agreement. ",
|
|
|
"ar":
|
|
|
"بمجرد دخولك إلى مواقع الويب و/أو تطبيق الجوال الخاص بنا، فإنك توافق على شروط استخدام الموقع الإلكتروني الخاص بنا واتفاقية مستخدم التطبيق، حسب الاقتضاء (الشروط العامة)، والتي اتفاقاً بينك وبيننا. عندما تقبل شروط الخدمة هذه، فإنها تصبح مشمولة في وتشكل جزءا من نفس الاتفاقية."
|
|
|
},
|
|
|
"termsConditions3": {
|
|
|
"en":
|
|
|
"Please ensure you have read our Privacy Policy. Use of our online services may require you to provide us with personal information to create an account and may also require you to provide us with personal information, including information related to your health and wellbeing, to access specific services. If you purchase items from us and wish to bill charges to your insurance provider, we will need to provide personal information relating to you and your purchase to your insurance provider. By using our online services, you agree and consent to our use of your personal information in accordance with the Privacy Policy.",
|
|
|
"ar":
|
|
|
"يرجى التأكد من أنك قد قرأت سياسة الخصوصيةالخاصة بنا. قد يتطلب منك استخدام خدماتنا عبر الإنترنت أن تزودنا بالمعلومات الشخصية لإنشاء حساب قد تتطلب منك أيضاً تزويدنا بالمعلومات الشخصية بما في ذلك المعلومات المتعلقة بصحتك ورفاهيتك، للوصول إلى خدمات محددة. إذا قمت بشراء سلع منا وترغب منا في تقاضي قيمة الفاتورة من مزود التأمين الخاص بك، فسوف نحتاج إلى تقديم معلومات شخصية تتعلق بك وبمشترياتك لمزود التأمين الخاص بك. بمجرد استخدامك لخدماتنا الالكترونية، فإنك توافق على استخدامنا لمعلوماتك الشخصية وفقاً لسياسة الخصوصية."
|
|
|
},
|
|
|
"termsConditions4": {
|
|
|
"en":
|
|
|
"The Service Terms apply when you access services on our Sites, which require you to create a user account or log-in to your existing user account. You are required to indicate your acceptance of these Service Terms when creating your user account. If the Service Terms are updated by us, you will be required to confirm your agreement again, on your next log-in.",
|
|
|
"ar":
|
|
|
"تنطبق شروط الخدمة عند دخولك إلى الخدمات على مواقعنا التي تتطلب منك إنشاء حساب مستخدم أو تسجيل الدخول إلى حساب المستخدم الحالي. يتعين عليك الإشارة إلى قبولك لشروط الخدمة هذه عند إنشاء حساب المستخدم الخاص بك. إذا تم تحديث شروط الخدمة من قبلنا، فسيُطلب منك تأكيد موافقتك عليها مرة أخرى، عند تسجيل الدخول التالي الخاص بك."
|
|
|
},
|
|
|
"termsConditions5": {
|
|
|
"en":
|
|
|
"Telehealth and Online Pharmacy - Additional terms apply to our telehealth and online pharmacy services, and you will be required to agree to such terms before using those particular services.",
|
|
|
"ar":
|
|
|
"الرعاية الصحية عن بعد والصيدلية الإلكترونية – تنطبق شروط إضافية على خدماتنا المتعلقة بالرعاية الصحية عن بُعد والصيدلية الإلكترونية، ويتعين عليك الموافقة على هذه الشروط قبل استخدام هذه الخدمات."
|
|
|
},
|
|
|
"termsHeading2": {"en": "1. GENERAL TERMS", "ar": "1. أحكام عامة"},
|
|
|
"termsConditions6": {
|
|
|
"en": "The General Terms form part of this agreement, and all provisions of the General Terms apply to our online services.",
|
|
|
"ar": "تشكل الشروط العامة جزءاً من هذه الاتفاقية وتُطبق جميع أحكام الشروط العامة على خدماتنا الإلكترونية عبر الإنترنت."
|
|
|
},
|
|
|
"termsHeading3": {"en": "2. APPOINTMENT BOOKING CONDITIONS", "ar": "2. شروط حجز الموعد"},
|
|
|
"termsConditions7": {
|
|
|
"en":
|
|
|
"2.1 The Sites (all the websites defined in the General Terms, along with the mobile app) must not be used for speculative, false, or fraudulent appointment bookings. You warrant, represent and undertake that all information you provide about yourself and about anyone else is true and accurate when you are providing information to make an appointment.",
|
|
|
"ar":
|
|
|
"2-1 يتعين عليك ألا تستخدم المواقع (جميع مواقع الويب المحددة في الشروط العامة، إلى جانب تطبيق الجوال) لإجراء حجوزات غير مؤكدة أو خاطئة أو احتيالية. أنت تضمن وتقر وتتعهد بأن جميع المعلومات التي تقدمها عن نفسك وحول أي شخص آخر هي معلومات صحيحة ودقيقة عند تقديمك لمعلومات لحجز موعد."
|
|
|
},
|
|
|
"termsConditions8": {
|
|
|
"en": "2.2 Appointment bookings can only be made through the Sites for selected HMG hospitals and clinics, to be determined at our sole discretion. ",
|
|
|
"ar": "2-2 لا يمكن إجراء حجوزات المواعيد إلا من خلال مواقع مستشفيات وعيادات المجموعة المحددة، والتي نقوم بتحديدها وفقاً لتقديرنا الخاص."
|
|
|
},
|
|
|
"termsConditions9": {
|
|
|
"en":
|
|
|
"2.3 Once the appointment booking has been made through the Site, you will be required to confirm your appointment through the Sites, by phone, or in person at least twenty-four (24) hours prior to the appointment.",
|
|
|
"ar": "2-3 بمجرد إجراء حجز المواعيد من خلال الموقع، سيُطلب منك تأكيد موعدك من خلال المواقع أو عن طريق الهاتف أو شخصياً قبل ما لا يقل عن أربعة وعشرين (24) ساعة من الموعد."
|
|
|
},
|
|
|
"termsConditions10": {
|
|
|
"en": "2.4 For those HMG hospitals and clinics for which appointment bookings through the Sites are not permitted, you shall be required to book an appointment by phone or in person.",
|
|
|
"ar": "2-4 بالنسبة لمستشفيات وعيادات المجموعة التي لا يسمح بحجز مواعيد فيها من خلال المواقع، يتعين عليك حجز موعد عبر الهاتف أو شخصياً. "
|
|
|
},
|
|
|
"termsConditions11": {
|
|
|
"en": "2.5 You must register in accordance with the terms outlined in clause 7 to be able to make appointment bookings through the Sites.",
|
|
|
"ar": "2-5 يتعين عليك التسجيل وفقاً للشروط المبينة في البند 7 لكي تتمكن من إجراء حجوزات المواعيد من خلال المواقع."
|
|
|
},
|
|
|
"termsConditions12": {"en": "2.6 In using the Sites, you will be entitled to:", "ar": "2-6 عند استخدامك للمواقع، فإنه يحق لك:"},
|
|
|
"termsConditions12a": {"en": "a) book an appointment at an HMG hospital or clinic ", "ar": "(1) حجز موعد في إحدى مستشفيات أو عيادات المجوعة"},
|
|
|
"termsConditions12b": {"en": "b) book one appointment at given time", "ar": "(2) حجز موعد في وقت معين"},
|
|
|
"termsConditions12c": {"en": "c) book one appointment at given clinic. ", "ar": "(3) حجز موعد في عيادة معينة."},
|
|
|
"termsConditions13": {
|
|
|
"en":
|
|
|
"To ensure there is no misunderstanding, In case that you won’t attend your confirmed appointment, you shall be required to cancel or reschedule appointment by phone or in person or through the Sites.",
|
|
|
"ar": " تفادياً للشك، في حال عدم الرغبة في الحضور للموعد المؤكد، يتعين عليك إلغاء أو إعادة جدولة أي موعد مؤكد إما عن طريق الهاتف أو شخصياً أو من خلال المواقع."
|
|
|
},
|
|
|
"termsConditions14": {
|
|
|
"en": "2.7 We reserve the right to disable your ability to book appointments through the Sites for a period, the duration of which is at sole discretion in the following circumstances: ",
|
|
|
"ar": "2-7 نحن نحتفظ بالحق في تعطيل قدرتك على حجز المواعيد من خلال المواقع لفترة يتم تحديد مدتها وفقًا لتقديرنا الخاص، وذلك في الحالات التالية:"
|
|
|
},
|
|
|
"termsConditions14a": {"en": "a) you fail to attend appointments booked and confirmed through the Sites ", "ar": "(1) في حال أخفقت في حضور مواعيد تم حجزها وتأكيدها من خلال المواقع"},
|
|
|
"termsConditions14b": {"en": "b) we determine at our sole discretion to do so for whatever reason. ", "ar": "(1) في حال أخفقت في حضور مواعيد تم حجزها وتأكيدها من خلال المواقع"},
|
|
|
"termsHeading4": {"en": "3. ONLINE ENQUIRY CONDITIONS", "ar": "3. شروط الاستفسار عبر الإنترنت"},
|
|
|
"termsConditions15": {
|
|
|
"en":
|
|
|
"3.1 You shall be entitled to communicate your enquiries to doctors through the Sites should you have visited an HMG hospital or clinic within the last 14 days. The enquiry must be submitted to the doctor with whom you had your appointment. For enquiries that are not directed towards doctors, you can submit them through the Sites without any time limitation.",
|
|
|
"ar":
|
|
|
"3-1 يحق لك إيصال استفساراتك إلى الأطباء من خلال المواقع في حال كان قد سبق لك أن قمت بزيارة أي مستشفى أو عيادة في المجموعة خلال الـ 14 يوما الماضية. يجب تقديم الاستفسار إلى الطبيب الذي كان لديك موعد معه. بالنسبة للاستفسارات التي لا يتم توجيهها إلى الأطباء، يمكنك إرسالها عبر المواقع دون أي قيود زمنية."
|
|
|
},
|
|
|
"termsConditions16": {"en": "3.2 In using the Sites, you shall only be entitled to:", "ar": "3-2 عند استخدامك للمواقع، فإنه لا يحق لك سوى:"},
|
|
|
"termsConditions16a": {
|
|
|
"en": "a) submit the enquiry to the doctor with whom you had your appointment within the last 14 days.",
|
|
|
"ar": "(1) إرسال الاستفسار للطبيب الذي كان لديك موعد معه خلال الـ 14 يوما الماضية."
|
|
|
},
|
|
|
"termsConditions16b": {"en": "b) only make one doctor enquiry in any twenty-four (24) hour period.", "ar": "(2) إرسال استفسار واحد فقط للطبيب في أي فترة أربع وعشرين (24) ساعة."},
|
|
|
"termsConditions17": {
|
|
|
"en": "3.3 A response to enquiries made through the Sites is not guaranteed and is subject to doctor availability. Responses to enquiries will be subject to the doctor's sole discretion.",
|
|
|
"ar": "3-3 عدم ضمان استجابة الاستفسارات المقدمة من خلال المواقع وهي عرضة لتوافر الطبيب. الردود على الاستفسارات سوف تخضع لتقدير الطبيب وحده ."
|
|
|
},
|
|
|
"termsConditions18": {
|
|
|
"en":
|
|
|
"3.4 Any response to enquiries made through the Sites which include details concerning, amongst other things, prescriptions, lab results, and radiology reports should not be considered as final and should be verified and stamped by the relevant medical office.",
|
|
|
"ar":
|
|
|
"3-4 أي رد على الاستفسارات المقدمة من خلال المواقع التي تشمل تفاصيل تتعلق، من بين الأشياء الأخرى، بالوصفات الطبية، نتائج المختبرات وتقارير الأشعة ينبغي عدم اعتبارها نهائية وينبغي التحقق منها وختمها من قبل المكتب الطبي المختص."
|
|
|
},
|
|
|
"termsConditions19": {
|
|
|
"en": "3.5 We reserve the right to disable your ability to make enquiries through the Sites for a period, the duration of which is at sole discretion in the following circumstances:",
|
|
|
"ar": "3-5 نحن نحتفظ بالحق في تعطيل قدرتك على إرسال الاستفسارات من خلال المواقع لأي فترة يتم تحديد مدتها وفقًا لتقديرنا الخاص في الحالات التالية:"
|
|
|
},
|
|
|
"termsConditions19a": {
|
|
|
"en": "a) you fail to attend three (3) appointments booked and confirmed through the Sites. ",
|
|
|
"ar": "(1) في حال أخفقت في حضور ثلاثة (3) مواعيد تم حجزها وتأكيدها من خلال المواقع. "
|
|
|
},
|
|
|
"termsConditions19b": {"en": "b) we determine at our sole discretion to do so for whatever reason.", "ar": "(2) في حال ارتأينا القيام بذلك وفقاً لتقديرنا المنفرد لأي سبب كان."},
|
|
|
"termsHeading5": {"en": "4. PURCHASE CONDITIONS", "ar": "4. شروط الشراء"},
|
|
|
"termsConditions20": {
|
|
|
"en":
|
|
|
"4.1 The Sites must not be used for speculative, false, or fraudulent purchases. You warrant, represent and undertake that all information you provide about yourself and about anyone else is true and accurate when you are making payments to the Sites. ",
|
|
|
"ar":
|
|
|
"4-1 يتعين عدم استخدام المواقع لإجراء مشتريات مضاربة أو خاطئة أو احتيالية. أنت تضمن وتقر وتتعهد بأن جميع المعلومات التي تقدمها عن نفسك وحول أي شخص آخر هي معلومات صحيحة ودقيقة عند سدادك لمدفوعات عبر المواقع."
|
|
|
},
|
|
|
"termsConditions21": {
|
|
|
"en":
|
|
|
"4.2 Services purchased through the Sites as a result of visits to the Sites made by you will be subject to the policy that applies to the particular services purchased by you (Policy). In the event of any discrepancy between these Terms of Use and the relevant Policy, the terms of the Policy will prevail, but only to the extent of the inconsistency. If there is a Policy for any particular service, it will be made clear to you before you access the service.",
|
|
|
"ar":
|
|
|
"4-2 الخدمات التي تم شراؤها من خلال المواقع نتيجة لزياراتك إلى المواقع، ستكون خاضعة للسياسة التي تنطبق على الخدمات المعينة التي تم شراؤها من جانبك (السياسة). في حالة وجود أي تباين بين شروط الاستخدام هذه والسياسة ذات الصلة، فإنه يُعتد بشروط السياسة، ولكن فقط في حدود ذلك التعارض . إذا كانت هناك سياسة محددة لأي خدمة معينة، فسيتم توضيحها لك قبل دخولك إلى الخدمة."
|
|
|
},
|
|
|
"termsHeading6": {"en": "5. PRICING AND AVAILABILITY", "ar": "5. التسعير والتوافر"},
|
|
|
"termsConditions22": {
|
|
|
"en":
|
|
|
"5.1 Unless otherwise expressly stated, all prices on the Sites are exclusive of all applicable taxes and surcharges. All prices are expressed to be in Saudi riyals, as indicated on the Sites. We may also accept payment in US dollars, if indicated.",
|
|
|
"ar":
|
|
|
"5-1 ما لم يرد نص على خلاف ذلك صراحةً، فإن جميع الأسعار على المواقع لا تشمل أياً من الضرائب والرسوم الإضافية المعمول بها. جميع الأسعار معبر عنها بالريال السعودي، كما هو موضح في المواقع. قد نقبل أيضاً الدفع بالدولار الأمريكي، إذا تم بيان ذلك."
|
|
|
},
|
|
|
"termsConditions23": {
|
|
|
"en":
|
|
|
"5.2 Prices and availability stated on the Sites are subject to change at any time until your online purchase has been confirmed and your payment has been processed. While we will endeavour to ensure that the information on the Sites is as accurate and as up to date as possible, we do not provide a warranty to that effect. You acknowledge that we have no responsibility for the accuracy, completeness, currency or timeliness of price and availability information that is made available on the Sites.",
|
|
|
"ar":
|
|
|
"5-2 الأسعار ومدى التوافر الموضح على المواقع عرضة للتغيير في أي وقت حتى يتم تأكيد الشراء عبر الإنترنت ومعالجة مدفوعاتك بنجاح. رغم أننا سنسعى للتأكد من أن المعلومات الموجودة على المواقع دقيقة ومحدثة قدر الإمكان، إلا أننا لا نقدم أي ضمان بهذا الخصوص. أنت تقر بأننا لا نتحمل أي مسؤولية عن دقة معلومات السعر ومدى التوافر المبين على المواقع أو مدى اكتمالها أو حداثتها أو إتاحتها في الوقت المناسب."
|
|
|
},
|
|
|
"termsConditions24": {
|
|
|
"en": "5.3 Special offers may be advertised on the Sites at any time. Special offers are not applicable to any transactions that have already been confirmed.",
|
|
|
"ar": "5-3 قد يتم الإعلان عن عروض خاصة على المواقع في أي وقت. لا تنطبق العروض الخاصة على أي معاملات سبق أن تم تأكيدها بالفعل."
|
|
|
},
|
|
|
"termsHeading7": {"en": "6. PAYMENTS", "ar": "6. سداد المدفوعات"},
|
|
|
"termsConditions25": {"en": "6.1 We may accept the following methods of payment: ", "ar": "6-1 يجوز لنا قبول طرق السداد التالية:"},
|
|
|
"termsConditions25a": {"en": "a) direct debit bank transfers in accordance with the provisions of clause 6.2 below: ", "ar": "(1) تحويلات بنكية بالخصم المباشر وفقاً لأحكام البند 6-2 أدناه: "},
|
|
|
"termsConditions25b": {
|
|
|
"en": "b) credit card payments in accordance with the provisions of clauses 6.3, 6.4 and 6.5 below: ",
|
|
|
"ar": "(2) مدفوعات بطاقات الائتمان وفقاً لبنود 6-3 و 6-4 و 6-5 أدناه: "
|
|
|
},
|
|
|
"termsConditions25c": {
|
|
|
"en": "c) direct billing to medical insurance providers in accordance with the provisions of clause 6.6 below. ",
|
|
|
"ar": "(3) الفواتير المباشرة لمزودي خدمات التأمين الطبي وفقاً لأحكام البند 6-6 أدناه."
|
|
|
},
|
|
|
"termsConditions26": {
|
|
|
"en": "6.2 All payments made by direct debit bank transfer should be made to respective bank account that will be shown along with your purchasing activity.",
|
|
|
"ar": "6-2 يجب أن يتم سداد جميع المدفوعات التي تتم عن طريق التحويل المصرفي بالخصم المباشر إلى الحساب المصرفي المعني الذي سيتم بيانه جنباً إلى جنب مع عملية الشراء التي تخصك."
|
|
|
},
|
|
|
"termsConditions27": {
|
|
|
"en": "6.3 We accept all major international credit and debit cards (each a Card). Your Card will be debited when you click the 'confirm payment' button. ",
|
|
|
"ar": "6-3 نقبل جميع بطاقات الائتمان والخصم الدولية الرئيسية (ويُشار إلى كل منها بلفظ بطاقة). سيتم الخصم من بطاقتك عندما تنقر على زر 'تأكيد الدفع'."
|
|
|
},
|
|
|
"termsConditions28": {
|
|
|
"en": "6.3 We accept all major international credit and debit cards (each a Card). Your Card will be debited when you click the 'confirm payment' button. ",
|
|
|
"ar": "6-3 نقبل جميع بطاقات الائتمان والخصم الدولية الرئيسية (ويُشار إلى كل منها بلفظ بطاقة). سيتم الخصم من بطاقتك عندما تنقر على زر 'تأكيد الدفع'."
|
|
|
},
|
|
|
"termsConditions29": {
|
|
|
"en":
|
|
|
"6.4 Please supply us with the correct c card billing and cardholder information (Payment Information). If you do not supply the correct Payment Information, purchases made through the Sites may be delayed. We reserve the right to cancel purchases made through the Sites if payment is declined or if you have supplied incorrect Payment Information.",
|
|
|
"ar":
|
|
|
"6-4 يرجى تزويدنا بفاتورة البطاقة الصحيحة ومعلومات حامل البطاقة (معلومات الدفع). إذا لم تقدم معلومات الدفع الصحيحة، فقد تتأخر عمليات الشراء التي تتم عبر المواقع. نحتفظ بالحق في إلغاء المشتريات التي تتم عبر المواقع إذا تم رفض الدفع أو إذا قدمت معلومات دفع غير صحيحة."
|
|
|
},
|
|
|
"termsConditions30": {
|
|
|
"en":
|
|
|
"6.5 We may incur charges when a booking is made through the Sites using a Card. We reserve the right to pass on to you, in full, any changes incurred by us in connection with any purchase made through the Sites by you using a Card. We will let you know of any applicable charges prior to you clicking the 'confirm payment' button.",
|
|
|
"ar":
|
|
|
"6-5 قد نتحمل رسوماً عند إجراء الحجز عبر المواقع باستخدام البطاقة. نحتفظ بالحق في أن نتقاضى منك، بالكامل، أي تغييرات نُطالب بدفعها فيما يتعلق بأي عملية شراء يتم إجراؤها عبر المواقع بواسطتك باستخدام البطاقة. سنخبرك بأي رسوم مطبقة قبل النقر فوق زر 'تأكيد الدفع'."
|
|
|
},
|
|
|
"termsConditions31": {
|
|
|
"en":
|
|
|
"6.6 If our Site provides the option for you to submit insurance provider details for the purposes of direct billing then you may do so. We may provide the ability for you to store insurance details on your account profile. You are responsible for ensuring all insurance details provided are valid and up to date. You represent and warrant to us that any insurance details you provide will relate to a valid medical insurance policy which covers treatment in the country from which you are making your purchase. You acknowledge that we will need to provide details to your insurer of your purchase, and you hereby consent to us doing so. Before we confirm an order, we will need to verify that your insurer accepts payment for the order. If the insurer declines payment or you are required to pay part or all of the order price, we will contact you and the order will not progress until you have paid the remainder of the total amount due. Aside from seeking approval of costs in accordance with the information you provide with your order, we cannot act as an intermediary for communications between you and your insurer and we accept no liability whatsoever for any delay, act or omission of your insurer. If you are unhappy with your insurer’s treatment of your claim you must contact your insurer or the appropriate supervisory authority directly. ",
|
|
|
"ar":
|
|
|
"6-6 إذا كان موقعنا يوفر لك خيار إرسال تفاصيل مزود التأمين لأغراض الفوترة المباشرة، فيمكنك القيام بذلك. قد نوفر لك القدرة على تخزين تفاصيل التأمين في ملف تعريف حسابك. أنت مسؤول عن التأكد من أن جميع تفاصيل التأمين المقدمة صحيحة ومحدثة. أنت تقر وتضمن لنا أن أي تفاصيل تأمين تقدمها سوف تتعلق بوثيقة تأمين طبي سارية المفعول تغطي العلاج في البلد الذي تقوم بالشراء منه. أنت تقر بأننا سنحتاج إلى تقديم تفاصيل إلى شركة التأمين الخاصة بك عن مشترياتك وأنت توافق بموجبه على قيامنا بذلك. قبل تأكيد طلب الشراء، سنحتاج إلى التحقق من أن شركة التأمين توافق على سداد قيمة طلب الشراء. إذا رفضت شركة التأمين سداد ذلك أو طُلب منك سداد جزء من قيمة الطلبية أو جميعها، فسنقوم بالاتصال بك ولن يتم تنفيذ طلب الشراء حتى تقوم بسداد باقي المبلغ الإجمالي المستحق. بصرف النظر عن السعي للحصول على الموافقة على التكاليف وفقاً للمعلومات التي تقدمها مع طلبك، لا يمكننا العمل كوسيط للاتصالات بينك وبين شركة التأمين الخاصة بك ولا نتحمل أي مسؤولية من أي نوع عن أي تأخير أو فعل أو إغفال من جانب شركة التأمين الخاصة بك. إذا لم تكن راضيًا عن كيفية معاملة شركة التأمين الخاصة بك لطلبك، فيجب عليك الاتصال بشركة التأمين أو السلطة الإشرافية المناسبة بشكل مباشر."
|
|
|
},
|
|
|
"termsConditions32": {
|
|
|
"en":
|
|
|
"6.7 We may outsource payment processing to a third party provider. We will not be liable to you or anyone else for any loss resulting from an act or omission of a third party payment provider.",
|
|
|
"ar": "6-7 يجوز لنا تعهيد مسألة معالجة المدفوعات لمزود خارجي. لن نتحمل أي مسؤولية تجاهك أو تجاه أي شخص آخر عن أي خسارة ناتجة عن أي فعل أو إغفال من قبل مزود خارجي لخدمات المدفوعات."
|
|
|
},
|
|
|
"termsHeading8": {"en": "7. ACCOUNT RULES ", "ar": "7. قواعد الحساب"},
|
|
|
"termsConditions33": {"en": "7.1 In order to access certain services, you will need to: ", "ar": "7-1 من أجل الدخول إلى خدمات معينة، سوف تحتاج إلى:"},
|
|
|
"termsConditions33a": {"en": "(a) enter your credentials (registered National ID and mobile number). ", "ar": "(1) إدخال بيانات الاعتماد الخاصة بك (رقم الهوية الوطنية المسجل ورقم الجوال )"},
|
|
|
"termsConditions33b": {
|
|
|
"en": "(b) enter the onetime secure-access code that you will receive to your registered mobile number. ",
|
|
|
"ar": "(2) إدخال رمز الدخول الآمن لمرة واحدة الذي ستتلقاه على رقم هاتفك الجوال المسجل."
|
|
|
},
|
|
|
"termsConditions34": {
|
|
|
"en": "7.2 In order to create an account to obtain full access to the services on the Sites, you must: ",
|
|
|
"ar": "7-2 لإنشاء حساب والحصول على حق الوصول الكامل إلى الخدمات على المواقع، يتعين عليك:"
|
|
|
},
|
|
|
"termsConditions34a": {
|
|
|
"en": "(a) satisfy the minimum age requirement of 18 years (measured according to the Gregorian calendar); ",
|
|
|
"ar": "(1) استيفاء شرط الحد الأدنى للسن وهو 18 سنة (يُقاس بالتقويم الميلادي)؛"
|
|
|
},
|
|
|
"termsConditions34b": {
|
|
|
"en": "(b) provide us with complete and accurate registration information in accordance with requested information fields on the Site;",
|
|
|
"ar": "(2) تزويدنا بمعلومات تسجيل كاملة ودقيقة وفقاً لحقول المعلومات المطلوبة على الموقع؛"
|
|
|
},
|
|
|
"termsConditions34c": {
|
|
|
"en": "(c) ensure your use of the Sites is in accordance with these Online Services Terms of Use and any applicable laws;",
|
|
|
"ar": "(3) التأكد من أن استخدامك للمواقع يتوافق مع شروط استخدام الخدمات الالكترونية هذه وأي أنظمة معمول بها؛"
|
|
|
},
|
|
|
"termsConditions34d": {"en": "(d) enter your national ID card number; ", "ar": "(4)إدخال رقم بطاقة الهوية الوطنية الخاصة بك؛ و"},
|
|
|
"termsConditions34e": {
|
|
|
"en": "(e) enter your mobile telephone number to receive a confidential secure-access code via SMS. ",
|
|
|
"ar": "(5) إدخال رقم هاتفك الجوال لتلقي رمز دخول آمن سري عبر رسالة نصية قصيرة."
|
|
|
},
|
|
|
"termsConditions35": {
|
|
|
"en": "7.3 When you create an account, and any time you attempt to access our on-line services, you warrant, represent and undertake that: ",
|
|
|
"ar": "7-3 عندما تنشئ حساباً، وفي أي وقت تحاول فيه الدخول إلى خدماتنا الالكترونية عبر الإنترنت، فإنك تضمن وتقر وتتعهد بما يلي:"
|
|
|
},
|
|
|
"termsConditions35a": {"en": "(a) you meet the minimum age requirement ", "ar": "(1)أنك تستوفي الحد الأدنى من متطلبات العمر"},
|
|
|
"termsConditions35b": {
|
|
|
"en": "(b) you have given complete and accurate registration information, and will keep that information updated; ",
|
|
|
"ar": "(2) أنك قدمت معلومات تسجيل كاملة ودقيقة، وأنك ستقوم بتحديث هذه المعلومات "
|
|
|
},
|
|
|
"termsConditions35c": {"en": "(c) you are resident in the Kingdom of Saudi Arabia. ", "ar": "(3) أنك مقيم في المملكة العربية السعودية؛"},
|
|
|
"termsConditions35d": {
|
|
|
"en": "(d) you have authorised us to execute all instructions and transactions on your behalf in relation to your use of the Sites; ",
|
|
|
"ar": "(4) أنك قد فوضتنا بتنفيذ جميع التعليمات والمعاملات نيابة عنك فيما يتعلق باستخدامك للمواقع"
|
|
|
},
|
|
|
"termsConditions35e": {
|
|
|
"en": "(e) your use of the Sites will not violate these Online Services Terms of Use or breach any applicable laws. ",
|
|
|
"ar": "(5) أن استخدامك للمواقع لا ينتهك شروط استخدام الخدمات الالكترونية هذه ولا ينتهك أي أنظمة معمول بها. "
|
|
|
},
|
|
|
"termsConditions36": {
|
|
|
"en": "7.4 We reserve the right to reject or revoke, for whatever reason and at our sole discretion, your request to access the Sites or to freeze access to the Sites.",
|
|
|
"ar": "7-4 نحتفظ بالحق في رفض أو إلغاء طلبك للدخول إلى المواقع أو تجميد إمكانية الوصول إلى إلى المواقع، لأي سبب من الأسباب ووفقاً لتقديرنا الخاص ."
|
|
|
},
|
|
|
"termsConditions37": {
|
|
|
"en":
|
|
|
"7.5 In order to use the Sites, you will require access to the Internet. You are responsible for any connection, service and other fees associated with such access and for providing all equipment necessary to enable you to connect to the Internet (including a computer and modem or other access device).",
|
|
|
"ar":
|
|
|
"7-5 من أجل استخدام المواقع، سوف تحتاج إلى الاتصال بالإنترنت. أنت مسؤول عن أي رسوم اتصال أو رسوم خدمة أو أي رسوم أخرى مرتبطة بهذا الدخول وعن توفير جميع المعدات اللازمة لتمكينك من الاتصال بالإنترنت (بما في ذلك الكمبيوتر والمودم أو أي جهاز اتصال آخر)."
|
|
|
},
|
|
|
"termsConditions38": {
|
|
|
"en":
|
|
|
"7.6 We may use information from your profile for aggregated analysis purposes (such as your age, gender, nationality etc.) to enable us to gain insights into who is using our online services and how we may improve the reach and quality of the services. We will not use any information which can personally identify you, including any information which links you to any medical procedure or health status, for any such purpose. Please see our Privacy Policy for more information about how we use your information.",
|
|
|
"ar":
|
|
|
"7-6 قد نستخدم معلومات من ملفك الشخصي لأغراض التحليل المجمع (مثل عمرك وجنسك وجنسيتك وما إلى ذلك) لتمكيننا من اكتساب نظرة عامة بشأن من يستخدم خدماتنا الإلكترونية عبر الإنترنت وكيف يمكننا تحسين الدخول إلى الخدمات وجودتها. لن نستخدم أي معلومات يمكن أن تحدد هويتك، بما في ذلك أي معلومات تربطك بأي إجراء طبي أو حالة صحية لأي غرض من هذا القبيل. يرجى الاطلاع على سياسة الخصوصية الخاصة بنا للحصول على مزيد من المعلومات حول كيفية استخدامنا لمعلوماتك."
|
|
|
},
|
|
|
"termsConditions39": {
|
|
|
"en": "7.7 You may create an account on behalf of a child for whom you have legal responsibility. If you create an account on behalf of a child you warrant, represent and undertake that:",
|
|
|
"ar": "7-7 يمكنك إنشاء حساب نيابة عن طفل ما تكون مسؤولاً عنه بموجب النظام. إذا أنشأت حساباً نيابةً عن أي طفل، فإنك تضمن وتقر وتتعهد بما يلي:"
|
|
|
},
|
|
|
"termsConditions39a": {
|
|
|
"en":
|
|
|
"(a) you are a parent or legal guardian of that child and are lawfully authorised to direct the medical care of the child and to provide us will all necessary information in connection with the child (such as identification documents, medical history etc.)",
|
|
|
"ar": "(1)أنك أحد الوالدين أو الوصي الشرعي لذلك الطفل ومصرح لك نظاماً بتوجيه الرعاية الطبية للطفل وتزويدنا بجميع المعلومات اللازمة فيما يتعلق بالطفل (مثل وثائق الهوية والتاريخ الطبي وما إلى ذلك)"
|
|
|
},
|
|
|
"termsConditions39b": {
|
|
|
"en": "(b) you have authorised us to execute all instructions and transactions on behalf of the child in relation to your use of the Sites;",
|
|
|
"ar": "(2) أنك قد فوضتنا بتنفيذ جميع التعليمات والمعاملات نيابة عن الطفل فيما يتعلق باستخدامك للمواقع"
|
|
|
},
|
|
|
"termsConditions39c": {
|
|
|
"en":
|
|
|
"(c) without prejudice to any patient/doctor confidentiality obligations that may occur if the child independently seeks medical advice, you will supervise and direct all use of the child’s account on the Site and will not permit the child to use the account without supervision;",
|
|
|
"ar":
|
|
|
"(3) دون الإخلال بأي التزامات سرية بين المريض / الطبيب قد تحدث إذا طلب الطفل مشورة طبية بشكل مستقل، فسوف تشرف وتوجه كافة استخدامات حساب الطفل على الموقع ولن تسمح للطفل باستخدام الحساب دون إشراف؛ و"
|
|
|
},
|
|
|
"termsConditions39d": {"en": "(d) you will remain responsible for all charges incurred in connection with the account.", "ar": "(4) ستظل مسؤولاً عن جميع الرسوم المستحقة فيما يتعلق بالحساب."},
|
|
|
"termsHeading9": {"en": "8.PASSWORD SECURITY AND NOTIFICATION", "ar": "8. أمن كلمة المرور والإشعار"},
|
|
|
"termsConditions40": {
|
|
|
"en":
|
|
|
"8.1 You are solely responsible for all activities that occur in connection with your log-in details in respect of the Sites. You must take steps to protect the confidentiality of your log-in details and you must not allow any other person to use your account.",
|
|
|
"ar":
|
|
|
"8-1 أنت وحدك المسؤول عن جميع الأنشطة التي تحدث فيما يتعلق بتفاصيل تسجيل الدخول الخاصة بك بخصوص المواقع. يتعين عليك اتخاذ خطوات لحماية سرية بيانات تسجيل الدخول الخاصة بك ويجب ألا تسمح لأي شخص آخر باستخدام حسابك."
|
|
|
},
|
|
|
"termsConditions41": {
|
|
|
"en": "8.2 You must notify us immediately if you become aware of any disclosure, loss, theft or unauthorised use of your log-In details.",
|
|
|
"ar": "8-2 يتعين عليك إخطارنا على الفور إذا علمت بأي إفشاء أو ضياع أو سرقة أو استخدام غير مصرح به لبيانات تسجيل الدخول الخاصة بك."
|
|
|
},
|
|
|
"termsHeading10": {"en": "9.TERMINATION", "ar": "9. الإنهاء"},
|
|
|
"termsConditions42": {
|
|
|
"en":
|
|
|
"9.1 We may discontinue any service at any time or terminate your access to one or more services at any time for any reason, with or without notice to you and without incurring any liability to you, however that liability may arise.",
|
|
|
"ar":
|
|
|
"9-1 يجوز لنا التوقف عن توفير أي خدمة أو أنهاء حقك في الدخول إلى أي خدمة أو أكثر في أي وقت ولأي سبب سواء بموجب إخطار نرسله لك أو بدونه ودون أنت نتحمل أي مسؤولية تجاهك، بغض النظر عن كيفية نشوء تلك المسؤولية."
|
|
|
},
|
|
|
"termsConditions43": {
|
|
|
"en":
|
|
|
"9.2 All restrictions and all disclaimers and exclusions and limitations of our liability will survive any termination. Upon termination, you must not directly or indirectly access or use the services.",
|
|
|
"ar":
|
|
|
"9-2 ستظل جميع القيود وجميع إخلاءات الطرف من المسؤولية والاستثناءات والقيود الخاصة بمسؤوليتنا سارية بعد أي إنهاء. عند الإنهاء، يتعين عليك عدم الدخول إلى الخدمات سواء بشكل مباشر أو غير مباشر."
|
|
|
},
|
|
|
"termsHeading11": {"en": "10. INDEMNITY", "ar": "10. ضمان التعويض"},
|
|
|
"termsConditions44": {
|
|
|
"en":
|
|
|
"You indemnify us in full in respect of any liability incurred by us or suffered by us for any loss, cost, damage or expense, as a result of your breach of these Online Services Terms of Use. Where you use our services inappropriately or maliciously, you agree that you will indemnify us against any losses suffered by us or any third parties as a result of or in connection with such use.",
|
|
|
"ar":
|
|
|
"أنت تلتزم بضمان تعويضنا بشكل الكامل فيما يتعلق بأي مسؤولية تترتب علينا أو نتحملها عن أي خسارة أو تكلفة أو ضرر أو مصاريف، نتيجة لإخلالك بشروط استخدام الخدمات الالكترونية هذه. عندما تستخدم خدماتنا بشكل غير مناسب أو ضار، فإنك توافق على أنك ستعوضنا عن أي خسائر نتكبدها نحن أو أي طرف ثالث نتيجة هذا الاستخدام أو فيما يتعلق به."
|
|
|
},
|
|
|
"termsHeading12": {"en": "11. GENERAL", "ar": "11. أحكام عامة"},
|
|
|
"termsConditions45": {
|
|
|
"en":
|
|
|
"As noted above, these Online Services Terms of Use are subject to the General Terms and form part of the same agreement. You should ensure you have read the General Terms. In particular, please note the following sections, as they relate to the online services, Website Terms of Use: 2) No Warranties; 3) Submission of Content; 12) Limitation of Liability; 13) Indemnity; 14) Availability of the Site; 15) Privacy; 18) General. App User Agreement: 1.4) use of location data.",
|
|
|
"ar":
|
|
|
"11-1 كما هو مذكور أعلاه، تخضع شروط استخدام الخدمات الالكترونية هذه للشروط العامة وتشكل جزءاً من نفس الاتفاقية. يتعين عليك الحرص على قراءة الشروط العامة بتمعن. على وجه الخصوص، يرجى التمعن في الأقسام التالية، من حيث صلتها بالخدمات الالكترونية, شروط استخدام الموقع الإلكتروني: 2) انعدام الضمانات؛ 3) تقديم المحتوى؛ 12) حدود المسؤولية؛ 13) ضمان التعويض؛ 14) توافر الموقع؛ 15) الخصوصية؛ 18) أحكام عامة. اتفاقية مستخدم التطبيق: 1-4) استخدام بيانات تحديد المواقع."
|
|
|
},
|
|
|
"termsConditionsRead": {
|
|
|
"en":
|
|
|
"I have read these Online Services Terms of Use and all other terms and conditions referred to in them. I understand that by ticking this box and proceeding to use the services I will be bound by these Terms & Conditions and that they govern the services to be provided to me. I consent to the receipt of the online services and the use of my personal information, including sensitive personal information, for the purposes set out above and in accordance with the Privacy Policy.",
|
|
|
"ar":
|
|
|
"لقد قرأت شروط وأحكام الخدمات الالكترونية عبر الانترنت هذه وجميع البنود والشروط الأخرى المشار إليها فيها. أدرك أنه بمجرد وضع إشارة صح في هذا المربع والاستمرار في استخدام الخدمات، سأكون ملزماً بهذه الشروط والأحكام وأنها تحكم الخدمات التي سيتم تقديمها لي. أوافق على تلقي الخدمات الالكترونية عبر الانترنت واستخدام معلوماتي الشخصية، بما في ذلك المعلومات الشخصية الحساسة، للأغراض الموضحة أعلاه ووفقاً لسياسة الخصوصية."
|
|
|
},
|
|
|
"liveCareTermsHeading": {"en": "TELEHEALTH SERVICES TERMS OF USE", "ar": "شروط خدمات الرعاية الصحية عن بُعد"},
|
|
|
"liveCareTermsIntroHeading": {"en": "INTRODUCTION", "ar": "مقدمة"},
|
|
|
"liveCareTermsConditions1": {
|
|
|
"en":
|
|
|
"Dr. Sulaiman Al Habib Medical Services Group Company (the “Group”) is one of the leaders in the healthcare sector in the Kingdom of Saudi Arabia with an aim to always improve its services in the region, and as a step to take our services to another level and to facilitate the process of receiving healthcare services we have adopted the approach of providing some of our services remotely to patients. These terms apply to our Telehealth Services, which enable consultations to occur between a doctor and a patient over the internet, using audio or and video conferencing technology (often referred to as “Telehealth Services”).",
|
|
|
"ar":
|
|
|
"تعتبر شركة مجموعة الدكتور سليمان الحبيب للخدمات الطبية ('المجموعة') واحدة من الشركات الرائدة في قطاع الرعاية الصحية في المملكة العربية السعودية والتي تسعى دائمًا لتحسين خدماتها في المنطقة، وكخطوة لنقل خدماتنا إلى مستوى آخر ولتسهيل عملية تلقي خدمات الرعاية الصحية، فقد اعتمدنا نهج تقديم بعض خدماتنا عن بُعد للمرضى. تنطبق هذه الشروط على خدمات الرعاية الصحية عن بُعد التي نقدمها، والتي تتيح إجراء الاستشارات بين الطبيب والمريض عبر الإنترنت، باستخدام تقنية الاتصالات الصوتية أو المرئية (يشار إليها غالباً باسم 'خدمات الرعاية الصحية عن بُعد')."
|
|
|
},
|
|
|
"liveCareTermsConditions2": {
|
|
|
"en":
|
|
|
"The purpose of the Telehealth Services is to facilitate communication between healthcare practitioners and patients to provide healthcare services through advanced electronic communication means, which allows healthcare professionals to evaluate, diagnose, treat and follow-up with patients remotely without the need for patients to attend in person.).",
|
|
|
"ar":
|
|
|
"الغرض من خدمات الرعاية الصحية عن بعد هو تسهيل الاتصالات بين الممارسين الصحيين والمرضى لتقديم خدمات الرعاية الصحية من خلال وسائل الاتصال الإلكترونية المتقدمة، والتي تتيح للممارسين الصحيين تقييم وتشخيص وعلاج ومتابعة المرضى عن بُعد دون الحاجة إلى حضور المرضى شخصياً."
|
|
|
},
|
|
|
"liveCareTermsHeading2": {"en": "AGREEMENT", "ar": "الاتفاقية"},
|
|
|
"liveCareTermsConditions3": {
|
|
|
"en": "Telehealth Services is delivered over the Group’s mobile application or and Website. The following terms apply to the Telehealth Services: ",
|
|
|
"ar": "يتم تقديم خدمات الرعاية الصحية عن بُعد عبر تطبيق الهاتف المحمول أو الموقع الإلكتروني للمجموعة. تنطبق الشروط التالية على خدمات الرعاية الصحية عن بُعد: "
|
|
|
},
|
|
|
"liveCareTermsConditions3a": {"en": " - Website Terms of Use", "ar": "شروط استخدام الموقع الالكتروني - "},
|
|
|
"liveCareTermsConditions3b": {"en": " - App User Agreement", "ar": "تفاقية مستخدم التطبيق - "},
|
|
|
"liveCareTermsConditions3c": {"en": " - Online Services Terms of Use", "ar": "روط استخدام الخدمات الإلكترونية - "},
|
|
|
"liveCareTermsConditions3d": {"en": " - These Telehealth Services User Terms of Use", "ar": "شروط خدمات الرعاية الصحية عن بُعد هذه - "},
|
|
|
"liveCareTermsConditions4": {
|
|
|
"en":
|
|
|
"By agreeing to proceed with the Telehealth Services and accepting these terms, you enter into an agreement with The Group incorporating all the above terms (Telehealth Services Agreement).",
|
|
|
"ar": "بالموافقة على الاستمرار في خدمات الرعاية الصحية عن بُعد وقبول هذه الشروط، فإنك تدخل في اتفاقية مع المجموعة تتضمن جميع الشروط المذكورة أعلاه (اتفاقية خدمات الرعاية الصحية عن بُعد)."
|
|
|
},
|
|
|
"liveCareTermsConditions5": {
|
|
|
"en":
|
|
|
"Our Privacy Policy should also be read. It contains details about how we use your personal information and your rights. By proceeding with the Telehealth Services, you agree to our use of your personal information in accordance with our Privacy Policy and you expressly consent to our use of your personal information for the performance of the Telehealth Services and the discharge of our professional duties as a medical care provider.",
|
|
|
"ar":
|
|
|
"يتعين عليك أيضاً قراءة سياسة الخصوصية الخاصة بنا حيث تحتوي سياسة الخصوصية على تفاصيل حول كيفية استخدامنا لمعلوماتك الشخصية وحقوقك بشأنها. من خلال متابعة استخدام خدمات الرعاية الصحية عن بُعد، فإنك توافق على استخدامنا لمعلوماتك الشخصية وفقاً لسياسة الخصوصية الخاصة بنا وتوافق صراحةً على استخدامنا لمعلوماتك الشخصية لأداء خدمات الرعاية الصحية عن بُعد وأداء واجباتنا المهنية كمقدم لخدمات الرعاية الطبية."
|
|
|
},
|
|
|
"liveCareTermsConditions6": {
|
|
|
"en":
|
|
|
"Our Privacy Policy should also be read. It contains details about how we use your personal information and your rights. By proceeding with the Telehealth Services, you agree to our use of your personal information in accordance with our Privacy Policy and you expressly consent to our use of your personal information for the performance of the Telehealth Services and the discharge of our professional duties as a medical care provider.",
|
|
|
"ar":
|
|
|
"يتعين عليك أيضاً قراءة سياسة الخصوصية الخاصة بنا حيث تحتوي سياسة الخصوصية على تفاصيل حول كيفية استخدامنا لمعلوماتك الشخصية وحقوقك بشأنها. من خلال متابعة استخدام خدمات الرعاية الصحية عن بُعد، فإنك توافق على استخدامنا لمعلوماتك الشخصية وفقاً لسياسة الخصوصية الخاصة بنا وتوافق صراحةً على استخدامنا لمعلوماتك الشخصية لأداء خدمات الرعاية الصحية عن بُعد وأداء واجباتنا المهنية كمقدم لخدمات الرعاية الطبية."
|
|
|
},
|
|
|
"liveCareTermsHeading3": {"en": "1. DEFINITIONS", "ar": "1. التعاريف"},
|
|
|
"liveCareTermsConditions7": {
|
|
|
"en": "Group means Dr. Sulaiman Al Habib Medical Services Group Company and its subsidiaries. ",
|
|
|
"ar": "المجموعة تعني شركة مجموعة الدكتور سليمان الحبيب للخدمات الطبية والشركات التابعة لها."
|
|
|
},
|
|
|
"liveCareTermsConditions8": {
|
|
|
"en": "Telehealth Services means the Group’s telehealth service, enabling remote consultation, diagnosis and follow-up between the patient and doctor, using the Application and or the Website.",
|
|
|
"ar": "خدمات الرعاية الصحية عن بُعد تعني خدمة الرعاية الصحية عن بُعد التي تقدمها المجموعة، والتي تتيح الاستشارة والتشخيص والمتابعة عن بُعد بين المريض والطبيب، باستخدام التطبيق و/أو موقع الويب."
|
|
|
},
|
|
|
"liveCareTermsConditions9": {
|
|
|
"en":
|
|
|
"Our Services means certain services provided by the Group which covers viewing patients’ medical records and medical test results, providing medical diagnostics in addition to the availability of voice and video Telehealth Service between healthcare practitioners and patients.",
|
|
|
"ar":
|
|
|
"خدماتنا تعني بعض الخدمات التي تقدمها المجموعة والتي تغطي استعراض السجلات الطبية للمرضى ونتائج الفحوصات الطبية، وتوفير التشخيصات الطبية بالإضافة إلى توفر خدمة الرعاية الصحية عن بعد بالصوت والفيديو بين ممارسي الرعاية الصحية والمرضى."
|
|
|
},
|
|
|
"liveCareTermsConditions10": {
|
|
|
"en": "Application means Dr. ALHABIB Application which is a platform where Our Services are provided through and accessible by users. ",
|
|
|
"ar": "التطبيق يعني تطبيق (Dr. ALHABIB) وهو عبارة عن منصة يتم من خلالها تقديم خدماتنا ويمكن للمستخدمين الولوج إليها."
|
|
|
},
|
|
|
"liveCareTermsConditions11": {
|
|
|
"en": "Website means the Group internet website which is a platform where Our Services are provided through and accessible by users. ",
|
|
|
"ar": "موقع الويب يعني موقع الويب الخاص بالمجموعة وهو عبارة عن منصة يتم من خلالها تقديم خدماتنا ويمكن للمستخدمين الدخول إليها."
|
|
|
},
|
|
|
"liveCareTermsConditions12": {"en": "Terms & Conditions means these Telehealth Services Terms of Use. ", "ar": "الشروط والأحكام تعني شروط خدمات الرعاية الصحية عن بُعد هذه."},
|
|
|
"liveCareTermsConditions13": {
|
|
|
"en":
|
|
|
"Content means any message, data, information, text, sound, photos, video, graphics, code or any other material contained on the Application and or the Website or transmitted via the Application and or the Website. ",
|
|
|
"ar": "المحتوى يعني أي رسالة أو بيانات أو معلومات أو نص أو صوت أو صور أو فيديو أو رسومات أو رمز أو أي مادة أخرى واردة في التطبيق أو موقع الويب أو يتم نقلها عبر التطبيق أو موقع الويب."
|
|
|
},
|
|
|
"liveCareTermsHeading4": {"en": "2. USER UNDERTAKINGS", "ar": "2. تعهدات المستخدم"},
|
|
|
"liveCareTermsConditions14": {
|
|
|
"en": "2.1 By accessing and using Telehealth Services, you agree to these Terms & Conditions, and you should not attempt to access Our Services if you do not agree. ",
|
|
|
"ar": "2-1 من خلال دخولك إلى خدمات الرعاية الصحية عن بُعد واستخدامها، فإنك توافق على هذه الشروط والأحكام ويتعين عليك ألا تحاول الدخول إلى خدماتنا إذا كنت لا توافق عليها."
|
|
|
},
|
|
|
"liveCareTermsConditions15": {
|
|
|
"en": "2.2 You warrant, represent and undertake that all information you provide about yourself and about anyone else is true and accurate. ",
|
|
|
"ar": "2-2 أنت تضمن وتقر وتتعهد بأن جميع المعلومات التي تقدمها عن نفسك وعن أي شخص آخر صحيحة ودقيقة."
|
|
|
},
|
|
|
"liveCareTermsConditions16": {
|
|
|
"en":
|
|
|
"2.3 Telehealth Services is intended for use by patients physically located in the Kingdom Saudi Arabia (Permitted Territory) and should not be used by patients outside the Permitted Territory. By agreeing to these Terms & Conditions and accessing Telehealth Services via the Application and or the Website, you represent and warrant to us that you are physically located in one of the Permitted Territory. ",
|
|
|
"ar":
|
|
|
"2-3 خدمات الرعاية الصحية عن بعد مخصصة للاستخدام من قبل المرضى الموجودين فعلياً في المملكة العربية السعودية (المنطقة المسموح بها) ولا ينبغي استخدامها من قبل المرضى خارج المنطقة المسموح بها. بالموافقة على هذه الشروط والأحكام والدخول إلى خدمات الرعاية الصحية عن بُعد عبر التطبيق أو موقع الويب، فإنك تقر وتضمن لنا أنك موجود فعلياً في إحدى المناطق المسموح بها."
|
|
|
},
|
|
|
"liveCareTermsHeading5": {"en": "3. LIMITATIONS OF TELEHEALTH SERVICES AND ASSOCIATED RISKS", "ar": "3. القيود على خدمات الرعاية الصحية عن بعد والمخاطر المرتبطة بها"},
|
|
|
"liveCareTermsConditions17": {
|
|
|
"en":
|
|
|
"3.1 Do not use the Application and or the Website or the Telehealth Services to communicate or treat medical emergencies. Neither the Application nor the Website nor Telehealth Services are intended for the provision of care in an emergency. IF THERE IS AN URGENT MEDICAL EMERGENCY OR A RESPONSE IS NEEDED QUICKLY REGARDING YOUR HEALTH, GO TO A NEARBY EMERGENCY CENTER/HOSPITAL OR CALL IMMEDIATELY ANY EMERGENCY PHONE NUMBER. ",
|
|
|
"ar":
|
|
|
"3-1 لا تستخدم التطبيق أو موقع الويب أو خدمات الرعاية الصحية عن بُعد للتواصل بشأن الحالات الطبية الطارئة أو علاجها. لا التطبيق ولا موقع الويب ولا خدمات الرعاية الصحية عن بُعد توفر الرعاية في الحالات الطبية الطارئة. إذا كانت هناك حالة طبية طارئة عاجلة أو كانت هناك حاجة إلى استجابة سريعة فيما يتعلق بصحتك، فانتقل إلى أقرب مركز/مستشفى طوارئ أو اتصل على الفور بأي رقم هاتف للطوارئ."
|
|
|
},
|
|
|
"liveCareTermsConditions18": {
|
|
|
"en":
|
|
|
"3.2 Telehealth Services is not appropriate for emergency conditions and there may be some treatments or medicines which cannot be provided without follow-up physical consultation. If you believe you have a serious medical condition, you should seek an in-person consultation with a licensed medical professional.",
|
|
|
"ar":
|
|
|
"3-2 خدمات الرعاية الصحية عن بعد ليست مناسبة للحالات الطبية الطارئة وقد تكون هناك بعض العلاجات أو الأدوية التي لا يمكن تقديمها دون استشارة متابعة في حضور المريض شخصياً. إذا كنت تعتقد أن لديك حالة طبية خطيرة، فعليك طلب استشارة شخصية مع أخصائي طبي مرخص."
|
|
|
},
|
|
|
"liveCareTermsConditions19": {
|
|
|
"en":
|
|
|
"3.3 Telehealth Services is intended to provide benefits including patient convenience. As such, it is most suitable as an alternative to in-person consultation for routine medical matters. However, there are potential risks associated with the use of any telehealth service, including Telehealth Services, and these risks may include but not be limited to the following: ",
|
|
|
"ar":
|
|
|
"3-3 تهدف خدمات الرعاية الصحية عن بُعد إلى توفير مزايا تشمل راحة المريض. لذلك، فهو قد يكون الأنسب كبديل للاستشارة الشخصية للأمور الطبية الروتينية. ومع ذلك، هناك مخاطر محتملة مرتبطة باستخدام أي خدمة للرعاية الصحية عن بُعد، بما في ذلك خدمات الرعاية الصحية عن بُعد، وقد تشمل هذه المخاطر على سبيل المثال لا الحصر ما يلي:"
|
|
|
},
|
|
|
"liveCareTermsConditions19a": {
|
|
|
"en": "(a) information transmitted may not be sufficient (e.g. poor resolution of images) to allow for appropriate medical decision making by healthcare practitioners.",
|
|
|
"ar": "(1) المعلومات المنقولة قد لا تكون كافية (مثل ضعف دقة الصور) للسماح باتخاذ القرار الطبي المناسب من قبل الممارسين الصحيين"
|
|
|
},
|
|
|
"liveCareTermsConditions19b": {
|
|
|
"en":
|
|
|
"(b) healthcare practitioners may determine that the transmitted information is of inadequate quality, thus necessitating a face-to-face meeting with the patient, or at least a rescheduled voice and video medical consult. ",
|
|
|
"ar": "(2) قد يقرر الممارسين الصحيين أن المعلومات المنقولة ليست ذات جودة كافية، مما يستلزم مقابلة المريض وجهاً لوجه، أو على الأقل إعادة جدولة استشارة طبية صوتية ومرئية في وقت لاحق"
|
|
|
},
|
|
|
"liveCareTermsConditions19c": {
|
|
|
"en": "(c) delays in medical care could occur due to deficiencies or failures of the electronic devices. ",
|
|
|
"ar": "(3) يمكن أن يحدث تأخير في تقديم الرعاية الطبية بسبب أوجه القصور أو الأعطال في الأجهزة الإلكترونية"
|
|
|
},
|
|
|
"liveCareTermsConditions19d": {
|
|
|
"en":
|
|
|
"(d) the practitioner is dependent on the patient to provide all relevant information orally and via the appropriate use of the patient’s own camera device. It is possible that information may not be provided to the practitioner or may not be apparent which would have been apparent to the practitioner during an in-person physical examination. ",
|
|
|
"ar":
|
|
|
"(4) يعتمد الممارس الصحي على المريض لتقديم جميع المعلومات ذات الصلة شفوياً وعبر الاستخدام المناسب لجهاز الكاميرا الخاص بالمريض. من الممكن ألا يتم تقديم المعلومات إلى الممارس أو قد لا تكون واضحة بقدر الوضوح الذي يتوفر للممارس الصحي أثناء إجراء الفحص البدني الشخصي"
|
|
|
},
|
|
|
"liveCareTermsConditions19e": {
|
|
|
"en":
|
|
|
"(e) security protocols could fail, causing a breach of privacy of personal medical information. Whilst we take reasonable measures to protect the security of the information transmitted over the Application and or the Website, such transmissions can never be guaranteed to be completely secure and information transmitted over public telecommunications networks is outside our control and cannot be secured by us.",
|
|
|
"ar":
|
|
|
"(5) قد تفشل البروتوكولات الأمنية، مما يتسبب في انتهاك خصوصية المعلومات الطبية الشخصية. على الرغم من أننا نتخذ تدابير معقولة لحماية أمن المعلومات المنقولة عبر التطبيق و/أو الموقع الإلكتروني، إلا أنه لا يمكن أبدًا ضمان أن تكون عمليات الإرسال هذه آمنة تماماً، والمعلومات المنقولة عبر شبكات الاتصالات العامة خارجة عن سيطرتنا ولا يمكننا تأمينها."
|
|
|
},
|
|
|
"liveCareTermsConditions20": {
|
|
|
"en": "3.4 If you use Telehealth Services but are experiencing any ongoing condition or concerns, we recommend you schedule an in-person consultation. ",
|
|
|
"ar": "3-4 في حال كنت تستخدم خدمات الرعاية الصحية عن بُعد ولكنك تواجه أي حالة أو مخاوف مستمرة، فإننا نوصيك بحجز استشارة شخصية."
|
|
|
},
|
|
|
"liveCareTermsHeading6": {"en": "4. DISCLAIMER OF WARRANTY ", "ar": "4. إخلاء المسؤولية عن الضمان"},
|
|
|
"liveCareTermsConditions21": {
|
|
|
"en":
|
|
|
"4.1 We do not warrant, represent or undertake that Telehealth Services will meet your needs, or that it will be uninterrupted, timely, secure, error-free or free from viruses. We shall have no liability to you if a Telehealth Services session cannot occur or is interrupted or abandoned due to any unavailability of our online platform, however, where the Telehealth Services session cannot be delivered fully due to the downtime of our own platform, we will not charge you for a replacement consultation.",
|
|
|
"ar":
|
|
|
"4-1 نحن لا نضمن ولا نقر أو نتعهد بأن خدمات الرعاية الصحية عن بُعد ستلبي احتياجاتك، أو أنها ستكون مستمرة دون انقطاع أو سيتم توفيرها في الوقت المناسب أو أنها آمنة أو خالية من الأخطاء أو خالية من الفيروسات. لن نتحمل أي مسؤولية تجاهك في حالة تعذر حدوث جلسة خدمات الرعاية الصحية عن بُعد أو تمت مقاطعتها أو التخلي عنها بسبب عدم توفر منصتنا عبر الإنترنت ومع ذلك، في حالة تعذر علينا إجراء جلسة خدمات الرعاية الصحية عن بُعد بالكامل بسبب تعطل منصتنا، فلن نتقاضى منك أي أجور عن جلسة الاستشارة البديلة."
|
|
|
},
|
|
|
"liveCareTermsConditions22": {
|
|
|
"en": "4.2 All warranties expressed or implied by law, except those that cannot be lawfully excluded, are excluded. ",
|
|
|
"ar": "4-2 تُستثنى جميع الضمانات الصريحة أو الضمنية بموجب النظام، باستثناء تلك التي لا يمكن استثناؤها بشكل قانوني."
|
|
|
},
|
|
|
"liveCareTermsConditions23": {
|
|
|
"en":
|
|
|
"4.3 Nothing in this section 4 is intended to exclude or limit our liability for any medical negligence claim, to the extent the applicable law in the relevant Permitted Territory does not permit us to do so.",
|
|
|
"ar":
|
|
|
"4-3 لا يوجد في هذا القسم 4 أي نص يُقصد منه استبعاد أو تقييد مسؤوليتنا عن أي مطالبة تتعلق بالإهمال الطبي، إلى الحد الذي لا يسمح لنا فيه النظام المعمول به في المنطقة المسموح بها ذات الصلة بالقيام بذلك."
|
|
|
},
|
|
|
"liveCareTermsHeading7": {"en": "5. ELIGIBILITY, REGISTRATION AND USE", "ar": "5. الأهلية والتسجيل والاستخدام"},
|
|
|
"liveCareTermsConditions24": {
|
|
|
"en": "5.1 To access Telehealth Services, you must satisfy the minimum age requirement of 18 years (measured according to the Gregorian calendar) and have full legal capacity. ",
|
|
|
"ar": "5-1 من أجل الدخول إلى خدمات الرعاية الصحية عن بُعد، يتعين عليك أن تفي بمتطلبات الحد الأدنى للسن وهو 18 عاماً (يتم احتسابها وفقاً للتقويم الميلادي) وأن تتمتع بالأهلية القانونية الكاملة."
|
|
|
},
|
|
|
"liveCareTermsConditions25": {
|
|
|
"en": "5.2 Any person under the age of 18 years (measured according to the Gregorian calendar) accessing Telehealth Services must have permission from their parent or guardian to do so.",
|
|
|
"ar": "5-2 يجب أن يحصل أي شخص يقل عمره عن 18 عاماً (يتم احتسابها وفقاً للتقويم الميلادي) يقوم بالدخول إلى خدمات الرعاية الصحية عن بُعد على إذن من أحد الوالدين أو الوصي للقيام بذلك."
|
|
|
},
|
|
|
"liveCareTermsConditions26": {
|
|
|
"en":
|
|
|
"5.3 You warrant, represent and undertake that you possess the legal right and ability to access the Application and or the Website in accordance with these Terms & Conditions and, where relevant, to make bookings and payments through the Application and or the Website.",
|
|
|
"ar":
|
|
|
"5-3 أنت تضمن وتقر وتتعهد بأن لديك الحق القانوني والقدرة على الدخول إلى التطبيق و/أو موقع الويب وفقاً لهذه الشروط والأحكام و، عند الاقتضاء، إجراء الحجوزات والمدفوعات من خلال التطبيق أو موقع الويب."
|
|
|
},
|
|
|
"liveCareTermsConditions27": {"en": "5.4 The registration process is as provided in the Online Services Terms of Use.", "ar": "5-4 تتم عملية التسجيل وفق ما ورد في شروط استخدام الخدمات الإلكترونية"},
|
|
|
"liveCareTermsConditions28": {
|
|
|
"en":
|
|
|
"5.5 Telehealth Services is intended only for your own personal use and the use of your children under your supervision. You must not share your user access details (log-in name, password etc.) with any other person and must take reasonable steps to maintain the security of such details. Our services are delivered on the basis that we have certain information about the user, which may be connected to or obtained from your account details (age, gender, medical history etc.). We accept no responsibility whatsoever to you or any other person if our services are delivered via a user account to a person other than the registered user. This is particularly important for telehealth services, where the practitioner will need to assess the information, the patient provides during the consultation in the context of the patient’s medical file and history.",
|
|
|
"ar":
|
|
|
"5-5 خدمات الرعاية الصحية عن بُعد مخصصة فقط لاستخدامك الشخصي واستخدام أطفالك تحت إشرافك. يتعين عليك ألا تشارك بيانات تسجيل الدخول الخاصة بك (اسم المستخدم وكلمة المرور وما إلى ذلك) مع أي شخص آخر ويجب أن تتخذ خطوات معقولة للحفاظ على أمان هذه البيانات. يتم تقديم خدماتنا على أساس أن لدينا معلومات معينة حول المستخدم، والتي قد تكون مرتبطة أو تم الحصول عليها من تفاصيل حسابك (العمر والجنس والتاريخ الطبي وما إلى ذلك). نحن لا نتحمل أي مسؤولية من أي نوع تجاهك أو تجاه أي شخص آخر إذا تم تقديم خدماتنا عبر حساب مستخدم إلى شخص آخر غير المستخدم المسجل. هذا مهم بشكل خاص لخدمات الرعاية الصحية عن بعد، حيث سيحتاج الممارس الصحي إلى تقييم المعلومات التي يقدمها المريض أثناء الاستشارة في سياق الملف الطبي للمريض وتاريخه."
|
|
|
},
|
|
|
"liveCareTermsConditions29": {
|
|
|
"en":
|
|
|
"5.6 You are responsible for ensuring you have a device connected to the internet and capable of transmitting and receiving video and sound. We are not responsible for any failure of a Telehealth Services session caused by your device or your internet connection. You are responsible for all costs associated with your own internet connection and use.",
|
|
|
"ar":
|
|
|
"5-6 أنت مسؤول عن التأكد من أن لديك جهازاً متصلاً بالإنترنت وقادراً على إرسال واستقبال الفيديو والصوت. نحن لسنا مسؤولين عن أي انقطاع في جلسة خدمات الرعاية الصحية عن بعد بسبب ناجم عن جهازك أو اتصالك بالإنترنت. أنت مسؤول عن جميع التكاليف المرتبطة باتصالك بالإنترنت واستخدامك لها."
|
|
|
},
|
|
|
"liveCareTermsConditions30": {
|
|
|
"en":
|
|
|
"5.7 From time to time we may release updates to our Application and or the Website. You should ensure that you are running the latest version of the Application. Use of old versions of the Application may lead to technical errors in your use of the Telehealth Services and may expose you to additional security risks.",
|
|
|
"ar":
|
|
|
"5-7 قد نقوم من وقت لآخر بإصدار تحديثات لتطبيقنا و/أو موقع الويب الخاص بنا. يجب عليك التأكد من أنك تقوم بتشغيل أحدث إصدار من التطبيق. قد يؤدي استخدام الإصدارات القديمة من التطبيق إلى حدوث أخطاء فنية أثناء استخدامك لخدمات الرعاية الصحية عن بُعد وقد يعرضك ذلك لمخاطر أمنية إضافية."
|
|
|
},
|
|
|
|
|
|
"liveCareTermsHeading8": {"en": "6. TELEHEALTH SERVICES", "ar": "6. خدمات الرعاية الصحية عن بُعد"},
|
|
|
"liveCareTermsConditions31": {
|
|
|
"en": "Our Telehealth Services will be for specific medical specialties or follow-up or medication refill appointments.",
|
|
|
"ar": "خدمات الرعاية الصحية عن بُعد الخاصة بنا سوف تكون لتخصصات طبية محددة أو لمواعيد المتابعة أو إعادة صرف الدواء. "
|
|
|
},
|
|
|
"liveCareTermsHeading9": {"en": "7. CHARGES AND PAYMENT", "ar": "7. الأجور والسداد"},
|
|
|
"liveCareTermsConditions32": {
|
|
|
"en": "Our Telehealth Services will be for specific medical specialties or follow-up or medication refill appointments.",
|
|
|
"ar": "خدمات الرعاية الصحية عن بُعد الخاصة بنا سوف تكون لتخصصات طبية محددة أو لمواعيد المتابعة أو إعادة صرف الدواء. "
|
|
|
},
|
|
|
"liveCareTermsConditions33": {
|
|
|
"en":
|
|
|
"7.1 The charges for a Telehealth Services consultation will be indicated before you choose to proceed. By proceeding, you agree to pay the charges. Any subsequent charges, such as prescription charges, lab tests, follow-up consultations etc. are excluded from the initial charge and will be communicated to you following the initial consultation. ",
|
|
|
"ar":
|
|
|
"7-1 ستتم الإشارة إلى أجور استشارة خدمات الرعاية الصحية عن بُعد قبل أن تختار المتابعة. بمجرد المتابعة، فإنك توافق على سداد الأجور. لا تشمل تلك الأجور الأولية أي أجور لاحقة مثل أجور الوصفات الطبية والاختبارات المعملية واستشارات المتابعة وما إلى ذلك من أجور وسيتم إبلاغك بها بعد الاستشارة الأولية."
|
|
|
},
|
|
|
"liveCareTermsConditions34": {
|
|
|
"en": "7.2 The applicable payment terms and methods are set out in our Online Services Terms of Use. ",
|
|
|
"ar": "7-2 يتم تحديد شروط وطرق السداد المعمول بها في شروط استخدام الخدمات عبر الإنترنت الخاصة بنا."
|
|
|
},
|
|
|
"liveCareTermsConditions35": {
|
|
|
"en":
|
|
|
"7.3 It may be possible to charge Telehealth Services directly to a provider of medical insurance, although we give no undertaking or warranty that this shall be possible at any given time. Further details are set out in our Online Services Terms of Use. If such facility is made available and you choose to use it, you will need to provide us with details of your medical insurer and policy coverage, unless you have already done so and linked them to your account. You hereby authorise us to contact any such insurer with the details you provide at the time of purchase, or which are linked to your account to seek approval of the cost of your services. You acknowledge that we may be required to provide specific details of the medical services sought by you to do so and you expressly consent to such disclosure.",
|
|
|
"ar":
|
|
|
"7-3 قد يكون من الممكن فرض أجور خدمات الرعاية الصحية عن بُعد مباشرة على مزود التأمين الطبي، على الرغم من أننا لا نقدم أي تعهد أو ضمان بأن هذا سيكون ممكناً في أي وقت. تضمنت شروط استخدام الخدمات عبر الإنترنت الخاصة بنا مزيد من التفاصيل حول ذلك. إذا كان هذا التسهيل الخدمي متاحاً واخترت استخدامه، فستحتاج إلى تزويدنا بتفاصيل شركة التأمين الطبي وتغطية وثيقة التأمين، ما لم تكن قد قمت بذلك مسبقاً وربطتها بحسابك. أنت تفوضنا بموجب هذا بالتواصل مع أي شركة تأمين وفق التفاصيل التي تقدمها لنا في وقت الشراء أو المرتبطة بحسابك من أجل الحصول على الموافقة على تكلفة الخدمات المقدمة لك. أنت تقر بأنه قد يُطلب منا تقديم تفاصيل محددة عن الخدمات الطبية التي تطلبها من أجل القيام بذلك وتوافق صراحة على هذا الإفصاح."
|
|
|
},
|
|
|
"liveCareTermsHeading10": {"en": "8. COMMUNICATION AND/OR INQUIRIES", "ar": "8. الاتصالات و/أو الاستفسارات"},
|
|
|
"liveCareTermsConditions36": {
|
|
|
"en": "In case there are any questions and/or inquiries regarding the use of Telehealth Services please contact: EServices.HMG@drsulaimanalhabib.com or call 011 525 9553",
|
|
|
"ar": "في حال وجود أي أسئلة و/أو استفسارات بخصوص استخدام خدمات الرعاية الصحية عن بُعد، يرجى التواصل معنا على: EServices.HMG@drsulaimanalhabib.com أو الاتصال على الرقم: 9553 525 011"
|
|
|
},
|
|
|
"liveCareTermsHeading11": {"en": "9. LIMITATION OF LIABILITY ", "ar": "9. حدود المسؤولية"},
|
|
|
"liveCareTermsConditions37": {
|
|
|
"en":
|
|
|
"9.1 Subject to any responsibilities implied by law and which cannot be excluded, neither the Group nor any of our directors, employees, agents or contractors, are liable to you for any losses, damages, liabilities, claims and expenses (including without limitation but not limited to legal costs and defense or settlement costs) whatsoever, whether direct, indirect or consequential, arising out of or referable to your use of Telehealth Services , however caused, whether in contract, tort (including negligence), statute or otherwise. ",
|
|
|
"ar":
|
|
|
"9-1 مع مراعاة أي مسؤوليات ينص عليها النظام والتي لا يمكن استبعادها بموجبه، لا تتحمل المجموعة أو أي من مديرينا أو موظفينا أو وكلائنا أو مقاولينا المسؤولية تجاهك عن أي خسائر وأضرار ومسؤوليات ومطالبات ونفقات (بما في ذلك على سبيل المثال لا الحصر الأتعاب القانونية وتكاليف الدفاع أو التسوية) أيا كانت، سواء كانت مباشرة أو غير مباشرة أو تبعية، ناشئة عن أو متعلقة باستخدامك لخدمات الرعاية الصحية عن بُعد، أياً كان سبب نشوئها، سواء كان ذلك بموجب عقد أو المسؤولية التقصيرية (بما في ذلك الإهمال) أو النظام أو غير ذلك."
|
|
|
},
|
|
|
"liveCareTermsConditions38": {
|
|
|
"en":
|
|
|
"9.2 We will not be liable to you or anyone else for any loss resulting from a cause over which we do not have control. This includes failure of electronic or mechanical equipment or communications lines (including telephone, cable and Internet), unauthorized access, acts or omissions of third parties, viruses, theft, operator errors, severe or extraordinary weather (including flood, earthquake, or other act of God), fire, war, insurrection, terrorist act, riot, labor dispute or other labor problems, accident, emergency, delay, overbooking, cancellation, Royal demise or action of government",
|
|
|
"ar":
|
|
|
"9-2 لن نكون مسؤولين تجاهك أو تجاه أي شخص آخر عن أي خسارة ناتجة عن سبب خارج عن سيطرتنا. يتضمن ذلك تعطل المعدات الإلكترونية أو الميكانيكية أو خطوط الاتصالات (بما في ذلك الهاتف والكابل والإنترنت)، أو الدخول غير المصرح به، أو أفعال أو إغفالات الأطراف الثالثة، أو الفيروسات، أو السرقة، أو أخطاء المشغل، أو الطقس القاسي أو غير العادي (بما في ذلك الفيضانات، أو الزلازل، أو أي من أفعال القضاء والقدر الأخرى)، أو الحرائق والحروب والتمرد والأعمال الإرهابية وأعمال شغب والنزاع العمالي أو المشاكل العمالية الأخرى أو الحوادث أو الطوارئ أو التأخير أو الحجز الزائد أو الإلغاء، أو الزوال الملكي أو أي إجراء حكومي."
|
|
|
},
|
|
|
"liveCareTermsHeading12": {"en": "10. TERMINATION OF USE", "ar": "10. إنهاء الاستخدام"},
|
|
|
"liveCareTermsConditions39": {
|
|
|
"en":
|
|
|
"10.1 We may discontinue the provision of Telehealth Services at any time and for any reason. We shall have no liability for any discontinuation, including where you are part-way through a series of consultations or courses of treatment using Telehealth Services. We will assist in enabling you to book in-person consultations instead or in transferring relevant information to an alternative medical provider to enable you to continue treatment (subject to data protection, confidentiality and medical practice laws and to prevailing medical good practice).",
|
|
|
"ar":
|
|
|
"10-1 يجوز لنا التوقف عن توفير خدمات الرعاية الصحية عن بُعد في أي وقت ولأي سبب. لن نتحمل أي مسؤولية عن أي توقف، بما في ذلك عندما تكون خلال الاستشارات أو دورات العلاج باستخدام خدمات الرعاية الصحية عن بُعد. سنساعدك للتمكن من حجز الاستشارات الشخصية بدلاً من ذلك أو في نقل المعلومات ذات الصلة إلى مزود طبي بديل لتمكينك من مواصلة العلاج (مع مراعاة أنظمة حماية البيانات والسرية والممارسات الطبية والممارسات الطبية الجيدة السائدة)."
|
|
|
},
|
|
|
"liveCareTermsConditions40": {
|
|
|
"en":
|
|
|
"10.2 We may terminate your use and access to Telehealth Services for any or no reason, at any time, with or without notice to you and without incurring any liability to you, however that liability may arise (although we will consider our medical duties to you, if doing so). ",
|
|
|
"ar":
|
|
|
"10-2 يجوز لنا إنهاء استخدامك ودخولك إلى خدمات الرعاية الصحية عن بُعد لأي سبب أو بدون سبب، في أي وقت، سواء بإشعارك أو بدونه ودون تحمل أي مسؤولية تجاهك، ومع ذلك قد تنشأ هذه المسؤولية (على الرغم من أننا سنأخذ واجباتنا الطبية تجاهك بعين الاعتبار في حالة القيام بذلك)."
|
|
|
},
|
|
|
"liveCareTermsConditions41": {
|
|
|
"en":
|
|
|
"10.3 All restrictions and all disclaimers and exclusions and limitations of our liability will survive any termination. Upon termination, you must not directly or indirectly access or use the Application and or the Website.",
|
|
|
"ar":
|
|
|
"10-3 ستظل جميع القيود وجميع إخلاءات الطرف من المسؤولية والاستثناءات والقيود الخاصة بمسؤوليتنا سارية بعد أي إنهاء. عند الإنهاء، يتعين عليك عدم الدخول إلى أو استخدام التطبيق و/أو موقع الويب بشكل مباشر أو غير مباشر."
|
|
|
},
|
|
|
"liveCareTermsHeading13": {"en": "11. GOVERNING LAW AND JURISDICTION ", "ar": "11. القانون الحاكم والاختصاص القضائي"},
|
|
|
"liveCareTermsConditions42": {
|
|
|
"en":
|
|
|
"The law applicable to the Application and or the Website User Terms and Conditions and to disputes arising out of or in connection with them are the laws of The Kingdom of Saudi Arabia. You irrevocably submit to the exclusive jurisdiction of the courts of the Kingdom of Saudi Arabia. ",
|
|
|
"ar":
|
|
|
"النظام المعمول به على التطبيق و/أو شروط وأحكام مستخدم موقع الويب والنزاعات الناشئة عنها أو المتعلقة بها هي أنظمة المملكة العربية السعودية. وأنت تخضع بشكل لا رجوع فيه للاختصاص القضائي الحصري لمحاكم المملكة العربية السعودية."
|
|
|
},
|
|
|
"liveCareTermsHeading14": {"en": "12. ACKNOWLEDGEMENTS", "ar": "12. الإقرارات"},
|
|
|
"liveCareTermsConditions43": {
|
|
|
"en": "12.1 Except as expressly set out in these Terms & Conditions or as permitted by any applicable law, you agree on the following: ",
|
|
|
"ar": "12-1 باستثناء ما هو منصوص عليه صراحةً في هذه الشروط والأحكام أو ما يسمح به أي نظام معمول به، فإنك توافق على ما يلي:"
|
|
|
},
|
|
|
"liveCareTermsConditions43a": {
|
|
|
"en": "(a) you have read and understand these Terms & Conditions and the other terms forming part of your Agreement with us; ",
|
|
|
"ar": "(1) أنك قد قرأت وفهمت هذه الشروط والأحكام والبنود الأخرى التي تشكل جزءاً من اتفاقيتك معنا"
|
|
|
},
|
|
|
"liveCareTermsConditions43b": {
|
|
|
"en":
|
|
|
"(b) you have read our Privacy Policy and hereby expressly consent to our use of your personal information as described. In addition, you understand that the contact number or email address that you have provided on registration will be used for communications by the Group through SMS, email or any other method in connection with the Telehealth Services, including for appointment notifications and current medical services;",
|
|
|
"ar":
|
|
|
"(2) أنك قد قرأت سياسة الخصوصية الخاصة بنا وتوافق بموجبه صراحة على استخدامنا لمعلوماتك الشخصية كما هو موضح فيها. بالإضافة إلى ذلك، أنت تدرك أن رقم الاتصال أو عنوان البريد الإلكتروني الذي زودتنا به عند التسجيل سيتم استخدامه للاتصالات من قبل المجموعة من خلال الرسائل القصيرة أو البريد الإلكتروني أو أي طريقة أخرى فيما يتعلق بخدمات الرعاية الصحية عن بُعد، بما في ذلك إشعارات المواعيد والخدمات الطبية الحالية."
|
|
|
},
|
|
|
"liveCareTermsConditions43c": {
|
|
|
"en":
|
|
|
"(c) you understand that you have the right to withhold or withdraw your consent to the use of the Application and or the Website in the course of your care at any time, without affecting your right to future care or treatment; ",
|
|
|
"ar": "(3) أنت تدرك أن لديك الحق في حجب أو سحب موافقتك بشأن استخدام التطبيق و/أو موقع الويب في سياق رعايتك في أي وقت، دون التأثير على حقك في تلقي الرعاية أو العلاج في المستقبل؛"
|
|
|
},
|
|
|
"liveCareTermsConditions43d": {
|
|
|
"en": "(d) you understand that you may expect to receive benefits from the use of Application and or the Website concerning your healthcare, but that no results can be guaranteed or assured; ",
|
|
|
"ar": "(4) أنت تدرك أنك قد تتوقع الحصول على مزايا من استخدام التطبيق و/أو موقع الويب فيما يتعلق برعايتك الصحية، ولكن لا يمكن ضمان أي نتائج أو تأكيدها؛"
|
|
|
},
|
|
|
"liveCareTermsConditions43e": {
|
|
|
"en": "(e) you understand that your healthcare information may be shared with other employees in the Group for scheduling and billing purposes;",
|
|
|
"ar": "(5) أنت تدرك أنه قد تتم مشاركة معلومات الرعاية الصحية الخاصة بك مع موظفين آخرين في المجموعة لأغراض جدولة المواعيد والفواتير؛"
|
|
|
},
|
|
|
"liveCareTermsConditions43f": {
|
|
|
"en":
|
|
|
"(f) you understand that video images and audio recordings of you may be captured and stored electronically. You understand that these recordings may be later used in connection with legal proceedings if necessary but will not otherwise be used for any purpose other than providing Telehealth Services and follow-up medical services to you. You acknowledge and consent to the use of these images and audio recordings by us for the purposes described; ",
|
|
|
"ar":
|
|
|
"(6) أنت تدرك أن صور الفيديو والتسجيلات الصوتية الخاصة بك قد يتم التقاطها وتخزينها إلكترونياً. وأنت تدرك كذلك أنه يمكن استخدام هذه التسجيلات لاحقاً فيما يتعلق بالإجراءات النظامية إذا لزم الأمر ولكن لن يتم استخدامها لأي غرض بخلاف توفير خدمات الرعاية الصحية عن بُعد وخدمات المتابعة الطبية لك. أنت تقر وتوافق على استخدام هذه الصور والتسجيلات الصوتية من قبلنا للأغراض الموضحة؛"
|
|
|
},
|
|
|
"liveCareTermsConditions43g": {
|
|
|
"en":
|
|
|
"(g) you understand the risks of communicating by email and text messages, particularly the privacy risks. You understand that the Group cannot guarantee the security and confidentiality of email or text communication. The Group will not be responsible for messages that are not received or delivered due to technical failure, or for disclosure of confidential information unless caused by intentional misconduct.",
|
|
|
"ar":
|
|
|
"(7) أنك تدرك مخاطر الاتصال عبر البريد الإلكتروني والرسائل النصية، ولا سيما مخاطر الخصوصية. أنت تدرك أن المجموعة لا يمكنها ضمان أمان وسرية البريد الإلكتروني أو الاتصالات النصية. لن تكون المجموعة مسؤولة عن الرسائل التي لم يتم استلامها أو تسليمها بسبب عطل فني أو الكشف عن معلومات سرية ما لم يكن ذلك بسبب سوء سلوك متعمد."
|
|
|
},
|
|
|
"liveCareTermsHeading15": {"en": "13. GENERAL TERMS AND CONDITIONS ", "ar": "13. شروط وأحكام عامة"},
|
|
|
"liveCareTermsConditions44": {
|
|
|
"en":
|
|
|
"13.1 We may at any time vary these Terms & Conditions for security, legal or regulatory reasons, or to reflect updates or changes to the services or functionality of Telehealth Services or the Application, by publishing the varied Terms & Conditions on the Application. We will notify you on the Application that these Terms & Conditions have changed before your next use of the Telehealth Services and you will have the opportunity to agree to the revised terms before using the service again. ",
|
|
|
"ar":
|
|
|
"13-1 يجوز لنا في أي وقت تغيير هذه الشروط والأحكام لأسباب أمنية أو نظامية أو تنظيمية ، أو لتعكس التحديثات أو التغييرات التي تطرأ على خدمات أو وظائف خدمات الرعاية الصحية عن بُعد أو التطبيق، عن طريق نشر الشروط والأحكام المتنوعة على التطبيق. سنخطرك في التطبيق بأن هذه الشروط والأحكام قد تغيرت قبل استخدامك التالي لخدمات الرعاية الصحية عن بُعد وستتاح لك الفرصة للموافقة على الشروط المعدلة قبل استخدام الخدمة مرة أخرى."
|
|
|
},
|
|
|
"liveCareTermsConditions45": {
|
|
|
"en":
|
|
|
"13.2 We may perform any of our obligations, and exercise any of the rights granted to us under these Terms & Conditions, through a third party. We may assign any or all our rights and obligations under these Terms & Conditions to any third party.",
|
|
|
"ar":
|
|
|
"13-2 يجوز لنا أداء أي من التزاماتنا، وممارسة أي من الحقوق الممنوحة لنا بموجب هذه الشروط والأحكام، من خلال طرف ثالث. يجوز لنا التنازل عن أي من حقوقنا والتزاماتنا أو جميعها بموجب هذه الشروط والأحكام إلى أي طرف ثالث."
|
|
|
},
|
|
|
"liveCareTermsConditions46": {
|
|
|
"en":
|
|
|
"13.3 If any clause or part of any clause of these Terms & Conditions is found to be void, unenforceable or invalid, then it will be severed from these Terms & Conditions, leaving the remainder in full force and effect, provided that the severance has not altered the basic nature of these Terms & Conditions. ",
|
|
|
"ar":
|
|
|
"13-3 إذا تبين أن أي بند أو جزء من أي بند من هذه الشروط والأحكام باطل أو غير قابل للإنفاذ أو غير صالح، فسيتم فصله عن هذه الشروط والأحكام، تاركاً باقي الشروط سارية المفعول بكامل الأثر والنفاذ، بشرط ألا يغير فصل ذلك البند من الطبيعة الأساسية لهذه الشروط والأحكام."
|
|
|
},
|
|
|
"liveCareTermsHeading16": {"en": "14. COMPLAINTS", "ar": "14. الشكاوى"},
|
|
|
"liveCareTermsConditions47": {
|
|
|
"en": "Our Telehealth Services will be for specific medical specialties or follow-up or medication refill appointments.",
|
|
|
"ar": "خدمات الرعاية الصحية عن بُعد الخاصة بنا سوف تكون لتخصصات طبية محددة أو لمواعيد المتابعة أو إعادة صرف الدواء. "
|
|
|
},
|
|
|
"liveCareTermsConditions48": {
|
|
|
"en":
|
|
|
"If you have any complaints or concerns about the Application and or the Website, Our Services, or how we handle your personal information please contact us on: EServices.HMG@drsulaimanalhabib.com or call 011 525 9553",
|
|
|
"ar":
|
|
|
"إذا كانت لديك أي شكاوى أو مخاوف بشأن التطبيق و/أو موقع الويب أو خدماتنا أو كيفية تعاملنا مع معلوماتك الشخصية، فيرجى التواصل معنا على: EServices.HMG@drsulaimanalhabib.com أو الاتصال على الرقم: 9553 525 011"
|
|
|
},
|
|
|
"clickPrivacyPolicy": {"en": "Please click here to view the privacy policy", "ar": "الرجاء الضغط هنا لعرض سياسة الخصوصية"},
|
|
|
"welcomeToDrSulaiman": {"en": "Welcome to Dr. Sulaiman Al Habib Medical Group", "ar": "مرحباً بكم في مجموعة الدكتور سليمان الحبيب الطبية"},
|
|
|
"dontHaveAccount": {"en": "Don’t have an account?", "ar": "ليس لديك حساب؟"},
|
|
|
"loginByOTP": {"en": "Login By OTP", "ar": "تسجيل الدخول بواسطة OTP"},
|
|
|
"loginBy": {"en": "Login By", "ar": "تسجيل الدخول بواسطة"},
|
|
|
"prepareToElevate": {"en": "Prepared to elevate your health and well-being?", "ar": "هل أنت مستعد لتحسين صحتك ورفاهتك؟"},
|
|
|
"alreadyHaveAccount": {"en": "Already have an account?", "ar": "هل لديك حساب بالفعل؟"},
|
|
|
"loginNow": {"en": "Login Now", "ar": "تسجيل الدخول الآن"},
|
|
|
"guest": {"en": "Guest", "ar": "زائر"},
|
|
|
"switchAccount": {"en": "Switch Account", "ar": "تبديل الحساب"},
|
|
|
"allSet": {"en": "All Set! Now you can login with Face ID or Biometric", "ar": "جاهز! الآن يمكنك تسجيل الدخول باستخدام Face ID / Biometric أو البصمة"},
|
|
|
"enableQuickLogin": {"en": "Enable Quick Login", "ar": "تمكين تسجيل الدخول السريع"},
|
|
|
"enableMsg": {
|
|
|
"en": "Enabling the quick login will verify through your existing device Face ID / Biometric",
|
|
|
"ar": "'تمكين تسجيل الدخول السريع سيسمح بالتحقق من خلال Face ID / Biometric الخاص بجهازك الحالي'"
|
|
|
},
|
|
|
"notNow": {"en": "Not Now", "ar": "ليس الآن"},
|
|
|
"fullName": {"en": "Full Name", "ar": "الاسم الكامل"},
|
|
|
"personalDetailsVerificaion": {"en": "Personal Details Verification", "ar": "التحقق من التفاصيل الشخصية"},
|
|
|
"married": {"en": "Married", "ar": "متزوج"},
|
|
|
"uae": {"en": "United Arab Emirates", "ar": "الإمارات العربية المتحدة"},
|
|
|
"enterFullName": {"en": "Please enter your Full Name", "ar": "الرجاء إدخال اسمك الكامل"},
|
|
|
"chooseMaritalStatus": {"en": "Please choose Marital Status", "ar": "الرجاء اختيار الحالة الاجتماعية"},
|
|
|
"chooseYourCountry": {"en": "Please choose Country", "ar": "الرجاء اختيار بلدك"},
|
|
|
"enterEmailAddress": {"en": "Please enter your email address.", "ar": "الرجاء إدخال عنوان بريدك الإلكتروني."},
|
|
|
"sendOTPSMS": {"en": "Send me OTP on SMS", "ar": "أرسل لي OTP عبر الرسائل القصيرة"},
|
|
|
"sendOTPWHATSAPP": {"en": "Send me OTP on Whatsapp", "ar": "أرسل لي OTP عبر واتساب"},
|
|
|
"validIQama": {"en": "Please enter a valid Iqama number", "ar": "الرجاء إدخال رقم إقامة صالح"},
|
|
|
"oR": {"en": "OR", "ar": "أو"},
|
|
|
"pleaseEnterNationalId": {"en": "Please enter your national id", "ar": "الرجاء إدخال رقم الهوية الوطنية الخاص بك"},
|
|
|
"pleaseSelectCountry": {"en": "Please select your country", "ar": "الرجاء اختيار بلدك"},
|
|
|
"pleaseSelectDOB": {"en": "Please enter your date of birth", "ar": "الرجاء إدخال تاريخ ميلادك"},
|
|
|
"pleaseAcceptTermsConditions": {"en": "Please accept the term and conditions", "ar": "الرجاء قبول الشروط والأحكام"},
|
|
|
"lastLoginBy": {"en": "Last Login by", "ar": "آخر تسجيل دخول بواسطة"},
|
|
|
"enterPhoneNumber": {"en": "Enter Phone Number", "ar": "أدخل رقم الهاتف"},
|
|
|
"enterEmailDesc": {"en": "Enter your email address to complete the process of creating a medical file", "ar": "أدخل عنوان بريدك الإلكتروني لإكمال عملية إنشاء ملف طبي"},
|
|
|
"enterPhoneDesc": {"en": "Enter your phone number to receive OTP verification code", "ar": "أدخل رقم هاتفك لتلقي رمز التحقق OTP"},
|
|
|
"otpVerification": {"en": "OTP Verification", "ar": "التحقق من OTP"},
|
|
|
"submiT": {"en": "Submit", "ar": "إرسال"},
|
|
|
"notice": {"en": "Notice", "ar": "إشعار"},
|
|
|
"receiveOtpToast": {"en": "Where would you like to receive OTP?", "ar": "أين تود تلقي رمز التحقق OTP؟"},
|
|
|
"pleaseChooseOption": {"en": "Please select from the below options to receive OTP.", "ar": "الرجاء اختيار من الخيارات أدناه لتلقي رمز التحقق OTP."},
|
|
|
"pleaseEnterMobile": {"en": "Please enter phone number", "ar": "الرجاء إدخال رقم الهاتف"},
|
|
|
"pleaseEnterValidMobile": {"en": "Please enter valid phone number", "ar": "الرجاء إدخال رقم هاتف صالح"},
|
|
|
"pleaseEnterNationalIdOrFileNo": {"en": "Please enter National id or File no", "ar": "الرجاء إدخال رقم الهوية الوطنية أو رقم الملف"},
|
|
|
"thisResult": {"en": "This Result", "ar": "هذه النتيجة"},
|
|
|
"seeAllGraphValues": {"en": "View all results", "ar": "عرض جميع النتائج"},
|
|
|
"verify-with-biometric": {"en": "Biometric", "ar": "الحيوية"},
|
|
|
"medicationInstructions": {"en": "Medication Instructions", "ar": "تعليمات الدواء"},
|
|
|
};
|