1 |
ron |
1 |
/**
|
|
|
2 |
* Marlin 3D Printer Firmware
|
|
|
3 |
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
|
|
4 |
*
|
|
|
5 |
* Based on Sprinter and grbl.
|
|
|
6 |
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
|
|
|
7 |
*
|
|
|
8 |
* This program is free software: you can redistribute it and/or modify
|
|
|
9 |
* it under the terms of the GNU General Public License as published by
|
|
|
10 |
* the Free Software Foundation, either version 3 of the License, or
|
|
|
11 |
* (at your option) any later version.
|
|
|
12 |
*
|
|
|
13 |
* This program is distributed in the hope that it will be useful,
|
|
|
14 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
15 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
16 |
* GNU General Public License for more details.
|
|
|
17 |
*
|
|
|
18 |
* You should have received a copy of the GNU General Public License
|
|
|
19 |
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
20 |
*
|
|
|
21 |
*/
|
|
|
22 |
|
|
|
23 |
/**
|
|
|
24 |
* Catalan
|
|
|
25 |
*
|
|
|
26 |
* LCD Menu Messages
|
|
|
27 |
* See also http://marlinfw.org/docs/development/lcd_language.html
|
|
|
28 |
*
|
|
|
29 |
*/
|
|
|
30 |
#ifndef LANGUAGE_CA_H
|
|
|
31 |
#define LANGUAGE_CA_H
|
|
|
32 |
|
|
|
33 |
#define MAPPER_C2C3 // because of "ó"
|
|
|
34 |
#define DISPLAY_CHARSET_ISO10646_1
|
|
|
35 |
#define CHARSIZE 2
|
|
|
36 |
|
|
|
37 |
#define WELCOME_MSG MACHINE_NAME _UxGT(" preparada.")
|
|
|
38 |
#define MSG_SD_INSERTED _UxGT("Targeta detectada.")
|
|
|
39 |
#define MSG_SD_REMOVED _UxGT("Targeta extreta.")
|
|
|
40 |
#define MSG_LCD_ENDSTOPS _UxGT("Endstops")
|
|
|
41 |
#define MSG_MAIN _UxGT("Menú principal")
|
|
|
42 |
#define MSG_AUTOSTART _UxGT("Inici automatic")
|
|
|
43 |
#define MSG_DISABLE_STEPPERS _UxGT("Desactiva motors")
|
|
|
44 |
#define MSG_DEBUG_MENU _UxGT("Menu de depuracio")
|
|
|
45 |
#define MSG_PROGRESS_BAR_TEST _UxGT("Test barra progres")
|
|
|
46 |
#define MSG_AUTO_HOME _UxGT("Ves a l'origen")
|
|
|
47 |
#define MSG_AUTO_HOME_X _UxGT("X a origen")
|
|
|
48 |
#define MSG_AUTO_HOME_Y _UxGT("Y a origen")
|
|
|
49 |
#define MSG_AUTO_HOME_Z _UxGT("Z a origen")
|
|
|
50 |
#define MSG_TMC_Z_CALIBRATION _UxGT("Calibra Z")
|
|
|
51 |
#define MSG_LEVEL_BED_HOMING _UxGT("Origen XYZ")
|
|
|
52 |
#define MSG_LEVEL_BED_WAITING _UxGT("Premeu per iniciar")
|
|
|
53 |
#define MSG_LEVEL_BED_NEXT_POINT _UxGT("Següent punt")
|
|
|
54 |
#define MSG_LEVEL_BED_DONE _UxGT("Anivellament fet!")
|
|
|
55 |
#define MSG_SET_HOME_OFFSETS _UxGT("Ajusta decalatge")
|
|
|
56 |
#define MSG_HOME_OFFSETS_APPLIED _UxGT("Decalatge aplicat")
|
|
|
57 |
#define MSG_SET_ORIGIN _UxGT("Estableix origen")
|
|
|
58 |
#define MSG_PREHEAT_1 _UxGT("Preescalfa PLA")
|
|
|
59 |
#define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ")
|
|
|
60 |
#define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 _UxGT(" Tot")
|
|
|
61 |
#define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 _UxGT(" Llit")
|
|
|
62 |
#define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT(" Conf.")
|
|
|
63 |
#define MSG_PREHEAT_2 _UxGT("Preescalfa ABS")
|
|
|
64 |
#define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ")
|
|
|
65 |
#define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 _UxGT(" Tot")
|
|
|
66 |
#define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 _UxGT(" Llit")
|
|
|
67 |
#define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT(" Conf.")
|
|
|
68 |
#define MSG_COOLDOWN _UxGT("Refreda")
|
|
|
69 |
#define MSG_SWITCH_PS_ON _UxGT("Switch power on")
|
|
|
70 |
#define MSG_SWITCH_PS_OFF _UxGT("Switch power off")
|
|
|
71 |
#define MSG_EXTRUDE _UxGT("Extrudeix")
|
|
|
72 |
#define MSG_RETRACT _UxGT("Retreu")
|
|
|
73 |
#define MSG_MOVE_AXIS _UxGT("Mou eixos")
|
|
|
74 |
#define MSG_BED_LEVELING _UxGT("Anivella llit")
|
|
|
75 |
#define MSG_LEVEL_BED _UxGT("Anivella llit")
|
|
|
76 |
#define MSG_MOVING _UxGT("Movent..")
|
|
|
77 |
#define MSG_FREE_XY _UxGT("XY lliures")
|
|
|
78 |
#define MSG_MOVE_X _UxGT("Mou X")
|
|
|
79 |
#define MSG_MOVE_Y _UxGT("Mou Y")
|
|
|
80 |
#define MSG_MOVE_Z _UxGT("Mou Z")
|
|
|
81 |
#define MSG_MOVE_E _UxGT("Extrusor")
|
|
|
82 |
#define MSG_MOVE_01MM _UxGT("Mou 0.1mm")
|
|
|
83 |
#define MSG_MOVE_1MM _UxGT("Mou 1mm")
|
|
|
84 |
#define MSG_MOVE_10MM _UxGT("Mou 10mm")
|
|
|
85 |
#define MSG_SPEED _UxGT("Velocitat")
|
|
|
86 |
#define MSG_BED_Z _UxGT("Llit Z")
|
|
|
87 |
#define MSG_NOZZLE _UxGT("Nozzle")
|
|
|
88 |
#define MSG_BED _UxGT("Llit")
|
|
|
89 |
#define MSG_FAN_SPEED _UxGT("Vel. Ventilador")
|
|
|
90 |
#define MSG_FLOW _UxGT("Flux")
|
|
|
91 |
#define MSG_CONTROL _UxGT("Control")
|
|
|
92 |
#define MSG_MIN LCD_STR_THERMOMETER _UxGT(" Min")
|
|
|
93 |
#define MSG_MAX LCD_STR_THERMOMETER _UxGT(" Max")
|
|
|
94 |
#define MSG_FACTOR LCD_STR_THERMOMETER _UxGT(" Fact")
|
|
|
95 |
#define MSG_AUTOTEMP _UxGT("Autotemp")
|
|
|
96 |
#define MSG_ON _UxGT("On ")
|
|
|
97 |
#define MSG_OFF _UxGT("Off")
|
|
|
98 |
#define MSG_PID_P _UxGT("PID-P")
|
|
|
99 |
#define MSG_PID_I _UxGT("PID-I")
|
|
|
100 |
#define MSG_PID_D _UxGT("PID-D")
|
|
|
101 |
#define MSG_PID_C _UxGT("PID-C")
|
|
|
102 |
#define MSG_SELECT _UxGT("Select")
|
|
|
103 |
#define MSG_ACC _UxGT("Accel")
|
|
|
104 |
#define MSG_JERK _UxGT("Jerk")
|
|
|
105 |
#if IS_KINEMATIC
|
|
|
106 |
#define MSG_VA_JERK _UxGT("Va-jerk")
|
|
|
107 |
#define MSG_VB_JERK _UxGT("Vb-jerk")
|
|
|
108 |
#define MSG_VC_JERK _UxGT("Vc-jerk")
|
|
|
109 |
#else
|
|
|
110 |
#define MSG_VA_JERK _UxGT("Vx-jerk")
|
|
|
111 |
#define MSG_VB_JERK _UxGT("Vy-jerk")
|
|
|
112 |
#define MSG_VC_JERK _UxGT("Vz-jerk")
|
|
|
113 |
#endif
|
|
|
114 |
#define MSG_VE_JERK _UxGT("Ve-jerk")
|
|
|
115 |
#define MSG_VMAX _UxGT("Vmax ")
|
|
|
116 |
#define MSG_VMIN _UxGT("Vmin")
|
|
|
117 |
#define MSG_VTRAV_MIN _UxGT("VViatge min")
|
|
|
118 |
#define MSG_AMAX _UxGT("Accel. max ")
|
|
|
119 |
#define MSG_A_RETRACT _UxGT("Accel. retracc")
|
|
|
120 |
#define MSG_A_TRAVEL _UxGT("Accel. Viatge")
|
|
|
121 |
#define MSG_STEPS_PER_MM _UxGT("Passos/mm")
|
|
|
122 |
#if IS_KINEMATIC
|
|
|
123 |
#define MSG_ASTEPS _UxGT("Apassos/mm")
|
|
|
124 |
#define MSG_BSTEPS _UxGT("Bpassos/mm")
|
|
|
125 |
#define MSG_CSTEPS _UxGT("Cpassos/mm")
|
|
|
126 |
#else
|
|
|
127 |
#define MSG_ASTEPS _UxGT("Xpassos/mm")
|
|
|
128 |
#define MSG_BSTEPS _UxGT("Ypassos/mm")
|
|
|
129 |
#define MSG_CSTEPS _UxGT("Zpassos/mm")
|
|
|
130 |
#endif
|
|
|
131 |
#define MSG_ESTEPS _UxGT("Epassos/mm")
|
|
|
132 |
#define MSG_E1STEPS _UxGT("E1passos/mm")
|
|
|
133 |
#define MSG_E2STEPS _UxGT("E2passos/mm")
|
|
|
134 |
#define MSG_E3STEPS _UxGT("E3passos/mm")
|
|
|
135 |
#define MSG_E4STEPS _UxGT("E4passos/mm")
|
|
|
136 |
#define MSG_E5STEPS _UxGT("E5passos/mm")
|
|
|
137 |
#define MSG_TEMPERATURE _UxGT("Temperatura")
|
|
|
138 |
#define MSG_MOTION _UxGT("Moviment")
|
|
|
139 |
#define MSG_FILAMENT _UxGT("Filament")
|
|
|
140 |
#define MSG_VOLUMETRIC_ENABLED _UxGT("E en mm3")
|
|
|
141 |
#define MSG_FILAMENT_DIAM _UxGT("Diam. Fil.")
|
|
|
142 |
#define MSG_CONTRAST _UxGT("Contrast de LCD")
|
|
|
143 |
#define MSG_STORE_EEPROM _UxGT("Desa memoria")
|
|
|
144 |
#define MSG_LOAD_EEPROM _UxGT("Carrega memoria")
|
|
|
145 |
#define MSG_RESTORE_FAILSAFE _UxGT("Restaura valors")
|
|
|
146 |
#define MSG_REFRESH _UxGT("Actualitza")
|
|
|
147 |
#define MSG_WATCH _UxGT("Pantalla Info.")
|
|
|
148 |
#define MSG_PREPARE _UxGT("Prepara")
|
|
|
149 |
#define MSG_TUNE _UxGT("Ajusta")
|
|
|
150 |
#define MSG_PAUSE_PRINT _UxGT("Pausa impressio")
|
|
|
151 |
#define MSG_RESUME_PRINT _UxGT("Repren impressio")
|
|
|
152 |
#define MSG_STOP_PRINT _UxGT("Atura impressio.")
|
|
|
153 |
#define MSG_CARD_MENU _UxGT("Imprimeix de SD")
|
|
|
154 |
#define MSG_NO_CARD _UxGT("No hi ha targeta")
|
|
|
155 |
#define MSG_DWELL _UxGT("En repos...")
|
|
|
156 |
#define MSG_USERWAIT _UxGT("Esperant usuari..")
|
|
|
157 |
#define MSG_PRINT_ABORTED _UxGT("Imp. cancelada")
|
|
|
158 |
#define MSG_NO_MOVE _UxGT("Sense moviment.")
|
|
|
159 |
#define MSG_KILLED _UxGT("MATAT.")
|
|
|
160 |
#define MSG_STOPPED _UxGT("ATURADA.")
|
|
|
161 |
#define MSG_CONTROL_RETRACT _UxGT("Retreu mm")
|
|
|
162 |
#define MSG_CONTROL_RETRACT_SWAP _UxGT("Swap Retreure mm")
|
|
|
163 |
#define MSG_CONTROL_RETRACTF _UxGT("Retreu V")
|
|
|
164 |
#define MSG_CONTROL_RETRACT_ZLIFT _UxGT("Aixeca mm")
|
|
|
165 |
#define MSG_CONTROL_RETRACT_RECOVER _UxGT("DesRet +mm")
|
|
|
166 |
#define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("Swap DesRet +mm")
|
|
|
167 |
#define MSG_CONTROL_RETRACT_RECOVERF _UxGT("DesRet V")
|
|
|
168 |
#define MSG_AUTORETRACT _UxGT("Auto retraccio")
|
|
|
169 |
#define MSG_FILAMENTCHANGE _UxGT("Canvia filament")
|
|
|
170 |
#define MSG_INIT_SDCARD _UxGT("Inicialitza SD")
|
|
|
171 |
#define MSG_CNG_SDCARD _UxGT("Canvia SD")
|
|
|
172 |
#define MSG_ZPROBE_OUT _UxGT("Sonda Z fora")
|
|
|
173 |
#define MSG_BLTOUCH_RESET _UxGT("Reinicia BLTouch")
|
|
|
174 |
#define MSG_HOME _UxGT("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
|
|
175 |
#define MSG_FIRST _UxGT("primer")
|
|
|
176 |
#define MSG_ZPROBE_ZOFFSET _UxGT("Decalatge Z")
|
|
|
177 |
#define MSG_BABYSTEP_X _UxGT("Micropas X")
|
|
|
178 |
#define MSG_BABYSTEP_Y _UxGT("Micropas Y")
|
|
|
179 |
#define MSG_BABYSTEP_Z _UxGT("Micropas Z")
|
|
|
180 |
#define MSG_ENDSTOP_ABORT _UxGT("Cancel. Endstop")
|
|
|
181 |
#define MSG_HEATING_FAILED_LCD _UxGT("Error al escalfar")
|
|
|
182 |
#define MSG_ERR_REDUNDANT_TEMP _UxGT("Err: TEMP REDUNDANT")
|
|
|
183 |
#define MSG_THERMAL_RUNAWAY _UxGT("THERMAL RUNAWAY")
|
|
|
184 |
#define MSG_ERR_MAXTEMP _UxGT("Err: TEMP MAXIMA")
|
|
|
185 |
#define MSG_ERR_MINTEMP _UxGT("Err: TEMP MINIMA")
|
|
|
186 |
#define MSG_ERR_MAXTEMP_BED _UxGT("Err: TEMPMAX LLIT")
|
|
|
187 |
#define MSG_ERR_MINTEMP_BED _UxGT("Err: TEMPMIN LLIT")
|
|
|
188 |
#define MSG_ERR_Z_HOMING MSG_HOME _UxGT(" ") MSG_X MSG_Y _UxGT(" ") MSG_FIRST
|
|
|
189 |
#define MSG_HALTED _UxGT("IMPRESSORA PARADA")
|
|
|
190 |
#define MSG_PLEASE_RESET _UxGT("Reinicieu")
|
|
|
191 |
#define MSG_SHORT_DAY _UxGT("d") // One character only
|
|
|
192 |
#define MSG_SHORT_HOUR _UxGT("h") // One character only
|
|
|
193 |
#define MSG_SHORT_MINUTE _UxGT("m") // One character only
|
|
|
194 |
#define MSG_HEATING _UxGT("Escalfant...")
|
|
|
195 |
#define MSG_BED_HEATING _UxGT("Escalfant llit...")
|
|
|
196 |
#define MSG_DELTA_CALIBRATE _UxGT("Calibratge Delta")
|
|
|
197 |
#define MSG_DELTA_CALIBRATE_X _UxGT("Calibra X")
|
|
|
198 |
#define MSG_DELTA_CALIBRATE_Y _UxGT("Calibra Y")
|
|
|
199 |
#define MSG_DELTA_CALIBRATE_Z _UxGT("Calibra Z")
|
|
|
200 |
#define MSG_DELTA_CALIBRATE_CENTER _UxGT("Calibra el centre")
|
|
|
201 |
|
|
|
202 |
#define MSG_INFO_MENU _UxGT("Quant a la impr.")
|
|
|
203 |
#define MSG_INFO_PRINTER_MENU _UxGT("Info Impressora")
|
|
|
204 |
#define MSG_INFO_STATS_MENU _UxGT("Estadistiques")
|
|
|
205 |
#define MSG_INFO_BOARD_MENU _UxGT("Info placa")
|
|
|
206 |
#define MSG_INFO_THERMISTOR_MENU _UxGT("Termistors")
|
|
|
207 |
#define MSG_INFO_EXTRUDERS _UxGT("Extrusors")
|
|
|
208 |
#define MSG_INFO_BAUDRATE _UxGT("Baud")
|
|
|
209 |
#define MSG_INFO_PROTOCOL _UxGT("Protocol")
|
|
|
210 |
#define MSG_CASE_LIGHT _UxGT("Llum")
|
|
|
211 |
|
|
|
212 |
#if LCD_WIDTH >= 20
|
|
|
213 |
#define MSG_INFO_PRINT_COUNT _UxGT("Total impressions")
|
|
|
214 |
#define MSG_INFO_COMPLETED_PRINTS _UxGT("Acabades")
|
|
|
215 |
#define MSG_INFO_PRINT_TIME _UxGT("Temps imprimint")
|
|
|
216 |
#define MSG_INFO_PRINT_LONGEST _UxGT("Treball mes llarg")
|
|
|
217 |
#define MSG_INFO_PRINT_FILAMENT _UxGT("Total extrudit")
|
|
|
218 |
#else
|
|
|
219 |
#define MSG_INFO_PRINT_COUNT _UxGT("Impressions")
|
|
|
220 |
#define MSG_INFO_COMPLETED_PRINTS _UxGT("Acabades")
|
|
|
221 |
#define MSG_INFO_PRINT_TIME _UxGT("Total")
|
|
|
222 |
#define MSG_INFO_PRINT_LONGEST _UxGT("Mes llarg")
|
|
|
223 |
#define MSG_INFO_PRINT_FILAMENT _UxGT("Extrudit")
|
|
|
224 |
#endif
|
|
|
225 |
|
|
|
226 |
#define MSG_INFO_MIN_TEMP _UxGT("Temp. mínima")
|
|
|
227 |
#define MSG_INFO_MAX_TEMP _UxGT("Temp. màxima")
|
|
|
228 |
#define MSG_INFO_PSU _UxGT("Font alimentacio")
|
|
|
229 |
|
|
|
230 |
#define MSG_DRIVE_STRENGTH _UxGT("Força motor")
|
|
|
231 |
#define MSG_DAC_PERCENT _UxGT("Driver %")
|
|
|
232 |
#define MSG_DAC_EEPROM_WRITE _UxGT("DAC EEPROM Write")
|
|
|
233 |
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Repren impressió")
|
|
|
234 |
|
|
|
235 |
//
|
|
|
236 |
// Filament Change screens show up to 3 lines on a 4-line display
|
|
|
237 |
// ...or up to 2 lines on a 3-line display
|
|
|
238 |
//
|
|
|
239 |
#if LCD_HEIGHT >= 4
|
|
|
240 |
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Esperant per")
|
|
|
241 |
#define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("iniciar el canvi")
|
|
|
242 |
#define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("de filament")
|
|
|
243 |
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Esperant per")
|
|
|
244 |
#define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("treure filament")
|
|
|
245 |
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Poseu filament")
|
|
|
246 |
#define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("i premeu el boto")
|
|
|
247 |
#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("per continuar...")
|
|
|
248 |
#define MSG_FILAMENT_CHANGE_HEAT_1 _UxGT("Premeu boto per")
|
|
|
249 |
#define MSG_FILAMENT_CHANGE_HEAT_2 _UxGT("escalfar nozzle.")
|
|
|
250 |
#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Escalfant nozzle")
|
|
|
251 |
#define MSG_FILAMENT_CHANGE_HEATING_2 _UxGT("Espereu...")
|
|
|
252 |
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Esperant carrega")
|
|
|
253 |
#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("de filament")
|
|
|
254 |
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Esperant per")
|
|
|
255 |
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("reprendre")
|
|
|
256 |
#else // LCD_HEIGHT < 4
|
|
|
257 |
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Espereu...")
|
|
|
258 |
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Expulsant...")
|
|
|
259 |
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Insereix i prem")
|
|
|
260 |
#define MSG_FILAMENT_CHANGE_HEATING_1 _UxGT("Escalfant...")
|
|
|
261 |
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Carregant...")
|
|
|
262 |
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Reprenent...")
|
|
|
263 |
#endif // LCD_HEIGHT < 4
|
|
|
264 |
|
|
|
265 |
#endif // LANGUAGE_CA_H
|