French translation of growth.ts (#763)
This commit is contained in:
parent
7b7df5b245
commit
dbb8f4c217
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue