pokerogue/src/locales/fr/growth.ts

11 lines
295 B
TypeScript
Raw Normal View History

import { SimpleTranslationEntries } from "#app/interfaces/locales";
export const growth: SimpleTranslationEntries = {
"Erratic": "Erratique",
"Fast": "Rapide",
"Medium_Fast": "Moyenne-Rapide",
"Medium_Slow": "Moyenne-Lente",
"Slow": "Lente",
"Fluctuating": "Fluctuante"
2024-05-12 19:42:56 +01:00
} as const;