Update training-session-dialogue.json

This commit is contained in:
Lugiad 2024-09-14 18:23:16 +02:00 committed by GitHub
parent 0f55811f3b
commit 590eecb39b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 22 additions and 22 deletions

View File

@ -1,33 +1,33 @@
{
"intro": "You've come across some\ntraining tools and supplies.",
"title": "Training Session",
"description": "These supplies look like they could be used to train a member of your party! There are a few ways you could train your Pokémon, by battling against it with the rest of your team.",
"query": "How should you train?",
"invalid_selection": "Pokémon must be healthy enough.",
"intro": "Vous tomber sur du matériel dentrainement.",
"title": "Session dentrainement",
"description": "Ce matériel semble pouvoir être utilisé pour entrainer un membre de votre équipe ! Il existe plusieurs moyens avec lesquels vous pourriez entrainer votre Pokémon, comme en le faisant combattre le reste de votre équipe.",
"query": "Quel entrainement chosir ?",
"invalid_selection": "Le Pokémon doit être en bonne santé.",
"option": {
"1": {
"label": "Light Training",
"tooltip": "(-) Light Battle\n(+) Improve 2 Random IVs of Pokémon",
"finished": "{{selectedPokemon}} returns, feeling\nworn out but accomplished!$Its {{stat1}} and {{stat2}} IVs were improved!"
"label": "Léger",
"tooltip": "(-) Combat léger\n(+) Augumente au hasard 2 IV du Pokémon",
"finished": "{{selectedPokemon}} revient vers vous,\nlair fatigué mais fier de lui !$Ses IV en {{stat1}} et\nen {{stat2}} augumentent !"
},
"2": {
"label": "Moderate Training",
"tooltip": "(-) Moderate Battle\n(+) Change Pokémon's Nature",
"select_prompt": "Select a new nature\nto train your Pokémon in.",
"finished": "{{selectedPokemon}} returns, feeling\nworn out but accomplished!$Its nature was changed to {{nature}}!"
"label": "Modéré",
"tooltip": "(-) Combat modérée\n(+) Modifie la nature du Pokémon",
"select_prompt": "Sélectionnez la nature pour laquelle\nvotre Pokémon doit sentrainer.",
"finished": "{{selectedPokemon}} revient vers vous,\nlair fatigué mais fier de lui !$Il a beaucoup changé et\nest devenu {{nature}} !"
},
"3": {
"label": "Heavy Training",
"tooltip": "(-) Harsh Battle\n(+) Change Pokémon's Ability",
"select_prompt": "Select a new ability\nto train your Pokémon in.",
"finished": "{{selectedPokemon}} returns, feeling\nworn out but accomplished!$Its ability was changed to {{ability}}!"
"label": "Intense",
"tooltip": "(-) Combat intense\n(+) Modifie le talent du Pokémon",
"select_prompt": "Sélectionnez le talent pour lequel\nvotre Pokémon doit sentrainer.",
"finished": "{{selectedPokemon}} revient vers vous,\nlair fatigué mais fier de lui !$Il a beaucoup changé possède\ndesormais le talent {{ability}} !"
},
"4": {
"label": "Leave",
"tooltip": "(-) No Rewards",
"selected": "You've no time for training.\nTime to move on."
"label": "Partir",
"tooltip": "(-) Aucune récompense",
"selected": "Oh la flemme, pas le temps de faire sport.\nAllons ailleurs."
},
"selected": "{{selectedPokemon}} moves across\nthe clearing to face you..."
"selected": "{{selectedPokemon}} va de lautre côté\ndu terrain pour vous faire face…"
},
"outro": "That was a successful training session!"
}
"outro": "Cet entrainement a vraiement été très stimulant !"
}