Update and fix zh_CN translation (#1070)

* Update zh_CN translation

* fix zh_CN translation
This commit is contained in:
snnh 2024-05-18 09:16:24 +08:00 committed by GitHub
parent 5dd017fa30
commit f3c4a3838b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 11 deletions

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;

View File

@ -8,14 +8,14 @@ export const weather: SimpleTranslationEntries = {
"sunnyLapseMessage": "日照很强。",
"sunnyClearMessage": "日照复原了。",
"rainStartMessage": "雨了!",
"rainStartMessage": "开始下雨了!",
"rainLapseMessage": "雨继续下。",
"rainClearMessage": "雨停了。",
"sandstormStartMessage": "开始刮沙暴了!",
"sandstormLapseMessage": "沙暴肆虐。",
"sandstormClearMessage": "沙尘暴停止了。",
"sandstormDamageMessage": "沙暴袭击了{{pokemonPrefix}}{{pokemonName}}!",
"sandstormStartMessage": "开始刮沙暴了!",
"sandstormLapseMessage": "沙暴肆虐。",
"sandstormClearMessage": "沙暴停止了!",
"sandstormDamageMessage": "沙暴袭击了{{pokemonPrefix}}{{pokemonName}}!",
"hailStartMessage": "开始下冰雹了!",
"hailLapseMessage": "冰雹继续肆虐。",