Update zh_CN translation

This commit is contained in:
snnh 2024-05-18 08:21:45 +08:00
parent 5dd017fa30
commit 2514e4815e

View File

@ -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;