Update delibirdy-dialogue.json

This commit is contained in:
Lugiad 2024-09-12 15:27:29 +02:00 committed by GitHub
parent f72c1117fc
commit c92f4f846d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 18 deletions

View File

@ -1,29 +1,29 @@
{ {
"intro": "A pack of {{delibirdName}} have appeared!", "intro": "Une horde de {{delibirdName}} apparait !",
"title": "Delibir-dy", "title": "Cas doiseaux",
"description": "The {{delibirdName}}s are looking at you expectantly, as if they want something. Perhaps giving them an item or some money would satisfy them?", "description": "Les {{delibirdName}} vous scrutent avec curiosité, comme sils attendaient quelque chose. Peut-être que leur donner un objet ou un peu dargent pourrait les satisfaire ?",
"query": "What will you give them?", "query": "Que voulez-vous faire ?",
"invalid_selection": "Pokémon doesn't have that kind of item.", "invalid_selection": "Ce Pokémon ne porte pas ce genre dobjet.",
"option": { "option": {
"1": { "1": {
"label": "Give Money", "label": "Donner de largent",
"tooltip": "(-) Give the {{delibirdName}}s {{money, money}}\n(+) Receive a Gift Item", "tooltip": "(-) Donner {{money, money}} aux {{delibirdName}}\n(+) Recevez un objet",
"selected": "You toss the money to the {{delibirdName}}s,\nwho chatter amongst themselves excitedly.$They turn back to you and happily give you a present!" "selected": "Vous lancez de largent aux {{delibirdName}},\nqui se lancent dans une grande délibération.$Ils reviennent ravis vers vous avec un cadeau !"
}, },
"2": { "2": {
"label": "Give Food", "label": "Donner de la nourriture",
"tooltip": "(-) Give the {{delibirdName}}s a Berry or Reviver Seed\n(+) Receive a Gift Item", "tooltip": "(-) Donner une Baie ou une Résugraine aux {{delibirdName}}\n(+) Recevez un objet",
"select_prompt": "Select an item to give.", "select_prompt": "Sélectionner un objet à donner.",
"selected": "You toss the {{chosenItem}} to the {{delibirdName}}s,\nwho chatter amongst themselves excitedly.$They turn back to you and happily give you a present!" "selected": "Vous lancez la {{chosenItem}} aux {{delibirdName}},\nqui se lancent dans une grande délibération.$Ils reviennent ravis vers vous avec un cadeau !"
}, },
"3": { "3": {
"label": "Give an Item", "label": "Donner un objet",
"tooltip": "(-) Give the {{delibirdName}}s a Held Item\n(+) Receive a Gift Item", "tooltip": "(-) Donner un objet tenu aux {{delibirdName}}\n(+) Recevez un objet",
"select_prompt": "Select an item to give.", "select_prompt": "Sélectionner un objet à donner.",
"selected": "You toss the {{chosenItem}} to the {{delibirdName}}s,\nwho chatter amongst themselves excitedly.$They turn back to you and happily give you a present!" "selected": "Vous lancez lobjet {{chosenItem}} aux {{delibirdName}},\nqui se lancent dans une grande délibération.$Ils reviennent ravis vers vous avec un cadeau !"
} }
}, },
"outro": "The {{delibirdName}} pack happily waddles off into the distance.$What a curious little exchange!" "outro": "La horde de {{delibirdName}} repartent dans la joie.$Un bien curieux échange !"
} }