Update uncommon-breed-dialogue.json

This commit is contained in:
Lugiad 2024-09-14 19:20:47 +02:00 committed by GitHub
parent bc964a3398
commit 252fbe9839
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": "That isn't just an ordinary Pokémon!", "intro": "Cest un Pokémon tout ce quil y a de plus banal !",
"title": "Uncommon Breed", "title": "Une forme peu commune",
"description": "That {{enemyPokemon}} looks special compared to others of its kind. @[TOOLTIP_TITLE]{Perhaps it knows a special move?} You could battle and catch it outright, but there might also be a way to befriend it.", "description": "Ce {{enemyPokemon}} a lair speical par rapport au reste de son espèce. @[TOOLTIP_TITLE]{Peut-être connait-il une capacté particulière ?} Vous pourriez décider de laffronter sur-le-champ, mais il y a peut-être moyen den faire un nouvel ami.",
"query": "What will you do?", "query": "Que voulez-vous faire ?",
"option": { "option": {
"1": { "1": {
"label": "Battle the Pokémon", "label": "Laffronter",
"tooltip": "(-) Tricky Battle\n(+) Strong Catchable Foe", "tooltip": "(-) Combat compliqué\n(+) Capturer un adversaire puissant",
"selected": "You approach the\n{{enemyPokemon}} without fear.", "selected": "Vous approchez\nle Pokémon sans frémir.",
"stat_boost": "The {{enemyPokemon}}'s heightened abilities boost its stats!" "stat_boost": "Les caractéristiques particulières\nde ce {{enemyPokemon}} augumentent ses stats !"
}, },
"2": { "2": {
"label": "Give It Food", "label": "Le nourrir",
"disabled_tooltip": "You need 4 berry items to choose this", "disabled_tooltip": "Vous avez besoin de 4 Baies pour chosir cette option",
"tooltip": "(-) Give 4 Berries\n(+) The {{enemyPokemon}} Likes You", "tooltip": "(-) Donner 4 Baies\n(+) Le {{enemyPokemon}} vous apprécie",
"selected": "You toss the berries at the {{enemyPokemon}}!$It eats them happily!$The {{enemyPokemon}} wants to join your party!" "selected": "Vous lancer quelques Baies\nau {{enemyPokemon}} !$Il les englouit avec joie !$Le {{enemyPokemon}} veut se joindre\nà votre équipe !"
}, },
"3": { "3": {
"label": "Befriend It", "label": "Devenir amis",
"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": "(+) {{option3PrimaryName}} uses {{option3PrimaryMove}}\n(+) The {{enemyPokemon}} Likes You", "tooltip": "(+) {{option3PrimaryName}} utilise {{option3PrimaryMove}}\n(+) Le {{enemyPokemon}} vous apprécie",
"selected": "Your {{option3PrimaryName}} uses {{option3PrimaryMove}} to charm the {{enemyPokemon}}!$The {{enemyPokemon}} wants to join your party!" "selected": "Votre {{option3PrimaryName}} utilise {{option3PrimaryMove}} pour charmer le {{enemyPokemon}} !$The {{enemyPokemon}} veut se joindre\nà votre équipe !"
} }
} }
} }