French translation of growth.ts (#763)

This commit is contained in:
Lugiad 2024-05-12 20:42:56 +02:00 committed by GitHub
parent 7b7df5b245
commit dbb8f4c217
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -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;
"Erratic": "Erratique",
"Fast": "Rapide",
"Medium_Fast": "Moyenne-Rapide",
"Medium_Slow": "Moyenne-Lente",
"Slow": "Lente",
"Fluctuating": "Fluctuante"
} as const;