add egg.ts (#1138)

This commit is contained in:
GhostFlys 2024-05-20 06:27:17 +08:00 committed by GitHub
parent 7216990d87
commit a4f4a37e5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 0 deletions

21
src/locales/zh_CN/egg.ts Normal file
View File

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