mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 07:21:15 +00:00
60 lines
No EOL
4.8 KiB
JSON
60 lines
No EOL
4.8 KiB
JSON
{
|
|
"messageLostItem": "Yer <%= itemText %> broke.",
|
|
"messageTaskNotFound": "Task not found.",
|
|
"messageDuplicateTaskID": "ARRGH! That task be made already.",
|
|
"messageTagNotFound": "Tag not found.",
|
|
"messagePetNotFound": ":pet not found in user.items.pets",
|
|
"messageFoodNotFound": ":vittles not found in user.items.vittles",
|
|
"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.",
|
|
"messageUnEquipped": "<%= itemText %> un-equip'd.",
|
|
"messageMissingEggPotion": "Yer missin' either that egg er that potion",
|
|
"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",
|
|
"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 %>",
|
|
"messageDropQuest": "Ye've found a quest!",
|
|
"messageDropMysteryItem": "Ye open th' box an' find <%= dropText %>!",
|
|
"messageFoundQuest": "Ye 'ave found th' adventure \"<%= questText %>\"!",
|
|
"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.",
|
|
"messageHealthAlreadyMax": "Ye already 'ave maximum health.",
|
|
"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!",
|
|
"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?",
|
|
"armoireExp": "Ye wrestle wi' th' Armoire an' gain Experience. Take that!",
|
|
"messageInsufficientGems": "Not enough gems!",
|
|
"messageAuthPasswordMustMatch": ":password and :confirmPassword don' match",
|
|
"messageAuthCredentialsRequired": ":username, :email, :password, :confirmPassword required",
|
|
"messageAuthUsernameTaken": "Username be in use already",
|
|
"messageAuthEmailTaken": "Email already taken",
|
|
"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!",
|
|
"messageGroupChatSpam": "Shiver me timbers, looks like ye be postin' too many messages! Please wait a minute an' try again. Th' Pub chat only holds 200 messages at a time, so Habitica encourages postin' long'r, more thoughtful messages and consolidatin' replies. Can't wait t' hear wha' ye have t' say. :)",
|
|
"messageUserOperationProtected": "path `<%= operation %>` was not saved, as it's a protected path.",
|
|
"messageUserOperationNotFound": "<%= operation %> operation not be here",
|
|
"messageNotificationNotFound": "Notification not found.",
|
|
"notificationsRequired": "Notification ids are required."
|
|
} |