66 lines
2.5 KiB
Text
66 lines
2.5 KiB
Text
|
|
# Form components translations - English
|
||
|
|
|
||
|
|
# Common form labels
|
||
|
|
form-name-label = Name
|
||
|
|
form-email-label = Email
|
||
|
|
form-subject-label = Subject
|
||
|
|
form-message-label = Message
|
||
|
|
form-required-field = *
|
||
|
|
form-submit-button = Submit
|
||
|
|
form-send-message = Send Message
|
||
|
|
form-sending = Sending...
|
||
|
|
form-cancel = Cancel
|
||
|
|
form-reset = Reset
|
||
|
|
|
||
|
|
# Placeholders
|
||
|
|
form-name-placeholder = Your full name
|
||
|
|
form-email-placeholder = your.email@ontoref.dev
|
||
|
|
form-subject-placeholder = Brief description of your inquiry
|
||
|
|
form-message-placeholder = Please describe your message in detail...
|
||
|
|
|
||
|
|
# Validation messages
|
||
|
|
form-validation-name-required = Name is required
|
||
|
|
form-validation-name-too-long = Name must be less than 100 characters
|
||
|
|
form-validation-email-required = Email is required
|
||
|
|
form-validation-email-invalid = Please enter a valid email address
|
||
|
|
form-validation-subject-required = Subject is required
|
||
|
|
form-validation-subject-too-long = Subject must be less than 200 characters
|
||
|
|
form-validation-message-required = Message is required
|
||
|
|
form-validation-message-too-long = Message must be less than 5000 characters
|
||
|
|
|
||
|
|
# Form states
|
||
|
|
form-success-title = Message sent successfully!
|
||
|
|
form-success-message = Thank you for your message! We'll get back to you soon.
|
||
|
|
form-error-title = Failed to send message
|
||
|
|
form-error-generic = An error occurred while sending your message. Please try again.
|
||
|
|
|
||
|
|
# Contact form specific
|
||
|
|
contact-form-title = Contact Form
|
||
|
|
contact-form-description = Get in touch with us
|
||
|
|
|
||
|
|
# Support form specific
|
||
|
|
support-form-title = Support Request
|
||
|
|
support-form-description = Need help? Send us a support request
|
||
|
|
support-form-priority-label = Priority
|
||
|
|
support-form-category-label = Category
|
||
|
|
support-form-priority-low = Low
|
||
|
|
support-form-priority-medium = Medium
|
||
|
|
support-form-priority-high = High
|
||
|
|
support-form-priority-urgent = Urgent
|
||
|
|
support-form-category-general = General Inquiry
|
||
|
|
support-form-category-technical = Technical Support
|
||
|
|
support-form-category-billing = Billing
|
||
|
|
support-form-category-bug-report = Bug Report
|
||
|
|
support-form-category-feature-request = Feature Request
|
||
|
|
|
||
|
|
# Subscription form specific
|
||
|
|
subscription-form-title = Newsletter Subscription
|
||
|
|
subscription-form-description = Stay updated with our latest news and updates
|
||
|
|
subscription-form-subscribe = Subscribe
|
||
|
|
subscription-form-subscribing = Subscribing...
|
||
|
|
subscription-form-success = Successfully subscribed to our newsletter!
|
||
|
|
subscription-form-already-subscribed = You're already subscribed to our newsletter.
|
||
|
|
|
||
|
|
# Additional form elements
|
||
|
|
form-select-placeholder = Select an option...
|
||
|
|
form-validation-field-too-long = Field is too long
|