translation 1
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
2025-09-16 19:25:44 +02:00
parent 700c81bd38
commit 2de9c36040
16 changed files with 50 additions and 46 deletions

View File

@ -1,9 +1,11 @@
<div class="form-group row">
<div class="col-md-3">
<%= form.label :diet, 'Dietary Preferences', class: 'col-form-label' %>
<%= form.label :diet, 'Ernährungspräferenzen', class: 'col-form-label' %>
</div>
<div class="col-md-9">
<%= form.text_area :diet, id: "#{id_stem}_diet", class: 'form-control' %>
<small class="form-text text-muted">For example, vegan, vegetarian, gluten free, and any allergies or intolerances.</small>
<small class="form-text text-muted">
Zum Beispiel: Vegan, vegetarisch, glutenfrei oder andere Allergien/Unverträglichkeiten.
</small>
</div>
</div>

View File

@ -1,5 +1,5 @@
<div id="guests-leader" class="jumbotron text-center">
<div class="container">
<h1>RSVP</h1>
<h1>Teilnahmebestätigung (RSVP)</h1>
</div>
</div>

View File

@ -1,6 +1,6 @@
<div class="form-group row">
<div class="col-md-3">
<%= form.label :first_name, 'First Name', class: 'col-form-label' %>
<%= form.label :first_name, 'Vorname', class: 'col-form-label' %>
<span class="wedding-required">*</span>
</div>
<div class="col-md-9">
@ -10,7 +10,7 @@
<div class="form-group row">
<div class="col-md-3">
<%= form.label :last_name, 'Last Name', class: 'col-form-label' %>
<%= form.label :last_name, 'Nachname', class: 'col-form-label' %>
<span class="wedding-required">*</span>
</div>
<div class="col-md-9">

View File

@ -2,11 +2,11 @@
<div class="row">
<div class="offset-lg-2 col-lg-8">
<%= render partial: 'leader' %>
<h2>Thanks!</h2>
<p>We've sent an email confirmation to <tt><%= @guest.email %></tt>.</p>
<p>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' %>.</p>
<p>The email contains a link that you can use to update your RSVP later if you need to.</p>
<p><%= link_to 'Back to the Home Page', root_path %></p>
<h2>Danke!</h2>
<p>Wir haben eine BestätigungsEMail an <tt><%= @guest.email %></tt> gesendet.</p>
<p>Falls du die EMail innerhalb weniger Minuten nicht erhältst, prüfe bitte deinen SpamOrdner. Und wenn sie dort auch nicht auftaucht, <%= mail_to ENV['CONTACT_EMAIL'], 'kontaktiere uns' %>.</p>
<p>In der Mail befindet sich ein Link, den du später benutzen kannst, um deine RSVP zu ändern.</p>
<p><%= link_to 'Zurück zur Startseite', root_path %></p>
</div>
</div>
</div>

View File

@ -65,7 +65,7 @@
<p>(None &mdash; just you.)</p>
<% end %>
<% else %>
<p>Sorry to hear you won't be joining us!</p>
<p>Schade, dass du nicht teilnehmen kannst.</p>
<h3>Your Details</h3>
<div class="card mb-3">
<h5 class="card-header"><%= @guest.name %></h5>
@ -85,7 +85,7 @@
<h3>Other Comments?</h3>
<%= form.text_area :notes, class: 'form-control' %>
<small class="form-text text-muted">Anything else you'd like to let us know?</small>
<small class="form-text text-muted">Hast du noch etwas, das wir wissen sollten?</small>
<div class="row guests-buttons">
<div class="offset-md-3 col-md-6 text-center">

View File

@ -2,7 +2,7 @@
<div class="row">
<div class="offset-lg-2 col-lg-8">
<%= render partial: 'leader' %>
<p>Please enter your email address to begin. We'll send you an email with important information once you have RSVP'd.</p>
<p>Bitte gib deine EMail-Adresse ein, um loszulegen. Sobald du dich registriert hast, senden wir dir eine EMail mit wichtigen Informationen.</p>
<%= form_with scope: :guest, url: guests_path, local: true do |form| %>
<div class="row">
<div class="col-md-12">

View File

@ -2,10 +2,10 @@
<div class="row">
<div class="offset-lg-2 col-lg-8">
<%= render partial: 'leader' %>
<h2>Welcome Back</h2>
<p>It looks like you've already registered your RSVP, so we've sent you an email with a link that you can use to update it.</p>
<p>Please check your <tt><%= @guest.email %></tt> email including spam folders!</p>
<p>If you don't receive the email, please <%= mail_to ENV['CONTACT_EMAIL'], 'contact us' %>.</p>
<h2>Willkommen Zurück</h2>
<p>Es sieht so aus, als hättest du bereits deine Teilnahmebestätigung registriert; deshalb haben wir dir eine EMail mit einem Link geschickt, über den du sie aktualisieren kannst.</p>
<p>Bitte prüfe dein EMail-Konto unter <tt><%= @guest.email %></tt>, inklusive SpamOrdner!</p>
<p>Wenn du die EMail nicht erhältst, kontaktiere uns bitte über <%= mail_to ENV['CONTACT_EMAIL'], 'uns' %>.</p>
</div>
</div>
</div>

View File

@ -48,7 +48,9 @@
</div>
<div class="col-md-9">
<%= form.text_area :songs, id: 'guest_songs', class: 'form-control' %>
<small class="form-text text-muted">We're crowd sourcing our playlist! Choose some songs you'd like to hear.</small>
<small class="form-text text-muted">
Wir erstellen unsere Playlist gemeinsam mit euch! Schreibt uns ein paar Songs, die ihr hören möchtet.
</small>
</div>
</div>
</div>