-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Localization] Spanish corrections (#4425)
* Update game-stats-ui-handler.json * Update battle.json * Update dialogue.json * Update modifier-type.json * Update a-trainers-test-dialogue.json * Update absolute-avarice-dialogue.json * Update an-offer-you-cant-refuse-dialogue.json * Update berries-abound-dialogue.json * Update bug-type-superfan-dialogue.json * Update bug-type-superfan-dialogue.json * Update clowning-around-dialogue.json * Update dancing-lessons-dialogue.json * Update field-trip-dialogue.json * Update fun-and-games-dialogue.json * Update party-ui-handler.json * Update party-ui-handler.json * Update trainer-classes.json * Update trainer-names.json * Update trainer-titles.json * Update splash-messages.json * Update a-trainers-test-dialogue.json * Update bug-type-superfan-dialogue.json * Update clowning-around-dialogue.json * Update dancing-lessons-dialogue.json * Update splash-messages.json * Update clowning-around-dialogue.json
- Loading branch information
1 parent
03bedac
commit e20d41b
Showing
17 changed files
with
91 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 10 additions & 9 deletions
19
src/locales/es/mystery-encounters/clowning-around-dialogue.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,34 @@ | ||
{ | ||
"intro": "¿Es un...@d{64} payaso?", | ||
"speaker": "Payaso", | ||
"intro_dialogue": "¡Bufón torpe, prepárate para una batalla brillante! ¡Serás derrotado por este trovador peleador!", | ||
"description": "Algo no esta bien en este encuentro. El payaso parece ansioso por provocarte a una batalla, ¿pero con qué fin? El {{blacephalonName}} es especialmente extraño, como si tuviera @[TOOLTIP_TITLE]{tipos y habilidades raros.}", | ||
"intro_dialogue": "¡Bufón inútil, prepárate para una batalla brillante! ¡Serás derrotado por este trovador luchador!", | ||
"title": "Payaseando", | ||
"description": "Algo no esta bien en este encuentro. El payaso parece ansioso por provocarte a pelear...pero, ¿con qué fin? El {{blacephalonName}} es especialmente extraño, como si tuviera @[TOOLTIP_TITLE]{tipos y habilidades raros.}", | ||
"query": "¿Qué harás?", | ||
"option": { | ||
"1": { | ||
"label": "Enfrentarse al Payaso", | ||
"tooltip": "(-) Batalla extraña\n(?) Afecta las habilidades de los Pokémon", | ||
"tooltip": "(-) Batalla extraña\n(?) Afecta la habilidad de un Pokémon", | ||
"selected": "¡Tus patéticos Pokémon están listos para una actuación patética!", | ||
"apply_ability_dialogue": "¡Una exhibición sensacional! ¡Tu astucia se adapta a una habilidad sensacional como recompensa!", | ||
"apply_ability_dialogue": "¡Una exhibición sensacional! ¡Tu astucia es digna de una habilidad especial como recompensa!", | ||
"apply_ability_message": "¡El payaso está ofreciendo intercambiar permanentemente la habilidad de uno de tus Pokémon por {{ability}}!", | ||
"ability_prompt": "¿Te gustaría enseñar permanentemente a un Pokémon la habilidad {{ability}}?", | ||
"ability_gained": "¡@s{level_up_fanfare}{{chosenPokemon}} obtenió la habilidad {{ability}}!" | ||
"ability_gained": "¡@s{level_up_fanfare}{{chosenPokemon}} obtuvo la habilidad {{ability}}!" | ||
}, | ||
"2": { | ||
"label": "No involucrarse", | ||
"tooltip": "(-) Molesta al payaso\n(?) Afecta los objetos de los Pokémon", | ||
"tooltip": "(?) Afecta los items de un Pokémon", | ||
"selected": "¡Cobarde desdichado, niegas un exquisito duelo?\n ¡Siente mi furia!", | ||
"selected_2": "¡El {{blacephalonName}} del payaso usa Truco! ¡Todos los objetos de tu {{switchPokemon}} fueron intercambiados al azar!", | ||
"selected_3": "¡Tonto desconcertado, cae en mi engaño impecable!" | ||
"selected_3": "¡Necio incompetente, serás víctima de mi trampa perfecta!" | ||
}, | ||
"3": { | ||
"label": "Devolver los insultos", | ||
"tooltip": "(-) Molesta al payaso\n(?) Afecta los objetos de los Pokémon", | ||
"tooltip": "(?) Afecta los tipos de tus Pokémon", | ||
"selected": "¡Cobarde desdichado, niegas un exquisito duelo?\n ¡Siente mi furia!", | ||
"selected_2": "¡El {{blacephalonName}} del payaso usa un movimiento extraño! ¡Todos los tipos de tu equipo fueron intercambiados al azar!", | ||
"selected_3": "¡Tonto desconcertado, cae en mi engaño impecable!" | ||
} | ||
}, | ||
"outro": "El payaso y sus secuaces\ndesaparecen en una nube de humo." | ||
} | ||
} |
Oops, something went wrong.