Sprankelprachtig aan/afmeldsysteem

en.yml 5.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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. must_be_before_deadline: "must be before deadline"
  19. already_in: "person already participates in activity"
  20. cannot_divide_without_subgroups: "a divisible subgroup must exist"
  21. participant:
  22. singular: "participant"
  23. plural: "participants"
  24. notes: "Notes"
  25. add_notes: "Add notes"
  26. yourresponse: "Your response"
  27. yoursubgroup: "Your subgroup"
  28. copy_responses: "Copy responses"
  29. copy_absent: "Copy absentees"
  30. these_present: "The following %{count} participants are attending: %{names}."
  31. none_present: "Nobody is attending."
  32. these_unknown: "The following %{count} participants have not responded: %{names}."
  33. none_unknown: "Everyone has responded."
  34. these_absent: "The following %{count} participants are absent: %{names}."
  35. none_absent: "Nobody is absent."
  36. organizers:
  37. one: "Organizer"
  38. other: "Organizers"
  39. manage: "Manage organizers"
  40. add: "Add organizer"
  41. added: "%{name} is now an organizer."
  42. remove: "Remove organizer"
  43. removed: "%{name} is no longer an organizer."
  44. no_organizers: "This activity has no organizers."
  45. no_non_organizers: "This activity has no non-organizers."
  46. state:
  47. need_response: "Need response"
  48. present: "Present"
  49. absent: "Absent"
  50. unknown: "Unknown"
  51. attrs:
  52. name: "Name"
  53. group: "Group"
  54. when: "When"
  55. where: "Where"
  56. actions: "Actions"
  57. organizers: "Organizers"
  58. description: "Description"
  59. deadline: "Deadline"
  60. emails:
  61. open_activity: "Open activity"
  62. open_settings: "Preferences"
  63. dont_want_mail: "If you no longer want to receive these emails, change your preferences using the following link:"
  64. cant_turn_off: "This email cannot be disabled, because it contains important information."
  65. ending:
  66. - "Cheers,"
  67. attendance_reminder:
  68. subject: "You are now listed as 'attending' for %{activity}"
  69. set_to_present: "You have not yet indicated if you will be at %{activity}. Because we assume that you're present if you don't respond, your response has been set to 'attending'."
  70. set_to_absent: "You have not yet indicated if you will be at %{activity}. This activity is set to assume to set you to absent if you don't respond, so your response has been set to 'absent'."
  71. if_cannot: "If you wish to change this, you can change your response until %{deadline} using the following link:"
  72. subgroup_notification:
  73. subject: "You have been assigned to subgroup %{subgroup} for %{activity}"
  74. yoursubgroupis: "The upcoming activity %{activity} uses subgroups, and you have been assigned to subgroup %{subgroup}."
  75. subgroupmembers: "The other people in this subgroup are: %{others}"
  76. noothersinsubgroup: "There are no other people in this subgroup. :("
  77. allsubgroups: "All subgroups (including yours):"
  78. cannotdecline: "This email was sent when the deadline expired. If you find you cannot attend, please contact the Drerrie, or one of the organisers (%{organizers})."
  79. subgroups:
  80. manage: 'Manage subgroups'
  81. create: 'Create subgroup'
  82. created: 'Subgroup created.'
  83. create_failed: 'Could not create subgroup!'
  84. edit: 'Edit subgroup division'
  85. edited: 'Subgroup division updated.'
  86. update: 'Update subgroup'
  87. updated: 'Subgroup updated.'
  88. update_failed: 'Could not update subgroup!'
  89. destroy: 'Destroy subgroup'
  90. destroyed: 'Subgroup destroyed.'
  91. none: 'There are no subgroups.'
  92. filter_nogroup: 'Attending, no subgroup'
  93. filter_nofilter: 'Show everyone'
  94. only_present_people: "Only people who will attend are listed, because people who don't cannot be in a subgroup."
  95. clear: 'Clear subgroups'
  96. clear_explanation: 'This removes everyone in a assignable subgroup from their subgroup! Are you sure you want this?'
  97. cleared: 'Subgroups cleared.'
  98. redistribute: 'Redistribute subgroups'
  99. redistribute_explanation: 'This removes everyone in a assignable subgroup from that subgroup, and then randomly reassigns everyone to their subgroup. Are you sure you want this?'
  100. redistributed: 'Subgroups redistributed.'
  101. distribute_remaining: 'Distribute remaining to subgroups'
  102. distribute_remaining_explanation: 'This distributes all remaining attending participants not yet in a subgroup to a subgroup. Do you want this?'
  103. remaining_distributed: 'Remaining participants distributed.'