forms.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "submit": "Submit",
  3. "reset": "Reset",
  4. "required": "Required",
  5. "optional": "Optional",
  6. "processing": "Processing...",
  7. "common": {
  8. "cancel": "Cancel",
  9. "processing": "Processing..."
  10. },
  11. "errors": {
  12. "formErrorTitle": "Form error",
  13. "formErrorDescription": "An error occurred while processing the form. Please try again.",
  14. "required": "This field is required",
  15. "invalid": "Invalid input",
  16. "minLength": "Minimum length is {min} characters",
  17. "maxLength": "Maximum length is {max} characters",
  18. "min": "Minimum value is {min}",
  19. "max": "Maximum value is {max}",
  20. "email": "Please enter a valid email address",
  21. "url": "Please enter a valid URL",
  22. "pattern": "Format does not match requirements"
  23. },
  24. "placeholder": {
  25. "text": "Enter text",
  26. "number": "Enter a number",
  27. "email": "Enter your email",
  28. "password": "Enter your password",
  29. "search": "Search...",
  30. "select": "Select an option",
  31. "date": "Select a date",
  32. "textarea": "Enter text here"
  33. },
  34. "validation": {
  35. "required": "This field is required",
  36. "invalid": "Invalid format",
  37. "tooShort": "Input too short",
  38. "tooLong": "Input too long",
  39. "invalidEmail": "Invalid email format",
  40. "invalidUrl": "Invalid URL format",
  41. "invalidNumber": "Invalid number format"
  42. },
  43. "messages": {
  44. "success": "Operation successful",
  45. "error": "Operation failed",
  46. "saved": "Saved successfully",
  47. "deleted": "Deleted successfully",
  48. "loading": "Processing...",
  49. "submit": "Submitting..."
  50. }
  51. }