Update dancing-lessons-dialogue.json

This commit is contained in:
Yonmaru40 2024-09-17 02:03:56 +08:00 committed by GitHub
parent f44b74a4b1
commit 592e06eb8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,27 +1,27 @@
{ {
"intro": "An {{oricorioName}} dances sadly alone, without a partner.", "intro": "一位{{oricorioName}}正孤独起舞,没有舞伴。",
"title": "Dancing Lessons", "title": "舞蹈课",
"description": "The {{oricorioName}} doesn't seem aggressive, if anything it seems sad.\n\nMaybe it just wants someone to dance with...", "description": "{{oricorioName}}并不咄咄逼人,反而有些哀伤。\\n\\n也许他只想找个人一起跳舞…",
"query": "What will you do?", "query": "你要怎么做?",
"option": { "option": {
"1": { "1": {
"label": "Battle It", "label": "战斗",
"tooltip": "(-) Tough Battle\n(+) Gain a Baton", "tooltip": "(-)艰难的战斗\n(+) Gain a Baton",
"selected": "The {{oricorioName}} is distraught and moves to defend itself!", "selected": "{{oricorioName}}变得急躁,想要采取行动进行自卫!",
"boss_enraged": "The {{oricorioName}}'s fear boosted its stats!" "boss_enraged": "{{oricorioName}}的恐惧使它的能力上升了!"
}, },
"2": { "2": {
"label": "Learn Its Dance", "label": "学习它的舞蹈",
"tooltip": "(+) Teach a Pokémon Revelation Dance", "tooltip": "(+)教宝可梦觉醒之舞",
"selected": "You watch the {{oricorioName}} closely as it performs its dance...$@s{level_up_fanfare}Your {{selectedPokemon}} learned from the {{oricorioName}}!" "selected": "您紧盯着{{oricorioName}}的舞蹈表演……$@s{level_up_fanfare}你的{{selectedPokemon}}从{{oricorioName}}那里学到了!"
}, },
"3": { "3": {
"label": "Show It a Dance", "label": "表演一支舞蹈",
"tooltip": "(-) Teach the {{oricorioName}} a Dance Move\n(+) The {{oricorioName}} Will Like You", "tooltip": "(-)教{{oricorioName}}一支舞蹈\n(+){{oricorioName}}会喜欢你",
"disabled_tooltip": "Your Pokémon need to know a Dance move for this.", "disabled_tooltip": "你的宝可梦需要习得一种舞蹈动作。",
"select_prompt": "Select a Dance type move to use.", "select_prompt": "选择一个舞蹈招式",
"selected": "The {{oricorioName}} watches in fascination as\n{{selectedPokemon}} shows off {{selectedMove}}!$It loves the display!$@s{level_up_fanfare}The {{oricorioName}} wants to join your party!" "selected": "{{oricorioName}}着迷地观看着\n{{selectedPokemon}}展示{{selectedMove}}$它喜欢这场表演!$@s{level_up_fanfare}{{oricorioName}}想要加入你的队伍!"
} }
}, },
"invalid_selection": "This Pokémon doesn't know a Dance move" "invalid_selection": "该宝可梦无法学会跳舞招式"
} }