|
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; |