Sprankelprachtig aan/afmeldsysteem

aardbei_en.yml 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. areyousure: "Are you sure?"
  37. value_required: "A required value was omitted."
  38. invalid_csrf: "You submitted an invalid request! If you got here after clicking a link, it's possible that someone is doing something nasty!"
  39. activerecord:
  40. models:
  41. person:
  42. one: "Person"
  43. other: "Persons"
  44. group:
  45. one: "Group"
  46. other: "Groups"
  47. activity:
  48. one: "Activity"
  49. other: "Activities"
  50. member:
  51. one: "Member"
  52. other: "Members"
  53. attributes:
  54. person:
  55. first_name: "First name"
  56. infix: "Infix"
  57. last_name: "Last name"
  58. email: "Email address"
  59. birth_date: "Date of birth"
  60. group:
  61. name: "Name"
  62. members: "Members"
  63. activities: "Activities"
  64. activity:
  65. name: "Name"
  66. start: "Start"
  67. end: "End"
  68. description: "Description"
  69. deadline: "Deadline"