2024-06-17 17:05:33 -04:00
|
|
|
|
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
2024-05-20 06:27:17 +08:00
|
|
|
|
|
|
|
|
|
export const egg: SimpleTranslationEntries = {
|
|
|
|
|
"egg": "蛋",
|
|
|
|
|
"greatTier": "稀有",
|
|
|
|
|
"ultraTier": "史诗",
|
|
|
|
|
"masterTier": "传说",
|
|
|
|
|
"defaultTier": "普通",
|
2024-05-20 15:18:01 +08:00
|
|
|
|
"hatchWavesMessageSoon": "里面传来声音!\n似乎快要孵化了!",
|
|
|
|
|
"hatchWavesMessageClose": "有时好像会动一下。\n就快孵化了吧?",
|
|
|
|
|
"hatchWavesMessageNotClose": "会孵化出什么呢?\n看来还需要很长时\n间才能孵化。",
|
|
|
|
|
"hatchWavesMessageLongTime": "这个蛋需要很长时间\n才能孵化。",
|
2024-05-20 06:27:17 +08:00
|
|
|
|
"gachaTypeLegendary": "传说概率上升",
|
|
|
|
|
"gachaTypeMove": "稀有概率上升",
|
|
|
|
|
"gachaTypeShiny": "闪光概率上升",
|
|
|
|
|
"selectMachine": "选择一个机器。",
|
|
|
|
|
"notEnoughVouchers": "你没有足够的兑换券!",
|
|
|
|
|
"tooManyEggs": "你的蛋太多啦!",
|
2024-05-20 15:18:01 +08:00
|
|
|
|
"pull": "次",
|
2024-06-22 02:19:56 +02:00
|
|
|
|
"pulls": "次",
|
2024-06-25 22:05:55 +08:00
|
|
|
|
"sameSpeciesEgg": "{{species}}将会从蛋中孵化!",
|
2024-06-24 09:14:18 +09:00
|
|
|
|
"hatchFromTheEgg": "{{pokemonName}} 从蛋中孵化了!",
|
|
|
|
|
"eggMoveUnlock": "蛋招式已解锁: {{moveName}}",
|
|
|
|
|
"rareEggMoveUnlock": "稀有蛋招式已解锁: {{moveName}}",
|
2024-07-04 22:26:56 -03:00
|
|
|
|
"moveUPGacha": "蛋招式UP!",
|
|
|
|
|
"shinyUPGacha": "闪光UP!",
|
|
|
|
|
"legendaryUPGacha": "UP!",
|
2024-05-20 15:18:01 +08:00
|
|
|
|
} as const;
|