Browse Source

Russian language updates

From #10311 by @anton-piliugin
Scott Lahteine 7 years ago
parent
commit
051303ad42
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/lcd/language/language_ru.h

+ 4
- 0
Marlin/src/lcd/language/language_ru.h View File

287
 #define MSG_BABYSTEP_Z                      _UxGT("Микрошаг Z")
287
 #define MSG_BABYSTEP_Z                      _UxGT("Микрошаг Z")
288
 #define MSG_ENDSTOP_ABORT                   _UxGT("Сработал концевик")
288
 #define MSG_ENDSTOP_ABORT                   _UxGT("Сработал концевик")
289
 #define MSG_HEATING_FAILED_LCD              _UxGT("Разогрев не удался")
289
 #define MSG_HEATING_FAILED_LCD              _UxGT("Разогрев не удался")
290
+#define MSG_HEATING_FAILED_LCD_BED          _UxGT("Разогр. стола не уд.")
290
 #define MSG_ERR_REDUNDANT_TEMP              _UxGT("Ошибка: Избыточная Т")
291
 #define MSG_ERR_REDUNDANT_TEMP              _UxGT("Ошибка: Избыточная Т")
291
 #define MSG_THERMAL_RUNAWAY                 _UxGT("УБЕГАНИЕ ТЕПЛА")
292
 #define MSG_THERMAL_RUNAWAY                 _UxGT("УБЕГАНИЕ ТЕПЛА")
292
 #define MSG_THERMAL_RUNAWAY_BED             _UxGT("УБЕГАНИЕ ТЕПЛА СТОЛА")
293
 #define MSG_THERMAL_RUNAWAY_BED             _UxGT("УБЕГАНИЕ ТЕПЛА СТОЛА")
302
 #define MSG_SHORT_MINUTE                    _UxGT("м") // One character only
303
 #define MSG_SHORT_MINUTE                    _UxGT("м") // One character only
303
 #define MSG_HEATING                         _UxGT("Нагрев...")
304
 #define MSG_HEATING                         _UxGT("Нагрев...")
304
 #define MSG_HEATING_COMPLETE                _UxGT("Нагрев выполнен")
305
 #define MSG_HEATING_COMPLETE                _UxGT("Нагрев выполнен")
306
+#define MSG_COOLING                         _UxGT("Охлаждение...")
307
+#define MSG_COOLING_COMPLETE                _UxGT("Охлаждение выполнено")
305
 #define MSG_BED_HEATING                     _UxGT("Нагрев стола")
308
 #define MSG_BED_HEATING                     _UxGT("Нагрев стола")
309
+#define MSG_BED_COOLING                     _UxGT("Охлаждение стола")
306
 #define MSG_BED_DONE                        _UxGT("Стол разогрет")
310
 #define MSG_BED_DONE                        _UxGT("Стол разогрет")
307
 #define MSG_DELTA_CALIBRATE                 _UxGT("Калибровка Delta")
311
 #define MSG_DELTA_CALIBRATE                 _UxGT("Калибровка Delta")
308
 #define MSG_DELTA_CALIBRATE_X               _UxGT("Калибровать X")
312
 #define MSG_DELTA_CALIBRATE_X               _UxGT("Калибровать X")

Loading…
Cancel
Save