Update berries-abound-dialogue.json

This commit is contained in:
Lugiad 2024-09-12 01:42:29 +02:00 committed by GitHub
parent 335d69dc3c
commit 8ba922b8c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 17 deletions

View File

@ -1,26 +1,26 @@
{ {
"intro": "There's a huge berry bush\nnear that Pokémon!", "intro": "Il y a un gros buisson à Baies\nprès de ce Pokémon !",
"title": "Berries Abound", "title": "Baies à gogo",
"description": "It looks like there's a strong Pokémon guarding a berry bush. Battling is the straightforward approach, but it looks strong. Perhaps a fast Pokémon could grab some berries without getting caught?", "description": "Un Pokémon a lair de monter la garde sur ce buissons à 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": "What will you do?", "query": "Que voulez-vous faire ?",
"berries": "Berries!", "berries": "Des Baies !",
"option": { "option": {
"1": { "1": {
"label": "Battle the Pokémon", "label": "Combattre le Pokémon",
"tooltip": "(-) Hard Battle\n(+) Gain Berries", "tooltip": "(-) Combat difficile\n(+) Gain de Baies",
"selected": "You approach the\nPokémon without fear." "selected": "Vous approchez\nle Pokémon sans frémir."
}, },
"2": { "2": {
"label": "Race to the Bush", "label": "Foncer au buisson",
"tooltip": "(-) {{fastestPokemon}} Uses its Speed\n(+) Gain Berries", "tooltip": "(-) {{fastestPokemon}} utilise sa Vitesse\n(+) Gain de Baies",
"selected": "Your {{fastestPokemon}} races for the berry bush!$It manages to nab {{numBerries}} before the {{enemyPokemon}} can react!$You quickly retreat with your newfound prize.", "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": "Your {{fastestPokemon}} races for the berry bush!$Oh no! The {{enemyPokemon}} was faster and blocked off the approach!", "selected_bad": "Votre {{fastestPokemon}} fonce vers le buisson !$Oh non ! Le {{enemyPokemon}} est plus rapide et bloque laccès au buisson !",
"boss_enraged": "The opposing {{enemyPokemon}} has become enraged!" "boss_enraged": "Le {{enemyPokemon}} ennemi sénerve !"
}, },
"3": { "3": {
"label": "Leave", "label": "Partir",
"tooltip": "(-) No Rewards", "tooltip": "(-) Aucun récompense",
"selected": "You leave the strong Pokémon\nwith its prize and continue on." "selected": "Vous renoncez à ce Pokémon avec\nson butin et continuez votre route."
} }
} }
} }