Update translations

This commit is contained in:
MartinBraquet
2026-03-12 00:49:14 +01:00
parent 3de6adae2e
commit a360b51e12
3 changed files with 39 additions and 1 deletions

View File

@@ -371,6 +371,25 @@
"filter.reset": "Zurücksetzen",
"filter.short_bio_toggle": "Kurze Bios einschließen",
"filter.show_photos": "Profilfotos anzeigen",
"filter.card_size": "Kartengröße",
"filter.card_size.small": "Klein",
"filter.card_size.medium": "Mittel",
"filter.card_size.large": "Groß",
"filter.show_gender": "Geschlecht",
"filter.show_city": "Stadt",
"filter.show_age": "Alter",
"filter.show_headline": "Überschrift",
"filter.show_keywords": "Schlüsselwörter",
"filter.show_seeking": "Was sie suchen",
"filter.show_occupation": "Arbeit",
"filter.show_interests": "Interessen",
"filter.show_causes": "Anliegen",
"filter.show_diet": "Ernährung",
"filter.show_smoking": "Rauchen",
"filter.show_drinks": "Trinken",
"filter.show_mbti": "MBTI",
"filter.show_languages": "Sprachen",
"filter.show_bio": "Bio",
"filter.has_photo": "Hat Foto",
"filter.has_photo.title": "Hat Foto",
"filter.has_photo.on": "Ja",

View File

@@ -371,6 +371,25 @@
"filter.reset": "Réinitialiser",
"filter.short_bio_toggle": "Inclure les profils incomplets",
"filter.show_photos": "Afficher les photos",
"filter.card_size": "Taille de la carte",
"filter.card_size.small": "Petit",
"filter.card_size.medium": "Moyen",
"filter.card_size.large": "Grand",
"filter.show_gender": "Genre",
"filter.show_city": "Ville",
"filter.show_age": "Âge",
"filter.show_headline": "Titre",
"filter.show_keywords": "Mots-clés",
"filter.show_seeking": "Ce qu'ils cherchent",
"filter.show_occupation": "Travail",
"filter.show_interests": "Intérêts",
"filter.show_causes": "Causes",
"filter.show_diet": "Alimentation",
"filter.show_smoking": "Fumeur",
"filter.show_drinks": "Boissons",
"filter.show_mbti": "MBTI",
"filter.show_languages": "Langues",
"filter.show_bio": "Bio",
"filter.has_photo": "A des photos",
"filter.has_photo.title": "A des photos",
"filter.has_photo.on": "Oui",

View File

@@ -373,7 +373,7 @@ function ProfilePreview(props: {
profile.drinks_per_month !== null &&
profile.drinks_per_month !== undefined && (
<IconWithInfo
text={`${profile.drinks_per_month} ${t('profile.optional.drinks_per_month', 'per month')}`}
text={`${profile.drinks_per_month} ${t('filter.drinks.per_month', 'per month')}`}
icon={<Wine className="h-4 w-4 " />}
/>
)}