From f27b23bd2bb942860ab130db9ab546eef6ed27a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 7 Dec 2024 20:23:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20Catch=20up=20German=20translatio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/appointment/l10n/de/email.ftl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/src/appointment/l10n/de/email.ftl b/backend/src/appointment/l10n/de/email.ftl index 8270c2c13..904ed2754 100644 --- a/backend/src/appointment/l10n/de/email.ftl +++ b/backend/src/appointment/l10n/de/email.ftl @@ -49,13 +49,14 @@ new-booking-plain = { $name } ({ $email }) hat soeben { $date } gebucht # $duration (String) - Length of minutes the appointment will be new-booking-html-heading-name = { $name } new-booking-html-heading-email = ({ $email }) -# FIXME: Google Translate Patch ! new-booking-html-heading-text = hat gerade Zeit im { $schedule_name } gebucht new-booking-html-time = { $duration } mins ## Confirm Appointment -confirm-mail-subject = Buchungsanfrage von {-brand-name} bestätigen +# Variables +# $name (String) - Name of the person who requested the appointment +confirm-mail-subject = Buchungsanfrage von { $name } bestätigen # Variables: # $name (String) - Name of the person who requested the appointment # $email (String) - Email of the person who requested the appointment @@ -85,11 +86,10 @@ confirm-mail-plain = { $name } ({ $email }) hat soeben dieses Zeitfenster aus de # $date (String) - Date of the requested appointment # $schedule_name (String) - The name of the schedule used to book the appointment # $duration (String) - Length of minutes the appointment will be -# FIXME: Google Translation patch ! confirm-mail-html-heading-name = { $name } confirm-mail-html-heading-email = ({ $email }) confirm-mail-html-heading-text = fordert die Buchung eines Zeitfensters in { $schedule_name } an -confirm-mail-html-time = { $duration } mins +confirm-mail-html-time = { $duration } Minuten confirm-mail-html-confirm-text = Dieser Link führt zur Bestätigung der Buchungsanfrage: confirm-mail-html-confirm-action = Buchung bestätigen