priceContact added
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user