Update part-timer-dialogue.json
This commit is contained in:
parent
6b54a68f8f
commit
350bbdd48b
|
@ -1,31 +1,31 @@
|
||||||
{
|
{
|
||||||
"intro": "A busy worker flags you down.",
|
"intro": "Un Ouvrier coulant sous les tâches vous interpelle.",
|
||||||
"speaker": "Worker",
|
"speaker": "Ouvrier",
|
||||||
"intro_dialogue": "You look like someone with lots of capable Pokémon!$We can pay you if you're able to help us with some part-time work!",
|
"intro_dialogue": "T’as l’air d’avoir pas mal de Pokémon compétents avec toi !$Si tu acceptes de nous aider pour quelques tâches, on peut te payer !",
|
||||||
"title": "Part-Timer",
|
"title": "L’intérimaire",
|
||||||
"description": "Looks like there are plenty of tasks that need to be done. Depending how well-suited your Pokémon is to a task, they might earn more or less money.",
|
"description": "La liste de tâches à effectuer a l’air incroyablement longue. En fonction des compétences de vos Pokémon à une tâche donnée, vous gagnerez plus ou moins d’argent.",
|
||||||
"query": "Which job will you choose?",
|
"query": "Quel poste vous intéresse le plus ?",
|
||||||
"invalid_selection": "Pokémon must be healthy enough.",
|
"invalid_selection": "Le Pokémon doit être en bonne santé.",
|
||||||
"option": {
|
"option": {
|
||||||
"1": {
|
"1": {
|
||||||
"label": "Make Deliveries",
|
"label": "Livreur",
|
||||||
"tooltip": "(-) Your Pokémon Uses its Speed\n(+) Earn @[MONEY]{Money}",
|
"tooltip": "(-) Votre Pokémon utilise sa Vitesse\n(+) Payé @[MONEY]{Money}",
|
||||||
"selected": "Your {{selectedPokemon}} works a shift delivering orders to customers."
|
"selected": "Votre {{selectedPokemon}} passe tout un shift à livrer des clients."
|
||||||
},
|
},
|
||||||
"2": {
|
"2": {
|
||||||
"label": "Warehouse Work",
|
"label": "Manutentionnaire",
|
||||||
"tooltip": "(-) Your Pokémon Uses its Strength and Endurance\n(+) Earn @[MONEY]{Money}",
|
"tooltip": "(-) Votre Pokémon utilise sa Force et son Endurance\n(+) Payé @[MONEY]{Money}",
|
||||||
"selected": "Your {{selectedPokemon}} works a shift moving items around the warehouse."
|
"selected": "Votre {{selectedPokemon}} passe tout un shift à porter des charges à travers le hangar."
|
||||||
},
|
},
|
||||||
"3": {
|
"3": {
|
||||||
"label": "Sales Assistant",
|
"label": "Assistant vendeur",
|
||||||
"tooltip": "(-) Your {{option3PrimaryName}} uses {{option3PrimaryMove}}\n(+) Earn @[MONEY]{Money}",
|
"tooltip": "(-) Votre {{option3PrimaryName}} utilise {{option3PrimaryMove}}\n(+) Payé @[MONEY]{Money}",
|
||||||
"disabled_tooltip": "Your Pokémon need to know certain moves for this job",
|
"disabled_tooltip": "Votre Pokémon doit connaitre certaines capacités pour choisir ce poste",
|
||||||
"selected": "Your {{option3PrimaryName}} spends the day using {{option3PrimaryMove}} to attract customers to the business!"
|
"selected": "Votre {{option3PrimaryName}} passe sa journée à utiliser {{option3PrimaryMove}} pour attirer des clients !"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"job_complete_good": "Thanks for the assistance!\nYour {{selectedPokemon}} was incredibly helpful!$Here's your check for the day.",
|
"job_complete_good": "Merci pour votre aide !\nVotre {{selectedPokemon}} a été d’une grande aide !$Voici votre paye.",
|
||||||
"job_complete_bad": "Your {{selectedPokemon}} helped us out a bit!$Here's your check for the day.",
|
"job_complete_bad": "Votre {{selectedPokemon}} nous a plutot bien aidé !$Voici votre paye.",
|
||||||
"pokemon_tired": "Your {{selectedPokemon}} is worn out!\nThe PP of all its moves was reduced to 2!",
|
"pokemon_tired": "Votre {{selectedPokemon}} est épuisé !\nLes PP de toutes ses capacités baissent de 2 !",
|
||||||
"outro": "Come back and help out again sometime!"
|
"outro": "Reviens nous aider à l’occasion !"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue