Update src/locales/es/mystery-encounters/absolute-avarice-dialogue.json

Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com>
This commit is contained in:
Lugiad 2024-09-13 21:03:19 +02:00 committed by GitHub
parent f53dee7274
commit 188a5f2d5b
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": "A {{greedentName}} ambushes you\nand steals your party's berries!", "intro": "¡Un {{greedentName}} te embosca y roba las bayas de tu equipo!",
"title": "Absolute Avarice", "title": "Avaricia Absoluta",
"description": "The {{greedentName}} has caught you totally off guard now all your berries are gone!\n\nThe {{greedentName}} looks like it's about to eat them when it pauses to look at you, interested.", "description": "¡Un {{greedentName}} te ha tomado completamente por sorpresa y ahora todas tus bayas han desaparecido! El {{greedentName}} parece que está a punto de comérselas cuando se detiene para mirarte, interesado.",
"query": "What will you do?", "query": "¿Qué harás?",
"option": { "option": {
"1": { "1": {
"label": "Battle It", "label": "Combatir",
"tooltip": "(-) Tough Battle\n(+) Rewards from its Berry Hoard", "tooltip": "(-) Batalla Difícil\n(+) Recompensas de su Alijo de Bayas",
"selected": "The {{greedentName}} stuffs its cheeks\nand prepares for battle!", "selected": "El {{greedentName}} llena sus mejillas y se prepara para la batalla!",
"boss_enraged": "{{greedentName}}'s fierce love for food has it incensed!", "boss_enraged": "¡El feroz amor de {{greedentName}} por la comida lo tiene enfurecido!",
"food_stash": "It looks like the {{greedentName}} was guarding an enormous stash of food!$@s{item_fanfare}Each Pokémon in your party gains a {{foodReward}}!" "food_stash": "¡Parece que el {{greedentName}} estaba protegiendo un enorme alijo de comida!$@s{item_fanfare}¡Cada Pokémon en tu grupo obtiene una {{foodReward}}!"
}, },
"2": { "2": {
"label": "Reason with It", "label": "Razona con él",
"tooltip": "(+) Regain Some Lost Berries", "tooltip": "(+) Recupera algunas bayas perdidas",
"selected": "Your pleading strikes a chord with the {{greedentName}}.$It doesn't give all your berries back, but still tosses a few in your direction." "selected": "Tus súplicas conmueven al {{greedentName}}.$No te devuelve todas tus bayas, pero aún así te lanza algunas en tu dirección."
}, },
"3": { "3": {
"label": "Let It Have the Food", "label": "Déjalo quedarse con la comida",
"tooltip": "(-) Lose All Berries\n(?) The {{greedentName}} Will Like You", "tooltip": "(-) Perder todas las bayas\n(?) Le gustarás al {{greedentName}}",
"selected": "The {{greedentName}} devours the entire\nstash of berries in a flash!$Patting its stomach,\nit looks at you appreciatively.$Perhaps you could feed it\nmore berries on your adventure...$@s{level_up_fanfare}The {{greedentName}} wants to join your party!" "selected": "El {{greedentName}} devora todas sus bayas en un instante!$Acariciando su estómago, te mira con aprecio.$Quizás podrías darle más bayas en tu aventura....$@s{level_up_fanfare}El {{greedentName}} quiere unirse a tu equipo!"
} }
} }
} }