habitica/common/locales/sv/messages.json

55 lines
4 KiB
JSON
Raw Normal View History

{
"messageLostItem": "<%= itemText %> gick sönder.",
"messageTaskNotFound": "Uppgift hittades inte.",
2015-07-14 11:55:03 +00:00
"messageDuplicateTaskID": "En Uppgift Med den IDn Finns Redan",
"messageTagNotFound": "Tagg hittades inte.",
"messagePetNotFound": ":pet not found in user.items.pets",
"messageFoodNotFound": ":food not found in user.items.food",
2015-10-02 03:44:53 +00:00
"messageNotAvailable": "This item is not currently available for purchase.",
"messageCannotFeedPet": "Kan inte mata detta husdjur.",
"messageAlreadyMount": "Du har redan det riddjuret. Försök att mata ett annat djur.",
"messageEvolve": "Du har tämjt <%= egg %>. Ta en ridtur!",
"messageLikesFood": "<%= egg %> gillar verkligen <%= foodText %>!",
2015-02-28 17:23:17 +00:00
"messageDontEnjoyFood": "<%= egg %> äter <%= foodText %> men ser inte ut att gilla det.",
2014-09-21 19:48:08 +00:00
"messageBought": "Köpt <%= itemText %>",
2015-04-03 11:28:45 +00:00
"messageEquipped": "<%= itemText %> pårustad.",
"messageUnEquipped": "<%= itemText %> avrustad.",
2014-09-21 19:48:08 +00:00
"messageMissingEggPotion": "Du saknar antingen det ägget eller den drycken.",
2015-10-02 03:44:53 +00:00
"messageInvalidEggPotionCombo": "You can't hatch Quest Pet Eggs with Magic Hatching Potions! Try a different egg.",
2014-10-04 11:53:35 +00:00
"messageAlreadyPet": "Du har redan det här husdjuret. Prova en annan kombination!",
2015-02-28 17:23:17 +00:00
"messageHatched": "Ditt ägg kläcktes! Besök ditt stall för att rusta ditt husdjur.",
2014-09-21 19:48:08 +00:00
"messageNotEnoughGold": "Inte tillräckligt med Guld",
2015-02-28 17:23:17 +00:00
"messageTwoHandled": "<%= gearText %> är tvåhandad",
"messageDropFood": "Du har hittat <%= dropArticle %><%= dropText %>! <%= dropNotes %>",
2014-10-04 11:53:35 +00:00
"messageDropEgg": "Du hittade ett <%= dropText %> Ägg! <%= dropNotes %>",
2015-04-01 16:07:14 +00:00
"messageDropPotion": "Du hittade en <%= dropText %> kläckningsdryck! <%= dropNotes %>",
2015-07-23 02:24:10 +00:00
"messageDropQuest": "You've found a quest!",
2015-07-28 04:15:48 +00:00
"messageDropMysteryItem": "You open the box and find <%= dropText %>!",
2015-06-23 08:43:29 +00:00
"messageFoundQuest": "Du hittade uppdraget \"<%= questText %>\"!",
2015-07-12 21:45:26 +00:00
"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.",
2015-07-23 02:24:10 +00:00
"messageAlreadyOwnGear": "You already own this item. Equip it by going to the equipment page.",
2015-06-23 08:43:29 +00:00
"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?",
2015-10-30 14:25:43 +00:00
"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": "Username 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!",
2015-11-03 04:08:28 +00:00
"messageGroupChatBlankMessage": "You cannot send a blank message",
"messageGroupChatLikeOwnMessage": "Can't like your own message. Don't be that person.",
"messageGroupChatFlagOwnMessage": "Can't report your own message.",
"messageGroupChatFlagAlreadyReported": "You have already reported this message",
"messageGroupChatNotFound": "Message not found!",
"messageGroupChatAdminClearFlagCount": "Only an admin can clear the flag count!",
2015-10-30 14:25:43 +00:00
"messageUserOperationProtected": "path `<%= operation %>` was not saved, as it's a protected path.",
"messageUserOperationNotFound": "<%= operation %> operation not found"
2015-08-08 14:58:20 +00:00
}