pokerogue/src/locales/de/growth.ts
2024-05-22 01:10:40 +02:00

11 lines
288 B
TypeScript

import { SimpleTranslationEntries } from '#app/plugins/i18n';
export const growth: SimpleTranslationEntries = {
'Erratic': 'Unregelmäßig',
'Fast': 'Schnell',
'Medium_Fast': 'Schneller',
'Medium_Slow': 'Langsamer',
'Slow': 'Langsam',
'Fluctuating': 'Schwankend'
} as const;