diff --git a/content/booking/oebb-phone/index.de.md b/content/booking/oebb-phone/index.de.md index 7b162aaef..e0da0b431 100644 --- a/content/booking/oebb-phone/index.de.md +++ b/content/booking/oebb-phone/index.de.md @@ -24,7 +24,7 @@ Die ÖBB bietet eine Buchungshotline für Tickets und Reservierungen an: Für die Buchung ist eine Kreditkarte und Mailadresse erforderlich. Die ÖBB erhebt keine zusätzlichen Kosten für den Buchungsprozess. -{{% satellite %}} +{{% satellite-oebb %}} {{% booking-section "fip_50" %}} diff --git a/content/booking/oebb-phone/index.en.md b/content/booking/oebb-phone/index.en.md index 75085f3b4..21d161d34 100644 --- a/content/booking/oebb-phone/index.en.md +++ b/content/booking/oebb-phone/index.en.md @@ -24,7 +24,7 @@ aliases: A credit card and email address are required for booking. ÖBB does not charge any additional fees for the booking process. -{{% satellite %}} +{{% satellite-oebb %}} {{% booking-section "fip_50" %}} diff --git a/content/booking/oebb-phone/index.fr.md b/content/booking/oebb-phone/index.fr.md index a203a2164..738596bca 100644 --- a/content/booking/oebb-phone/index.fr.md +++ b/content/booking/oebb-phone/index.fr.md @@ -23,7 +23,7 @@ aliases: Une carte bancaire et une adresse e-mail sont nécessaires pour effectuer une réservation. Aucun frais supplémentaire n’est facturé par ÖBB pour la réservation. -{{% satellite %}} +{{% satellite-oebb %}} {{% booking-section "fip_50" %}} diff --git a/i18n/de.yaml b/i18n/de.yaml index 165bf5ea8..2ff5872b0 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -126,6 +126,16 @@ satellite: kostenlose Minuten pro Monat ins Ausland verfügbar. Für die Registrierung wird ein deutscher Wohnsitz benötigt und die Registrierung kann einige Tage in Anspruch nehmen. +satelliteOebb: + content: >- + Um zusätzliche Kosten bei Anrufen ins Ausland zu vermeiden, kann die App + [Satellite](https://www.satellite.me/) verwendet werden. Darüber sind 100 + kostenlose Minuten pro Monat ins Ausland verfügbar. Für die Registrierung + wird ein deutscher Wohnsitz benötigt und die Registrierung kann einige Tage + in Anspruch nehmen. + Zur Kontaktierung der ÖBB ist zunächst die Telefonzentrale der ÖBB unter + [+43 (0) 1 930 000](tel:+431930000) zu wählen und anschließend nach einer + Weiterleitung zur Telefonischen Buchung von Fahrkarten zu bitten. search: label: Durchsuche alle Seiteninhalte placeholder: Suche diff --git a/i18n/en.yaml b/i18n/en.yaml index a05a25108..b6e5aec81 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -121,6 +121,15 @@ satellite: [Satellite](https://www.satellite.me/). It offers 100 free minutes per month for international calls. A German residence is required for registration and registration may take a few days. +satelliteOebb: + content: >- + To avoid additional costs when calling abroad, you can use the app + [Satellite](https://www.satellite.me/). It offers 100 free minutes per month + for international calls. A German residence is required for registration and + registration may take a few days. + To contact ÖBB, first call the switchboard of ÖBB at + [+43 (0) 1 930 000](tel:+431930000) and then ask to be put through to the + telephone ticket booking service. search: label: Search all page content placeholder: Search diff --git a/i18n/fr.yaml b/i18n/fr.yaml index 12c0d7526..c4b2c1e4b 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -122,6 +122,16 @@ satellite: offre 100 minutes gratuites par mois pour les appels internationaux. Une résidence allemande est requise pour l'inscription et l'inscription peut prendre quelques jours. +satelliteOebb: + content: >- + Pour éviter des frais supplémentaires lors d'appels à l'étranger, vous + pouvez utiliser l'application [Satellite](https://www.satellite.me/). Elle + offre 100 minutes gratuites par mois pour les appels internationaux. Une + résidence allemande est requise pour l'inscription et l'inscription peut + prendre quelques jours. + Pour contacter l'ÖBB, appelez d'abord le centre d'appel de l'ÖBB au + [+43 (0) 1 930 000](tel:+431930000), puis demandez à être mis en + relation avec le service de réservation de billets par téléphone. search: label: Rechercher dans tout le contenu de la page placeholder: Rechercher diff --git a/layouts/shortcodes/satellite-oebb.html b/layouts/shortcodes/satellite-oebb.html new file mode 100644 index 000000000..73cc97412 --- /dev/null +++ b/layouts/shortcodes/satellite-oebb.html @@ -0,0 +1,6 @@ +{{ partial "highlight" + (dict + "Type" "tip" + "Content" (T "satelliteOebb.content" | .Page.RenderString) + ) +}}