Sprankelprachtig aan/afmeldsysteem

aardbei_en.yml 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. next: "Next"
  37. previous: "Previous"
  38. save_and_return: "Save and return"
  39. save: "Save"
  40. somethingbroke: "Something broke!"
  41. areyousure: "Are you sure?"
  42. value_required: "A required value was omitted."
  43. invalid_csrf: "You submitted an invalid request! If you got here after clicking a link, it's possible that someone is doing something nasty!"
  44. could_not_be_saved: "%{errorcount} prevented this %{class} from being saved:"
  45. error:
  46. zero: "no errors"
  47. one: "an error"
  48. other: "%{count} errors"
  49. activerecord:
  50. models:
  51. person:
  52. one: "Person"
  53. other: "Persons"
  54. group:
  55. one: "Group"
  56. other: "Groups"
  57. activity:
  58. one: "Activity"
  59. other: "Activities"
  60. member:
  61. one: "Member"
  62. other: "Members"
  63. subgroup:
  64. one: "Subgroup"
  65. other: "Subgroups"
  66. attributes:
  67. person:
  68. first_name: "First name"
  69. infix: "Infix"
  70. last_name: "Last name"
  71. email: "Email address"
  72. group:
  73. name: "Name"
  74. members: "Members"
  75. activities: "Activities"
  76. activity:
  77. name: "Name"
  78. start: "Start"
  79. end: "End"
  80. description: "Description"
  81. deadline: "Deadline"
  82. no_response_action: "Action when no response"