浏览代码

Merge pull request #3748 from clexpert/patch-1

Lastest changes in Czech translate
Scott Lahteine 9 年前
父节点
当前提交
c63f95f2fe
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      Marlin/language_cz.h

+ 5
- 0
Marlin/language_cz.h 查看文件

42
 #define WELCOME_MSG                         MACHINE_NAME " pripraven."
42
 #define WELCOME_MSG                         MACHINE_NAME " pripraven."
43
 #define MSG_SD_INSERTED                     "Karta vlozena"
43
 #define MSG_SD_INSERTED                     "Karta vlozena"
44
 #define MSG_SD_REMOVED                      "Karta vyjmuta"
44
 #define MSG_SD_REMOVED                      "Karta vyjmuta"
45
+#define MSG_LCD_ENDSTOPS                    "Endstopy" // maximalne 8 znaku
45
 #define MSG_MAIN                            "Hlavni nabidka"
46
 #define MSG_MAIN                            "Hlavni nabidka"
46
 #define MSG_AUTOSTART                       "Autostart"
47
 #define MSG_AUTOSTART                       "Autostart"
47
 #define MSG_DISABLE_STEPPERS                "Uvolnit motory"
48
 #define MSG_DISABLE_STEPPERS                "Uvolnit motory"
48
 #define MSG_AUTO_HOME                       "Domovska pozice"
49
 #define MSG_AUTO_HOME                       "Domovska pozice"
50
+#define MSG_AUTO_HOME_X                     "Domu osa X"
51
+#define MSG_AUTO_HOME_Y                     "Domu osa Y"
52
+#define MSG_AUTO_HOME_Z                     "Domu osa Z"
49
 #define MSG_LEVEL_BED_HOMING                "Mereni podlozky"
53
 #define MSG_LEVEL_BED_HOMING                "Mereni podlozky"
50
 #define MSG_LEVEL_BED_WAITING               "Kliknutim spustte"
54
 #define MSG_LEVEL_BED_WAITING               "Kliknutim spustte"
55
+#define MSG_LEVEL_BED_NEXT_POINT            "Dalsi bod"
51
 #define MSG_LEVEL_BED_DONE                  "Mereni hotovo!"
56
 #define MSG_LEVEL_BED_DONE                  "Mereni hotovo!"
52
 #define MSG_LEVEL_BED_CANCEL                "Storno"
57
 #define MSG_LEVEL_BED_CANCEL                "Storno"
53
 #define MSG_SET_HOME_OFFSETS                "Nastavit ofsety"
58
 #define MSG_SET_HOME_OFFSETS                "Nastavit ofsety"

正在加载...
取消
保存