Files
habitica/common/locales/pl/messages.json
T
2015-11-02 22:08:28 -06:00

55 lines
4.2 KiB
JSON

{
"messageLostItem": "Przedmiot: <%= itemText %> zniszczył się.",
"messageTaskNotFound": "Nie znaleziono zadania.",
"messageDuplicateTaskID": "Zadanie z tym ID już istnieje.",
"messageTagNotFound": "Nie znaleziono taga.",
"messagePetNotFound": ":pet nie znaleziono w user.items.pets",
"messageFoodNotFound": ":food nie znaleziono w user.items.food",
"messageNotAvailable": "Tego przedmiotu nie można obecnie zakupić.",
"messageCannotFeedPet": "Nie możesz nakarmić tego chowańca.",
"messageAlreadyMount": "Już masz tego wierzchowca. Spróbuj nakarmić innego chowańca.",
"messageEvolve": "Oswoiłeś: <%= egg %>, chodźmy na przejażdżkę!",
"messageLikesFood": "<%= egg %> zjada: <%= foodText %> i bardzo mu smakuje!",
"messageDontEnjoyFood": "<%= egg %> zjada: <%= foodText %>, ale raczej mu nie smakuje.",
"messageBought": "Kupiono: <%= itemText %>",
"messageEquipped": "Przedmiot: <%= itemText %> założony.",
"messageUnEquipped": "Przedmiot: <%= itemText %> ściągnięty.",
"messageMissingEggPotion": "Brakuje Ci takiego jaja lub eliksiru.",
"messageInvalidEggPotionCombo": "Nie możesz użyć Magicznego Eliksiru Wyklucia na jaju z misji. Spróbuj innego jaja.",
"messageAlreadyPet": "Już masz takiego chowańca. Spróbuj innej kombinacji!",
"messageHatched": "Z Twojego jaja wykluł się chowaniec! Odwiedź stajnię, by wziąć go ze sobą.",
"messageNotEnoughGold": "Nie masz wystarczająco dużo złota",
"messageTwoHandled": "<%= gearText %> to broń dwuręczna.",
"messageDropFood": "Znalazłeś: <%= dropText %>! <%= dropNotes %>",
"messageDropEgg": "Znalazłeś jajo: <%= dropText %>! <%= dropNotes %>",
"messageDropPotion": "Znalazłeś <%= dropText %> eliksir wyklucia! <%= dropNotes %>",
"messageDropQuest": "Znalazłeś misję!",
"messageDropMysteryItem": "Otwierasz pudełko i znajdujesz <%= dropText %>!",
"messageFoundQuest": "Znalazłeś misję: \"<%= questText %>\"!",
"messageAlreadyPurchasedGear": "Ten element wyposażenia został zakupiony, ale już go nie posiadasz. Możesz kupić go ponownie w sekcji nagród na stronie z zadaniami.",
"messageAlreadyOwnGear": "Już posiadasz ten przedmiot. Przejdź do strony z wyposażeniem, aby zacząć go używać.",
"armoireEquipment": "<%= image %> Znalazłeś część rzadkiego wyposażenia w Zaczarowanej Szafie: <%= dropText %>! Fantastycznie!",
"armoireFood": "<%= image %> Przeszukując Zaczarowaną Szafę znaleziono <%= dropArticle %><%= dropText %>. Co to tutaj robi?",
"armoireExp": "Mocujesz się z Zaczarowaną Szafą i zyskujesz doświadczenie. Masz za swoje!",
"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!",
"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!",
"messageUserOperationProtected": "path `<%= operation %>` was not saved, as it's a protected path.",
"messageUserOperationNotFound": "<%= operation %> operation not found"
}