diff --git a/app/views/guest_mailer/confirmation_email.html.erb b/app/views/guest_mailer/confirmation_email.html.erb index c02926e..e42b9e3 100644 --- a/app/views/guest_mailer/confirmation_email.html.erb +++ b/app/views/guest_mailer/confirmation_email.html.erb @@ -1,24 +1,26 @@
<%= @guest.email_safe_salutation %>
<% if @guest.attending %> -We look forward to seeing you!
-The address is:
+Wir freuen uns darauf, dich zu sehen!
+ +Die Adresse lautet:
<%= render partial: 'application/wedding_address' %> -If you would like to view or update your RSVP, you can use the following link to get back to it:
+Wenn du deine RSVP einsehen oder ändern möchtest, kannst du über den folgenden Link zurückkehren:
<%= link_to guest_url(@guest), guest_url(@guest) %>
-If you need it, our mailing address is:
+Falls du eine Karte schicken willst, lautet unsere Postanschrift:
<%= render partial: 'application/mailing_address' %> -Please check <%= link_to 'our wedding website', root_url %> for more information, or you can reply to this email.
+Weitere Informationen findest du auf <%= link_to 'unserer Hochzeits-Website', root_url %>, oder du antwortest einfach auf diese E‑Mail.
+ <% else %> -We're sorry to hear you can't make it. If you change your mind, you can update your RSVP with the link below:
+Es tut uns leid zu hören, dass du nicht teilnehmen kannst. Falls du deine Meinung änderst, kannst du deine RSVP mit dem folgenden Link aktualisieren:
<%= link_to guest_url(@guest), guest_url(@guest) %>
-We hope to see you another time!
+Wir hoffen, dich bei einem anderen Anlass wiederzusehen!
<% end %>diff --git a/app/views/guest_mailer/welcome_back_email.html.erb b/app/views/guest_mailer/welcome_back_email.html.erb index 24bafcd..c033874 100644 --- a/app/views/guest_mailer/welcome_back_email.html.erb +++ b/app/views/guest_mailer/welcome_back_email.html.erb @@ -1,11 +1,9 @@
<%= @guest.email_safe_salutation %>
-You recently entered your email address to RSVP on <%= ENV['CANONICAL_HOST'] %>.
- -If you would like to view or update your RSVP, you can use the following link to get back to it:
+Du hast vor Kurzem deine E‑Mail-Adresse bei <%= ENV['CANONICAL_HOST'] %> zur Teilnahmebestätigung eingegeben.
+Wenn du deine RSVP einsehen oder ändern möchtest, kannst du über den folgenden Link zurückkehren:
<%= link_to guest_url(@guest), guest_url(@guest) %>
- -If you have any questions, you can ask us by reply.
+Falls du Fragen hast, antworte einfach auf diese E‑Mail.
<%= t :wedding_couple_names %>
diff --git a/app/views/guests/_dietary_preferences.html.erb b/app/views/guests/_dietary_preferences.html.erb index 7b9da03..179f57e 100644 --- a/app/views/guests/_dietary_preferences.html.erb +++ b/app/views/guests/_dietary_preferences.html.erb @@ -1,9 +1,11 @@We've sent an email confirmation to <%= @guest.email %>.
-If you don't receive the email within a few minutes, please check your spam folder, and if it's not there <%= mail_to ENV['CONTACT_EMAIL'], 'contact us' %>.
-The email contains a link that you can use to update your RSVP later if you need to.
-<%= link_to 'Back to the Home Page', root_path %>
+Wir haben eine Bestätigungs‑E‑Mail an <%= @guest.email %> gesendet.
+Falls du die E‑Mail innerhalb weniger Minuten nicht erhältst, prüfe bitte deinen Spam‑Ordner. Und wenn sie dort auch nicht auftaucht, <%= mail_to ENV['CONTACT_EMAIL'], 'kontaktiere uns' %>.
+In der Mail befindet sich ein Link, den du später benutzen kannst, um deine RSVP zu ändern.
+<%= link_to 'Zurück zur Startseite', root_path %>
(None — just you.)
<% end %> <% else %> -Sorry to hear you won't be joining us!
+Schade, dass du nicht teilnehmen kannst.
The venue is making every effort to cater for vegan, vegetarian, gluten free, allergies and other dietary preferences, as indicated in your RSVPs.
-Please RSVP as soon as possible, so we know who is coming and can make sure we keep a seat and a piece of cake for you if you can come! If it turns out you can’t make it, please let us know as soon as you can.
+Bitte gib deine Teilnahmebestätigung so bald wie möglich ab, damit wir wissen, wer kommt und einen Platz sowie ein Stück Kuchen für dich reservieren können – falls du kommen kannst! Falls sich herausstellt, dass du nicht teilnehmen kannst, informiere uns bitte ebenfalls so früh wie möglich.