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";
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||||
|
|
||||||
export const battleMessageUiHandler: SimpleTranslationEntries = {
|
export const battleMessageUiHandler: SimpleTranslationEntries = {
|
||||||
"ivBest": "Best",
|
"ivBest": "最棒",
|
||||||
"ivFantastic": "Fantastic",
|
"ivFantastic": "了不起",
|
||||||
"ivVeryGood": "Very Good",
|
"ivVeryGood": "非常好",
|
||||||
"ivPrettyGood": "Pretty Good",
|
"ivPrettyGood": "相当好",
|
||||||
"ivDecent": "Decent",
|
"ivDecent": "一般般",
|
||||||
"ivNoGood": "No Good",
|
"ivNoGood": "也许不行",
|
||||||
} as const;
|
} as const;
|
Loading…
Reference in New Issue
Block a user