Update src/locales/es/mystery-encounters/an-offer-you-cant-refuse-dialogue.json

Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com>
This commit is contained in:
Lugiad 2024-09-14 02:03:50 +02:00 committed by GitHub
parent ec0f19f109
commit 50659ed3cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 16 deletions

View File

@ -1,26 +1,26 @@
{ {
"intro": "You're stopped by a rich looking boy.", "intro": "Te detiene un chico de aspecto rico.",
"speaker": "Rich Boy", "speaker": "Niño Bien",
"intro_dialogue": "Good day to you.$I can't help but notice that your\n{{strongestPokemon}} looks positively divine!$I've always wanted to have a pet like that!$I'd pay you handsomely,\nand also give you this old bauble!", "intro_dialogue": "Buenos días a usted.$¡No puedo evitar notar que tu\n{{strongestPokemon}} se ve absolutamente divino!$¡Siempre he querido tener una mascota así!$¡Te pagaría generosamente,\n también te daría este viejo abalorio!",
"title": "An Offer You Can't Refuse", "title": "Una oferta que no puedes rechazar",
"description": "You're being offered a @[TOOLTIP_TITLE]{Shiny Charm} and {{price, money}} for your {{strongestPokemon}}!\n\nIt's an extremely good deal, but can you really bear to part with such a strong team member?", "description": "Te están ofreciendo @[TOOLTIP_TITLE]{Shiny Charm} y {{price, money}} por tu {{strongestPokemon}}!¡Es un trato extremadamente bueno, pero ¿realmente puedes soportar separarte de un miembro tan fuerte de tu equipo?”",
"query": "What will you do?", "query": "¿Qué harás?",
"option": { "option": {
"1": { "1": {
"label": "Accept the Deal", "label": "Aceptar el trato",
"tooltip": "(-) Lose {{strongestPokemon}}\n(+) Gain a @[TOOLTIP_TITLE]{Shiny Charm}\n(+) Gain {{price, money}}", "tooltip": "(-) Pierdes a {{strongestPokemon}}\n(+) Obtén un @[TOOLTIP_TITLE]{Shiny Charm}\n(+) Obtén {{price, money}}",
"selected": "Wonderful!@d{32} Come along, {{strongestPokemon}}!$It's time to show you off to everyone at the yacht club!$They'll be so jealous!" "selected": "¡Maravilloso!@d{32} ¡Ven, John!, {{strongestPokemon}}!$¡Es hora de mostrarte a todos en el club náutico!$¡Estarán tan celosos!"
}, },
"2": { "2": {
"label": "Extort the Kid", "label": "Extorsiona al niño",
"tooltip": "(+) {{option2PrimaryName}} uses {{moveOrAbility}}\n(+) Gain {{price, money}}", "tooltip": "(+) {{option2PrimaryName}} usa {{moveOrAbility}}\n(+) Obtén {{price, money}}",
"tooltip_disabled": "Your Pokémon need to have certain moves or abilities to choose this", "tooltip_disabled": "Tus Pokémon necesitan tener ciertos movimientos o habilidades para elegir esto",
"selected": "My word, we're being robbed, {{liepardName}}!$You'll be hearing from my lawyers for this!" "selected": "¡Por Dios, nos están robando, {{liepardName}}!$¡Oirás de mis abogados por esto!"
}, },
"3": { "3": {
"label": "Leave", "label": "Irse",
"tooltip": "(-) No Rewards", "tooltip": "(-) Ninguna Recompensa",
"selected": "What a rotten day...$Ah, well. Let's return to the yacht club then, {{liepardName}}." "selected": "Qué día más horrible…$Bueno, volvamos al club náutico entonces, {{liepardName}}."
} }
} }
} }