Sprankelprachtig aan/afmeldsysteem

en.yml 1.6KB

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