priceContact added

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-02-01 19:19:46 +05:00
parent 96acd12d9c
commit 63b363b142
8 changed files with 393 additions and 5 deletions

View File

@@ -228,5 +228,29 @@
"contactTitle": "Send us your phone number",
"contactSubTitle": "Our staff will contact you",
"enterPhone": "Enter your phone number",
"send": "Send"
"send": "Send",
"priceModal": {
"title": "Get Price",
"product": {
"inStock": "In Stock"
},
"form": {
"name": "Name",
"namePlaceholder": "Enter your name",
"phone": "Phone",
"phonePlaceholder": "+998 91 234 56 78",
"captcha": "Spam Protection",
"captchaPlaceholder": "Enter code",
"submit": "Submit",
"submitting": "Submitting..."
},
"validation": {
"nameRequired": "Please enter your name",
"phoneRequired": "Please enter phone number",
"phoneInvalid": "Invalid phone format",
"captchaRequired": "Please enter code"
},
"success": "Your request has been sent successfully!",
"error": "An error occurred. Please try again."
}
}

View File

@@ -228,5 +228,29 @@
"contactTitle": "Отправьте нам свой номер",
"contactSubTitle": "Наши сотрудники свяжутся с вами",
"enterPhone": "Введите ваш номер телефона",
"send": "Отправить"
"send": "Отправить",
"priceModal": {
"title": "Узнать цену",
"product": {
"inStock": "В наличии"
},
"form": {
"name": "Имя",
"namePlaceholder": "Введите ваше имя",
"phone": "Телефон",
"phonePlaceholder": "+998 91 234 56 78",
"captcha": "Защита от спама",
"captchaPlaceholder": "Введите код",
"submit": "Отправить",
"submitting": "Отправка..."
},
"validation": {
"nameRequired": "Введите ваше имя",
"phoneRequired": "Введите номер телефона",
"phoneInvalid": "Неверный формат телефона",
"captchaRequired": "Введите код"
},
"success": "Ваш запрос успешно отправлен!",
"error": "Произошла ошибка. Попробуйте снова."
}
}

View File

@@ -228,5 +228,30 @@
"contactTitle": "Bizga raqamingizni yuboring",
"contactSubTitle": "Xodimlarimiz siz bilan bog'lanishadi",
"enterPhone": "Telefon raqamingiz kiriting",
"send": "Yuborish"
"send": "Yuborish",
"priceModal": {
"title": "Narxni bilish",
"product": {
"inStock": "Sotuvda mavjud"
},
"form": {
"name": "Ism",
"namePlaceholder": "Ismingizni kiriting",
"phone": "Telefon raqam",
"phonePlaceholder": "+998 91 234 56 78",
"captcha": "Spamdan himoya",
"captchaPlaceholder": "Kodni kiriting",
"submit": "Yuborish",
"submitting": "Yuborilmoqda..."
},
"validation": {
"nameRequired": "Iltimos, ismingizni kiriting",
"phoneRequired": "Iltimos, telefon raqamingizni kiriting",
"phoneInvalid": "Telefon raqami notogri formatda kiritilgan",
"captchaRequired": "Iltimos, kodni kiriting"
},
"success": "Sorovingiz muvaffaqiyatli yuborildi!",
"error": "Xatolik yuz berdi. Iltimos, qayta urinib koring."
}
}