Update fight-or-flight-dialogue.json

This commit is contained in:
Lugiad 2024-09-12 22:43:58 +02:00 committed by GitHub
parent 4f3f6b4b9e
commit 5bce7218c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 16 deletions

View File

@ -1,25 +1,25 @@
{ {
"intro": "Something shiny is sparkling\non the ground near that Pokémon!", "intro": "Quelque chose dune lueur éclatante\nbrille sur sol près de ce Pokémon !",
"title": "Fight or Flight", "title": "Voler ou senvoler",
"description": "It looks like there's a strong Pokémon guarding an item. Battling is the straightforward approach, but it looks strong. Perhaps you could steal the item, if you have the right Pokémon for the job.", "description": "Un puissant Pokémon semble monter la garde dun objet. Vous pourriez aller frontalement au combat, mais il a lair costaud. Le bon Pokémon pourrait peut-être voler lobjet sans se faire prendre ?",
"query": "What will you do?", "query": "Que voulez-vous faire ?",
"option": { "option": {
"1": { "1": {
"label": "Battle the Pokémon", "label": "Combattre le Pokémon",
"tooltip": "(-) Hard Battle\n(+) New Item", "tooltip": "(-) Combat difficile\n(+) Nouvel objet",
"selected": "You approach the\nPokémon without fear.", "selected": "Vous approchez\nle Pokémon sans frémir.",
"stat_boost": "The {{enemyPokemon}}'s latent strength boosted one of its stats!" "stat_boost": "Les forces dormantes du {{enemyPokemon}} augmentent une de ses stats !"
}, },
"2": { "2": {
"label": "Steal the Item", "label": "Voler lobjet",
"disabled_tooltip": "Your Pokémon need to know certain moves to choose this", "disabled_tooltip": "Votre Pokémon doit connaitre certaines capacités pour choisir cette option",
"tooltip": "(+) {{option2PrimaryName}} uses {{option2PrimaryMove}}", "tooltip": "(+) {{option2PrimaryName}} utilise {{option2PrimaryMove}}",
"selected": ".@d{32}.@d{32}.@d{32}$Your {{option2PrimaryName}} helps you out and uses {{option2PrimaryMove}}!$You nabbed the item!" "selected": ".@d{32}.@d{32}.@d{32}$Votre {{option2PrimaryName}} vous aide avec sa capacité {{option2PrimaryMove}} !$Vous dérobez lobjet !"
}, },
"3": { "3": {
"label": "Leave", "label": "Partir",
"tooltip": "(-) No Rewards", "tooltip": "(-) Aucune 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."
} }
} }
} }