浏览代码

Update Slovak language (#15187)

Roman Moravčík 5 年前
父节点
当前提交
ca0f47985b
共有 1 个文件被更改,包括 7 次插入3 次删除
  1. 7
    3
      Marlin/src/lcd/language/language_sk.h

+ 7
- 3
Marlin/src/lcd/language/language_sk.h 查看文件

107
 #define MSG_MESH_Y                          _UxGT("Index Y")
107
 #define MSG_MESH_Y                          _UxGT("Index Y")
108
 #define MSG_MESH_EDIT_Z                     _UxGT("Hodnota Z")
108
 #define MSG_MESH_EDIT_Z                     _UxGT("Hodnota Z")
109
 #define MSG_USER_MENU                       _UxGT("Vlastné príkazy")
109
 #define MSG_USER_MENU                       _UxGT("Vlastné príkazy")
110
-
111
-#define MSG_LCD_TILTING_MESH                _UxGT("Vyrovnávam bod")
110
+#define MSG_M48_TEST                        _UxGT("M48 Test sondy")
111
+#define MSG_M48_POINT                       _UxGT("M48 Bod")
112
+#define MSG_M48_DEVIATION                   _UxGT("Odchýlka")
112
 #define MSG_IDEX_MENU                       _UxGT("IDEX režim")
113
 #define MSG_IDEX_MENU                       _UxGT("IDEX režim")
113
 #define MSG_OFFSETS_MENU                    _UxGT("Ofset nástrojov")
114
 #define MSG_OFFSETS_MENU                    _UxGT("Ofset nástrojov")
114
 #define MSG_IDEX_MODE_AUTOPARK              _UxGT("Auto-parkovanie")
115
 #define MSG_IDEX_MODE_AUTOPARK              _UxGT("Auto-parkovanie")
122
 #define MSG_UBL_UNHOMED                     _UxGT("Prejdite domov")
123
 #define MSG_UBL_UNHOMED                     _UxGT("Prejdite domov")
123
 #define MSG_UBL_TOOLS                       _UxGT("Nástroje UBL")
124
 #define MSG_UBL_TOOLS                       _UxGT("Nástroje UBL")
124
 #define MSG_UBL_LEVEL_BED                   _UxGT("UBL rovnanie")
125
 #define MSG_UBL_LEVEL_BED                   _UxGT("UBL rovnanie")
126
+#define MSG_LCD_TILTING_MESH                _UxGT("Vyrovnávam bod")
125
 #define MSG_UBL_MANUAL_MESH                 _UxGT("Manuálna sieť bodov")
127
 #define MSG_UBL_MANUAL_MESH                 _UxGT("Manuálna sieť bodov")
126
 #define MSG_UBL_BC_INSERT                   _UxGT("Položte a zmerajte")
128
 #define MSG_UBL_BC_INSERT                   _UxGT("Položte a zmerajte")
127
 #define MSG_UBL_BC_INSERT2                  _UxGT("Zmerajte")
129
 #define MSG_UBL_BC_INSERT2                  _UxGT("Zmerajte")
318
 #define MSG_CONTROL_RETRACT_RECOVERF        _UxGT("UnRet  V")
320
 #define MSG_CONTROL_RETRACT_RECOVERF        _UxGT("UnRet  V")
319
 #define MSG_CONTROL_RETRACT_RECOVER_SWAPF   _UxGT("S UnRet V")
321
 #define MSG_CONTROL_RETRACT_RECOVER_SWAPF   _UxGT("S UnRet V")
320
 #define MSG_AUTORETRACT                     _UxGT("AutoRetr.")
322
 #define MSG_AUTORETRACT                     _UxGT("AutoRetr.")
321
-#define MSG_FILAMENT_SWAP_LENGTH            _UxGT("Dĺžka retrakcie")
323
+#define MSG_FILAMENT_SWAP_LENGTH            _UxGT("Dĺžka výmeny")
324
+#define MSG_FILAMENT_PURGE_LENGTH           _UxGT("Dĺžka vytlačenia")
322
 #define MSG_TOOL_CHANGE                     _UxGT("Výmena nástroja")
325
 #define MSG_TOOL_CHANGE                     _UxGT("Výmena nástroja")
323
 #define MSG_TOOL_CHANGE_ZLIFT               _UxGT("Zdvihnúť Z")
326
 #define MSG_TOOL_CHANGE_ZLIFT               _UxGT("Zdvihnúť Z")
324
 #define MSG_SINGLENOZZLE_PRIME_SPD          _UxGT("Primárna rýchl.")
327
 #define MSG_SINGLENOZZLE_PRIME_SPD          _UxGT("Primárna rýchl.")
499
 #define MSG_VTOOLS_RESET                    _UxGT("V-tools vynulované")
502
 #define MSG_VTOOLS_RESET                    _UxGT("V-tools vynulované")
500
 #define MSG_START_Z                         _UxGT("Počiat.Z")
503
 #define MSG_START_Z                         _UxGT("Počiat.Z")
501
 #define MSG_END_Z                           _UxGT("Konečn.Z")
504
 #define MSG_END_Z                           _UxGT("Konečn.Z")
505
+#define MSG_GAMES                           _UxGT("Hry")
502
 #define MSG_BRICKOUT                        _UxGT("Brickout")
506
 #define MSG_BRICKOUT                        _UxGT("Brickout")
503
 #define MSG_INVADERS                        _UxGT("Nájazdníci")
507
 #define MSG_INVADERS                        _UxGT("Nájazdníci")
504
 #define MSG_SNAKE                           _UxGT("Had")
508
 #define MSG_SNAKE                           _UxGT("Had")

正在加载...
取消
保存