2014-03-16 17:37:53 +00:00
{
2014-04-15 16:15:11 +00:00
"messageLostItem" : "Your <%= itemText %> broke." ,
2014-03-16 17:37:53 +00:00
"messageTaskNotFound" : "Task not found." ,
2015-03-12 13:06:01 +00:00
"messageDuplicateTaskID" : "A task with that ID already exists." ,
2014-03-16 17:37:53 +00:00
"messageTagNotFound" : "Tag not found." ,
"messagePetNotFound" : ":pet not found in user.items.pets" ,
"messageFoodNotFound" : ":food not found in user.items.food" ,
2015-09-22 21:03:41 +00:00
"messageNotAvailable" : "This item is not currently available for purchase." ,
2014-03-16 17:37:53 +00:00
"messageCannotFeedPet" : "Can't feed this pet." ,
"messageAlreadyMount" : "You already have that mount. Try feeding another pet." ,
2015-02-24 22:58:48 +00:00
"messageEvolve" : "You have tamed <%= egg %>, let's go for a ride!" ,
2018-02-05 18:43:12 +00:00
"messageLikesFood" : "<%= egg %> really likes <%= foodText %>!" ,
"messageDontEnjoyFood" : "<%= egg %> eats <%= foodText %> but doesn't seem to enjoy it." ,
2014-04-15 16:15:11 +00:00
"messageBought" : "Bought <%= itemText %>" ,
2014-05-18 00:45:24 +00:00
"messageEquipped" : " <%= itemText %> equipped." ,
2015-12-03 12:33:52 +00:00
"messageUnEquipped" : "<%= itemText %> unequipped." ,
2014-04-07 17:04:59 +00:00
"messageMissingEggPotion" : "You're missing either that egg or that potion" ,
2015-09-24 21:33:58 +00:00
"messageInvalidEggPotionCombo" : "You can't hatch Quest Pet Eggs with Magic Hatching Potions! Try a different egg." ,
2014-04-07 17:04:59 +00:00
"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" ,
2015-12-03 12:33:52 +00:00
"messageTwoHandedEquip" : "Wielding <%= twoHandedText %> takes two hands, so <%= offHandedText %> has been unequipped." ,
"messageTwoHandedUnequip" : "Wielding <%= twoHandedText %> takes two hands, so it was unequipped when you armed yourself with <%= offHandedText %>." ,
2018-02-05 18:43:12 +00:00
"messageDropFood" : "You've found <%= dropText %>!" ,
2017-08-30 22:59:31 +00:00
"messageDropEgg" : "You've found a <%= dropText %> Egg!" ,
"messageDropPotion" : "You've found a <%= dropText %> Hatching Potion!" ,
2015-07-16 21:22:49 +00:00
"messageDropQuest" : "You've found a quest!" ,
2015-07-23 17:05:13 +00:00
"messageDropMysteryItem" : "You open the box and find <%= dropText %>!" ,
2015-05-26 21:06:04 +00:00
"messageFoundQuest" : "You've found the quest \"<%= questText %>\"!" ,
2015-07-11 20:05:32 +00:00
"messageAlreadyPurchasedGear" : "You purchased this gear in the past, but do not currently own it. You can buy it again in the rewards column on the tasks page." ,
2015-07-16 21:22:49 +00:00
"messageAlreadyOwnGear" : "You already own this item. Equip it by going to the equipment page." ,
2017-12-05 19:58:12 +00:00
"previousGearNotOwned" : "You need to purchase a lower level gear before this one." ,
2016-08-26 06:25:09 +00:00
"messageHealthAlreadyMax" : "You already have maximum health." ,
2017-07-18 20:26:10 +00:00
"messageHealthAlreadyMin" : "Oh no! You have already run out of health so it's too late to buy a health potion, but don't worry - you can revive!" ,
2015-07-11 20:05:32 +00:00
2015-06-04 20:45:55 +00:00
"armoireEquipment" : "<%= image %> You found a piece of rare Equipment in the Armoire: <%= dropText %>! Awesome!" ,
2018-02-05 18:43:12 +00:00
"armoireFood" : "<%= image %> You rummage in the Armoire and find <%= dropText %>. What's that doing in here?" ,
2015-10-30 14:01:57 +00:00
"armoireExp" : "You wrestle with the Armoire and gain Experience. Take that!" ,
"messageInsufficientGems" : "Not enough gems!" ,
"messageAuthPasswordMustMatch" : ":password and :confirmPassword don't match" ,
"messageAuthCredentialsRequired" : ":username, :email, :password, :confirmPassword required" ,
"messageAuthEmailTaken" : "Email already taken" ,
"messageAuthNoUserFound" : "No user found." ,
"messageAuthMustBeLoggedIn" : "You must be logged in." ,
2019-01-04 20:04:41 +00:00
"messageAuthMustIncludeTokens" : "You must include a token and uid (User ID) in your request" ,
2015-10-30 14:01:57 +00:00
"messageGroupAlreadyInParty" : "Already in a party, try refreshing." ,
"messageGroupOnlyLeaderCanUpdate" : "Only the group leader can update the group!" ,
"messageGroupRequiresInvite" : "Can't join a group you're not invited to." ,
"messageGroupCannotRemoveSelf" : "You cannot remove yourself!" ,
2015-10-30 19:47:14 +00:00
"messageGroupChatBlankMessage" : "You cannot send a blank message" ,
"messageGroupChatLikeOwnMessage" : "Can't like your own message. Don't be that person." ,
"messageGroupChatFlagAlreadyReported" : "You have already reported this message" ,
"messageGroupChatNotFound" : "Message not found!" ,
"messageGroupChatAdminClearFlagCount" : "Only an admin can clear the flag count!" ,
2017-11-28 01:45:04 +00:00
"messageCannotFlagSystemMessages" : "You cannot flag a system message. If you need to report a violation of the Community Guidelines related to this message, please email a screenshot and explanation to Lemoness at <%= communityManagerEmail %>." ,
2017-04-26 19:37:18 +00:00
"messageGroupChatSpam" : "Whoops, looks like you're posting too many messages! Please wait a minute and try again. The Tavern chat only holds 200 messages at a time, so Habitica encourages posting longer, more thoughtful messages and consolidating replies. Can't wait to hear what you have to say. :)" ,
2018-03-17 21:26:07 +00:00
"messageCannotLeaveWhileQuesting" : "You cannot accept this party invitation while you are in a quest. If you'd like to join this party, you must first abort your quest, which you can do from your party screen. You will be given back the quest scroll." ,
2015-10-30 14:01:57 +00:00
"messageUserOperationProtected" : "path `<%= operation %>` was not saved, as it's a protected path." ,
2016-06-07 14:14:19 +00:00
"messageUserOperationNotFound" : "<%= operation %> operation not found" ,
2016-11-24 01:34:09 +00:00
"messageNotificationNotFound" : "Notification not found." ,
2018-04-03 18:42:24 +00:00
"messageNotAbleToBuyInBulk" : "This item cannot be purchased in quantities above 1." ,
2017-04-24 13:55:42 +00:00
2017-10-13 04:40:53 +00:00
"notificationsRequired" : "Notification ids are required." ,
2018-01-31 10:55:39 +00:00
"unallocatedStatsPoints" : "You have <span class=\"notification-bold-blue\"><%= points %> unallocated Stat Points</span>" ,
2018-06-08 18:26:26 +00:00
"beginningOfConversation" : "This is the beginning of your conversation with <%= userName %>. Remember to be kind, respectful, and follow the Community Guidelines!" ,
2018-09-30 13:37:14 +00:00
"messageDeletedUser" : "Sorry, this user has deleted their account." ,
2018-11-18 21:04:33 +00:00
"messageMissingDisplayName" : "Missing display name." ,
2018-11-20 16:20:58 +00:00
"reportedMessage" : "You have reported this message to moderators." ,
"canDeleteNow" : "You can now delete the message if you wish."
2014-05-18 00:45:24 +00:00
}