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 Russian language #14940

Merged
merged 1 commit into from
Aug 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions Marlin/src/lcd/language/language_ru.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

#define MSG_M48_TEST _UxGT("Проверка датчика Z")
#define MSG_M48_DEVIATION _UxGT("Отклонение")
#define MSG_M48_POINT _UxGT("Точка")
#define MSG_M48_POINT _UxGT("Измерение")

// TODO: IDEX Menu
#define MSG_OFFSETS_MENU _UxGT("Размещение сопел")
Expand Down Expand Up @@ -255,13 +255,24 @@
#define MSG_LOAD_EEPROM _UxGT("Загрузить настройки")
#define MSG_RESTORE_FAILSAFE _UxGT("Вернуть настройки")
#define MSG_INIT_EEPROM _UxGT("Инициализация EEPROM")
#define MSG_SD_UPDATE _UxGT("Обновление прошивки")
#define MSG_RESET_PRINTER _UxGT("Сброс принтера")
#define MSG_REFRESH _UxGT("Обновить")
#define MSG_WATCH _UxGT("Информационный экран")
#define MSG_PREPARE _UxGT("Подготовить")
#define MSG_TUNE _UxGT("Настроить")
#define MSG_START_PRINT _UxGT("Начало печати")
#define MSG_BUTTON_NEXT _UxGT("Дальше")
#define MSG_BUTTON_INIT _UxGT("Инициализация")
#define MSG_BUTTON_STOP _UxGT("Остановить")
#define MSG_BUTTON_PRINT _UxGT("Печать")
#define MSG_BUTTON_RESET _UxGT("Сброс")
#define MSG_BUTTON_CANCEL _UxGT("Отмена")
#define MSG_BUTTON_DONE _UxGT("Готово")
#define MSG_PAUSE_PRINT _UxGT("Пауза печати")
#define MSG_RESUME_PRINT _UxGT("Продолжить печать")
#define MSG_STOP_PRINT _UxGT("Остановить печать")
#define MSG_OUTAGE_RECOVERY _UxGT("Восстановение сбоя")
#define MSG_CARD_MENU _UxGT("Печать с SD карты")
#define MSG_NO_CARD _UxGT("Нет SD карты")
#define MSG_DWELL _UxGT("Сон...")
Expand Down Expand Up @@ -313,7 +324,7 @@
#define MSG_BABYSTEP_Z _UxGT("Микрошаг Z")
#define MSG_ENDSTOP_ABORT _UxGT("Сработал концевик")
#define MSG_HEATING_FAILED_LCD _UxGT("Разогрев не удался")
#define MSG_HEATING_FAILED_LCD_BED _UxGT("Разогр. стола не уд.")
#define MSG_HEATING_FAILED_LCD_BED _UxGT("Неудача нагрева стола")
#define MSG_ERR_REDUNDANT_TEMP _UxGT("Ошибка: Избыточная Т")
#define MSG_THERMAL_RUNAWAY _UxGT("УБЕГАНИЕ ТЕПЛА")
#define MSG_THERMAL_RUNAWAY_BED _UxGT("УБЕГАНИЕ ТЕПЛА СТОЛА")
Expand Down