Add japanese growth.ts growth
parent
f8ca7660d3
commit
9f011f67d2
|
@ -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