mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-09 10:29:40 +00:00
b189289890
Updated: - `it/fight-ui-handler` - `it/growth` - `it/nature`
10 lines
297 B
TypeScript
10 lines
297 B
TypeScript
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; |