Sprankelprachtig aan/afmeldsysteem

aardbei_en.yml 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. could_not_be_saved: "%{errorcount} prevented this %{class} from being saved:"
  41. error:
  42. zero: "no errors"
  43. one: "an error"
  44. other: "%{count} errors"
  45. activerecord:
  46. models:
  47. person:
  48. one: "Person"
  49. other: "Persons"
  50. group:
  51. one: "Group"
  52. other: "Groups"
  53. activity:
  54. one: "Activity"
  55. other: "Activities"
  56. member:
  57. one: "Member"
  58. other: "Members"
  59. attributes:
  60. person:
  61. first_name: "First name"
  62. infix: "Infix"
  63. last_name: "Last name"
  64. email: "Email address"
  65. birth_date: "Date of birth"
  66. group:
  67. name: "Name"
  68. members: "Members"
  69. activities: "Activities"
  70. activity:
  71. name: "Name"
  72. start: "Start"
  73. end: "End"
  74. description: "Description"
  75. deadline: "Deadline"
  76. no_response_action: "Action when no response"