referral hardcoded string changes

pull/255/head
tahaalam 10 hours ago
parent 28d03644ba
commit 6b4d43caf3

@ -1759,6 +1759,13 @@
"conformationCall": "ستتلقى مكالمة لتأكيد طلبك قريباً.",
"radiologyLabResults": "نتائج الأشعة",
"disclaimerRadiology": "تم تحليل نتائج الأشعة هذه بواسطة الذكاء الاصطناعي، وهي لا تُعدّ نصيحة طبية. استشر طبيبك المختص للتشخيص والعلاج.",
"enterIdentificationNumberWithNoStar": "أدخل رقم الهوية",
"enterReferralNumber": "أدخل رقم الإحالة",
"referralNumber": "رقم الإحالة",
"phoneHint": "5xxxxxxxx",
"selectSearchCriteria": "اختر معيار البحث",
"selectCriteria": "اختيار المعيار",
"locationServicesDisabled": "حالة الطقس غير متوفرة لتعطيل خدمات الموقع. يرجى تفعيل خدمات الموقع لتتمكن من رؤية معلومات الطقس.",
"selectDateTimeKey": "اختيار",
"medicalKey": "الطبية"
}

@ -1747,10 +1747,18 @@
"insurance2": "Insurance",
"conformationCall": "You will receive a call from HMG for confirmation ",
"radiologyLabResults": "Radiology Results",
"disclaimerRadiology": "This radiology result was analyzed by AI, and it is not medical advice. Consult your healthcare provider for diagnosis and treatment."
,
"disclaimerRadiology": "This radiology result was analyzed by AI, and it is not medical advice. Consult your healthcare provider for diagnosis and treatment.",
"enterIdentificationNumberWithNoStar": "Enter Identification Number",
"enterReferralNumber": "Enter Referral Number",
"referralNumber": "Referral Number",
"phoneHint": "5xxxxxxxx",
"selectSearchCriteria": "Select the Search Criteria",
"selectCriteria": "Select Criteria",
"locationServicesDisabled": "Weather is unavailable because location services are disabled. Please enable location services to see the weather information.",
"selectDateTimeKey": "Select",
"medicalKey": "Medical"
}

@ -1750,6 +1750,13 @@ abstract class LocaleKeys {
static const conformationCall = 'conformationCall';
static const radiologyLabResults = 'radiologyLabResults';
static const disclaimerRadiology = 'disclaimerRadiology';
static const enterIdentificationNumberWithNoStar = 'enterIdentificationNumberWithNoStar';
static const enterReferralNumber = 'enterReferralNumber';
static const referralNumber = 'referralNumber';
static const phoneHint = 'phoneHint';
static const selectSearchCriteria = 'selectSearchCriteria';
static const selectCriteria = 'selectCriteria';
static const locationServicesDisabled = 'locationServicesDisabled';
static const selectDateTimeKey = 'selectDateTimeKey';
static const medicalKey = 'medicalKey';

Loading…
Cancel
Save