en-US.js 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. export default {
  2. 'formandstep-form.basic.title': 'Basic form',
  3. 'formandstep-form.basic.description':
  4. 'Form pages are used to collect or verify information to users, and basic forms are common in scenarios where there are fewer data items.',
  5. 'formandstep-form.email.required': 'Please enter your email!',
  6. 'formandstep-form.email.wrong-format': 'The email address is in the wrong format!',
  7. 'formandstep-form.userName.required': 'Please enter your userName!',
  8. 'formandstep-form.password.required': 'Please enter your password!',
  9. 'formandstep-form.password.twice': 'The passwords entered twice do not match!',
  10. 'formandstep-form.strength.msg':
  11. "Please enter at least 6 characters and don't use passwords that are easy to guess.",
  12. 'formandstep-form.strength.strong': 'Strength: strong',
  13. 'formandstep-form.strength.medium': 'Strength: medium',
  14. 'formandstep-form.strength.short': 'Strength: too short',
  15. 'formandstep-form.confirm-password.required': 'Please confirm your password!',
  16. 'formandstep-form.phone-number.required': 'Please enter your phone number!',
  17. 'formandstep-form.phone-number.wrong-format': 'Malformed phone number!',
  18. 'formandstep-form.verification-code.required': 'Please enter the verification code!',
  19. 'formandstep-form.title.required': 'Please enter a title',
  20. 'formandstep-form.date.required': 'Please select the start and end date',
  21. 'formandstep-form.goal.required': 'Please enter a description of the goal',
  22. 'formandstep-form.standard.required': 'Please enter a metric',
  23. 'formandstep-form.form.get-captcha': 'Get Captcha',
  24. 'formandstep-form.captcha.second': 'sec',
  25. 'formandstep-form.form.optional': ' (optional) ',
  26. 'formandstep-form.form.submit': 'Submit',
  27. 'formandstep-form.form.save': 'Save',
  28. 'formandstep-form.email.placeholder': 'Email',
  29. 'formandstep-form.password.placeholder': 'Password',
  30. 'formandstep-form.confirm-password.placeholder': 'Confirm password',
  31. 'formandstep-form.phone-number.placeholder': 'Phone number',
  32. 'formandstep-form.verification-code.placeholder': 'Verification code',
  33. 'formandstep-form.title.label': 'Title',
  34. 'formandstep-form.title.placeholder': 'Give the target a name',
  35. 'formandstep-form.date.label': 'Start and end date',
  36. 'formandstep-form.placeholder.start': 'Start date',
  37. 'formandstep-form.placeholder.end': 'End date',
  38. 'formandstep-form.goal.label': 'Goal description',
  39. 'formandstep-form.goal.placeholder': 'Please enter your work goals',
  40. 'formandstep-form.standard.label': 'Metrics',
  41. 'formandstep-form.standard.placeholder': 'Please enter a metric',
  42. 'formandstep-form.client.label': 'Client',
  43. 'formandstep-form.label.tooltip': 'Target service object',
  44. 'formandstep-form.client.placeholder':
  45. 'Please describe your customer service, internal customers directly @ Name / job number',
  46. 'formandstep-form.invites.label': 'Inviting critics',
  47. 'formandstep-form.invites.placeholder':
  48. 'Please direct @ Name / job number, you can invite up to 5 people',
  49. 'formandstep-form.weight.label': 'Weight',
  50. 'formandstep-form.weight.placeholder': 'Please enter weight',
  51. 'formandstep-form.public.label': 'Target disclosure',
  52. 'formandstep-form.label.help': 'Customers and invitees are shared by default',
  53. 'formandstep-form.radio.public': 'Public',
  54. 'formandstep-form.radio.partially-public': 'Partially public',
  55. 'formandstep-form.radio.private': 'Private',
  56. 'formandstep-form.publicUsers.placeholder': 'Open to',
  57. 'formandstep-form.option.A': 'Colleague A',
  58. 'formandstep-form.option.B': 'Colleague B',
  59. 'formandstep-form.option.C': 'Colleague C',
  60. };