Update chinese egg.ts

This commit is contained in:
GhostFlys 2024-05-20 15:07:24 +08:00 committed by GitHub
parent eb87ffbb7a
commit d6708a6ba3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@ export const egg: SimpleTranslationEntries = {
"ultraTier": "史诗", "ultraTier": "史诗",
"masterTier": "传说", "masterTier": "传说",
"defaultTier": "普通", "defaultTier": "普通",
"hatchWavesMessageSoon": "里面传来声音!似乎快要孵化了!", "hatchWavesMessageSoon": "里面传来声音!\n似乎快要孵化了!",
"hatchWavesMessageClose": "有时好像会动一下。就快孵化了吧?", "hatchWavesMessageClose": "有时好像会动一下。\n就快孵化了吧?",
"hatchWavesMessageNotClose": "会孵化出什么呢?看来还需要很长时间才能孵化。", "hatchWavesMessageNotClose": "会孵化出什么呢?\n看来还需要很长时\n间才能孵化。",
"hatchWavesMessageLongTime": "这个蛋需要很长时间才能孵化。", "hatchWavesMessageLongTime": "这个蛋需要很长时间\n才能孵化。",
"gachaTypeLegendary": "传说概率上升", "gachaTypeLegendary": "传说概率上升",
"gachaTypeMove": "稀有概率上升", "gachaTypeMove": "稀有概率上升",
"gachaTypeShiny": "闪光概率上升", "gachaTypeShiny": "闪光概率上升",
"selectMachine": "选择一个机器。", "selectMachine": "选择一个机器。",
"notEnoughVouchers": "你没有足够的兑换券!", "notEnoughVouchers": "你没有足够的兑换券!",
"tooManyEggs": "你的蛋太多啦!", "tooManyEggs": "你的蛋太多啦!",
"pull": "", "pull": "",
"pulls": "连抽" "pulls": ""
} as const; } as const;