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"