Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ru_ru.lang #1227

Merged
merged 1 commit into from
May 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/main/resources/assets/jei/lang/ru_ru.lang
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ jei.tooltip.recipe.ore.dict=Принимает любые: %s
jei.tooltip.item.colors=Цвета: %s
jei.tooltip.shapeless.recipe=Бесформенный рецепт
jei.tooltip.cheat.mode=Режим жульничества
jei.tooltip.cheat.mode.how.to.disable.hotkey=Нажмите %s для переключения.
jei.tooltip.cheat.mode.how.to.disable.no.hotkey=Зажмите %s и нажмите здесь, для переключения.
jei.tooltip.recipe.by=Рецепт из: %s
jei.tooltip.recipe.id=ID репепта: %s
jei.tooltip.not.enough.space=Здесь недостаточно места для отображения списка ингредиентов.
jei.tooltip.ingredient.list.disabled=Список ингредиентов отключен.
jei.tooltip.ingredient.list.disabled.how.to.fix=Нажмите %s для включения.

# Error Tooltips
jei.tooltip.error.recipe.transfer.missing=Отсутствуют предметы
Expand Down Expand Up @@ -85,6 +90,8 @@ config.jei.advanced.modNameFormat=Формат названия мода
config.jei.advanced.modNameFormat.comment=Как название мода должно быть отформатировано для подсказок JEI. Оставьте пустым, чтобы отключить.
config.jei.advanced.maxColumns=Максимальная ширина
config.jei.advanced.maxColumns.comment=Максимальная ширина списка ингредиентов.
config.jei.advanced.minColumns=Минимальная ширина
config.jei.advanced.minColumns.comment=Минимальная ширина списка ингредиентов. Если не хватает места, оно будет скрыто.
config.jei.advanced.giveMode=Режим получения предметов
config.jei.advanced.giveMode.comment=Выберите, должен ли JEI давать предметы напрямую в инвентарь (inventory) или же набирать их мышкой (mouse_pickup).

Expand Down