mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 20:12:19 +00:00
Currently, when you put on equipment, you see the messageBought notification. There was no messageEquipped notification in the code so I've added one. I've updated ALL locale files IN ENGLISH, following the convention already in place for using English when there is no translation (e.g., locales/pl/messages.json, locales/sv/messages.json).
24 lines
1.4 KiB
JSON
24 lines
1.4 KiB
JSON
{
|
|
"messageLostItem": "Your <%= itemText %> broke.",
|
|
"messageTaskNotFound": "Task not found.",
|
|
"messageTagNotFound": "Tag not found.",
|
|
"messagePetNotFound": ":pet not found in user.items.pets",
|
|
"messageFoodNotFound": ":food not found in user.items.food",
|
|
"messageCannotFeedPet": "Can't feed this pet.",
|
|
"messageAlreadyMount": "You already have that mount. Try feeding another pet.",
|
|
"messageEvolve": "You have tamed <%= egg %>, let's go for a ride!",
|
|
"messageLikesFood": "<%= egg %> really likes the <%= foodText %>!",
|
|
"messageDontEnjoyFood": "<%= egg %> eats the <%= foodText %> but doesn't seem to enjoy it.",
|
|
"messageBought": "Bought <%= itemText %>",
|
|
"messageEquipped": " <%= itemText %> equipped.",
|
|
"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 handed",
|
|
"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 %>\"!"
|
|
}
|