Update src/locales/es/mystery-encounters/global-trade-system-dialogue.json

Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com>
This commit is contained in:
Lugiad 2024-09-22 01:03:50 +02:00 committed by GitHub
parent 5f874d0a10
commit 7339e4dd8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,32 +1,32 @@
{ {
"intro": "It's an interface for the Global Trade System!", "intro": "¡Es una interfaz para la Estación de Intercambio Global, la GTS!",
"title": "The GTS", "title": "La GTS",
"description": "Ah, the GTS! A technological wonder, you can connect with anyone else around the globe to trade Pokémon with them! Will fortune smile upon your trade today?", "description": "¡Ah, la GTS! Una maravilla tecnológica, puedes conectarte con cualquier persona en todo el mundo para intercambiar Pokémon con ellos. ¿Tendrás suerte en tu intercambio hoy?",
"query": "What will you do?", "query": "¿Qué harás?",
"option": { "option": {
"1": { "1": {
"label": "Check Trade Offers", "label": "Ver ofertas de intercambio"
"tooltip": "(+) Select a trade offer for one of your Pokémon", "tooltip": "(+) Selecciona una oferta de intercambio para uno de tus Pokémon",
"trade_options_prompt": "Select a Pokémon to receive through trade." "trade_options_prompt": "Selecciona un Pokémon para recibir a través del intercambio."
}, },
"2": { "2": {
"label": "Wonder Trade", "label": "Intercambio Prodigioso",
"tooltip": "(+) Send one of your Pokémon to the GTS and get a random Pokémon in return" "tooltip": "(+) Envía uno de tus Pokémon a la GTS y recibe un Pokémon aleatorio a cambio."
}, },
"3": { "3": {
"label": "Trade an Item", "label": "Intercambia un objeto",
"trade_options_prompt": "Select an item to send.", "trade_options_prompt": "Selecciona un objeto para enviar.",
"invalid_selection": "This Pokémon doesn't have legal items to trade.", "invalid_selection": "Este Pokémon no tiene objetos legales para intercambiar.",
"tooltip": "(+) Send one of your Items to the GTS and get a random new Item" "tooltip": "(+) Envía uno de tus objetos a la GTS y recibe un nuevo objeto aleatorio."
}, },
"4": { "4": {
"label": "Leave", "label": "Irse",
"tooltip": "(-) No Rewards", "tooltip": "(-) Ninguna Recompensa",
"selected": "No time to trade today!\nYou continue on." "selected": "¡No hay tiempo para intercambiar hoy!\nSigues adelante."
} }
}, },
"pokemon_trade_selected": "{{tradedPokemon}} will be sent to {{tradeTrainerName}}.", "pokemon_trade_selected": "{{tradedPokemon}} será enviado a {{tradeTrainerName}}.",
"pokemon_trade_goodbye": "Goodbye, {{tradedPokemon}}!", "pokemon_trade_goodbye": "¡Adiós, {{tradedPokemon}}!",
"item_trade_selected": "{{chosenItem}} will be sent to {{tradeTrainerName}}.$.@d{64}.@d{64}.@d{64}\n@s{level_up_fanfare}Trade complete!$You received a {{itemName}} from {{tradeTrainerName}}!", "item_trade_selected": "{{chosenItem}} será enviado a {{tradeTrainerName}}.$.@d{64}.@d{64}.@d{64}\n@s{level_up_fanfare}¡Intercambio completo!$¡Has recibido un {{itemName}} de {{tradeTrainerName}}!",
"trade_received": "@s{evolution_fanfare}{{tradeTrainerName}} sent over {{received}}!" "trade_received": "¡@s{evolution_fanfare}{{tradeTrainerName}} envió a {{received}}!"
} }