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;