Update src/locales/es/mystery-encounters/fight-or-flight-dialogue.json

Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com>
This commit is contained in:
Lugiad 2024-09-18 18:26:03 +02:00 committed by GitHub
parent 1259dd495f
commit 49164b7d78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 15 deletions

View File

@ -1,25 +1,25 @@
{ {
"intro": "Something shiny is sparkling\non the ground near that Pokémon!", "intro": "¡Algo brillante está reluciendo\nen el suelo cerca de ese Pokémon!",
"title": "Fight or Flight", "title": "Lucha o huye",
"description": "It looks like there's a strong Pokémon guarding an item. Battling is the straightforward approach, but it looks strong. Perhaps you could steal the item, if you have the right Pokémon for the job.", "description": "Parece que hay un Pokémon fuerte protegiendo un objeto. Lucharlo es el enfoque más directo, pero parece fuerte. Quizás podrías robar el objeto, si tienes el Pokémon adecuado para el trabajo.",
"query": "What will you do?", "query": "¿Qué harás?",
"option": { "option": {
"1": { "1": {
"label": "Battle the Pokémon", "label": "Enfréntarse al Pokémon",
"tooltip": "(-) Hard Battle\n(+) New Item", "tooltip": "(-) Batalla Difícil\n(+) Obtén un objeto",
"selected": "You approach the\nPokémon without fear.", "selected": "Te acercas al\nPokémon sin miedo.",
"stat_boost": "The {{enemyPokemon}}'s latent strength boosted one of its stats!" "stat_boost": "¡La fuerza latente de {{enemyPokemon}} aumentó una de sus estadísticas!"
}, },
"2": { "2": {
"label": "Steal the Item", "label": "Robar el objeto",
"disabled_tooltip": "Your Pokémon need to know certain moves to choose this", "disabled_tooltip": "Tus Pokémon necesitan conocer ciertos movimientos para elegir esto",
"tooltip": "(+) {{option2PrimaryName}} uses {{option2PrimaryMove}}", "tooltip": "(+) {{option2PrimaryName}} usa {{option2PrimaryMove}}",
"selected": ".@d{32}.@d{32}.@d{32}$Your {{option2PrimaryName}} helps you out and uses {{option2PrimaryMove}}!$You nabbed the item!" "selected": ".@d{32}.@d{32}.@d{32}$Tu {{option2PrimaryName}} te ayuda y usa {{option2PrimaryMove}}!$¡Agarraste el obejto!"
}, },
"3": { "3": {
"label": "Leave", "label": "Irse",
"tooltip": "(-) No Rewards", "tooltip": "(-) Ninguna recompensa",
"selected": "You leave the strong Pokémon\nwith its prize and continue on." "selected": "Dejas al Pokémon fuerte\ncon su premio y continúas."
} }
} }
} }