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.8 KiB
JSON
Executable file
54 lines
4.8 KiB
JSON
Executable file
{
|
|
"messageLostItem": "Jou <%= itemText %> het gebreek.",
|
|
"messageTaskNotFound": "Taak nie gevind nie.",
|
|
"messageTagNotFound": "Etiket nie gevind nie.",
|
|
"messagePetNotFound": ":pet was nie gevind in user.items.pets nie",
|
|
"messageFoodNotFound": ":food was nie gevind in user.items.food nie",
|
|
"messageNotAvailable": "Hierdie item is nie huidiglik beskikbaar vir koop nie.",
|
|
"messageCannotFeedPet": "Kan nie hierdie troeteldier voer nie.",
|
|
"messageAlreadyMount": "Jy het al reeds daardie rydier. Probeer 'n ander troeteldier voer.",
|
|
"messageEvolve": "Jy het <%= egg %> mak gemaak, kom ons gaan ry!",
|
|
"messageLikesFood": "<%= egg %> really likes <%= foodText %>!",
|
|
"messageDontEnjoyFood": "<%= egg %> eats <%= foodText %> but doesn't seem to enjoy it.",
|
|
"messageBought": "Bought <%= itemText %>",
|
|
"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": "Nie genoeg Goud nie.",
|
|
"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": "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 <%= dropText %>. What's that doing in here?",
|
|
"armoireExp": "Jy stoei met die Kast en ontvang Ondervinding. Vat so!",
|
|
"messageInsufficientGems": "Nie genoeg edelstene nie!",
|
|
"messageGroupAlreadyInParty": "Reeds in 'n party, probeer herlaai.",
|
|
"messageGroupOnlyLeaderCanUpdate": "Net die groep leier kan die groep op dateer!",
|
|
"messageGroupRequiresInvite": "Kan nie by 'n groep aansluit waarnatoe jy nie genooi is nie.",
|
|
"messageGroupCannotRemoveSelf": "Jy kan nie jouself verwyder nie!",
|
|
"messageGroupChatBlankMessage": "Jy kan nie 'n leë boodskap stuur nie",
|
|
"messageGroupChatLikeOwnMessage": "Kan nie jou eie boodskap van hou nie. Moenie daai persoon wees nie.",
|
|
"messageGroupChatFlagAlreadyReported": "Jy het al reeds hierdie boodskap aangegee",
|
|
"messageGroupChatNotFound": "Boodskap nie gevind nie!",
|
|
"messageGroupChatAdminClearFlagCount": "Net 'n admin kan die flag telling leeg maak!",
|
|
"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": "pad `<%= operation %>` was nie gespaar nie, want dit is 'n beskermde pad.",
|
|
"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."
|
|
}
|