Update mysterious-challengers-dialogue.json

This commit is contained in:
Lugiad 2024-09-13 17:06:16 +02:00 committed by GitHub
parent d852811969
commit 0233d95610
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 13 deletions

View File

@ -1,22 +1,22 @@
{ {
"intro": "Mysterious challengers have appeared!", "intro": "De mystérieux adversaires apparissent !",
"title": "Mysterious Challengers", "title": "Mystérieux adversaires",
"description": "If you defeat a challenger, you might impress them enough to receive a boon. But some look tough, are you up to the challenge?", "description": "Si vous défaites un de ces adversaires, vous pourriez peut-être recevoir une récompense si vous les impressionnez. Cependant certains ont lair coriaces, accepterez-vous le défi ?",
"query": "Who will you battle?", "query": "Qui voulez-vous affronter ?",
"option": { "option": {
"1": { "1": {
"label": "A Clever, Mindful Foe", "label": "Adversaire clairvoyant",
"tooltip": "(-) Standard Battle\n(+) Move Item Rewards" "tooltip": "(-) Combat normal\n(+) Objets de capacités"
}, },
"2": { "2": {
"label": "A Strong Foe", "label": "Adversaire difficile",
"tooltip": "(-) Hard Battle\n(+) Good Rewards" "tooltip": "(-) Combat difficile\n(+) Bonnes récompenses"
}, },
"3": { "3": {
"label": "The Mightiest Foe", "label": "Adversaire imbattable",
"tooltip": "(-) Brutal Battle\n(+) Great Rewards" "tooltip": "(-) Combat Brutal\n(+) Super récompenses"
}, },
"selected": "The trainer steps forward..." "selected": "Votre adversaire savance…"
}, },
"outro": "The mysterious challenger was defeated!" "outro": "Vous avez battu ce mystérieux adversaire !"
} }