|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|
|
|
export const growth: SimpleTranslationEntries = {
|
|
"Erratic": "Instável",
|
|
"Fast": "Rápido",
|
|
"Medium_Fast": "Meio Rápido",
|
|
"Medium_Slow": "Meio Lento",
|
|
"Slow": "Lento",
|
|
"Fluctuating": "Flutuante"
|
|
} as const; |