Update shady-vitamin-dealer-dialogue.json

This commit is contained in:
Lugiad 2024-09-13 21:25:22 +02:00 committed by GitHub
parent 188a5f2d5b
commit 414f7f22a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,27 +1,27 @@
{ {
"intro": "A man in a dark coat approaches you.", "intro": "Un homme en manteau noir vous aborde.",
"speaker": "Shady Salesman", "speaker": "Dealer",
"intro_dialogue": ".@d{16}.@d{16}.@d{16}$I've got the goods if you've got the money.$Make sure your Pokémon can handle it though.", "intro_dialogue": ".@d{16}.@d{16}.@d{16}$J'ai de la bonne came, mais seulement si tas les thunes.$Assure-toi quand même que tes Pokémon puissent encaisser.",
"title": "The Vitamin Dealer", "title": "Le Dealer de vitamines",
"description": "The man opens his jacket to reveal some Pokémon vitamins. The numbers he quotes seem like a really good deal. Almost too good...\nHe offers two package deals to choose from.", "description": "Lhomme ouvre son manteau et vous laisse apercevoir des vitamines pour Pokémon. Le tarif quil annonce semble être une bonne affaire. Peut-être même un peu trop…\nIl vous laisse le choix entre deux offres.",
"query": "Which deal will you choose?", "query": "Que choisissez-vous ?",
"invalid_selection": "Pokémon must be healthy enough.", "invalid_selection": "Le Pokémon doit être en bonne santé.",
"option": { "option": {
"1": { "1": {
"label": "The Cheap Deal", "label": "Deal douteux",
"tooltip": "(-) Pay {{option1Money, money}}\n(-) Side Effects?\n(+) Chosen Pokémon Gains 2 Random Vitamins" "tooltip": "(-) Payer {{option1Money, money}}\n(-) Effets secondaires ?\n(+) Un Pokémon choisi gagne 2 vitamines au hasard"
}, },
"2": { "2": {
"label": "The Pricey Deal", "label": "Deal honnête",
"tooltip": "(-) Pay {{option2Money, money}}\n(+) Chosen Pokémon Gains 2 Random Vitamins" "tooltip": "(-) Payer {{option2Money, money}}\n(+) Un Pokémon choisi gagne 2 vitamines au hasard"
}, },
"3": { "3": {
"label": "Leave", "label": "Partir",
"tooltip": "(-) No Rewards", "tooltip": "(-) Aucune récompense",
"selected": "Heh, wouldn't have figured you for a coward." "selected": "Eh bien, jaurais pas cru que tu ferais preuve dune telle lâcheté."
}, },
"selected": "The man hands you two bottles and quickly disappears.${{selectedPokemon}} gained {{boost1}} and {{boost2}} boosts!" "selected": "Lhomme vous remet deux bouteilles et sévapore.${{selectedPokemon}} reçoit un gain en {{boost1}} et en {{boost2}} !"
}, },
"cheap_side_effects": "But the medicine had some side effects!$Your {{selectedPokemon}} takes some damage,\nand its Nature is changed to {{newNature}}!", "cheap_side_effects": "Ah ! Des effets secondaires se manifestent !$Votre {{selectedPokemon}} prend des dégâts,\net sa nature se change en {{newNature}} !",
"no_bad_effects": "Looks like there were no side-effects from the medicine!" "no_bad_effects": "Tout semble bien se passer, aucun effet indésirable à signaler !"
} }