habitica-self-host/locales/fr/messages.json

23 lines
1.5 KiB
JSON
Raw Normal View History

2014-03-27 22:15:31 +00:00
{
"messageLostItem": "Votre <%= itemTxt() %> s'est cassé·e.",
"messageTaskNotFound": "Tâche non trouvée.",
"messageTagNotFound": "Étiquette non trouvée.",
"messagePetNotFound": ":pet non trouvé dans user.items.pets",
"messageFoodNotFound": ":food non trouvé dans user.items.food",
"messageCannotFeedPet": "Vous ne pouvez pas nourrir ce familier.",
"messageAlreadyMount": "Vous avez déjà cette monture. Essayez de nourrir un autre familier.",
"messageEvolve": "Vous avez domptez <%= egg %>, allez faire un tour !",
"messageLikesFood": "<%= egg %> apprécie vraiment le/la <%= foodText() %> !",
2014-04-07 17:14:42 +00:00
"messageDontEnjoyFood": "<%= egg %> mange le/la <%= foodText() %> mais il n'a pas l'air d'aimer ça.",
"messageBought": "Bought <%= itemText() %>",
"messageUnEquipped": "<%= itemText() %> un-equipped.",
"messageMissingEggPotion": "You're missing either that egg or that potion",
"messageAlreadyPet": "You already have that pet. Try hatching a different combination!",
"messageHatched": "Your egg hatched! Visit your stable to equip your pet.",
"messageNotEnoughGold": "Not Enough Gold",
"messageTwoHandled": "<%= gearText() %> is two-handled",
"messageDropFood": "You've found <%= dropArticle %><%= dropText() %>! <%= dropNotes() %>",
"messageDropEgg": "You've found a <%= dropText() %> Egg! <%= dropNotes() %>",
"messageDropPotion": "You've found a <%= dropText() %> Hatching Potion! <%= dropNotes() %>",
"messageFoundQuest": "You've found the quest \"<%= questText() %>\"!"
2014-03-27 22:15:31 +00:00
}