Sprankelprachtig aan/afmeldsysteem

en.yml 3.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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"
  57. emails:
  58. open_activity: "Open activity"
  59. open_settings: "Preferences"
  60. dont_want_mail: "If you no longer want to receive these emails, change your preferences using the following link:"
  61. ending:
  62. - "Cheers,"
  63. attendance_reminder:
  64. subject: "You are now listed as 'attending' for %{activity}"
  65. 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'."
  66. if_cannot: "If you wish to change this, you can change your response until %{deadline} using the following link:"
  67. subgroups:
  68. manage: 'Manage subgroups'
  69. create: 'Create subgroup'
  70. created: 'Subgroup created.'
  71. create_failed: 'Could not create subgroup!'
  72. update: 'Update subgroup'
  73. updated: 'Subgroup updated.'
  74. update_failed: 'Could not update subgroup!'
  75. destroy: 'Destroy subgroup'
  76. destroyed: 'Subgroup destroyed.'
  77. none: 'There are no subgroups.'