Sprankelprachtig aan/afmeldsysteem

en.yml 1.3KB

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