22 lines
894 B
TypeScript
Raw Normal View History

import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const egg: SimpleTranslationEntries = {
"egg": "蛋",
"greatTier": "稀有",
"ultraTier": "史詩",
"masterTier": "傳說",
"defaultTier": "普通",
"hatchWavesMessageSoon": "裡面傳來聲音!\n似乎快要孵化了",
"hatchWavesMessageClose": "有時好像會動一下。\n就快要孵化了吧",
"hatchWavesMessageNotClose": "會孵化出什麼呢?\n看來還需要很長時\n間才能孵化。",
"hatchWavesMessageLongTime": "這個蛋需要很長時間\n才能孵化。",
"gachaTypeLegendary": "傳說概率上升",
"gachaTypeMove": "稀有概率上升",
"gachaTypeShiny": "閃光概率上升",
"selectMachine": "選擇一個機器。",
"notEnoughVouchers": "你沒有足夠的兌換券!",
"tooManyEggs": "你的蛋太多啦!",
"pull": "抽",
"pulls": "抽"
} as const;