Update fight-or-flight-dialogue.json
This commit is contained in:
parent
4f3f6b4b9e
commit
5bce7218c2
|
@ -1,25 +1,25 @@
|
||||||
{
|
{
|
||||||
"intro": "Something shiny is sparkling\non the ground near that Pokémon!",
|
"intro": "Quelque chose d’une lueur éclatante\nbrille sur sol près de ce Pokémon !",
|
||||||
"title": "Fight or Flight",
|
"title": "Voler ou s’envoler",
|
||||||
"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 d’un objet. Vous pourriez aller frontalement au combat, mais il a l’air costaud. Le bon Pokémon pourrait peut-être voler l’objet 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 l’objet",
|
||||||
"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 l’objet !"
|
||||||
},
|
},
|
||||||
"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."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue