Browse Source

Russian language update

Co-Authored-By: anton-piliugin <34044202+anton-piliugin@users.noreply.github.com>
Scott Lahteine 6 years ago
parent
commit
d58450c82a
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      Marlin/src/lcd/language/language_ru.h

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

@@ -38,6 +38,7 @@
38 38
 #define MSG_SD_INSERTED                     _UxGT("Карта вставлена")
39 39
 #define MSG_SD_REMOVED                      _UxGT("Карта извлечена")
40 40
 #define MSG_LCD_ENDSTOPS                    _UxGT("Эндстопы") // Max length 8 characters
41
+#define MSG_LCD_SOFT_ENDSTOPS               _UxGT("Прогр. эндстопы")
41 42
 #define MSG_MAIN                            _UxGT("Меню")
42 43
 #define MSG_AUTOSTART                       _UxGT("Автостарт")
43 44
 #define MSG_DISABLE_STEPPERS                _UxGT("Выкл. двигатели")
@@ -315,6 +316,7 @@
315 316
 #define MSG_DELTA_SETTINGS                  _UxGT("Настройки Delta")
316 317
 #define MSG_DELTA_AUTO_CALIBRATE            _UxGT("Авто калибровка")
317 318
 #define MSG_DELTA_HEIGHT_CALIBRATE          _UxGT("Задать высоту Delta")
319
+#define MSG_DELTA_Z_OFFSET_CALIBRATE        _UxGT("Задать Z-смещение")
318 320
 #define MSG_DELTA_DIAG_ROD                  _UxGT("Диаг. стержень")
319 321
 #define MSG_DELTA_HEIGHT                    _UxGT("Высота")
320 322
 #define MSG_DELTA_RADIUS                    _UxGT("Радиус")

Loading…
Cancel
Save