mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-15 04:42:19 +02:00
Add japanese growth.ts growth
This commit is contained in:
parent
f8ca7660d3
commit
9f011f67d2
10
src/locales/jp/growth.ts
Normal file
10
src/locales/jp/growth.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||
|
||||
export const growth: SimpleTranslationEntries = {
|
||||
"Erratic": "60まんタイプ",
|
||||
"Fast": "80まんタイプ",
|
||||
"Medium_Fast": "100まんタイプ",
|
||||
"Medium_Slow": "105まんタイプ",
|
||||
"Slow": "125まんタイプ",
|
||||
"Fluctuating": "164まんタイプ"
|
||||
} as const;
|
Loading…
Reference in New Issue
Block a user