Update src/locales/zh_CN/run-history-ui-handler.ts

Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com>
This commit is contained in:
Mumble 2024-07-31 18:38:21 -07:00 committed by GitHub
parent e7ac37a7e3
commit f8aa15e452
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 28 additions and 28 deletions

View File

@ -1,34 +1,34 @@
import { SimpleTranslationEntries } from "#app/interfaces/locales"; import { SimpleTranslationEntries } from "#app/interfaces/locales";
export const runHistory: SimpleTranslationEntries = { export const runHistory: SimpleTranslationEntries = {
"victory": "Victory!", "victory": "胜利!",
"defeatedWild": "Defeated by ", "defeatedWild": "被打败",
"defeatedTrainer": "Defeated by ", "defeatedTrainer": "被打败",
"defeatedTrainerDouble": "Defeated by Duo", "defeatedTrainerDouble": "被组合打败",
"defeatedRival": "Defeated by Rival", "defeatedRival": "被劲敌打败",
"defeated":"Defeated", "defeated":"被打败",
"luck":"Luck", "luck":"幸运",
"score":"Score", "score":"分数",
"mode":"Mode", "mode":"模式",
"challengeRules":"Rule(s)", "challengeRules":"规则",
"challengeMonoGen1":"Gen I", "challengeMonoGen1":"一代",
"challengeMonoGen2":"Gen II", "challengeMonoGen2":"二代",
"challengeMonoGen3":"Gen III", "challengeMonoGen3":"三代",
"challengeMonoGen4":"Gen IV", "challengeMonoGen4":"四代",
"challengeMonoGen5":"Gen V", "challengeMonoGen5":"五代",
"challengeMonoGen6":"Gen VI", "challengeMonoGen6":"六代",
"challengeMonoGen7":"Gen VII", "challengeMonoGen7":"七代",
"challengeMonoGen8":"Gen VIII", "challengeMonoGen8":"八代",
"challengeMonoGen9":"Gen IX", "challengeMonoGen9":"九代",
"playerItems":"Player Items", "playerItems":"玩家道具",
"personalBest":"Personal Best!", "personalBest":"个人最佳!",
"SPDshortened":"Vel.", "SPDshortened":"速率",
"runInfo":"Run Info", "runInfo":"游戏记录",
"money":"Money", "money":"金钱",
"runLength":"Run Length", "runLength":"游戏",
"viewHeldItems":"Held Items", "viewHeldItems":"持有道具",
"hallofFameText":"Welcome to the Hall of Fame!", "hallofFameText":"欢迎来到名人堂!",
"viewHallOfFame":"View Hall of Fame!" "viewHallOfFame":"浏览名人堂!"
} as const; } as const;
//Mode Information found in game-mode.ts //Mode Information found in game-mode.ts