mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-16 13:22:18 +02:00
Update zh_CN translation
This commit is contained in:
parent
5dd017fa30
commit
2514e4815e
@ -1,10 +1,10 @@
|
||||
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||
|
||||
export const battleMessageUiHandler: SimpleTranslationEntries = {
|
||||
"ivBest": "Best",
|
||||
"ivFantastic": "Fantastic",
|
||||
"ivVeryGood": "Very Good",
|
||||
"ivPrettyGood": "Pretty Good",
|
||||
"ivDecent": "Decent",
|
||||
"ivNoGood": "No Good",
|
||||
"ivBest": "最棒",
|
||||
"ivFantastic": "了不起",
|
||||
"ivVeryGood": "非常好",
|
||||
"ivPrettyGood": "相当好",
|
||||
"ivDecent": "一般般",
|
||||
"ivNoGood": "也许不行",
|
||||
} as const;
|
Loading…
Reference in New Issue
Block a user