{ product.name[lang] }
{ product.description[lang] }
{ arabic ? 'أدخل رقم الهاتف' : 'Enter your mobile number' }
{ arabic ? 'سنرسل رمز التحقق إلى رقم الهاتف المحمول هذا للتحقق من حسابك' : 'We will send a verification code to this mobile number to verify your account' }
{ arabic ? 'أدخل رمز التحقق الخاص بك' : 'Enter your verification code' }
{ arabic ? "لقد أرسلنا رمز التحقق عبر رسالة قصيرة إلى" : "We have sent a verification code via SMS to" }
{ arabic ? 'الرمز غير صحيح، يرجى التحقق من الرمز الخاص بك والمحاولة مرة أخرى' : 'Invalid code, please check your code and try again' }
{ arabic ? 'لم تستلم رمز التحقق؟' : 'Didn\'t receive a verification code?' }
{ arabic ? 'أعد إرسال الرمز' : 'RESEND CODE' }
{ arabic ? item.name_ar : item.name_en }
{ formatMoney(item.total) }
{ estimatedDeliveryTimeText }