Sprankelprachtig aan/afmeldsysteem

en.yml 1.6KB

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