habitica-self-host/common/locales/ro/messages.json

49 lines
3.6 KiB
JSON
Raw Normal View History

{
"messageLostItem": "Ți s-a stricat <%= itemText %>.",
2014-05-15 20:40:07 +00:00
"messageTaskNotFound": "Țelul nu a fost găsit.",
2015-06-23 08:43:29 +00:00
"messageDuplicateTaskID": "A task with that ID already exists.",
"messageTagNotFound": "Eticheta nu a fost găsită.",
"messagePetNotFound": ":pet nu a fost găsit în user.items.pets",
"messageFoodNotFound": ":food nu a fost găsit în user.items.food",
2015-10-02 03:44:53 +00:00
"messageNotAvailable": "This item is not currently available for purchase.",
"messageCannotFeedPet": "Nu poți hrăni acest companion.",
"messageAlreadyMount": "Ai deja acest animal de călărit. Încearcă să hrănești alt companion.",
"messageEvolve": "Ai îmblînzit <%= egg %>, hai să mergem la o plimbare!",
"messageLikesFood": "<%= egg %> adoră să mănânce <%= foodText %>!",
"messageDontEnjoyFood": "<%= egg %> mănîncă <%= foodText %>, dar se pare că nu îi place.",
"messageBought": "Ai cumpărat <%= itemText %>",
2014-07-16 13:16:21 +00:00
"messageEquipped": "<%= itemText %> echipat.",
"messageUnEquipped": "<%= itemText %> dezechipat.",
2015-09-13 03:26:30 +00:00
"messageMissingEggPotion": "Îți lipsește ori oul ori poțiunea necesară",
2015-10-02 03:44:53 +00:00
"messageInvalidEggPotionCombo": "You can't hatch Quest Pet Eggs with Magic Hatching Potions! Try a different egg.",
2015-09-13 03:26:30 +00:00
"messageAlreadyPet": "Deja ai acest companion. Încearcă o altă combinație pentru eclozare!",
"messageHatched": "Oul tău a eclozat! Vizitează grajdul pentru a-ți lua noul companion.",
"messageNotEnoughGold": "Nu ai destul aur",
2015-09-13 03:26:30 +00:00
"messageTwoHandled": "<%= gearText %> se folosește cu două mâini",
"messageDropFood": "Ai găsit <%= dropArticle %><%= dropText %>! <%= dropNotes %>",
"messageDropEgg": "Ai găsit un Ou <%= dropText %>! <%= dropNotes %>",
2015-09-13 03:26:30 +00:00
"messageDropPotion": "Ai găsit o poțiune de eclozare <%= dropText %>! <%= 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": "Ai găsit aventura \"<%= 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!",
"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
}