1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- en:
- activities:
- singular: "Activity"
- plural: "Activities"
- new: "New activity"
- created: "Activity created."
- edit: "Edit activity"
- updated: "Activity updated."
- destroyed: "Activity destroyed."
- mass_import: "Create multiple activities in %{group}"
- mass_imported: "%{count} activities created!"
- 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."
- upcoming_yours: "Upcoming activities organized by you"
- yours: "Your activities"
- errors:
- must_be_before_start: "must be before start"
- must_be_after_start: "must be after start"
- already_in: "person already participates in activity"
- participant:
- singular: "participant"
- plural: "participants"
- notes: "Notes"
- add_notes: "Add notes"
- yourresponse: "Your response"
- copy_responses: "Copy responses"
- copy_absent: "Copy absentees"
- these_present: "The following %{count} participants are attending: %{names}."
- none_present: "Nobody is attending."
- these_unknown: "The following %{count} participants have not responded: %{names}."
- none_unknown: "Everyone has responded."
- these_absent: "The following %{count} participants are absent: %{names}."
- none_absent: "Nobody is absent."
- organizers:
- one: "Organizer"
- other: "Organizers"
- manage: "Manage organizers"
- add: "Add organizer"
- added: "%{name} is now an organizer."
- remove: "Remove organizer"
- removed: "%{name} is no longer an organizer."
- no_organizers: "This activity has no organizers."
- no_non_organizers: "This activity has no non-organizers."
- state:
- need_response: "Need response"
- present: "Present"
- absent: "Absent"
- unknown: "Unknown"
- attrs:
- name: "Name"
- group: "Group"
- when: "When"
- where: "Where"
- actions: "Actions"
- organizers: "Organizers"
- description: "Description"
- deadline: "Deadline"
- emails:
- open_activity: "Open activity"
- open_settings: "Preferences"
- dont_want_mail: "If you no longer want to receive these emails, change your preferences using the following link:"
- ending:
- - "Cheers,"
- attendance_reminder:
- subject: "You are now listed as 'attending' for %{activity}"
- havenot_responded: "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'."
- if_cannot: "If you wish to change this, you can change your response until %{deadline} using the following link:"
- subgroups:
- manage: 'Manage subgroups'
- create: 'Create subgroup'
- created: 'Subgroup created.'
- create_failed: 'Could not create subgroup!'
- update: 'Update subgroup'
- updated: 'Subgroup updated.'
- update_failed: 'Could not update subgroup!'
- destroy: 'Destroy subgroup'
- destroyed: 'Subgroup destroyed.'
- none: 'There are no subgroups.'
|