habitica/website/common/locales/en@pirate/messages.json

59 lines
4.6 KiB
JSON
Raw Normal View History

{
"messageLostItem": "Yer <%= itemText %> broke.",
"messageTaskNotFound": "Task not found.",
2015-07-31 03:49:22 +00:00
"messageDuplicateTaskID": "ARRGH! That task be made already.",
"messageTagNotFound": "Tag not found.",
"messagePetNotFound": ":pet not found in user.items.pets",
2015-03-26 18:44:28 +00:00
"messageFoodNotFound": ":vittles not found in user.items.vittles",
2016-02-15 03:13:40 +00:00
"messageNotAvailable": "Ye canna purchase this loot right now.",
"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.",
2016-02-15 03:13:40 +00:00
"messageUnEquipped": "<%= itemText %> un-equip'd.",
"messageMissingEggPotion": "Yer missin' either that egg er that potion",
2015-10-28 02:36:15 +00:00
"messageInvalidEggPotionCombo": "Ye can't hatch Adventure Pet Eggs wi' Magic Hatching Potions! Try a different egg.",
"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",
2016-02-15 03:13:40 +00:00
"messageTwoHandedEquip": "Wieldin' <%= twoHandedText %> takes two hands, so <%= offHandedText %> has been unequipped.",
"messageTwoHandedUnequip": "Wieldin' <%= twoHandedText %> takes two hands, so it was unequipped when ye armed yerself wit' <%= offHandedText %>.",
"messageDropFood": "Ye 'ave found <%= dropArticle %><%= dropText %>! <%= dropNotes %>",
"messageDropEgg": "Ye 'ave found a <%= dropText %> Egg! <%= dropNotes %>",
"messageDropPotion": "Ye 'ave found a <%= dropText %> Hatchin' Potion! <%= dropNotes %>",
2015-07-31 03:49:22 +00:00
"messageDropQuest": "Ye've found a quest!",
"messageDropMysteryItem": "Ye open th' box an' find <%= dropText %>!",
2015-06-23 08:43:29 +00:00
"messageFoundQuest": "Ye 'ave found th' adventure \"<%= questText %>\"!",
2015-07-31 03:49:22 +00:00
"messageAlreadyPurchasedGear": "Ye purchased this gear in th' past, but do not currently own it. Ye can buy it again in th' rewards column on th' tasks page.",
"messageAlreadyOwnGear": "Ye already own this item. Equip it by going to th' equipment page.",
2016-08-31 13:57:19 +00:00
"messageHealthAlreadyMax": "You already have maximum health.",
2015-07-31 03:49:22 +00:00
"armoireEquipment": "<%= image %> Ye found a piece of rare Equipment in th' Armoire: <%= dropText %>! Awesome!",
"armoireFood": "<%= image %> Ye rummage in the Armoire an' find <%= dropArticle %><%= dropText %>. What's tha' doin' in here?",
2015-10-30 14:25:43 +00:00
"armoireExp": "Ye wrestle wi' th' Armoire an' gain Experience. Take that!",
"messageInsufficientGems": "Not enough gems!",
2016-02-15 03:13:40 +00:00
"messageAuthPasswordMustMatch": ":password and :confirmPassword don' match",
2015-10-30 14:25:43 +00:00
"messageAuthCredentialsRequired": ":username, :email, :password, :confirmPassword required",
2016-02-15 03:13:40 +00:00
"messageAuthUsernameTaken": "Username be in use already",
2015-10-30 14:25:43 +00:00
"messageAuthEmailTaken": "Email already taken",
2016-02-15 03:13:40 +00:00
"messageAuthNoUserFound": "No user c'n be found.",
"messageAuthMustBeLoggedIn": "Ye must be logged in.",
"messageAuthMustIncludeTokens": "Ye must include a token and uid (user id) in yer request",
"messageGroupNotFound": "Can't be findin' the group. That or ye don't have access.",
"messageGroupAlreadyInParty": "Already in a party; try refreshin'.",
"messageGroupOnlyLeaderCanUpdate": "Only th' group leader c'n update th' group!",
"messageGroupRequiresInvite": "Can't join a group yer not invited to.",
"messageGroupCannotRemoveSelf": "Ye can't remove yerself!",
"messageGroupChatBlankMessage": "Ye can't be sendin' a blank message",
"messageGroupChatLikeOwnMessage": "Ye can't like yer own message. Don't be that person.",
"messageGroupChatFlagAlreadyReported": "Ye be reportin' this message already",
"messageGroupChatNotFound": "Message not found! ",
"messageGroupChatAdminClearFlagCount": "Only an admin be able to clear the flag count!",
2017-05-09 18:52:38 +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. :)",
2015-10-30 14:25:43 +00:00
"messageUserOperationProtected": "path `<%= operation %>` was not saved, as it's a protected path.",
2016-06-08 02:49:36 +00:00
"messageUserOperationNotFound": "<%= operation %> operation not be here",
2016-11-28 18:43:06 +00:00
"messageNotificationNotFound": "Notification not found.",
"notificationsRequired": "Notification ids are required."
2015-08-29 12:38:54 +00:00
}