config/locales/en.yml in hackathon_manager-0.13.12 vs config/locales/en.yml in hackathon_manager-0.14.0
- old
+ new
@@ -42,10 +42,29 @@
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 <strong>not</strong> 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:
@@ -73,5 +92,10 @@
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