Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion i18n/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ fipValidity:
auch 75%. Um herauszufinden, wie hoch dein Rabatt ist, wähle zunächst den
Aussteller deines FIP Ausweises aus. Einen Überblick aller Rabatte erhälst
du [hier](/fip-validity).
general: Übergreifendes
issuer: Aussteller des FIP Ausweises
national-discountsHeading: Nationale Vergünstigungen (kein FIP)
national-discountsMissingInfo: >-
Expand All @@ -88,7 +89,6 @@ fipValidity:
footer-love:
aria-label: Made with love in Europe
text: Made with ♥️ in Europe
general: Übergreifendes
highlight:
confusion: Verwechslungsgefahr
important: Wichtige Information
Expand Down
4 changes: 2 additions & 2 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ fipValidity:
or FIP75. The discount is usually 50 %, sometimes 75 %. To find out what
discount applies to you, first select the issuer of your FIP Card. You can
find an overview of all discounts [here](/fip-validity).
general: General
issuer: FIP Card Issuer
national-discountsHeading: National Discounts (Non-FIP)
national-discountsMissingInfo: >-
Expand All @@ -80,12 +81,11 @@ fipValidity:
taxationHeading: Taxation
taxationMissingInfo: We currently do not have information on taxation.
unknown: Unknown
validity: validity
validity: Validity
widows: Widows, Widowers and Orphans
footer-love:
aria-label: Made with love in Europe
text: Made with ♥️ in Europe
general: general
highlight:
confusion: Risk of Confusion
important: Important Information
Expand Down
4 changes: 2 additions & 2 deletions i18n/fr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ country:
many: pays
one: pays
other: pays
countryselection: Choisir un pays
dialog:
close: Fermer
open: Ouvre le dialogue
Expand Down Expand Up @@ -69,6 +68,7 @@ fipValidity:
habituellement de 50 %, parfois de 75 %. Pour savoir quelle réduction
s'applique à votre cas, sélectionnez d'abord l'émetteur de votre Carte FIP.
Vous trouverez un aperçu de toutes les réductions [ici](/fip-validity).
general: Général
issuer: Émetteur de la carte FIP
national-discountsHeading: Réductions nationales (non-FIP)
national-discountsMissingInfo: >-
Expand All @@ -86,7 +86,7 @@ fipValidity:
taxationHeading: Imposition
taxationMissingInfo: Nous ne disposons actuellement d’aucune information sur l’imposition.
unknown: Inconnu
validity: validité
validity: Validité
widows: Veuves, veufs et orphelins
footer-love:
aria-label: Fait avec amour en Europe
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/fip-validity/comparison.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>

<div class="o-fip-validity__wrapper">
<h2 id="general">{{ T "general" }}</h2>
<h2 id="general">{{ T "fipValidity.general" }}</h2>
<p data-fip-select-first>{{ T "fipValidity.selectIssuerFirst" }}</p>

{{- range $entryKey := slice "card-validity" "taxation" "national-discounts" -}}
Expand Down
Loading