20 lines
585 B
YAML
20 lines
585 B
YAML
en:
|
|
hello: "Hello world"
|
|
active_record:
|
|
attributes:
|
|
guest:
|
|
status: Status
|
|
guest/status:
|
|
considered: Considered
|
|
invited: Invited
|
|
confirmed: Confirmed
|
|
declined: Declined
|
|
tentative: Tentative
|
|
|
|
admin_mailer:
|
|
greeting: "Dear user"
|
|
attendance_change_email:
|
|
subject: "%{name} has changed their attendance status: %{status}"
|
|
paragraph_1: "The guest %{name} has changed their attendance for the wedding."
|
|
notify_on_updates: "You will be notified of any further changes to their attendance status."
|