simple_form.en.yml 718 B

123456789101112131415161718192021222324252627
  1. en:
  2. simple_form:
  3. "yes": 'Yes'
  4. "no": 'No'
  5. required:
  6. text: 'required'
  7. mark: '*'
  8. # You can uncomment the line below if you need to overwrite the whole required html.
  9. # When using html, text and mark won't be used.
  10. # html: '<abbr title="required">*</abbr>'
  11. error_notification:
  12. default_message: "Please review the problems below:"
  13. # Labels and hints examples
  14. # labels:
  15. # defaults:
  16. # password: 'Password'
  17. # user:
  18. # new:
  19. # email: 'E-mail to sign in.'
  20. # edit:
  21. # email: 'E-mail.'
  22. # hints:
  23. # defaults:
  24. # username: 'User name to sign in.'
  25. # password: 'No special characters, please.'