mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 11:40:25 +00:00
24 lines
1.5 KiB
JSON
24 lines
1.5 KiB
JSON
|
|
{
|
||
|
|
"messageLostItem": "Yer <%= 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": "Ye already 'ave that mount. Try feedin' another pet.",
|
||
|
|
"messageEvolve": "Ye 'ave tamed <%= egg %>, let's go fer a ride!",
|
||
|
|
"messageLikesFood": "<%= egg %> really likes th' <%= foodText %>!",
|
||
|
|
"messageDontEnjoyFood": "<%= egg %> eats th' <%= foodText %> but doesn't seem t' enjoy it.",
|
||
|
|
"messageBought": "Bought <%= itemText %>",
|
||
|
|
"messageEquipped": "<%= itemText %> equipped.",
|
||
|
|
"messageUnEquipped": "<%= itemText %> un-equipped.",
|
||
|
|
"messageMissingEggPotion": "Yer missin' either that egg er that potion",
|
||
|
|
"messageAlreadyPet": "Ye already 'ave that pet. Try yer hand in hatchin' a different combination!",
|
||
|
|
"messageHatched": "Yer egg hatched! Visit yer stable t' equip yer pet.",
|
||
|
|
"messageNotEnoughGold": "Not Enough Doubloons",
|
||
|
|
"messageTwoHandled": "<%= gearText %> is two handed",
|
||
|
|
"messageDropFood": "Ye 'ave found <%= dropArticle %><%= dropText %>! <%= dropNotes %>",
|
||
|
|
"messageDropEgg": "Ye 'ave found a <%= dropText %> Egg! <%= dropNotes %>",
|
||
|
|
"messageDropPotion": "Ye 'ave found a <%= dropText %> Hatchin' Potion! <%= dropNotes %>",
|
||
|
|
"messageFoundQuest": "Ye 'ave found th' adventure \"<%= questText %>\"!"
|
||
|
|
}
|