Update src/locales/es/mystery-encounters/dancing-lessons-dialogue.json

Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com>
This commit is contained in:
Lugiad 2024-09-15 19:25:51 +02:00 committed by GitHub
parent fe5da9006d
commit 92e95df441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 17 deletions

View File

@ -1,27 +1,27 @@
{ {
"intro": "An {{oricorioName}} dances sadly alone, without a partner.", "intro": "Un {{oricorioName}} baila tristemente solo, sin pareja.",
"title": "Dancing Lessons", "title": "Clases de baile",
"description": "The {{oricorioName}} doesn't seem aggressive, if anything it seems sad.\n\nMaybe it just wants someone to dance with...", "description": "El {{oricorioName}} no parece agresivo, más bien parece triste.\nTal vez solo quiera alguien con quien bailar...",
"query": "What will you do?", "query": "¿Qué harás?",
"option": { "option": {
"1": { "1": {
"label": "Battle It", "label": "Enfrentarse",
"tooltip": "(-) Tough Battle\n(+) Gain a Baton", "tooltip": "(-) Batalla Ardua\n(+) Obtén el objeto Relevo",
"selected": "The {{oricorioName}} is distraught and moves to defend itself!", "selected": "¡El {{oricorioName}} está angustiado e intenta defenderse!",
"boss_enraged": "The {{oricorioName}}'s fear boosted its stats!" "boss_enraged": "¡El miedo del {{oricorioName}} aumentó sus estadísticas!"
}, },
"2": { "2": {
"label": "Learn Its Dance", "label": "Aprende su danza",
"tooltip": "(+) Teach a Pokémon Revelation Dance", "tooltip": "(+) Enseña a un Pokémon Danza despertar",
"selected": "You watch the {{oricorioName}} closely as it performs its dance...$@s{level_up_fanfare}Your {{selectedPokemon}} learned from the {{oricorioName}}!" "selected": "Observas atentamente al {{oricorioName}} mientras realiza su danza…$@s{level_up_fanfare}¡Tu {{selectedPokemon}} aprendió del {{oricorioName}}!"
}, },
"3": { "3": {
"label": "Show It a Dance", "label": "Muéstrale una danza",
"tooltip": "(-) Teach the {{oricorioName}} a Dance Move\n(+) The {{oricorioName}} Will Like You", "tooltip": "(-) Enseña al {{oricorioName}} un movimiento de danza\n(+) Le gustaras al {{oricorioName}}",
"disabled_tooltip": "Your Pokémon need to know a Dance move for this.", "disabled_tooltip": "Tus Pokémon necesitan conocer un movimiento de danza para esto.",
"select_prompt": "Select a Dance type move to use.", "select_prompt": "Selecciona un movimiento de tipo danza para usar.",
"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": "¡El {{oricorioName}} observa fascinado mientras\n{{selectedPokemon}} muestra {{selectedMove}}!$¡Le encanta la exhibición!$@s{level_up_fanfare}¡El {{oricorioName}} quiere unirse a tu equipo!"
} }
}, },
"invalid_selection": "This Pokémon doesn't know a Dance move" "invalid_selection": "Este Pokémon no conoce un movimiento de danza"
} }