Update safari-zone-dialogue.json

This commit is contained in:
Lugiad 2024-09-13 20:48:53 +02:00 committed by GitHub
parent 350bbdd48b
commit 6a85b6f3d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 29 additions and 29 deletions

View File

@ -1,46 +1,46 @@
{ {
"intro": "It's a safari zone!", "intro": "Cest un Parc Safari !",
"title": "The Safari Zone", "title": "Le Parc Safari",
"description": "There are all kinds of rare and special Pokémon that can be found here!\nIf you choose to enter, you'll have a time limit of 3 wild encounters where you can try to catch these special Pokémon.\n\nBeware, though. These Pokémon may flee before you're able to catch them!", "description": "Toutes sortes de Pokémon rares et particuliers peuvent y être rencontrés !\nSi vous décidez dy entrer, vous aurez une limite de 3 Pokémon sauvages à rencontrer que vous pourrez essayer de capturer.\n\nMais attention, ces Pokémon peuvent prendre la fuite avant que vous nayez pu les capturer !",
"query": "Would you like to enter?", "query": "Voulez-vous y entrer ?",
"option": { "option": {
"1": { "1": {
"label": "Enter", "label": "Entrer",
"tooltip": "(-) Pay {{option1Money, money}}\n@[SUMMARY_GREEN]{(?) Safari Zone}", "tooltip": "(-) Payer {{option1Money, money}}\n@[SUMMARY_GREEN]{(?) Parc Safari}",
"selected": "Time to test your luck!" "selected": "Tentez votre chance !"
}, },
"2": { "2": {
"label": "Leave", "label": "Partir",
"tooltip": "(-) No Rewards", "tooltip": "(-) Aucune récompense",
"selected": "You hurry along your way,\nwith a slight feeling of regret." "selected": "Vous tracez votre chemin,\navec un léger sentiment de regret."
} }
}, },
"safari": { "safari": {
"1": { "1": {
"label": "Throw a Pokéball", "label": "Lancer une Poké Ball",
"tooltip": "(+) Throw a Pokéball", "tooltip": "(+) Lancer une Poké Ball",
"selected": "You throw a Pokéball!" "selected": "Vous lancez une Poké Ball !"
}, },
"2": { "2": {
"label": "Throw Bait", "label": "Lancer un appât",
"tooltip": "(+) Increases Capture Rate\n(-) Chance to Increase Flee Rate", "tooltip": "(+) Augumente le taux de capture\n(-) Augumente le risque de fuite",
"selected": "You throw some bait!" "selected": "Vous lancez quelques appâts !"
}, },
"3": { "3": {
"label": "Throw Mud", "label": "Lancer de la boue",
"tooltip": "(+) Decreases Flee Rate\n(-) Chance to Decrease Capture Rate", "tooltip": "(+) Diminue le risque de fuite\n(-) Diminue le taux de capture",
"selected": "You throw some mud!" "selected": "Vous lancez un pe ude boue !"
}, },
"4": { "4": {
"label": "Flee", "label": "Fuite",
"tooltip": "(?) Flee from this Pokémon" "tooltip": "(?) Fuir ce Pokémon"
}, },
"watching": "{{pokemonName}} is watching carefully!", "watching": "{{pokemonName}} vous observe attentivement.",
"eating": "{{pokemonName}} is eating!", "eating": "{{pokemonName}} est en train de manger.",
"busy_eating": "{{pokemonName}} is busy eating!", "busy_eating": "{{pokemonName}} se concentre sur sa nourriture.",
"angry": "{{pokemonName}} is angry!", "angry": "{{pokemonName}} se fâche !",
"beside_itself_angry": "{{pokemonName}} is beside itself with anger!", "beside_itself_angry": "{{pokemonName}} laisse exploser sa colère !",
"remaining_count": "{{remainingCount}} Pokémon remaining!" "remaining_count": "Il rest {{remainingCount}} Pokémon !"
}, },
"outro": "That was a fun little excursion!" "outro": "Cette excursion était fun !"
} }