From d45eeac6dc4eb7c19b91f37667b358025860a306 Mon Sep 17 00:00:00 2001 From: Ivan <88715280+Ivanoks@users.noreply.github.com> Date: Sat, 9 Jul 2022 20:57:47 +0600 Subject: [PATCH] 1.4.0 new update format. --- .../assets/midnightcontrols/lang/ru_ru.json | 24 +++++++++++++------ 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/src/main/resources/assets/midnightcontrols/lang/ru_ru.json b/src/main/resources/assets/midnightcontrols/lang/ru_ru.json index 4322882..f085015 100644 --- a/src/main/resources/assets/midnightcontrols/lang/ru_ru.json +++ b/src/main/resources/assets/midnightcontrols/lang/ru_ru.json @@ -8,6 +8,7 @@ "midnightcontrols.action.attack": "Атаковать", "midnightcontrols.action.back": "Назад", "midnightcontrols.action.chat": "Открыть Чат", + "midnightcontrols.action.debug_screen": "Открыть Отладку (F3)", "midnightcontrols.action.drop_item": "Выбросить Предмет", "midnightcontrols.action.exit": "Выйти", "midnightcontrols.action.forward": "Вперед", @@ -26,13 +27,18 @@ "midnightcontrols.action.quick_move": "Переложить", "midnightcontrols.action.right": "Направо", "midnightcontrols.action.screenshot": "Сделать Скриншот", + "midnightcontrols.action.slot_up": "Двинуть Слот На Вверх", + "midnightcontrols.action.slot_down": "Двинуть На Слот Вниз", + "midnightcontrols.action.slot_left": "Двинуть На Слот Влево", + "midnightcontrols.action.slot_right": "Двинуть На Слот Вправо", "midnightcontrols.action.sneak": "Красться", "midnightcontrols.action.sprint": "Бег", "midnightcontrols.action.swap_hands": "Поменять Руку", - "midnightcontrols.action.toggle_perspective": "Переключить Преспективу", "midnightcontrols.action.toggle_smooth_camera": "Переключить Кинематографическую Камеру", "midnightcontrols.action.page_back": "Предыдущая Страница", "midnightcontrols.action.page_next": "Следующая Страница", + "midnightcontrols.action.tab_back": "Предыдущая Секция", + "midnightcontrols.action.tab_next": "Следующая Секция", "midnightcontrols.action.take": "Взять Предмет", "midnightcontrols.action.take_all": "Взять Стак", "midnightcontrols.action.use": "Использовать", @@ -40,8 +46,9 @@ "midnightcontrols.action.zoom_in": "Увеличить Масштаб", "midnightcontrols.action.zoom_out": "Уменьшить Масштаб", "midnightcontrols.action.zoom_reset": "Сбросить Масштаб", - "midnightcontrols.action.key.emotecraft.fastchoose": "Быстрый Выбор Эмоции", - "midnightcontrols.action.key.emotecraft.stop": "Прекратить Эмоцию", + "midnightcontrols.action.emi_page_left": "Предыдущая Страница", + "midnightcontrols.action.emi_page_right": "Следующая Страница", + "midnightcontrols.category.emi": "Е.М.И.", "midnightcontrols.button.a": "A", "midnightcontrols.button.b": "B", "midnightcontrols.button.x": "X", @@ -79,15 +86,18 @@ "midnightcontrols.controller.mappings.error": "Ошибка при загрузке раскладки.", "midnightcontrols.controller.mappings.error.write": "Ошибка при записи раскладки в файл.", "midnightcontrols.controller.mappings.updated": "Раскладка обновлена!", - "midnightcontrols.controller_type.default": "По обычному", + "midnightcontrols.controller_type.default": "По стандарту", "midnightcontrols.controller_type.dualshock": "DualShock", + "midnightcontrols.controller_type.dualsense": "DualSense", "midnightcontrols.controller_type.switch": "Switch", "midnightcontrols.controller_type.xbox": "Xbox", - "midnightcontrols.controller_type.steam": "Steam", + "midnightcontrols.controller_type.xbox_360": "Xbox 360", + "midnightcontrols.controller_type.steam_controller": "Steam Controller", + "midnightcontrols.controller_type.steam_deck": "Steam Deck", "midnightcontrols.controller_type.ouya": "OUYA", "midnightcontrols.controls_mode.default": "Клавиатура/Мышь", "midnightcontrols.controls_mode.controller": "Контроллер", - "midnightcontrols.controls_mode.touchscreen": "Сенсорный Экран", + "midnightcontrols.controls_mode.touchscreen": "Сенсорный Экран (WIP)", "midnightcontrols.hud_side.left": "Больше Налево", "midnightcontrols.hud_side.right": "Больше Направо", "midnightcontrols.menu.analog_movement": "Аналоговое Движение", @@ -163,4 +173,4 @@ "midnightcontrols.virtual_mouse.skin.second_light": "Дополнительный Светлый", "midnightcontrols.virtual_mouse.skin.second_dark": "Дополнительный Тёмный", "modmenu.descriptionTranslation.midnightcontrols": "Добавление поддержки контроллера и улучшенние элементов управления в целом.\nРазветвлен от LambdaControls, поддержка которого, к сожалению, прекращена.." -} +} \ No newline at end of file