"dontHaveHHCOrders":"ليس لديك أي أوامر رعاية صحية منزلية حتى الآن.",
"hhcOrders":"أوامر الرعاية الصحية المنزلية",
"requestedServices":"الخدمات المطلوبة",
@ -1714,7 +1714,7 @@
"selectHospitalContinue":"يرجى اختيار المستشفى للمتابعة.",
"year":"سنة",
"notifyPrescription":"تنبيه قبل موعد الجرعة",
"doctorRatingAppointment":"طبيب\nتصنيف",
"doctorRatingAppointment":"تقييم الطبيب",
"ratingSubmitted":"تم إرسال التقييم",
"rateTheDoctor":"يرجى تقييم الطبيب",
"downloadInvoice":"تحميل",
@ -1834,10 +1834,11 @@
"benefit":"الفائدة",
"commonSideEffects":"الآثار الجانبية الشائعة",
"seriousWarnings":"تحذيرات خطيرة",
"storage":"التخزين",
"storage":"طريقة الحفظ",
"aiDisclaimerPrescription":"سيتم مشاركة بيانات نتائج الوصفات الطبية الخاصة بك بشكل آمن مع محلل الذكاء الاصطناعي لدينا لتحليلها. يساعد هذا في توفير رؤى صحية مخصصة. هل ترغب في المتابعة؟",
"selectHospitalContinue":"Please select hospital to continue.",
"year":"Year",
"notifyPrescription":"Notify me before the consumption time",
"doctorRatingAppointment":"Doctor\nRating",
"doctorRatingAppointment":"DoctorRating",
"ratingSubmitted":"Rating Submitted",
"rateTheDoctor":"Please rate the doctor",
"downloadInvoice":"Download Invoice",
@ -1829,6 +1829,7 @@
"generateAiAnalysisPrescription":"Generate AI analysis",
"loadingAIAnalysisPrescription":"Analysing your prescription, let the AI do the magic, This might take some time.",
"thisAboveInfoPrescription":"This prescription was analyzed by AI, and it is not medical advice. Consult your healthcare provider for diagnosis and treatment.",
"liveCareNotificationPermissionsMessage":"LiveCare requires Notifications permission, Please allow to proceed.",
@ -384,7 +384,7 @@ class ImmediateLiveCarePaymentDetails extends StatelessWidget {
if(permanent.isNotEmpty){
finalnames=permanent.map((p)=>LiveCarePermissionService.instance.friendlyName(p)).join(' and ');
//finalmessage=permanent.length==1?'$names permission is permanently denied. Open app settings to allow it.':'$names permissions are permanently denied. Open app settings to allow them.';