habitica/common/locales/ru/messages.json

49 lines
4.4 KiB
JSON
Raw Normal View History

2014-03-27 22:15:31 +00:00
{
"messageLostItem": "Сломано: <%= itemText %>.",
2014-03-27 22:15:31 +00:00
"messageTaskNotFound": "Задание не найдено.",
2015-06-25 09:51:48 +00:00
"messageDuplicateTaskID": "Задание с таким ID уже существует.",
2014-03-27 22:15:31 +00:00
"messageTagNotFound": "Тег не найден.",
"messagePetNotFound": ":pet не найдено в user.items.pets",
"messageFoodNotFound": ":food не найдено в user.items.food",
2015-10-08 22:42:10 +00:00
"messageNotAvailable": "Сейчас этот предмет приобрести невозможно.",
2014-03-27 22:15:31 +00:00
"messageCannotFeedPet": "Нельзя кормить этого питомца.",
2014-04-09 13:54:45 +00:00
"messageAlreadyMount": "У вас уже есть такой скакун. Попробуйте покормить другого питомца.",
"messageEvolve": "<%= egg %> приручен, пора кататься!",
"messageLikesFood": "<%= egg %> доволен. <%= foodText %> — его любимая еда!",
"messageDontEnjoyFood": "<%= egg %> все съел, но не похоже, что <%= foodText %> ему нравится.",
"messageBought": "Куплено: <%= itemText %>",
2014-08-03 13:30:06 +00:00
"messageEquipped": "Надето: <%= itemText %>.",
"messageUnEquipped": "Снято: <%= itemText %>",
2014-04-09 13:54:45 +00:00
"messageMissingEggPotion": "У вас нет нужного яйца или эликсира",
2015-10-08 22:42:10 +00:00
"messageInvalidEggPotionCombo": "Вы не можете вывести квестового питомца с помощью волшебного инкубационного эликсира. Попробуйте другое яйцо.",
2014-04-09 13:54:45 +00:00
"messageAlreadyPet": "У вас уже есть такой питомец! Попробуйте другую комбинацию!",
"messageHatched": "Из яйца вылупился питомец! Загляните в стойла, чтобы взять его с собой.",
"messageNotEnoughGold": "Недостаточно золота",
2014-05-11 19:47:49 +00:00
"messageTwoHandled": "<%= gearText %> — двуручное оружие",
"messageDropFood": "Вы нашли: <%= dropText %>! <%= dropNotes %>",
"messageDropEgg": "Вы нашли: <%= dropText %> в яйце! <%= dropNotes %>",
"messageDropPotion": "Вы нашли <%= dropText %> инкубационный эликсир! <%= dropNotes %>",
2015-07-28 04:15:48 +00:00
"messageDropQuest": "Вы нашли квест!",
2015-09-13 23:38:59 +00:00
"messageDropMysteryItem": "Вы открываете коробку и находите <%= dropText %>!",
2015-06-23 08:43:29 +00:00
"messageFoundQuest": "Вы нашли квест: «<%= questText %>»!",
2015-07-14 11:55:03 +00:00
"messageAlreadyPurchasedGear": "Вы приобретали эту вещь в прошлом, но сейчас у вас ее нет. Вы можете купить ее снова в колонке наград на странице задач.",
2015-09-13 23:38:59 +00:00
"messageAlreadyOwnGear": "У вас уже есть этот предмет. Наденьте его на странице снаряжения.",
2015-07-12 21:45:26 +00:00
"armoireEquipment": "<%= image %> Вы нашли в сундуке редкий предмет: <%= dropText %>! Потрясающе!",
2015-07-17 13:31:12 +00:00
"armoireFood": "<%= image %> Копаясь в сундуке, вы что-то находите. Откуда здесь <%= dropArticle %><%= dropText %>?",
2015-10-30 14:25:43 +00:00
"armoireExp": "Вы сражаетесь с сундуком и набираете опыт. Получай!",
"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 13:14:48 +00:00
}