mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-29 20:27:18 +00:00
[Localization(zh)] Update growth.ts (#2305)
This commit is contained in:
parent
f26a21c74b
commit
0ed8c32e8a
@ -1,10 +1,10 @@
|
||||
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||
|
||||
export const growth: SimpleTranslationEntries = {
|
||||
"Erratic": "最快",
|
||||
"Fast": "较快",
|
||||
"Medium_Fast": "快",
|
||||
"Medium_Slow": "慢",
|
||||
"Slow": "较慢",
|
||||
"Fluctuating": "最慢"
|
||||
} as const;
|
||||
"Erratic": "非常快",
|
||||
"Fast": "快",
|
||||
"Medium_Fast": "较快",
|
||||
"Medium_Slow": "较慢",
|
||||
"Slow": "慢",
|
||||
"Fluctuating": "非常慢"
|
||||
} as const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user