From dbb8f4c217a3b46c0d04ca3627f44fdebcb61bc2 Mon Sep 17 00:00:00 2001 From: Lugiad Date: Sun, 12 May 2024 20:42:56 +0200 Subject: [PATCH] French translation of growth.ts (#763) --- src/locales/fr/growth.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/locales/fr/growth.ts b/src/locales/fr/growth.ts index a0d1cb5ee..71623987b 100644 --- a/src/locales/fr/growth.ts +++ b/src/locales/fr/growth.ts @@ -1,10 +1,10 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const growth: SimpleTranslationEntries = { - "Erratic": "Erratic", - "Fast": "Fast", - "Medium_Fast": "Medium Fast", - "Medium_Slow": "Medium Slow", - "Slow": "Slow", - "Fluctuating": "Fluctuating" -} as const; \ No newline at end of file + "Erratic": "Erratique", + "Fast": "Rapide", + "Medium_Fast": "Moyenne-Rapide", + "Medium_Slow": "Moyenne-Lente", + "Slow": "Lente", + "Fluctuating": "Fluctuante" +} as const;