# Files in the config/locales directory are used for internationalization # and are automatically loaded by Rails. If you want to use locales other # than English, add the necessary files in this directory. # # To use the locales, use `I18n.t`: # # I18n.t 'hello' # # In views, this is aliased to just `t`: # # <%= t('hello') %> # # To use a different locale, set it with `I18n.locale`: # # I18n.locale = :es # # This would use the information in config/locales/es.yml. # # The following keys must be escaped otherwise they will not be retrieved by # the default I18n backend: # # true, false, on, off, yes, no # # Instead, surround them with single quotes. # # en: # 'true': 'foo' # # To learn more, please read the Rails Internationalization guide # available at http://guides.rubyonrails.org/i18n.html. en: simple_form: hints: bus_list: capacity: Sign-ups will be disabled once this limit is reached. To disable, set to 1000. needs_bus_captain: | Allows applicants to indicate their interest in being a bus captain when they RSVP.
If many people have already RSVP'd, consider sending a message out to this bus list asking for interest as well. notes: Notes are shared with applicants. Supports Markdown and HTML. user: role: Limited access prevents the admin from adding, modifying, or deleting any records; modifications through the check-in process are allowed. Event tracking limits to only event tracking. message: type: Bulk emails are sent once, manually. Automated emails are sent upon a desired trigger/event. name: A friendly name to recognize this email. Applicants won't see this. trigger: Sent automatically when a new or updated applicant matches this criteria. Does not send to anyone already matching this criteria. hackathon_config: registration_is_open: Specify that registration is open. This does not block registration; it only changes messaging around it. event_is_over: Specify that the event is over last_day_to_apply: "Last date to apply to your hackathon (format: YYYY-MM-DD)" event_start_date: "Start date of your hackathon (format: YYYY-MM-DD)" auto_late_waitlist: Automatically set application status to "late waitlist" for new applications name: Your hackathon's name logo_asset: Optional logo asset made available in your Rails app's app/assets/images/ folder favicon_asset: Optional favicon asset made available in your Rails app's app/assets/images/ folder agreement_pdf_asset: Your hackathon's agreement (e.g. school activity release form), made available in your Rails app's app/assets/images/ folder email_from: '"From" email address for all emails sent through the website (e.g. BrickHack <hello@example.com>)' default_page_title: Default <title> for all pages (e.g. HackFoo - Jan 1-2, 2017) disabled_fields: Optional comma-separated list of fields (e.g. why_attend) disclaimer_message: Optional message that appears before signing up & applying. Supports markdown. thanks_for_applying_message: Optional message that appears after completing an application. Supports markdown. thanks_for_rsvp_message: Optional message that appears after RSVP'ing as attending. Supports markdown. bus_captain_notes: Optional message that appers on the bus captain's bus list page. Supports markdown. placeholders: bus_list: notes: | Notes help communicate bus plans to attendees. Example below: **Pickup locations:** 7:00am - **New University**, 123 Main St, City, State, zip 8:30am - **Other University**, Engineering Building, some verbal description. Busses depart My School at 5:00pm on Sunday. **Questions?** Contact [travel@example.com](mailto:travel@example.com) questionnaire: first_name: Joe last_name: Smith email: joe@example.com phone: (123) 456-7890 school_id: My University level_of_study: University (Undergraduate) major: Major gender: Female, Male, Non-Binary, Prefer not to say, other dietary_restrictions: Allergies, medical assistance, etc. special_needs: Any special needs or requests portfolio_url: https://mywebsite.com vcs_url: https://github.com/coderit user: email: joe@example.com labels: hackathon_config: name: Hackathon Name email_from: From Email agreement_pdf_asset: Agreement PDF Asset