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."
}
}