pokerogue/src/locales/fr/mystery-encounters/berries-abound-dialogue.json
Lugiad 22117115c8
[Localization] ME French Typos (#4399)
* Update a-trainers-test-dialogue.json

* Update absolute-avarice-dialogue.json

* Update an-offer-you-cant-refuse-dialogue.json

* Update bug-type-superfan-dialogue.json

* Update clowning-around-dialogue.json

* Update dark-deal-dialogue.json

* Update field-trip-dialogue.json

* Update fiery-fallout-dialogue.json

* Update fun-and-games-dialogue.json

* Update lost-at-sea-dialogue.json

* Update mysterious-challengers-dialogue.json

* Update mysterious-chest-dialogue.json

* Update part-timer-dialogue.json

* Update slumbering-snorlax-dialogue.json

* Update the-expert-pokemon-breeder-dialogue.json

* Update the-strong-stuff-dialogue.json

* Update the-winstrate-challenge-dialogue.json

* Update training-session-dialogue.json

* Update uncommon-breed-dialogue.json

* Update weird-dream-dialogue.json

* Update berries-abound-dialogue.json
2024-09-24 10:03:11 -04:00

27 lines
1.3 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"intro": "Il y a un gros buisson à Baies\nprès de ce Pokémon !",
"title": "Baies à gogo",
"description": "Un Pokémon a lair de monter la garde de ce buisson à Baies. Vous pourriez aller frontalement au combat, mais il a lair costaud. Un Pokémon rapide pourrait peut-être en attraper quelques-unes sans se faire prendre ?",
"query": "Que voulez-vous faire ?",
"berries": "Baies ",
"option": {
"1": {
"label": "Laffronter",
"tooltip": "(-) Combat difficile\n(+) Gain de Baies",
"selected": "Vous approchez\nle Pokémon sans frémir."
},
"2": {
"label": "Foncer au buisson",
"tooltip": "(-) {{fastestPokemon}} utilise sa Vitesse\n(+) Gain de Baies",
"selected": "Votre {{fastestPokemon}} fonce vers le buisson !$Il en arrache {{numBerries}} avant que {{enemyPokemon}} ne parvienne à réagir !$Vous prenez vos jambes à votre cou avec votre butin.",
"selected_bad": "Votre {{fastestPokemon}} fonce vers le buisson !$Oh non ! Le {{enemyPokemon}} est plus rapide et bloque laccès au buisson !",
"boss_enraged": "Le {{enemyPokemon}} ennemi sénerve !"
},
"3": {
"label": "Partir",
"tooltip": "(-) Aucune récompense",
"selected": "Vous renoncez à ce Pokémon avec\nson butin et continuez votre route."
}
}
}