Sprankelprachtig aan/afmeldsysteem

aardbei_en.yml 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. # Files in the config/locales directory are used for internationalization
  2. # and are automatically loaded by Rails. If you want to use locales other
  3. # than English, add the necessary files in this directory.
  4. #
  5. # To use the locales, use `I18n.t`:
  6. #
  7. # I18n.t 'hello'
  8. #
  9. # In views, this is aliased to just `t`:
  10. #
  11. # <%= t('hello') %>
  12. #
  13. # To use a different locale, set it with `I18n.locale`:
  14. #
  15. # I18n.locale = :es
  16. #
  17. # This would use the information in config/locales/es.yml.
  18. #
  19. # To learn more, please read the Rails Internationalization guide
  20. # available at http://guides.rubyonrails.org/i18n.html.
  21. en:
  22. hello: "Hello world"
  23. greeting: "Hoi %{name}!"
  24. collapse: "Collapse"
  25. log_out: "Log out"
  26. log_in: "Log in"
  27. actions: "Acties"
  28. cancel: "Cancel"
  29. back: "Back"
  30. show: "Show"
  31. edit: "Edit"
  32. destroy: "Delete"
  33. remove: "Remove"
  34. send_email: "Send email"
  35. overview: "Overzicht"
  36. somethingbroke: "Something broke!"
  37. areyousure: "Are you sure?"
  38. value_required: "A required value was omitted."
  39. invalid_csrf: "You submitted an invalid request! If you got here after clicking a link, it's possible that someone is doing something nasty!"
  40. activerecord:
  41. models:
  42. person:
  43. one: "Person"
  44. other: "Persons"
  45. group:
  46. one: "Group"
  47. other: "Groups"
  48. activity:
  49. one: "Activity"
  50. other: "Activities"
  51. member:
  52. one: "Member"
  53. other: "Members"
  54. attributes:
  55. person:
  56. first_name: "First name"
  57. infix: "Infix"
  58. last_name: "Last name"
  59. email: "Email address"
  60. birth_date: "Date of birth"
  61. group:
  62. name: "Name"
  63. members: "Members"
  64. activities: "Activities"
  65. activity:
  66. name: "Name"
  67. start: "Start"
  68. end: "End"
  69. description: "Description"
  70. deadline: "Deadline"