Sprankelprachtig aan/afmeldsysteem

en.yml 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. copy_responses: "Copy responses"
  26. copy_absent: "Copy absentees"
  27. these_present: "The following %{count} participants are attending: %{names}."
  28. none_present: "Nobody is attending."
  29. these_unknown: "The following %{count} participants have not responded: %{names}."
  30. none_unknown: "Everyone has responded."
  31. these_absent: "The following %{count} participants are absent: %{names}."
  32. none_absent: "Nobody is absent."
  33. organizers:
  34. one: "Organizer"
  35. other: "Organizers"
  36. manage: "Manage organizers"
  37. add: "Add organizer"
  38. added: "%{name} is now an organizer."
  39. remove: "Remove organizer"
  40. removed: "%{name} is no longer an organizer."
  41. no_organizers: "This activity has no organizers."
  42. no_non_organizers: "This activity has no non-organizers."
  43. state:
  44. need_response: "Need response"
  45. present: "Present"
  46. absent: "Absent"
  47. unknown: "Unknown"
  48. attrs:
  49. name: "Name"
  50. group: "Group"
  51. when: "When"
  52. where: "Where"
  53. actions: "Actions"
  54. organizers: "Organizers"
  55. description: "Description"
  56. deadline: "Deadline"