Sprankelprachtig aan/afmeldsysteem

en.yml 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. en:
  2. activities:
  3. singular: "Activity"
  4. plural: "Activities"
  5. new: "New activity"
  6. created: "Activity created."
  7. updated: "Activity updated."
  8. destroyed: "Activity destroyed."
  9. upcoming_yours: "Upcoming activities organized by you"
  10. yours: "Your activities"
  11. errors:
  12. must_be_before_start: "must be before start"
  13. must_be_after_start: "must be after start"
  14. already_in: "person already participates in activity"
  15. participant:
  16. singular: "participant"
  17. plural: "participants"
  18. notes: "Notes"
  19. add_notes: "Add notes"
  20. yourresponse: "Your response"
  21. organizers:
  22. one: "Organizer"
  23. other: "Organizers"
  24. manage: "Manage organizers"
  25. add: "Add organizer"
  26. added: "%{name} is now an organizer."
  27. remove: "Remove organizer"
  28. removed: "%{name} is no longer an organizer."
  29. no_organizers: "This activity has no organizers."
  30. no_non_organizers: "This activity has no non-organizers."
  31. state:
  32. need_response: "Need response"
  33. present: "Present"
  34. absent: "Absent"
  35. unknown: "Unknown"
  36. attrs:
  37. name: "Name"
  38. group: "Group"
  39. when: "When"
  40. where: "Where"
  41. actions: "Actions"
  42. organizers: "Organizers"
  43. description: "Description"
  44. deadline: "Deadline"