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