Update src/locales/es/mystery-encounters/berries-abound-dialogue.json

Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com>
This commit is contained in:
Lugiad 2024-09-14 02:03:59 +02:00 committed by GitHub
parent 50659ed3cc
commit b852311ebb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,26 +1,26 @@
{ {
"intro": "There's a huge berry bush\nnear that Pokémon!", "intro": "¡Hay un gran arbusto de bayas cerca de ese Pokémon!",
"title": "Berries Abound", "title": "Bayas Abundantes",
"description": "It looks like there's a strong Pokémon guarding a berry bush. Battling is the straightforward approach, but it looks strong. Perhaps a fast Pokémon could grab some berries without getting caught?", "description": "Parece que hay un Pokémon fuerte protegiendo un arbusto de bayas. Luchar es el enfoque directo, pero parece fuerte. Quizás un Pokémon rápido podría agarrar algunas bayas sin ser descubierto?",
"query": "What will you do?", "query": "¿Que harás?",
"berries": "Berries!", "berries": "¡Bayas!",
"option": { "option": {
"1": { "1": {
"label": "Battle the Pokémon", "label": "Enfréntate al Pokémon",
"tooltip": "(-) Hard Battle\n(+) Gain Berries", "tooltip": "(-) Batalla Difícil\n(+) Obtén bayas",
"selected": "You approach the\nPokémon without fear." "selected": "You approach the\nPokémon without fear."
}, },
"2": { "2": {
"label": "Race to the Bush", "label": "Corre hacia el arbusto",
"tooltip": "(-) {{fastestPokemon}} Uses its Speed\n(+) Gain Berries", "tooltip": "(-) {{fastestPokemon}} Utiliza su velocidad\n(+) Obtén bayas",
"selected": "Your {{fastestPokemon}} races for the berry bush!$It manages to nab {{numBerries}} before the {{enemyPokemon}} can react!$You quickly retreat with your newfound prize.", "selected": "¡Tu {{fastestPokemon}} corre hacia el arbusto de bayas!$¡Logra agarrar {{numBerries}} antes de que {{enemyPokemon}} pueda reaccionar!$Huyes rápidamente con tu nuevo premio.",
"selected_bad": "Your {{fastestPokemon}} races for the berry bush!$Oh no! The {{enemyPokemon}} was faster and blocked off the approach!", "selected_bad": "¡Tu {{fastestPokemon}} corre hacia el arbusto de bayas!$¡Oh no! ¡El {{enemyPokemon}} fue más rápido y bloqueó el camino!",
"boss_enraged": "The opposing {{enemyPokemon}} has become enraged!" "boss_enraged": "¡El {{enemyPokemon}} oponente se ha enfurecido!"
}, },
"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 con su premio y continúas."
} }
} }
} }