Browse Source

Create language_cz.h

Czech language translation.
Petr Zahradnik 8 years ago
parent
commit
8c768a76a2
1 changed files with 170 additions and 0 deletions
  1. 170
    0
      Marlin/language_cz.h

+ 170
- 0
Marlin/language_cz.h View File

@@ -0,0 +1,170 @@
1
+/**
2
+ * Czech
3
+ *
4
+ * LCD Menu Messages
5
+ * Se also documentation/LCDLanguageFont.md
6
+ *
7
+ * Translated by Petr Zahradnik, Computer Laboratory
8
+ * Blog and video blog Zahradnik se bavi
9
+ * http://www.zahradniksebavi.cz
10
+ *
11
+ */
12
+#ifndef LANGUAGE_CZ_H
13
+#define LANGUAGE_CZ_H
14
+
15
+#define MAPPER_NON
16
+// Define SIMULATE_ROMFONT to see what is seen on the character based display defined in Configuration.h
17
+//#define SIMULATE_ROMFONT
18
+#define DISPLAY_CHARSET_ISO10646_1
19
+
20
+#define WELCOME_MSG                         MACHINE_NAME " pripraven."
21
+#define MSG_SD_INSERTED                     "Karta vlozena"
22
+#define MSG_SD_REMOVED                      "Karta vyjmuta"
23
+#define MSG_MAIN                            "Hlavni nabidka"
24
+#define MSG_AUTOSTART                       "Autostart"
25
+#define MSG_DISABLE_STEPPERS                "Uvolnit motory"
26
+#define MSG_AUTO_HOME                       "Domovska pozice"
27
+#define MSG_SET_HOME_OFFSETS                "Nastavit ofsety"
28
+#define MSG_SET_ORIGIN                      "Nastavit pocatek"
29
+#define MSG_PREHEAT_PLA                     "Zahrat PLA"
30
+#define MSG_PREHEAT_PLA_N                   MSG_PREHEAT_PLA " "
31
+#define MSG_PREHEAT_PLA_ALL                 MSG_PREHEAT_PLA " Vse"
32
+#define MSG_PREHEAT_PLA_BEDONLY             MSG_PREHEAT_PLA " Podloz"
33
+#define MSG_PREHEAT_PLA_SETTINGS            MSG_PREHEAT_PLA " Nast"
34
+#define MSG_PREHEAT_ABS                     "Zahrat ABS"
35
+#define MSG_PREHEAT_ABS_N                   MSG_PREHEAT_ABS " "
36
+#define MSG_PREHEAT_ABS_ALL                 MSG_PREHEAT_ABS " Vse"
37
+#define MSG_PREHEAT_ABS_BEDONLY             MSG_PREHEAT_ABS " Podloz"
38
+#define MSG_PREHEAT_ABS_SETTINGS            MSG_PREHEAT_ABS " Nast"
39
+#define MSG_H1                              "1"
40
+#define MSG_H2                              "2"
41
+#define MSG_H3                              "3"
42
+#define MSG_H4                              "4"
43
+#define MSG_COOLDOWN                        "Zchladit"
44
+#define MSG_SWITCH_PS_ON                    "Zapnout napajeni"
45
+#define MSG_SWITCH_PS_OFF                   "Vypnout napajeni"
46
+#define MSG_EXTRUDE                         "Vytlacit (extr.)"
47
+#define MSG_RETRACT                         "Zatlacit (retr.)"
48
+#define MSG_MOVE_AXIS                       "Posunout osy"
49
+#define MSG_LEVEL_BED                       "Vyrovnat podlozku"
50
+#define MSG_MOVE_X                          "Posunout X"
51
+#define MSG_MOVE_Y                          "Posunout Y"
52
+#define MSG_MOVE_Z                          "Posunout Z"
53
+#define MSG_MOVE_E                          "Extruder"
54
+#define MSG_MOVE_E1                         "Extruder1"
55
+#define MSG_MOVE_E2                         "Extruder2"
56
+#define MSG_MOVE_E3                         "Extruder3"
57
+#define MSG_MOVE_01MM                       "Posunout o 0,1mm"
58
+#define MSG_MOVE_1MM                        "Posunout o 1mm"
59
+#define MSG_MOVE_10MM                       "Posunout o 10mm"
60
+#define MSG_SPEED                           "Rychlost"
61
+#define MSG_NOZZLE                          "Tryska"
62
+#define MSG_N0                              " 0"
63
+#define MSG_N1                              " 1"
64
+#define MSG_N2                              " 2"
65
+#define MSG_N3                              " 3"
66
+#define MSG_N4                              " 4"
67
+#define MSG_BED                             "Podlozka"
68
+#define MSG_FAN_SPEED                       "Rychlost vent."
69
+#define MSG_FLOW                            "Prutok"
70
+#define MSG_CONTROL                         "Ovladani"
71
+#define MSG_MIN                             " " LCD_STR_THERMOMETER " Min"
72
+#define MSG_MAX                             " " LCD_STR_THERMOMETER " Max"
73
+#define MSG_FACTOR                          " " LCD_STR_THERMOMETER " Fakt"
74
+#define MSG_AUTOTEMP                        "Autoteplota"
75
+#define MSG_ON                              "Zap"
76
+#define MSG_OFF                             "Vyp"
77
+#define MSG_PID_P                           "PID-P"
78
+#define MSG_PID_I                           "PID-I"
79
+#define MSG_PID_D                           "PID-D"
80
+#define MSG_PID_C                           "PID-C"
81
+#define MSG_E2                              " E2"
82
+#define MSG_E3                              " E3"
83
+#define MSG_E4                              " E4"
84
+#define MSG_ACC                             "Zrychl"
85
+#define MSG_VXY_JERK                        "Vxy-jerk"
86
+#define MSG_VZ_JERK                         "Vz-jerk"
87
+#define MSG_VE_JERK                         "Ve-jerk"
88
+#define MSG_VMAX                            "Vmax "
89
+#define MSG_X                               "x"
90
+#define MSG_Y                               "y"
91
+#define MSG_Z                               "z"
92
+#define MSG_E                               "e"
93
+#define MSG_VMIN                            "Vmin"
94
+#define MSG_VTRAV_MIN                       "VTrav min"
95
+#define MSG_AMAX                            "Amax "
96
+#define MSG_A_RETRACT                       "A-retrakt"
97
+#define MSG_A_TRAVEL                        "A-prejezd"
98
+#define MSG_XSTEPS                          "Xkroku/mm"
99
+#define MSG_YSTEPS                          "Ykroku/mm"
100
+#define MSG_ZSTEPS                          "Zkroku/mm"
101
+#define MSG_ESTEPS                          "Ekroku/mm"
102
+#define MSG_TEMPERATURE                     "Teplota"
103
+#define MSG_MOTION                          "Pohyb"
104
+#define MSG_VOLUMETRIC                      "Filament"
105
+#define MSG_VOLUMETRIC_ENABLED              "E na mm3"
106
+#define MSG_FILAMENT_SIZE_EXTRUDER_0        "Fil. Prum. 1"
107
+#define MSG_FILAMENT_SIZE_EXTRUDER_1        "Fil. Prum. 2"
108
+#define MSG_FILAMENT_SIZE_EXTRUDER_2        "Fil. Prum. 3"
109
+#define MSG_FILAMENT_SIZE_EXTRUDER_3        "Fil. Prum. 4"
110
+#define MSG_CONTRAST                        "Kontrast LCD"
111
+#define MSG_STORE_EPROM                     "Ulozit nastaveni"
112
+#define MSG_LOAD_EPROM                      "Nacist nastaveni"
113
+#define MSG_RESTORE_FAILSAFE                "Obnovit vychozi"
114
+#define MSG_REFRESH                         "Obnovit"
115
+#define MSG_WATCH                           "Info obrazovka"
116
+#define MSG_PREPARE                         "Priprava tisku"
117
+#define MSG_TUNE                            "Doladeni tisku"
118
+#define MSG_PAUSE_PRINT                     "Pozastavit tisk"
119
+#define MSG_RESUME_PRINT                    "Obnovit tisk"
120
+#define MSG_STOP_PRINT                      "Zastavit tisk"
121
+#define MSG_CARD_MENU                       "Tisknout z SD"
122
+#define MSG_NO_CARD                         "Zadna SD karta"
123
+#define MSG_DWELL                           "Uspano..."
124
+#define MSG_USERWAIT                        "Cekani na uziv..."
125
+#define MSG_RESUMING                        "Obnovovani tisku"
126
+#define MSG_PRINT_ABORTED                   "Tisk zrusen"
127
+#define MSG_NO_MOVE                         "Zadny pohyb."
128
+#define MSG_KILLED                          "PRERUSENO. "
129
+#define MSG_STOPPED                         "ZASTAVENO. "
130
+#define MSG_CONTROL_RETRACT                 "Retrakt mm"
131
+#define MSG_CONTROL_RETRACT_SWAP            "Vymena Re.mm"
132
+#define MSG_CONTROL_RETRACTF                "Retraktovat  V"
133
+#define MSG_CONTROL_RETRACT_ZLIFT           "Zvednuti Z mm"
134
+#define MSG_CONTROL_RETRACT_RECOVER         "UnRet +mm"
135
+#define MSG_CONTROL_RETRACT_RECOVER_SWAP    "S UnRet+mm"
136
+#define MSG_CONTROL_RETRACT_RECOVERF        "UnRet  V"
137
+#define MSG_AUTORETRACT                     "AutoRetr."
138
+#define MSG_FILAMENTCHANGE                  "Vymenit filament"
139
+#define MSG_INIT_SDCARD                     "Nacist SD kartu"
140
+#define MSG_CNG_SDCARD                      "Vymenit SD kartu"
141
+#define MSG_ZPROBE_OUT                      "Sonda Z mimo podl"
142
+#define MSG_POSITION_UNKNOWN                "Domu X/Y pred Z"
143
+#define MSG_ZPROBE_ZOFFSET                  "Z ofset"
144
+#define MSG_BABYSTEP_X                      "Babystep X"
145
+#define MSG_BABYSTEP_Y                      "Babystep Y"
146
+#define MSG_BABYSTEP_Z                      "Babystep Z"
147
+#define MSG_ENDSTOP_ABORT                   "Endstop abort"
148
+#define MSG_HEATING_FAILED_LCD              "Chyba zahrivani"
149
+#define MSG_ERR_REDUNDANT_TEMP              "Chyba: REDUNDANTNI TEPLOTA"
150
+#define MSG_THERMAL_RUNAWAY                 "TEPLOTNI SKOK"
151
+#define MSG_ERR_MAXTEMP                     "Chyba: VYSOKA TEPLOTA"
152
+#define MSG_ERR_MINTEMP                     "Chyba: NIZKA TEPLOTA"
153
+#define MSG_ERR_MAXTEMP_BED                 "Chyba: VYSOKA TEPLOTA PODL."
154
+#define MSG_ERR_MINTEMP_BED                 "Chyba: NIZKA TEPLOTA PODL."
155
+#define MSG_END_HOUR                        "hod"
156
+#define MSG_END_MINUTE                      "min"
157
+#define MSG_HEATING                         "Zahrivani..."
158
+#define MSG_HEATING_COMPLETE                "Zahrati hotovo."
159
+#define MSG_BED_HEATING                     "Zahrivani podl."
160
+#define MSG_BED_DONE                        "Podlozka hotova."
161
+
162
+#if ENABLED(DELTA_CALIBRATION_MENU)
163
+  #define MSG_DELTA_CALIBRATE             "Delta Kalibrace"
164
+  #define MSG_DELTA_CALIBRATE_X           "Kalibrovat X"
165
+  #define MSG_DELTA_CALIBRATE_Y           "Kalibrovat Y"
166
+  #define MSG_DELTA_CALIBRATE_Z           "Kalibrovat Z"
167
+  #define MSG_DELTA_CALIBRATE_CENTER      "Kalibrovat Stred"
168
+#endif // DELTA_CALIBRATION_MENU
169
+
170
+#endif // LANGUAGE_CZ_H

Loading…
Cancel
Save