Sprankelprachtig aan/afmeldsysteem

en.yml 5.2KB

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