|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const growth: SimpleTranslationEntries = {
|
|
"Erratic": "Irregolare",
|
|
"Fast": "Veloce",
|
|
"Medium_Fast": "Medio-Veloce",
|
|
"Medium_Slow": "Medio-Lenta",
|
|
"Slow": "Lenta",
|
|
"Fluctuating": "Fluttuante"
|
|
} as const; |