mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 13:09:41 +00:00
* Added initial bailey api
* wip
* implement new panel header
* Fixed lint
* add ability to mark notification as seen
* add notification count, remove top badge from user and add ability to mark multiple notifications as seen
* add support dismissall and mark all as read
* do not dismiss actionable notif
* mark as seen when menu is opened instead of closed
* implement ordering, list of actionable notifications
* add groups messages and fix badges count
* add notifications for received cards
* send card received notification to target not sender
* rename notificaion field
* fix integration tests
* mark cards notifications as read and update tests
* add mystery items notifications
* add unallocated stats points notifications
* fix linting
* simplify code
* refactoring and fixes
* fix dropdown opening
* start splitting notifications into their own component
* add notifications for inbox messages
* fix unit tests
* fix default buttons styles
* add initial bailey support
* add title and tests to new stuff notification
* add notification if a group task needs more work
* add tests and fixes for marking a task as needing more work
* make sure user._v is updated
* remove console.log
* notification: hover status and margins
* start styling notifications, add separate files and basic functionalities
* fix tests
* start adding mystery items notification
* wip card notification
* fix cards text
* initial implementation inbox messages
* initial implementation group messages
* disable inbox notifications until mobile is ready
* wip group chat messages
* finish mystery and card notifications
* add bailey notification and fix a lot of stuff
* start adding guilds and parties invitations
* misc invitation fixes
* fix lint issues
* remove old code and add key to notifications
* fix tests
* remove unused code
* add link for public guilds invite
* starts to implement needs work notification design and feature
* fixes to needs work, add group task approved notification
* finish needs work feature
* lots of fixes
* implement quest notification
* bailey fixes and static page
* routing fixes
* fixes # this.$store.dispatch(guilds:join, {groupId: group.id, type: party});
* read notifications on click
* chat notifications
* fix tests for chat notifications
* fix chat notification test
* fix tests
* fix tests (again)
* try awaiting
* remove only
* more sleep
* add bailey tests
* fix icons alignment
* fix issue with multiple points notifications
* remove merge code
* fix rejecting guild invitation
* make remove area bigger
* fix error with notifications and add migration
* fix migration
* fix typos
* add cleanup migration too
* notifications empty state, new counter color, fix marking messages as seen in guilds
* fixes
* add image and install correct packages
* fix mongoose version
* update bailey
* typo
* make sure chat is marked as read after other requests
72 lines
5.2 KiB
JSON
72 lines
5.2 KiB
JSON
{
|
|
"messageLostItem": "Your <%= itemText %> broke.",
|
|
"messageTaskNotFound": "Task not found.",
|
|
"messageDuplicateTaskID": "A task with that ID already exists.",
|
|
"messageTagNotFound": "Tag not found.",
|
|
"messagePetNotFound": ":pet not found in user.items.pets",
|
|
"messageFoodNotFound": ":food not found in user.items.food",
|
|
"messageNotAvailable": "This item is not currently available for purchase.",
|
|
"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 %> unequipped.",
|
|
"messageMissingEggPotion": "You're missing either that egg or that potion",
|
|
"messageInvalidEggPotionCombo": "You can't hatch Quest Pet Eggs with Magic Hatching Potions! Try a different egg.",
|
|
"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",
|
|
"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 %>.",
|
|
"messageDropFood": "You've found <%= dropArticle %><%= dropText %>!",
|
|
"messageDropEgg": "You've found a <%= dropText %> Egg!",
|
|
"messageDropPotion": "You've found a <%= dropText %> Hatching Potion!",
|
|
"messageDropQuest": "You've found a quest!",
|
|
"messageDropMysteryItem": "You open the box and find <%= dropText %>!",
|
|
"messageFoundQuest": "You've found the quest \"<%= questText %>\"!",
|
|
|
|
"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.",
|
|
"messageAlreadyOwnGear": "You already own this item. Equip it by going to the equipment page.",
|
|
"previousGearNotOwned": "You need to purchase a lower level gear before this one.",
|
|
"messageHealthAlreadyMax": "You already have 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 %> You found a piece of rare Equipment in the Armoire: <%= dropText %>! Awesome!",
|
|
"armoireFood": "<%= image %> You rummage in the Armoire and find <%= dropArticle %><%= dropText %>. What's that doing in here?",
|
|
"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",
|
|
"messageAuthUsernameTaken": "Login Name already taken",
|
|
"messageAuthEmailTaken": "Email already taken",
|
|
"messageAuthNoUserFound": "No user found.",
|
|
"messageAuthMustBeLoggedIn": "You must be logged in.",
|
|
"messageAuthMustIncludeTokens": "You must include a token and uid (user id) in your request",
|
|
|
|
"messageGroupNotFound": "Group not found or you don't have access.",
|
|
"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!",
|
|
"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!",
|
|
"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 %>.",
|
|
"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. :)",
|
|
|
|
"messageUserOperationProtected": "path `<%= operation %>` was not saved, as it's a protected path.",
|
|
"messageUserOperationNotFound": "<%= operation %> operation not found",
|
|
"messageNotificationNotFound": "Notification not found.",
|
|
|
|
"notificationsRequired": "Notification ids are required.",
|
|
"unallocatedStatsPoints": "You have <span class=\"notification-bold-blue\"><%= points %> unallocated Stat Points</span>",
|
|
|
|
"beginningOfConversation": "This is the beginning of your conversation with <%= userName %>. Remember to be kind, respectful, and follow the Community Guidelines!"
|
|
}
|