mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-31 19:20:25 +00:00
* Removed unused I18N strings from the `messages.json` file (locales\en) * Removed unused I18N `messages.json` strings from all the other languages Co-authored-by: Matteo Pagliazzi <matteopagliazzi@gmail.com>
54 lines
4.9 KiB
JSON
Executable file
54 lines
4.9 KiB
JSON
Executable file
{
|
|
"messageLostItem": "lo <%= itemText %> pe do co'i spofybi'o",
|
|
"messageTaskNotFound": ".i ga'a mi no se zu'ejdi ru se na'ucme",
|
|
"messageTagNotFound": ".i ga'a mi no da ru se tcita",
|
|
"messagePetNotFound": "la'e di'e noi danlu na se ponse do fa'o :pet",
|
|
"messageFoodNotFound": "la'e di'e noi cidja na se ponse do fa'o :food",
|
|
"messageNotAvailable": "do na ca ti se krali lo ka te vecnu tu'a ti",
|
|
"messageCannotFeedPet": "na ka'e ctigau ti noi danlu",
|
|
"messageAlreadyMount": "ti xa'o dalma'e .i .e'u do ctigau su'o drata danlu",
|
|
"messageEvolve": "uo do mo'u tolcilcygau lo <%= egg %> .i .e'e marcyli'u",
|
|
"messageLikesFood": "<%= egg %> really likes <%= foodText %>!",
|
|
"messageDontEnjoyFood": "<%= egg %> eats <%= foodText %> but doesn't seem to enjoy it.",
|
|
"messageBought": "co'i te vecnu lo <%= itemText %>",
|
|
"messageUnEquipped": "<%= itemText %> unequipped.",
|
|
"messageMissingEggPotion": "do claxu ga tu'a ri'oi caksova gi tu'a ri'oi maflitki",
|
|
"messageInvalidEggPotionCombo": "You can't hatch Quest Pet Eggs with Magic Hatching Potions! Try a different egg.",
|
|
"messageAlreadyPet": "do xa'o ponse su'o mupli be ri'oi danlu .i .e'u su'o drata zo'u do troci lo ka jbegau",
|
|
"messageHatched": "lo do danlu mo'u jbena .i .e'e vitke lo cagdi'u te zu'e lo nu seljadnygau ra",
|
|
"messageNotEnoughGold": "na raunzu lo ka lo slokene pe ce'u cu klani ma kau",
|
|
"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 <%= dropText %>!",
|
|
"messageDropEgg": "You've found a <%= dropText %> Egg!",
|
|
"messageDropPotion": "You've found a <%= dropText %> Hatching Potion!",
|
|
"messageDropMysteryItem": "You open the box and find <%= dropText %>!",
|
|
"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": "do xa'o ca'o mulno lo ka kanro",
|
|
"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 <%= dropText %>. What's that doing in here?",
|
|
"armoireExp": "You wrestle with the Armoire and gain Experience. Take that!",
|
|
"messageInsufficientGems": "Not enough gems!",
|
|
"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. :)",
|
|
"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.",
|
|
"messageUserOperationProtected": "path `<%= operation %>` was not saved, as it's a protected path.",
|
|
"messageNotificationNotFound": "Notification not found.",
|
|
"messageNotAbleToBuyInBulk": "This item cannot be purchased in quantities above 1.",
|
|
"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!",
|
|
"messageDeletedUser": "Sorry, this user has deleted their account.",
|
|
"messageMissingDisplayName": "Missing display name."
|
|
}
|