diff --git a/src/locales/zh_CN/splash-messages.ts b/src/locales/zh_CN/splash-messages.ts index dfa5cc4529d..1cf59635551 100644 --- a/src/locales/zh_CN/splash-messages.ts +++ b/src/locales/zh_CN/splash-messages.ts @@ -1,37 +1,37 @@ import { SimpleTranslationEntries } from "#app/interfaces/locales"; export const splashMessages: SimpleTranslationEntries = { - "battlesWon": "Battles Won!", - "joinTheDiscord": "Join the Discord!", - "infiniteLevels": "Infinite Levels!", - "everythingStacks": "Everything Stacks!", - "optionalSaveScumming": "Optional Save Scumming!", - "biomes": "35 Biomes!", - "openSource": "Open Source!", - "playWithSpeed": "Play with 5x Speed!", - "liveBugTesting": "Live Bug Testing!", - "heavyInfluence": "Heavy RoR2 Influence!", - "pokemonRiskAndPokemonRain": "Pokémon Risk and Pokémon Rain!", - "nowWithMoreSalt": "Now with 33% More Salt!", - "infiniteFusionAtHome": "Infinite Fusion at Home!", - "brokenEggMoves": "Broken Egg Moves!", - "magnificent": "Magnificent!", - "mubstitute": "Mubstitute!", - "thatsCrazy": "That\'s Crazy!", - "oranceJuice": "Orance Juice!", - "questionableBalancing": "Questionable Balancing!", - "coolShaders": "Cool Shaders!", - "aiFree": "AI-Free!", - "suddenDifficultySpikes": "Sudden Difficulty Spikes!", - "basedOnAnUnfinishedFlashGame": "Based on an Unfinished Flash Game!", - "moreAddictiveThanIntended": "More Addictive than Intended!", - "mostlyConsistentSeeds": "Mostly Consistent Seeds!", - "achievementPointsDontDoAnything": "Achievement Points Don\'t Do Anything!", - "youDoNotStartAtLevel": "You Do Not Start at Level 2000!", - "dontTalkAboutTheManaphyEggIncident": "Don\'t Talk About the Manaphy Egg Incident!", - "alsoTryPokengine": "Also Try Pokéngine!", - "alsoTryEmeraldRogue": "Also Try Emerald Rogue!", - "alsoTryRadicalRed": "Also Try Radical Red!", - "eeveeExpo": "Eevee Expo!", + "battlesWon": "胜利场数!", + "joinTheDiscord": "加入Discord!", + "infiniteLevels": "无限等级!", + "everythingStacks": "叠加一切!", + "optionalSaveScumming": "可选SL!", + "biomes": "35种生态!", + "openSource": "开源!", + "playWithSpeed": "五倍速游玩!", + "liveBugTesting": "即时漏洞测试!", + "heavyInfluence": "深受雨中冒险2影响!", + "pokemonRiskAndPokemonRain": "宝可梦雨中冒险!", + "nowWithMoreSalt": "增加33%的盐!", + "infiniteFusionAtHome": "家庭版无限融合!", + "brokenEggMoves": "超模的蛋招式!", + "magnificent": "华丽!", + "mubstitute": "替身!", + "thatsCrazy": "疯狂!", + "oranceJuice": "橙汁!", + "questionableBalancing": "值得质疑的平衡性!", + "coolShaders": "炫酷的着色器!", + "aiFree": "不含AI!", + "suddenDifficultySpikes": "突然上升的难度曲线!", + "basedOnAnUnfinishedFlashGame": "基于未完成的flash游戏!", + "moreAddictiveThanIntended": "比预期的更上瘾!", + "mostlyConsistentSeeds": "多数情况下一致的种子!", + "achievementPointsDontDoAnything": "成就点没有任何用处!", + "youDoNotStartAtLevel": "你不能从2000级开始!", + "dontTalkAboutTheManaphyEggIncident": "禁止谈论玛纳霏蛋事件!", + "alsoTryPokengine": "也试试Pokéngine!", + "alsoTryEmeraldRogue": "也试试绿宝石肉鸽!", + "alsoTryRadicalRed": "也试试激进红!", + "eeveeExpo": "伊布博览会!", "ynoproject": "YNOproject!", } as const;