🧑💻 Extend LCD string substitution (#24278)
This commit is contained in:
@ -85,7 +85,7 @@ namespace Language_an {
|
||||
LSTR MSG_MOVE_Z = _UxGT("Mover Z");
|
||||
LSTR MSG_MOVE_E = _UxGT("Extrusor");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Extrusor *");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Mover %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Mover $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Mover 0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Mover 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Mover 10mm");
|
||||
@ -109,10 +109,8 @@ namespace Language_an {
|
||||
LSTR MSG_AMAX_A = _UxGT("Acel. max ") STR_A;
|
||||
LSTR MSG_AMAX_B = _UxGT("Acel. max ") STR_B;
|
||||
LSTR MSG_AMAX_C = _UxGT("Acel. max ") STR_C;
|
||||
LSTR MSG_AMAX_I = _UxGT("Acel. max ") STR_I;
|
||||
LSTR MSG_AMAX_J = _UxGT("Acel. max ") STR_J;
|
||||
LSTR MSG_AMAX_K = _UxGT("Acel. max ") STR_K;
|
||||
LSTR MSG_AMAX_E = _UxGT("Acel. max ") STR_E;
|
||||
LSTR MSG_AMAX_N = _UxGT("Acel. max @");
|
||||
LSTR MSG_AMAX_E = _UxGT("Acel. max E");
|
||||
LSTR MSG_AMAX_EN = _UxGT("Acel. max *");
|
||||
LSTR MSG_A_RETRACT = _UxGT("Acel. retrac.");
|
||||
LSTR MSG_A_TRAVEL = _UxGT("Acel. Viaje");
|
||||
@ -120,9 +118,7 @@ namespace Language_an {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" trangos/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" trangos/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" trangos/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" trangos/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" trangos/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" trangos/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ trangos/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E trangos/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* trangos/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Temperatura");
|
||||
@ -168,6 +164,7 @@ namespace Language_an {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Micropaso X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Micropaso Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Micropaso Z");
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Micropaso @");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Cancelado - Endstop");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Error: en calentar");
|
||||
LSTR MSG_ERR_REDUNDANT_TEMP = _UxGT("Error: temperatura");
|
||||
|
@ -74,7 +74,7 @@ namespace Language_bg {
|
||||
LSTR MSG_MOVE_Z = _UxGT("Движение по Z");
|
||||
LSTR MSG_MOVE_E = _UxGT("Екструдер");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Екструдер *");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Премести с %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Премести с $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Премести с 0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Премести с 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Премести с 10mm");
|
||||
@ -101,9 +101,7 @@ namespace Language_bg {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" стъпки/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" стъпки/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" стъпки/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" стъпки/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" стъпки/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" стъпки/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ стъпки/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E стъпки/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* стъпки/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Температура");
|
||||
@ -148,6 +146,7 @@ namespace Language_bg {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Министъпка X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Министъпка Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Министъпка Z");
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Министъпка @");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Стоп Кр.Изключватели");
|
||||
LSTR MSG_DELTA_CALIBRATE = _UxGT("Делта Калибровка");
|
||||
LSTR MSG_DELTA_CALIBRATE_X = _UxGT("Калибровка X");
|
||||
|
@ -85,7 +85,7 @@ namespace Language_ca {
|
||||
LSTR MSG_MOVE_Z = _UxGT("Mou Z");
|
||||
LSTR MSG_MOVE_E = _UxGT("Extrusor");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Extrusor *");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Mou %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Mou $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Mou 0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Mou 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Mou 10mm");
|
||||
@ -107,11 +107,9 @@ namespace Language_ca {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" passos/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" passos/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" passos/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" passos/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" passos/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" passos/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("Epassos/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("*passos/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("@ passos/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("E passos/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* passos/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Temperatura");
|
||||
LSTR MSG_MOTION = _UxGT("Moviment");
|
||||
LSTR MSG_FILAMENT = _UxGT("Filament");
|
||||
@ -156,6 +154,7 @@ namespace Language_ca {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Micropas X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Micropas Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Micropas Z");
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Micropas @");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Cancel. Endstop");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Error al escalfar");
|
||||
LSTR MSG_ERR_REDUNDANT_TEMP = _UxGT("Err: TEMP REDUNDANT");
|
||||
|
@ -235,7 +235,7 @@ namespace Language_cz {
|
||||
LSTR MSG_MOVE_E = _UxGT("Extrudér");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Extrudér *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Hotend je studený");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Posunout o %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Posunout o $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Posunout o 0,1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Posunout o 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Posunout o 10mm");
|
||||
@ -269,19 +269,15 @@ namespace Language_cz {
|
||||
LSTR MSG_VA_JERK = _UxGT("Max ") STR_A _UxGT(" Jerk");
|
||||
LSTR MSG_VB_JERK = _UxGT("Max ") STR_B _UxGT(" Jerk");
|
||||
LSTR MSG_VC_JERK = _UxGT("Max ") STR_C _UxGT(" Jerk");
|
||||
LSTR MSG_VI_JERK = _UxGT("Max ") STR_I _UxGT(" Jerk");
|
||||
LSTR MSG_VJ_JERK = _UxGT("Max ") STR_J _UxGT(" Jerk");
|
||||
LSTR MSG_VK_JERK = _UxGT("Max ") STR_K _UxGT(" Jerk");
|
||||
LSTR MSG_VN_JERK = _UxGT("Max @ Jerk");
|
||||
LSTR MSG_VE_JERK = _UxGT("Max E Jerk");
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Odchylka spoje");
|
||||
LSTR MSG_VELOCITY = _UxGT("Rychlost");
|
||||
LSTR MSG_MAX_SPEED = _UxGT("Max Rychlost");
|
||||
LSTR MSG_VMAX_A = _UxGT("Max ") STR_A _UxGT(" Rychlost");
|
||||
LSTR MSG_VMAX_B = _UxGT("Max ") STR_B _UxGT(" Rychlost");
|
||||
LSTR MSG_VMAX_C = _UxGT("Max ") STR_C _UxGT(" Rychlost");
|
||||
LSTR MSG_VMAX_I = _UxGT("Max ") STR_I _UxGT(" Rychlost");
|
||||
LSTR MSG_VMAX_J = _UxGT("Max ") STR_J _UxGT(" Rychlost");
|
||||
LSTR MSG_VMAX_K = _UxGT("Max ") STR_K _UxGT(" Rychlost");
|
||||
LSTR MSG_VMAX_E = _UxGT("Max ") STR_E _UxGT(" Rychlost");
|
||||
LSTR MSG_VMAX_N = _UxGT("Max @ Rychlost");
|
||||
LSTR MSG_VMAX_E = _UxGT("Max E Rychlost");
|
||||
LSTR MSG_VMAX_EN = _UxGT("Max * Rychlost");
|
||||
LSTR MSG_VMIN = _UxGT("Vmin");
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("VTrav Min");
|
||||
@ -289,10 +285,8 @@ namespace Language_cz {
|
||||
LSTR MSG_AMAX_A = _UxGT("Max ") STR_A _UxGT(" Akcel");
|
||||
LSTR MSG_AMAX_B = _UxGT("Max ") STR_B _UxGT(" Akcel");
|
||||
LSTR MSG_AMAX_C = _UxGT("Max ") STR_C _UxGT(" Akcel");
|
||||
LSTR MSG_AMAX_I = _UxGT("Max ") STR_I _UxGT(" Akcel");
|
||||
LSTR MSG_AMAX_J = _UxGT("Max ") STR_J _UxGT(" Akcel");
|
||||
LSTR MSG_AMAX_K = _UxGT("Max ") STR_K _UxGT(" Akcel");
|
||||
LSTR MSG_AMAX_E = _UxGT("Max ") STR_E _UxGT(" Akcel");
|
||||
LSTR MSG_AMAX_N = _UxGT("Max @ Akcel");
|
||||
LSTR MSG_AMAX_E = _UxGT("Max E Akcel");
|
||||
LSTR MSG_AMAX_EN = _UxGT("Max * Akcel");
|
||||
LSTR MSG_A_RETRACT = _UxGT("A-retrakt");
|
||||
LSTR MSG_A_TRAVEL = _UxGT("A-přejezd");
|
||||
@ -300,9 +294,7 @@ namespace Language_cz {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" kroků/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" kroků/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" kroků/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" kroků/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" kroků/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" kroků/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ kroků/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E kroků/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* kroků/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Teplota");
|
||||
@ -407,6 +399,7 @@ namespace Language_cz {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Babystep X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Babystep Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Babystep Z");
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Babystep @");
|
||||
LSTR MSG_BABYSTEP_TOTAL = _UxGT("Celkem");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Endstop abort");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Chyba zahřívání");
|
||||
@ -482,13 +475,7 @@ namespace Language_cz {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("Teplota max");
|
||||
LSTR MSG_INFO_PSU = _UxGT("Nap. zdroj");
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Buzení motorů");
|
||||
LSTR MSG_DAC_PERCENT_A = STR_A _UxGT(" Motor %");
|
||||
LSTR MSG_DAC_PERCENT_B = STR_B _UxGT(" Motor %");
|
||||
LSTR MSG_DAC_PERCENT_C = STR_C _UxGT(" Motor %");
|
||||
LSTR MSG_DAC_PERCENT_I = STR_I _UxGT(" Motor %");
|
||||
LSTR MSG_DAC_PERCENT_J = STR_J _UxGT(" Motor %");
|
||||
LSTR MSG_DAC_PERCENT_K = STR_K _UxGT(" Motor %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("E Motor %");
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("@ Motor %");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("DAC uložit EEPROM");
|
||||
LSTR MSG_ERROR_TMC = _UxGT("TMC CHYBA SPOJENÍ");
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER = _UxGT("VÝMĚNA FILAMENTU");
|
||||
|
@ -74,7 +74,7 @@ namespace Language_da {
|
||||
LSTR MSG_MOVE_X = _UxGT("Flyt X");
|
||||
LSTR MSG_MOVE_Y = _UxGT("Flyt Y");
|
||||
LSTR MSG_MOVE_Z = _UxGT("Flyt Z");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Flyt %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Flyt $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Flyt 0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Flyt 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Flyt 10mm");
|
||||
@ -172,13 +172,7 @@ namespace Language_da {
|
||||
LSTR MSG_INFO_PSU = _UxGT("Strømfors.");
|
||||
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Driv Styrke");
|
||||
LSTR MSG_DAC_PERCENT_A = STR_A _UxGT(" Driv %");
|
||||
LSTR MSG_DAC_PERCENT_B = STR_B _UxGT(" Driv %");
|
||||
LSTR MSG_DAC_PERCENT_C = STR_C _UxGT(" Driv %");
|
||||
LSTR MSG_DAC_PERCENT_I = STR_I _UxGT(" Driv %");
|
||||
LSTR MSG_DAC_PERCENT_J = STR_J _UxGT(" Driv %");
|
||||
LSTR MSG_DAC_PERCENT_K = STR_K _UxGT(" Driv %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("E Driv %");
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("@ Driv %");
|
||||
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("DAC EEPROM Skriv");
|
||||
|
||||
|
@ -84,12 +84,6 @@ namespace Language_de {
|
||||
LSTR MSG_HOME_OFFSET_X = _UxGT("Homeversatz X");
|
||||
LSTR MSG_HOME_OFFSET_Y = _UxGT("Homeversatz Y");
|
||||
LSTR MSG_HOME_OFFSET_Z = _UxGT("Homeversatz Z");
|
||||
LSTR MSG_HOME_OFFSET_I = _UxGT("Homeversatz ") STR_I;
|
||||
LSTR MSG_HOME_OFFSET_J = _UxGT("Homeversatz ") STR_J;
|
||||
LSTR MSG_HOME_OFFSET_K = _UxGT("Homeversatz ") STR_K;
|
||||
LSTR MSG_HOME_OFFSET_U = _UxGT("Homeversatz ") STR_U;
|
||||
LSTR MSG_HOME_OFFSET_V = _UxGT("Homeversatz ") STR_V;
|
||||
LSTR MSG_HOME_OFFSET_W = _UxGT("Homeversatz ") STR_W;
|
||||
LSTR MSG_HOME_OFFSETS_APPLIED = _UxGT("Homeversatz aktiv");
|
||||
LSTR MSG_TRAMMING_WIZARD = _UxGT("Tramming Assistent");
|
||||
LSTR MSG_SELECT_ORIGIN = _UxGT("Wählen Sie Ursprung");
|
||||
@ -273,13 +267,11 @@ namespace Language_de {
|
||||
LSTR MSG_MOVE_X = _UxGT("Bewege X");
|
||||
LSTR MSG_MOVE_Y = _UxGT("Bewege Y");
|
||||
LSTR MSG_MOVE_Z = _UxGT("Bewege Z");
|
||||
LSTR MSG_MOVE_I = _UxGT("Bewege ") STR_I;
|
||||
LSTR MSG_MOVE_J = _UxGT("Bewege ") STR_J;
|
||||
LSTR MSG_MOVE_K = _UxGT("Bewege ") STR_K;
|
||||
LSTR MSG_MOVE_N = _UxGT("Bewege @");
|
||||
LSTR MSG_MOVE_E = _UxGT("Bewege Extruder");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Bewege Extruder *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Hotend zu kalt");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT(" %s mm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT(" $ mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT(" 0,1 mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT(" 1,0 mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT(" 10,0 mm");
|
||||
@ -289,12 +281,6 @@ namespace Language_de {
|
||||
LSTR MSG_MOVE_01IN = _UxGT("0.100 in");
|
||||
LSTR MSG_MOVE_1IN = _UxGT("1.000 in");
|
||||
LSTR MSG_SPEED = _UxGT("Geschw.");
|
||||
LSTR MSG_MAXSPEED = _UxGT("Max Geschw. (mm/s)");
|
||||
LSTR MSG_MAXSPEED_X = _UxGT("Max ") STR_A _UxGT(" Geschw.");
|
||||
LSTR MSG_MAXSPEED_Y = _UxGT("Max ") STR_B _UxGT(" Geschw.");
|
||||
LSTR MSG_MAXSPEED_Z = _UxGT("Max ") STR_C _UxGT(" Geschw.");
|
||||
LSTR MSG_MAXSPEED_E = _UxGT("Max ") STR_E _UxGT(" Geschw.");
|
||||
LSTR MSG_MAXSPEED_A = _UxGT("Max @ Geschw.");
|
||||
LSTR MSG_BED_Z = _UxGT("Bett Z");
|
||||
LSTR MSG_NOZZLE = _UxGT("Düse");
|
||||
LSTR MSG_NOZZLE_N = _UxGT("Düse ~");
|
||||
@ -347,19 +333,15 @@ namespace Language_de {
|
||||
LSTR MSG_VA_JERK = _UxGT("Max ") STR_A _UxGT(" Jerk");
|
||||
LSTR MSG_VB_JERK = _UxGT("Max ") STR_B _UxGT(" Jerk");
|
||||
LSTR MSG_VC_JERK = _UxGT("Max ") STR_C _UxGT(" Jerk");
|
||||
LSTR MSG_VI_JERK = _UxGT("Max ") STR_I _UxGT(" Jerk");
|
||||
LSTR MSG_VJ_JERK = _UxGT("Max ") STR_J _UxGT(" Jerk");
|
||||
LSTR MSG_VK_JERK = _UxGT("Max ") STR_K _UxGT(" Jerk");
|
||||
LSTR MSG_VN_JERK = _UxGT("Max @ Jerk");
|
||||
LSTR MSG_VE_JERK = _UxGT("Max E Jerk");
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Junction Dev");
|
||||
LSTR MSG_VELOCITY = _UxGT("Geschwindigkeit");
|
||||
LSTR MSG_MAX_SPEED = _UxGT("Max Geschw. (mm/s)");
|
||||
LSTR MSG_VMAX_A = _UxGT("V max ") STR_A;
|
||||
LSTR MSG_VMAX_B = _UxGT("V max ") STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("V max ") STR_C;
|
||||
LSTR MSG_VMAX_I = _UxGT("V max ") STR_I;
|
||||
LSTR MSG_VMAX_J = _UxGT("V max ") STR_J;
|
||||
LSTR MSG_VMAX_K = _UxGT("V max ") STR_K;
|
||||
LSTR MSG_VMAX_E = _UxGT("V max ") STR_E;
|
||||
LSTR MSG_VMAX_N = _UxGT("V max @");
|
||||
LSTR MSG_VMAX_E = _UxGT("V max E");
|
||||
LSTR MSG_VMAX_EN = _UxGT("V max *");
|
||||
LSTR MSG_VMIN = _UxGT("V min ");
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("V min Leerfahrt");
|
||||
@ -367,10 +349,8 @@ namespace Language_de {
|
||||
LSTR MSG_AMAX_A = _UxGT("A max ") STR_A;
|
||||
LSTR MSG_AMAX_B = _UxGT("A max ") STR_B;
|
||||
LSTR MSG_AMAX_C = _UxGT("A max ") STR_C;
|
||||
LSTR MSG_AMAX_I = _UxGT("A max ") STR_I;
|
||||
LSTR MSG_AMAX_J = _UxGT("A max ") STR_J;
|
||||
LSTR MSG_AMAX_K = _UxGT("A max ") STR_K;
|
||||
LSTR MSG_AMAX_E = _UxGT("A max ") STR_E;
|
||||
LSTR MSG_AMAX_N = _UxGT("A max @");
|
||||
LSTR MSG_AMAX_E = _UxGT("A max E");
|
||||
LSTR MSG_AMAX_EN = _UxGT("A max *");
|
||||
LSTR MSG_A_RETRACT = _UxGT("A Einzug");
|
||||
LSTR MSG_A_TRAVEL = _UxGT("A Leerfahrt");
|
||||
@ -380,10 +360,8 @@ namespace Language_de {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" Steps/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" Steps/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" Steps/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" Steps/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" Steps/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" Steps/mm");
|
||||
LSTR MSG_E_STEPS = STR_E _UxGT(" Steps/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ Steps/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E Steps/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* Steps/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Temperatur");
|
||||
LSTR MSG_MOTION = _UxGT("Bewegung");
|
||||
@ -533,9 +511,7 @@ namespace Language_de {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Babystep X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Babystep Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Babystep Z");
|
||||
LSTR MSG_BABYSTEP_I = _UxGT("Babystep ") STR_I;
|
||||
LSTR MSG_BABYSTEP_J = _UxGT("Babystep ") STR_J;
|
||||
LSTR MSG_BABYSTEP_K = _UxGT("Babystep ") STR_K;
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Babystep @");
|
||||
LSTR MSG_BABYSTEP_TOTAL = _UxGT("Total");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Abbr. mit Endstopp");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("HEIZEN ERFOLGLOS");
|
||||
@ -629,13 +605,7 @@ namespace Language_de {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("Max Temp");
|
||||
LSTR MSG_INFO_PSU = _UxGT("Netzteil");
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Motorleistung");
|
||||
LSTR MSG_DAC_PERCENT_A = STR_A _UxGT(" Treiber %");
|
||||
LSTR MSG_DAC_PERCENT_B = STR_B _UxGT(" Treiber %");
|
||||
LSTR MSG_DAC_PERCENT_C = STR_C _UxGT(" Treiber %");
|
||||
LSTR MSG_DAC_PERCENT_I = STR_I _UxGT(" Treiber %");
|
||||
LSTR MSG_DAC_PERCENT_J = STR_J _UxGT(" Treiber %");
|
||||
LSTR MSG_DAC_PERCENT_K = STR_K _UxGT(" Treiber %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("E Treiber %");
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("@ Treiber %");
|
||||
LSTR MSG_ERROR_TMC = _UxGT("TMC Verbindungsfehler");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("Werte speichern");
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER = _UxGT("FILAMENT WECHSEL");
|
||||
|
@ -119,17 +119,13 @@ namespace Language_el {
|
||||
LSTR MSG_VA_JERK = _UxGT("Vαντίδραση ") STR_A;
|
||||
LSTR MSG_VB_JERK = _UxGT("Vαντίδραση ") STR_B;
|
||||
LSTR MSG_VC_JERK = _UxGT("Vαντίδραση ") STR_C;
|
||||
LSTR MSG_VI_JERK = _UxGT("Vαντίδραση ") STR_I;
|
||||
LSTR MSG_VJ_JERK = _UxGT("Vαντίδραση ") STR_J;
|
||||
LSTR MSG_VK_JERK = _UxGT("Vαντίδραση ") STR_K;
|
||||
LSTR MSG_VN_JERK = _UxGT("Vαντίδραση @");
|
||||
LSTR MSG_VE_JERK = _UxGT("Vαντίδραση E");
|
||||
LSTR MSG_VMAX_A = _UxGT("V Μέγιστο") STR_A;
|
||||
LSTR MSG_VMAX_B = _UxGT("V Μέγιστο") STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("V Μέγιστο") STR_C;
|
||||
LSTR MSG_VMAX_I = _UxGT("V Μέγιστο") STR_I;
|
||||
LSTR MSG_VMAX_J = _UxGT("V Μέγιστο") STR_J;
|
||||
LSTR MSG_VMAX_K = _UxGT("V Μέγιστο") STR_K;
|
||||
LSTR MSG_VMAX_E = _UxGT("V Μέγιστο") STR_E;
|
||||
LSTR MSG_VMAX_N = _UxGT("V Μέγιστο@");
|
||||
LSTR MSG_VMAX_E = _UxGT("V ΜέγιστοE");
|
||||
LSTR MSG_VMAX_EN = _UxGT("V Μέγιστο *");
|
||||
LSTR MSG_VMIN = _UxGT("V Ελάχιστο");
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("Vελάχ. μετατόπιση");
|
||||
@ -137,10 +133,8 @@ namespace Language_el {
|
||||
LSTR MSG_AMAX_A = _UxGT("Aμεγ ") STR_A;
|
||||
LSTR MSG_AMAX_B = _UxGT("Aμεγ ") STR_B;
|
||||
LSTR MSG_AMAX_C = _UxGT("Aμεγ ") STR_C;
|
||||
LSTR MSG_AMAX_I = _UxGT("Aμεγ ") STR_I;
|
||||
LSTR MSG_AMAX_J = _UxGT("Aμεγ ") STR_J;
|
||||
LSTR MSG_AMAX_K = _UxGT("Aμεγ ") STR_K;
|
||||
LSTR MSG_AMAX_E = _UxGT("Aμεγ ") STR_E;
|
||||
LSTR MSG_AMAX_N = _UxGT("Aμεγ @");
|
||||
LSTR MSG_AMAX_E = _UxGT("Aμεγ E");
|
||||
LSTR MSG_AMAX_EN = _UxGT("Aμεγ *");
|
||||
LSTR MSG_A_RETRACT = _UxGT("Α-ανάσυρση");
|
||||
LSTR MSG_A_TRAVEL = _UxGT("Α-μετατόπιση");
|
||||
@ -148,9 +142,7 @@ namespace Language_el {
|
||||
LSTR MSG_A_STEPS = _UxGT("Bήματα ") STR_A _UxGT(" ανά μμ");
|
||||
LSTR MSG_B_STEPS = _UxGT("Bήματα ") STR_B _UxGT(" ανά μμ");
|
||||
LSTR MSG_C_STEPS = _UxGT("Bήματα ") STR_C _UxGT(" ανά μμ");
|
||||
LSTR MSG_I_STEPS = _UxGT("Bήματα ") STR_I _UxGT(" ανά μμ");
|
||||
LSTR MSG_J_STEPS = _UxGT("Bήματα ") STR_J _UxGT(" ανά μμ");
|
||||
LSTR MSG_K_STEPS = _UxGT("Bήματα ") STR_K _UxGT(" ανά μμ");
|
||||
LSTR MSG_N_STEPS = _UxGT("Bήματα @ ανά μμ");
|
||||
LSTR MSG_E_STEPS = _UxGT("Bήματα Ε ανά μμ");
|
||||
LSTR MSG_EN_STEPS = _UxGT("Bήματα * ανά μμ");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Θερμοκρασία");
|
||||
|
@ -109,17 +109,13 @@ namespace Language_el_gr {
|
||||
LSTR MSG_VA_JERK = _UxGT("Vαντίδραση ") STR_A;
|
||||
LSTR MSG_VB_JERK = _UxGT("Vαντίδραση ") STR_B;
|
||||
LSTR MSG_VC_JERK = _UxGT("Vαντίδραση ") STR_C;
|
||||
LSTR MSG_VI_JERK = _UxGT("Vαντίδραση ") STR_I;
|
||||
LSTR MSG_VJ_JERK = _UxGT("Vαντίδραση ") STR_J;
|
||||
LSTR MSG_VK_JERK = _UxGT("Vαντίδραση ") STR_K;
|
||||
LSTR MSG_VN_JERK = _UxGT("Vαντίδραση @");
|
||||
LSTR MSG_VE_JERK = _UxGT("Vαντίδραση E");
|
||||
LSTR MSG_VMAX_A = _UxGT("Vμεγ ") STR_A;
|
||||
LSTR MSG_VMAX_B = _UxGT("Vμεγ ") STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("Vμεγ ") STR_C;
|
||||
LSTR MSG_VMAX_I = _UxGT("Vμεγ ") STR_I;
|
||||
LSTR MSG_VMAX_J = _UxGT("Vμεγ ") STR_J;
|
||||
LSTR MSG_VMAX_K = _UxGT("Vμεγ ") STR_K;
|
||||
LSTR MSG_VMAX_E = _UxGT("Vμεγ ") STR_E;
|
||||
LSTR MSG_VMAX_N = _UxGT("Vμεγ @");
|
||||
LSTR MSG_VMAX_E = _UxGT("Vμεγ E");
|
||||
LSTR MSG_VMAX_EN = _UxGT("Vμεγ *");
|
||||
LSTR MSG_VMIN = _UxGT("Vελαχ");
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("Vελάχ. μετατόπιση");
|
||||
@ -127,10 +123,8 @@ namespace Language_el_gr {
|
||||
LSTR MSG_AMAX_A = _UxGT("Aμεγ ") STR_A;
|
||||
LSTR MSG_AMAX_B = _UxGT("Aμεγ ") STR_B;
|
||||
LSTR MSG_AMAX_C = _UxGT("Aμεγ ") STR_C;
|
||||
LSTR MSG_AMAX_I = _UxGT("Aμεγ ") STR_I;
|
||||
LSTR MSG_AMAX_J = _UxGT("Aμεγ ") STR_J;
|
||||
LSTR MSG_AMAX_K = _UxGT("Aμεγ ") STR_K;
|
||||
LSTR MSG_AMAX_E = _UxGT("Aμεγ ") STR_E;
|
||||
LSTR MSG_AMAX_N = _UxGT("Aμεγ @");
|
||||
LSTR MSG_AMAX_E = _UxGT("Aμεγ E");
|
||||
LSTR MSG_AMAX_EN = _UxGT("Aμεγ *");
|
||||
LSTR MSG_A_RETRACT = _UxGT("Α-ανάσυρση");
|
||||
LSTR MSG_A_TRAVEL = _UxGT("Α-μετατόπιση");
|
||||
@ -138,9 +132,7 @@ namespace Language_el_gr {
|
||||
LSTR MSG_A_STEPS = _UxGT("Bήματα ") STR_A _UxGT(" ανά μμ");
|
||||
LSTR MSG_B_STEPS = _UxGT("Bήματα ") STR_B _UxGT(" ανά μμ");
|
||||
LSTR MSG_C_STEPS = _UxGT("Bήματα ") STR_C _UxGT(" ανά μμ");
|
||||
LSTR MSG_I_STEPS = _UxGT("Bήματα ") STR_I _UxGT(" ανά μμ");
|
||||
LSTR MSG_J_STEPS = _UxGT("Bήματα ") STR_J _UxGT(" ανά μμ");
|
||||
LSTR MSG_K_STEPS = _UxGT("Bήματα ") STR_K _UxGT(" ανά μμ");
|
||||
LSTR MSG_N_STEPS = _UxGT("Bήματα @ ανά μμ");
|
||||
LSTR MSG_E_STEPS = _UxGT("Bήματα Ε ανά μμ");
|
||||
LSTR MSG_EN_STEPS = _UxGT("Bήματα * ανά μμ");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Θερμοκρασία");
|
||||
|
@ -27,10 +27,9 @@
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
* Substitutions are applied for the following characters when used
|
||||
* in menu items that call lcd_put_u8str_ind_P with an index:
|
||||
* Substitutions are applied for the following characters when used in menu items titles:
|
||||
*
|
||||
* $ displays an inserted C-string
|
||||
* $ displays an inserted string
|
||||
* = displays '0'....'10' for indexes 0 - 10
|
||||
* ~ displays '1'....'11' for indexes 0 - 10
|
||||
* * displays 'E1'...'E11' for indexes 0 - 10 (By default. Uses LCD_FIRST_TOOL)
|
||||
@ -106,9 +105,6 @@ namespace Language_en {
|
||||
LSTR MSG_HOME_OFFSET_X = _UxGT("Home Offset X");
|
||||
LSTR MSG_HOME_OFFSET_Y = _UxGT("Home Offset Y");
|
||||
LSTR MSG_HOME_OFFSET_Z = _UxGT("Home Offset Z");
|
||||
LSTR MSG_HOME_OFFSET_I = _UxGT("Home Offset ") STR_I;
|
||||
LSTR MSG_HOME_OFFSET_J = _UxGT("Home Offset ") STR_J;
|
||||
LSTR MSG_HOME_OFFSET_K = _UxGT("Home Offset ") STR_K;
|
||||
LSTR MSG_HOME_OFFSETS_APPLIED = _UxGT("Offsets Applied");
|
||||
LSTR MSG_TRAMMING_WIZARD = _UxGT("Tramming Wizard");
|
||||
LSTR MSG_SELECT_ORIGIN = _UxGT("Select Origin");
|
||||
@ -311,13 +307,11 @@ namespace Language_en {
|
||||
LSTR MSG_MOVE_X = _UxGT("Move X"); // Used by draw_edit_screen
|
||||
LSTR MSG_MOVE_Y = _UxGT("Move Y");
|
||||
LSTR MSG_MOVE_Z = _UxGT("Move Z");
|
||||
LSTR MSG_MOVE_I = _UxGT("Move ") STR_I;
|
||||
LSTR MSG_MOVE_J = _UxGT("Move ") STR_J;
|
||||
LSTR MSG_MOVE_K = _UxGT("Move ") STR_K;
|
||||
LSTR MSG_MOVE_N = _UxGT("Move @");
|
||||
LSTR MSG_MOVE_E = _UxGT("Move Extruder");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Move E*");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Hotend too cold");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Move %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Move $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Move 0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Move 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Move 10mm");
|
||||
@ -327,12 +321,6 @@ namespace Language_en {
|
||||
LSTR MSG_MOVE_01IN = _UxGT("Move 0.1in");
|
||||
LSTR MSG_MOVE_1IN = _UxGT("Move 1.0in");
|
||||
LSTR MSG_SPEED = _UxGT("Speed");
|
||||
LSTR MSG_MAXSPEED = _UxGT("Max Speed (mm/s)");
|
||||
LSTR MSG_MAXSPEED_X = _UxGT("Max ") STR_A _UxGT(" Speed");
|
||||
LSTR MSG_MAXSPEED_Y = _UxGT("Max ") STR_B _UxGT(" Speed");
|
||||
LSTR MSG_MAXSPEED_Z = _UxGT("Max ") STR_C _UxGT(" Speed");
|
||||
LSTR MSG_MAXSPEED_E = _UxGT("Max ") STR_E _UxGT(" Speed");
|
||||
LSTR MSG_MAXSPEED_A = _UxGT("Max @ Speed");
|
||||
LSTR MSG_BED_Z = _UxGT("Bed Z");
|
||||
LSTR MSG_NOZZLE = _UxGT("Nozzle");
|
||||
LSTR MSG_NOZZLE_N = _UxGT("Nozzle ~");
|
||||
@ -389,30 +377,24 @@ namespace Language_en {
|
||||
LSTR MSG_VA_JERK = _UxGT("Max ") STR_A _UxGT(" Jerk");
|
||||
LSTR MSG_VB_JERK = _UxGT("Max ") STR_B _UxGT(" Jerk");
|
||||
LSTR MSG_VC_JERK = _UxGT("Max ") STR_C _UxGT(" Jerk");
|
||||
LSTR MSG_VI_JERK = _UxGT("Max ") STR_I _UxGT(" Jerk");
|
||||
LSTR MSG_VJ_JERK = _UxGT("Max ") STR_J _UxGT(" Jerk");
|
||||
LSTR MSG_VK_JERK = _UxGT("Max ") STR_K _UxGT(" Jerk");
|
||||
LSTR MSG_VN_JERK = _UxGT("Max @ Jerk");
|
||||
LSTR MSG_VE_JERK = _UxGT("Max E Jerk");
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Junction Dev");
|
||||
LSTR MSG_VELOCITY = _UxGT("Velocity");
|
||||
LSTR MSG_VMAX_A = _UxGT("Max ") STR_A _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_B = _UxGT("Max ") STR_B _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_C = _UxGT("Max ") STR_C _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_I = _UxGT("Max ") STR_I _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_J = _UxGT("Max ") STR_J _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_K = _UxGT("Max ") STR_K _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_E = _UxGT("Max ") STR_E _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_EN = _UxGT("Max * Vel");
|
||||
LSTR MSG_MAX_SPEED = _UxGT("Max Speed (mm/s)");
|
||||
LSTR MSG_VMAX_A = _UxGT("Max ") STR_A _UxGT(" Speed");
|
||||
LSTR MSG_VMAX_B = _UxGT("Max ") STR_B _UxGT(" Speed");
|
||||
LSTR MSG_VMAX_C = _UxGT("Max ") STR_C _UxGT(" Speed");
|
||||
LSTR MSG_VMAX_N = _UxGT("Max @ Speed");
|
||||
LSTR MSG_VMAX_E = _UxGT("Max E Speed");
|
||||
LSTR MSG_VMAX_EN = _UxGT("Max * Speed");
|
||||
LSTR MSG_VMIN = _UxGT("Min Velocity");
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("Min Travel Vel");
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("Min Travel Speed");
|
||||
LSTR MSG_ACCELERATION = _UxGT("Acceleration");
|
||||
LSTR MSG_AMAX_A = _UxGT("Max ") STR_A _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_B = _UxGT("Max ") STR_B _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_C = _UxGT("Max ") STR_C _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_I = _UxGT("Max ") STR_I _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_J = _UxGT("Max ") STR_J _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_K = _UxGT("Max ") STR_K _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_E = _UxGT("Max ") STR_E _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_N = _UxGT("Max @ Accel");
|
||||
LSTR MSG_AMAX_E = _UxGT("Max E Accel");
|
||||
LSTR MSG_AMAX_EN = _UxGT("Max * Accel");
|
||||
LSTR MSG_A_RETRACT = _UxGT("Retract Accel");
|
||||
LSTR MSG_A_TRAVEL = _UxGT("Travel Accel");
|
||||
@ -422,9 +404,7 @@ namespace Language_en {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" Steps/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" Steps/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" Steps/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" Steps/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" Steps/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" Steps/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ steps/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E steps/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* Steps/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Temperature");
|
||||
@ -587,9 +567,7 @@ namespace Language_en {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Babystep X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Babystep Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Babystep Z");
|
||||
LSTR MSG_BABYSTEP_I = _UxGT("Babystep ") STR_I;
|
||||
LSTR MSG_BABYSTEP_J = _UxGT("Babystep ") STR_J;
|
||||
LSTR MSG_BABYSTEP_K = _UxGT("Babystep ") STR_K;
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Babystep @");
|
||||
LSTR MSG_BABYSTEP_TOTAL = _UxGT("Total");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Endstop Abort");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Heating Failed");
|
||||
@ -686,13 +664,7 @@ namespace Language_en {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("Max Temp");
|
||||
LSTR MSG_INFO_PSU = _UxGT("PSU");
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Drive Strength");
|
||||
LSTR MSG_DAC_PERCENT_A = STR_A _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_B = STR_B _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_C = STR_C _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_I = STR_I _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_J = STR_J _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_K = STR_K _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("E Driver %");
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("@ Driver %");
|
||||
LSTR MSG_ERROR_TMC = _UxGT("TMC CONNECTION ERROR");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("DAC EEPROM Write");
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER = _UxGT("FILAMENT CHANGE");
|
||||
@ -865,12 +837,7 @@ namespace Language_en {
|
||||
LSTR MSG_PID_C_E = _UxGT("PID-C *");
|
||||
LSTR MSG_PID_F = _UxGT("PID-F");
|
||||
LSTR MSG_PID_F_E = _UxGT("PID-F *");
|
||||
LSTR MSG_BACKLASH_A = STR_A;
|
||||
LSTR MSG_BACKLASH_B = STR_B;
|
||||
LSTR MSG_BACKLASH_C = STR_C;
|
||||
LSTR MSG_BACKLASH_I = STR_I;
|
||||
LSTR MSG_BACKLASH_J = STR_J;
|
||||
LSTR MSG_BACKLASH_K = STR_K;
|
||||
LSTR MSG_BACKLASH_N = _UxGT("@");
|
||||
}
|
||||
|
||||
#if FAN_COUNT == 1
|
||||
|
@ -229,7 +229,7 @@ namespace Language_es {
|
||||
LSTR MSG_MOVE_E = _UxGT("Extrusor");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Extrusor *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Hotend muy frio");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Mover %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Mover $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Mover 0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Mover 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Mover 10mm");
|
||||
@ -270,30 +270,24 @@ namespace Language_es {
|
||||
LSTR MSG_VA_JERK = _UxGT("Max ") STR_A _UxGT(" Jerk");
|
||||
LSTR MSG_VB_JERK = _UxGT("Max ") STR_B _UxGT(" Jerk");
|
||||
LSTR MSG_VC_JERK = _UxGT("Max ") STR_C _UxGT(" Jerk");
|
||||
LSTR MSG_VI_JERK = _UxGT("Max ") STR_I _UxGT(" Jerk");
|
||||
LSTR MSG_VJ_JERK = _UxGT("Max ") STR_J _UxGT(" Jerk");
|
||||
LSTR MSG_VK_JERK = _UxGT("Max ") STR_K _UxGT(" Jerk");
|
||||
LSTR MSG_VN_JERK = _UxGT("Max @ Jerk");
|
||||
LSTR MSG_VE_JERK = _UxGT("Max E Jerk");
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Desvi. Unión");
|
||||
LSTR MSG_VELOCITY = _UxGT("Velocidad");
|
||||
LSTR MSG_VMAX_A = _UxGT("Max ") STR_A _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_B = _UxGT("Max ") STR_B _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_C = _UxGT("Max ") STR_C _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_I = _UxGT("Max ") STR_I _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_J = _UxGT("Max ") STR_J _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_K = _UxGT("Max ") STR_K _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_E = _UxGT("Max ") STR_E _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_EN = _UxGT("Max * Vel");
|
||||
LSTR MSG_MAX_SPEED = _UxGT("Max Velocidad");
|
||||
LSTR MSG_VMAX_A = _UxGT("Max ") STR_A _UxGT(" Speed");
|
||||
LSTR MSG_VMAX_B = _UxGT("Max ") STR_B _UxGT(" Speed");
|
||||
LSTR MSG_VMAX_C = _UxGT("Max ") STR_C _UxGT(" Speed");
|
||||
LSTR MSG_VMAX_N = _UxGT("Max @ Speed");
|
||||
LSTR MSG_VMAX_E = _UxGT("Max E Speed");
|
||||
LSTR MSG_VMAX_EN = _UxGT("Max * Speed");
|
||||
LSTR MSG_VMIN = _UxGT("Vmin");
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("Vel. viaje min");
|
||||
LSTR MSG_ACCELERATION = _UxGT("Acceleración");
|
||||
LSTR MSG_AMAX_A = _UxGT("Acel. max") STR_A;
|
||||
LSTR MSG_AMAX_B = _UxGT("Acel. max") STR_B;
|
||||
LSTR MSG_AMAX_C = _UxGT("Acel. max") STR_C;
|
||||
LSTR MSG_AMAX_I = _UxGT("Acel. max") STR_I;
|
||||
LSTR MSG_AMAX_J = _UxGT("Acel. max") STR_J;
|
||||
LSTR MSG_AMAX_K = _UxGT("Acel. max") STR_K;
|
||||
LSTR MSG_AMAX_E = _UxGT("Acel. max") STR_E;
|
||||
LSTR MSG_AMAX_N = _UxGT("Acel. max@");
|
||||
LSTR MSG_AMAX_E = _UxGT("Acel. maxE");
|
||||
LSTR MSG_AMAX_EN = _UxGT("Acel. max *");
|
||||
LSTR MSG_A_RETRACT = _UxGT("Acel. retrac.");
|
||||
LSTR MSG_A_TRAVEL = _UxGT("Acel. Viaje");
|
||||
@ -301,9 +295,7 @@ namespace Language_es {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" pasos/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" pasos/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" pasos/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" pasos/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" pasos/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" pasos/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ pasos/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E pasos/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* pasos/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Temperatura");
|
||||
@ -413,6 +405,7 @@ namespace Language_es {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Micropaso X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Micropaso Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Micropaso Z");
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Micropaso @");
|
||||
LSTR MSG_BABYSTEP_TOTAL = _UxGT("Total");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Cancelado - Endstop");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Calent. fallido");
|
||||
@ -480,13 +473,7 @@ namespace Language_es {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("Temp. Máxima");
|
||||
LSTR MSG_INFO_PSU = _UxGT("F. Aliment.");
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Fuerza de empuje");
|
||||
LSTR MSG_DAC_PERCENT_A = STR_A _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_B = STR_B _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_C = STR_C _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_I = STR_I _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_J = STR_J _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_K = STR_K _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("E Driver %");
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("@ Driver %");
|
||||
LSTR MSG_ERROR_TMC = _UxGT("ERROR CONEX. TMC");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("Escribe DAC EEPROM");
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER = _UxGT("CAMBIAR FILAMENTO");
|
||||
|
@ -138,7 +138,7 @@ namespace Language_eu {
|
||||
LSTR MSG_MOVE_Z = _UxGT("Mugitu Z");
|
||||
LSTR MSG_MOVE_E = _UxGT("Estrusorea");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Estrusorea *");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Mugitu %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Mugitu $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Mugitu 0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Mugitu 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Mugitu 10mm");
|
||||
@ -166,9 +166,7 @@ namespace Language_eu {
|
||||
LSTR MSG_VA_JERK = _UxGT("V") STR_A _UxGT("-astindua");
|
||||
LSTR MSG_VB_JERK = _UxGT("V") STR_B _UxGT("-astindua");
|
||||
LSTR MSG_VC_JERK = _UxGT("V") STR_C _UxGT("-astindua");
|
||||
LSTR MSG_VI_JERK = _UxGT("V") STR_I _UxGT("-astindua");
|
||||
LSTR MSG_VJ_JERK = _UxGT("V") STR_J _UxGT("-astindua");
|
||||
LSTR MSG_VK_JERK = _UxGT("V") STR_K _UxGT("-astindua");
|
||||
LSTR MSG_VN_JERK = _UxGT("V@-astindua");
|
||||
LSTR MSG_VE_JERK = _UxGT("Ve-astindua");
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("VBidaia min");
|
||||
LSTR MSG_A_RETRACT = _UxGT("A-retrakt");
|
||||
@ -177,9 +175,7 @@ namespace Language_eu {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" pausoak/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" pausoak/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" pausoak/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" pausoak/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" pausoak/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" pausoak/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ pausoak/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E pausoak/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* pausoak/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Tenperatura");
|
||||
@ -243,6 +239,7 @@ namespace Language_eu {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Mikro-urratsa X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Mikro-urratsa Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Mikro-urratsa Z");
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Mikro-urratsa @");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Endstop deusezta.");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Err: Beroketa");
|
||||
LSTR MSG_ERR_REDUNDANT_TEMP = _UxGT("Err: Tenperatura");
|
||||
@ -296,13 +293,7 @@ namespace Language_eu {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("Tenp. Maximoa");
|
||||
LSTR MSG_INFO_PSU = _UxGT("Elikadura-iturria");
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Driver-aren potentzia");
|
||||
LSTR MSG_DAC_PERCENT_A = STR_A _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_B = STR_B _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_C = STR_C _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_I = STR_I _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_J = STR_J _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_K = STR_K _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("E Driver %");
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("@ Driver %");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("Idatzi DAC EEPROM");
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER_PAUSE = _UxGT("HARIZPIA ALDATU");
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER_LOAD = _UxGT("HARIZPIA KARGATU");
|
||||
|
@ -71,7 +71,7 @@ namespace Language_fi {
|
||||
LSTR MSG_MOVE_Z = _UxGT("Liikuta Z");
|
||||
LSTR MSG_MOVE_E = _UxGT("Extruder");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Extruder *");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Liikuta %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Liikuta $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Liikuta 0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Liikuta 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Liikuta 10mm");
|
||||
|
@ -72,9 +72,6 @@ namespace Language_fr {
|
||||
LSTR MSG_HOME_OFFSET_X = _UxGT("Décal. origine X");
|
||||
LSTR MSG_HOME_OFFSET_Y = _UxGT("Décal. origine Y");
|
||||
LSTR MSG_HOME_OFFSET_Z = _UxGT("Décal. origine Z");
|
||||
LSTR MSG_HOME_OFFSET_I = _UxGT("Décal. origine ") STR_I;
|
||||
LSTR MSG_HOME_OFFSET_J = _UxGT("Décal. origine ") STR_J;
|
||||
LSTR MSG_HOME_OFFSET_K = _UxGT("Décal. origine ") STR_K;
|
||||
LSTR MSG_HOME_OFFSETS_APPLIED = _UxGT("Décalages appliqués");
|
||||
LSTR MSG_TRAMMING_WIZARD = _UxGT("Assistant Molettes");
|
||||
LSTR MSG_SELECT_ORIGIN = _UxGT("Molette du lit"); // Not a selection of the origin
|
||||
@ -233,13 +230,11 @@ namespace Language_fr {
|
||||
LSTR MSG_MOVE_X = _UxGT("Déplacer X");
|
||||
LSTR MSG_MOVE_Y = _UxGT("Déplacer Y");
|
||||
LSTR MSG_MOVE_Z = _UxGT("Déplacer Z");
|
||||
LSTR MSG_MOVE_I = _UxGT("Déplacer ") STR_I;
|
||||
LSTR MSG_MOVE_J = _UxGT("Déplacer ") STR_J;
|
||||
LSTR MSG_MOVE_K = _UxGT("Déplacer ") STR_K;
|
||||
LSTR MSG_MOVE_N = _UxGT("Déplacer @");
|
||||
LSTR MSG_MOVE_E = _UxGT("Extruder");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Extruder *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Buse trop froide");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Déplacer %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Déplacer $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Déplacer 0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Déplacer 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Déplacer 10mm");
|
||||
@ -282,18 +277,14 @@ namespace Language_fr {
|
||||
LSTR MSG_VA_JERK = _UxGT("V") STR_A _UxGT(" jerk");
|
||||
LSTR MSG_VB_JERK = _UxGT("V") STR_B _UxGT(" jerk");
|
||||
LSTR MSG_VC_JERK = _UxGT("V") STR_C _UxGT(" jerk");
|
||||
LSTR MSG_VI_JERK = _UxGT("V") STR_I _UxGT(" jerk");
|
||||
LSTR MSG_VJ_JERK = _UxGT("V") STR_J _UxGT(" jerk");
|
||||
LSTR MSG_VK_JERK = _UxGT("V") STR_K _UxGT(" jerk");
|
||||
LSTR MSG_VN_JERK = _UxGT("V@ jerk");
|
||||
LSTR MSG_VE_JERK = _UxGT("Ve jerk");
|
||||
LSTR MSG_VELOCITY = _UxGT("Vélocité");
|
||||
LSTR MSG_MAX_SPEED = _UxGT("Max Vélocité");
|
||||
LSTR MSG_VMAX_A = _UxGT("Vit. Max ") STR_A;
|
||||
LSTR MSG_VMAX_B = _UxGT("Vit. Max ") STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("Vit. Max ") STR_C;
|
||||
LSTR MSG_VMAX_I = _UxGT("Vit. Max ") STR_I;
|
||||
LSTR MSG_VMAX_J = _UxGT("Vit. Max ") STR_J;
|
||||
LSTR MSG_VMAX_K = _UxGT("Vit. Max ") STR_K;
|
||||
LSTR MSG_VMAX_E = _UxGT("Vit. Max ") STR_E;
|
||||
LSTR MSG_VMAX_N = _UxGT("Vit. Max @");
|
||||
LSTR MSG_VMAX_E = _UxGT("Vit. Max E");
|
||||
LSTR MSG_VMAX_EN = _UxGT("Vit. Max *");
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Déviat. jonct.");
|
||||
LSTR MSG_VMIN = _UxGT("Vit. Min");
|
||||
@ -302,10 +293,8 @@ namespace Language_fr {
|
||||
LSTR MSG_AMAX_A = _UxGT("Max Accél. ") STR_A;
|
||||
LSTR MSG_AMAX_B = _UxGT("Max Accél. ") STR_B;
|
||||
LSTR MSG_AMAX_C = _UxGT("Max Accél. ") STR_C;
|
||||
LSTR MSG_AMAX_I = _UxGT("Max Accél. ") STR_I;
|
||||
LSTR MSG_AMAX_J = _UxGT("Max Accél. ") STR_J;
|
||||
LSTR MSG_AMAX_K = _UxGT("Max Accél. ") STR_K;
|
||||
LSTR MSG_AMAX_E = _UxGT("Max Accél. ") STR_E;
|
||||
LSTR MSG_AMAX_N = _UxGT("Max Accél. @");
|
||||
LSTR MSG_AMAX_E = _UxGT("Max Accél. E");
|
||||
LSTR MSG_AMAX_EN = _UxGT("Max Accél. *");
|
||||
LSTR MSG_A_RETRACT = _UxGT("Acc.rétraction");
|
||||
LSTR MSG_A_TRAVEL = _UxGT("Acc.course");
|
||||
@ -315,9 +304,7 @@ namespace Language_fr {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" pas/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" pas/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" pas/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" pas/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" pas/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" pas/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ pas/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E pas/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* pas/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Température");
|
||||
@ -443,9 +430,7 @@ namespace Language_fr {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Babystep X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Babystep Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Babystep Z");
|
||||
LSTR MSG_BABYSTEP_I = _UxGT("Babystep ") STR_I;
|
||||
LSTR MSG_BABYSTEP_J = _UxGT("Babystep ") STR_J;
|
||||
LSTR MSG_BABYSTEP_K = _UxGT("Babystep ") STR_K;
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Babystep @");
|
||||
LSTR MSG_BABYSTEP_TOTAL = _UxGT("Total");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Butée abandon");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Err de chauffe");
|
||||
@ -521,13 +506,7 @@ namespace Language_fr {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("Temp Max");
|
||||
LSTR MSG_INFO_PSU = _UxGT("Alim.");
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Puiss. moteur ");
|
||||
LSTR MSG_DAC_PERCENT_A = _UxGT("Driver ") STR_A _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_B = _UxGT("Driver ") STR_B _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_C = _UxGT("Driver ") STR_C _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_I = _UxGT("Driver ") STR_I _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_J = _UxGT("Driver ") STR_J _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_K = _UxGT("Driver ") STR_K _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("Driver E %");
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("Driver @ %");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("DAC EEPROM sauv.");
|
||||
LSTR MSG_ERROR_TMC = _UxGT("ERREUR CONNEXION TMC");
|
||||
|
||||
|
@ -226,7 +226,7 @@ namespace Language_gl {
|
||||
LSTR MSG_MOVE_E = _UxGT("Extrusor");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Extrusor *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Bico moi frío");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Mover %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Mover $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Mover 0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Mover 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Mover 10mm");
|
||||
@ -271,30 +271,23 @@ namespace Language_gl {
|
||||
LSTR MSG_VA_JERK = _UxGT("Max ") STR_A _UxGT(" Jerk");
|
||||
LSTR MSG_VB_JERK = _UxGT("Max ") STR_B _UxGT(" Jerk");
|
||||
LSTR MSG_VC_JERK = _UxGT("Max ") STR_C _UxGT(" Jerk");
|
||||
LSTR MSG_VI_JERK = _UxGT("Max ") STR_I _UxGT(" Jerk");
|
||||
LSTR MSG_VJ_JERK = _UxGT("Max ") STR_J _UxGT(" Jerk");
|
||||
LSTR MSG_VK_JERK = _UxGT("Max ") STR_K _UxGT(" Jerk");
|
||||
LSTR MSG_VN_JERK = _UxGT("Max @ Jerk");
|
||||
LSTR MSG_VE_JERK = _UxGT("Max E Jerk");
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Desvío Unión");
|
||||
LSTR MSG_VELOCITY = _UxGT("Velocidade");
|
||||
LSTR MSG_VMAX_A = _UxGT("Max ") STR_A _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_B = _UxGT("Max ") STR_B _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_C = _UxGT("Max ") STR_C _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_I = _UxGT("Max ") STR_I _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_J = _UxGT("Max ") STR_J _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_K = _UxGT("Max ") STR_K _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_E = _UxGT("Max ") STR_E _UxGT(" Vel");
|
||||
LSTR MSG_VMAX_EN = _UxGT("Max * Vel");
|
||||
LSTR MSG_MAX_SPEED = _UxGT("Max Velocidade");
|
||||
LSTR MSG_VMAX_A = _UxGT("Max ") STR_A _UxGT(" Speed");
|
||||
LSTR MSG_VMAX_B = _UxGT("Max ") STR_B _UxGT(" Speed");
|
||||
LSTR MSG_VMAX_C = _UxGT("Max ") STR_C _UxGT(" Speed");
|
||||
LSTR MSG_VMAX_N = _UxGT("Max @ Speed");
|
||||
LSTR MSG_VMAX_E = _UxGT("Max E Speed");
|
||||
LSTR MSG_VMAX_EN = _UxGT("Max * Speed");
|
||||
LSTR MSG_VMIN = _UxGT("Vmin");
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("V-viaxe min");
|
||||
LSTR MSG_ACCELERATION = _UxGT("Aceleración");
|
||||
LSTR MSG_AMAX_A = _UxGT("Max ") STR_A _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_B = _UxGT("Max ") STR_B _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_C = _UxGT("Max ") STR_C _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_I = _UxGT("Max ") STR_I _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_J = _UxGT("Max ") STR_J _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_K = _UxGT("Max ") STR_K _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_E = _UxGT("Max ") STR_E _UxGT(" Accel");
|
||||
LSTR MSG_AMAX_E = _UxGT("Max E Accel");
|
||||
LSTR MSG_AMAX_EN = _UxGT("Max * Accel");
|
||||
LSTR MSG_A_RETRACT = _UxGT("A-retrac.");
|
||||
LSTR MSG_A_TRAVEL = _UxGT("A-viaxe");
|
||||
@ -304,9 +297,7 @@ namespace Language_gl {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" pasos/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" pasos/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" pasos/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" pasos/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" pasos/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" pasos/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ pasos/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E pasos/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* pasos/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Temperatura");
|
||||
@ -429,6 +420,7 @@ namespace Language_gl {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Micropaso X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Micropaso Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Micropaso Z");
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Micropaso @");
|
||||
LSTR MSG_BABYSTEP_TOTAL = _UxGT("Total");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Erro FinCarro");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Fallo Quentando");
|
||||
@ -496,13 +488,7 @@ namespace Language_gl {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("Temp Máx");
|
||||
LSTR MSG_INFO_PSU = _UxGT("Fonte Alimentación");
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Forza do Motor");
|
||||
LSTR MSG_DAC_PERCENT_A = STR_A _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_B = STR_B _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_C = STR_C _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_I = STR_I _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_J = STR_J _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_K = STR_K _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("E Driver %");
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("@ Driver %");
|
||||
LSTR MSG_ERROR_TMC = _UxGT("ERRO CONEX. TMC");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("Escribe DAC EEPROM");
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER = _UxGT("CAMBIAR FILAMENTO");
|
||||
|
@ -78,7 +78,7 @@ namespace Language_hr {
|
||||
LSTR MSG_LEVEL_BED = _UxGT("Niveliraj bed");
|
||||
LSTR MSG_MOVE_X = _UxGT("Miči X");
|
||||
LSTR MSG_MOVE_Y = _UxGT("Miči Y");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Miči %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Miči $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Miči 0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Miči 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Miči 10mm");
|
||||
|
@ -79,9 +79,6 @@ namespace Language_hu {
|
||||
LSTR MSG_HOME_OFFSET_X = _UxGT("X Kezdö eltol.");
|
||||
LSTR MSG_HOME_OFFSET_Y = _UxGT("Y Kezdö eltol.");
|
||||
LSTR MSG_HOME_OFFSET_Z = _UxGT("Z Kezdö eltol.");
|
||||
LSTR MSG_HOME_OFFSET_I = _UxGT("Kezdö eltol. ") STR_I;
|
||||
LSTR MSG_HOME_OFFSET_J = _UxGT("Kezdö eltol. ") STR_J;
|
||||
LSTR MSG_HOME_OFFSET_K = _UxGT("Kezdö eltol. ") STR_K;
|
||||
LSTR MSG_HOME_OFFSETS_APPLIED = _UxGT("Eltolás beállítva.");
|
||||
LSTR MSG_TRAMMING_WIZARD = _UxGT("Elektromos varázsló");
|
||||
LSTR MSG_SELECT_ORIGIN = _UxGT("Eredeti választása");
|
||||
@ -259,13 +256,11 @@ namespace Language_hu {
|
||||
LSTR MSG_MOVE_X = _UxGT("X mozgás");
|
||||
LSTR MSG_MOVE_Y = _UxGT("Y mozgás");
|
||||
LSTR MSG_MOVE_Z = _UxGT("Z mozgás");
|
||||
LSTR MSG_MOVE_I = _UxGT("Mozgás ") STR_I;
|
||||
LSTR MSG_MOVE_J = _UxGT("Mozgás ") STR_J;
|
||||
LSTR MSG_MOVE_K = _UxGT("Mozgás ") STR_K;
|
||||
LSTR MSG_MOVE_N = _UxGT("@ mozgás");
|
||||
LSTR MSG_MOVE_E = _UxGT("Adagoló");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Adagoló *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("A fej túl hideg");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Mozgás %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Mozgás $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Mozgás 0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Mozgás 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Mozgás 10mm");
|
||||
@ -319,19 +314,15 @@ namespace Language_hu {
|
||||
LSTR MSG_VA_JERK = _UxGT("Seb.") STR_A _UxGT("-Rántás");
|
||||
LSTR MSG_VB_JERK = _UxGT("Seb.") STR_B _UxGT("-Rántás");
|
||||
LSTR MSG_VC_JERK = _UxGT("Seb.") STR_C _UxGT("-Rántás");
|
||||
LSTR MSG_VI_JERK = _UxGT("Seb.") STR_I _UxGT("-Rántás");
|
||||
LSTR MSG_VJ_JERK = _UxGT("Seb.") STR_J _UxGT("-Rántás");
|
||||
LSTR MSG_VK_JERK = _UxGT("Seb.") STR_K _UxGT("-Rántás");
|
||||
LSTR MSG_VN_JERK = _UxGT("Seb.@-Rántás");
|
||||
LSTR MSG_VE_JERK = _UxGT("E ránt. seb.");
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Csomopont eltérés");
|
||||
LSTR MSG_VELOCITY = _UxGT("Sebesség");
|
||||
LSTR MSG_MAX_SPEED = _UxGT("Max Sebesség (mm/s)");
|
||||
LSTR MSG_VMAX_A = _UxGT("Max Seb. ") STR_A;
|
||||
LSTR MSG_VMAX_B = _UxGT("Max Seb. ") STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("Max Seb. ") STR_C;
|
||||
LSTR MSG_VMAX_I = _UxGT("Max Seb. ") STR_I;
|
||||
LSTR MSG_VMAX_J = _UxGT("Max Seb. ") STR_J;
|
||||
LSTR MSG_VMAX_K = _UxGT("Max Seb. ") STR_K;
|
||||
LSTR MSG_VMAX_E = _UxGT("Max Seb. ") STR_E;
|
||||
LSTR MSG_VMAX_N = _UxGT("Max Seb. @");
|
||||
LSTR MSG_VMAX_E = _UxGT("Max Seb. E");
|
||||
LSTR MSG_VMAX_EN = _UxGT("Max sebesség *");
|
||||
LSTR MSG_VMIN = _UxGT("Min sebesség");
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("Min utazó.seb.");
|
||||
@ -339,10 +330,8 @@ namespace Language_hu {
|
||||
LSTR MSG_AMAX_A = _UxGT("Max gyors. ") STR_A;
|
||||
LSTR MSG_AMAX_B = _UxGT("Max gyors. ") STR_B;
|
||||
LSTR MSG_AMAX_C = _UxGT("Max gyors. ") STR_C;
|
||||
LSTR MSG_AMAX_I = _UxGT("Max gyors. ") STR_I;
|
||||
LSTR MSG_AMAX_J = _UxGT("Max gyors. ") STR_J;
|
||||
LSTR MSG_AMAX_K = _UxGT("Max gyors. ") STR_K;
|
||||
LSTR MSG_AMAX_E = _UxGT("Max gyors. ") STR_E;
|
||||
LSTR MSG_AMAX_N = _UxGT("Max gyors. @");
|
||||
LSTR MSG_AMAX_E = _UxGT("Max gyors. E");
|
||||
LSTR MSG_AMAX_EN = _UxGT("Max gyorsulás *");
|
||||
LSTR MSG_A_RETRACT = _UxGT("Visszahúzás");
|
||||
LSTR MSG_A_TRAVEL = _UxGT("Utazás");
|
||||
@ -352,9 +341,7 @@ namespace Language_hu {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" Lépés/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" Lépés/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" Lépés/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" Lépés/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" Lépés/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" Lépés/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ lépés/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E lépés/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("*Lépés/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Höfok");
|
||||
@ -488,9 +475,7 @@ namespace Language_hu {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Mikrolépés X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Mikrolépés Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Mikrolépés Z");
|
||||
LSTR MSG_BABYSTEP_I = _UxGT("Mikrolépés ") STR_I;
|
||||
LSTR MSG_BABYSTEP_J = _UxGT("Mikrolépés ") STR_J;
|
||||
LSTR MSG_BABYSTEP_K = _UxGT("Mikrolépés ") STR_K;
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Mikrolépés @");
|
||||
LSTR MSG_BABYSTEP_TOTAL = _UxGT("Teljes");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Végállás megszakítva!");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Fütés hiba!");
|
||||
@ -568,13 +553,7 @@ namespace Language_hu {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("Max höfok");
|
||||
LSTR MSG_INFO_PSU = _UxGT("PSU");
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Meghajtási erö");
|
||||
LSTR MSG_DAC_PERCENT_A = STR_A _UxGT(" Meghajtó %");
|
||||
LSTR MSG_DAC_PERCENT_B = STR_B _UxGT(" Meghajtó %");
|
||||
LSTR MSG_DAC_PERCENT_C = STR_C _UxGT(" Meghajtó %");
|
||||
LSTR MSG_DAC_PERCENT_I = STR_I _UxGT(" Meghajtó %");
|
||||
LSTR MSG_DAC_PERCENT_J = STR_J _UxGT(" Meghajtó %");
|
||||
LSTR MSG_DAC_PERCENT_K = STR_K _UxGT(" Meghajtó %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("E meghajtó %");
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("@ meghajtó %");
|
||||
LSTR MSG_ERROR_TMC = _UxGT("TMC CSATLAKOZÁSI HIBA");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("DAC EEPROM írása");
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER = _UxGT("NYOMTATÓSZÁL CSERE");
|
||||
|
@ -27,10 +27,9 @@
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
* Substitutions are applied for the following characters when used
|
||||
* in menu items that call lcd_put_u8str_ind_P with an index:
|
||||
* Substitutions are applied for the following characters when used in menu items titles:
|
||||
*
|
||||
* $ displays an inserted C-string
|
||||
* $ displays an inserted string
|
||||
* = displays '0'....'10' for indexes 0 - 10
|
||||
* ~ displays '1'....'11' for indexes 0 - 10
|
||||
* * displays 'E1'...'E11' for indexes 0 - 10 (By default. Uses LCD_FIRST_TOOL)
|
||||
@ -95,12 +94,6 @@ namespace Language_it {
|
||||
LSTR MSG_HOME_OFFSET_X = _UxGT("Offset home X");
|
||||
LSTR MSG_HOME_OFFSET_Y = _UxGT("Offset home Y");
|
||||
LSTR MSG_HOME_OFFSET_Z = _UxGT("Offset home Z");
|
||||
LSTR MSG_HOME_OFFSET_I = _UxGT("Offset home ") STR_I;
|
||||
LSTR MSG_HOME_OFFSET_J = _UxGT("Offset home ") STR_J;
|
||||
LSTR MSG_HOME_OFFSET_K = _UxGT("Offset home ") STR_K;
|
||||
LSTR MSG_HOME_OFFSET_U = _UxGT("Offset home ") STR_U;
|
||||
LSTR MSG_HOME_OFFSET_V = _UxGT("Offset home ") STR_V;
|
||||
LSTR MSG_HOME_OFFSET_W = _UxGT("Offset home ") STR_W;
|
||||
LSTR MSG_HOME_OFFSETS_APPLIED = _UxGT("Offset applicato");
|
||||
LSTR MSG_TRAMMING_WIZARD = _UxGT("Wizard Tramming");
|
||||
LSTR MSG_SELECT_ORIGIN = _UxGT("Selez. origine");
|
||||
@ -284,16 +277,11 @@ namespace Language_it {
|
||||
LSTR MSG_MOVE_X = _UxGT("Muovi X");
|
||||
LSTR MSG_MOVE_Y = _UxGT("Muovi Y");
|
||||
LSTR MSG_MOVE_Z = _UxGT("Muovi Z");
|
||||
LSTR MSG_MOVE_I = _UxGT("Muovi ") STR_I;
|
||||
LSTR MSG_MOVE_J = _UxGT("Muovi ") STR_J;
|
||||
LSTR MSG_MOVE_K = _UxGT("Muovi ") STR_K;
|
||||
LSTR MSG_MOVE_U = _UxGT("Muovi ") STR_U;
|
||||
LSTR MSG_MOVE_V = _UxGT("Muovi ") STR_V;
|
||||
LSTR MSG_MOVE_W = _UxGT("Muovi ") STR_W;
|
||||
LSTR MSG_MOVE_N = _UxGT("Muovi @");
|
||||
LSTR MSG_MOVE_E = _UxGT("Estrusore");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Estrusore *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Ugello freddo");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Muovi di %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Muovi di $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Muovi di 0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Muovi di 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Muovi di 10mm");
|
||||
@ -302,13 +290,6 @@ namespace Language_it {
|
||||
LSTR MSG_MOVE_001IN = _UxGT("Muovi di 0.01\"");
|
||||
LSTR MSG_MOVE_01IN = _UxGT("Muovi di 0.1\"");
|
||||
LSTR MSG_MOVE_1IN = _UxGT("Muovi di 1\"");
|
||||
LSTR MSG_SPEED = _UxGT("Velocità");
|
||||
LSTR MSG_MAXSPEED = _UxGT("Vel.massima (mm/s)");
|
||||
LSTR MSG_MAXSPEED_X = _UxGT("Vel.massima ") STR_A;
|
||||
LSTR MSG_MAXSPEED_Y = _UxGT("Vel.massima ") STR_B;
|
||||
LSTR MSG_MAXSPEED_Z = _UxGT("Vel.massima ") STR_C;
|
||||
LSTR MSG_MAXSPEED_E = _UxGT("Vel.massima ") STR_E;
|
||||
LSTR MSG_MAXSPEED_A = _UxGT("Vel.massima @");
|
||||
LSTR MSG_BED_Z = _UxGT("Piatto Z");
|
||||
LSTR MSG_NOZZLE = _UxGT("Ugello");
|
||||
LSTR MSG_NOZZLE_N = _UxGT("Ugello ~");
|
||||
@ -361,25 +342,15 @@ namespace Language_it {
|
||||
LSTR MSG_VA_JERK = _UxGT("Max Jerk ") STR_A;
|
||||
LSTR MSG_VB_JERK = _UxGT("Max Jerk ") STR_B;
|
||||
LSTR MSG_VC_JERK = _UxGT("Max Jerk ") STR_C;
|
||||
LSTR MSG_VI_JERK = _UxGT("Max Jerk ") STR_I;
|
||||
LSTR MSG_VJ_JERK = _UxGT("Max Jerk ") STR_J;
|
||||
LSTR MSG_VK_JERK = _UxGT("Max Jerk ") STR_K;
|
||||
LSTR MSG_VU_JERK = _UxGT("Max Jerk ") STR_U;
|
||||
LSTR MSG_VV_JERK = _UxGT("Max Jerk ") STR_V;
|
||||
LSTR MSG_VW_JERK = _UxGT("Max Jerk ") STR_W;
|
||||
LSTR MSG_VN_JERK = _UxGT("Max Jerk @");
|
||||
LSTR MSG_VE_JERK = _UxGT("Max Jerk E");
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Deviaz. giunzioni");
|
||||
LSTR MSG_VELOCITY = _UxGT("Velocità");
|
||||
LSTR MSG_MAX_SPEED = _UxGT("Vel.massima (mm/s)");
|
||||
LSTR MSG_VMAX_A = _UxGT("Vel.Massima ") STR_A;
|
||||
LSTR MSG_VMAX_B = _UxGT("Vel.Massima ") STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("Vel.Massima ") STR_C;
|
||||
LSTR MSG_VMAX_I = _UxGT("Vel.Massima ") STR_I;
|
||||
LSTR MSG_VMAX_J = _UxGT("Vel.Massima ") STR_J;
|
||||
LSTR MSG_VMAX_K = _UxGT("Vel.Massima ") STR_K;
|
||||
LSTR MSG_VMAX_U = _UxGT("Vel.Massima ") STR_U;
|
||||
LSTR MSG_VMAX_V = _UxGT("Vel.Massima ") STR_V;
|
||||
LSTR MSG_VMAX_W = _UxGT("Vel.Massima ") STR_W;
|
||||
LSTR MSG_VMAX_E = _UxGT("Vel.Massima ") STR_E;
|
||||
LSTR MSG_VMAX_N = _UxGT("Vel.Massima @");
|
||||
LSTR MSG_VMAX_E = _UxGT("Vel.Massima E");
|
||||
LSTR MSG_VMAX_EN = _UxGT("Vel.Massima *");
|
||||
LSTR MSG_VMIN = _UxGT("Vel.Minima");
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("Vel.Min spostam.");
|
||||
@ -387,13 +358,8 @@ namespace Language_it {
|
||||
LSTR MSG_AMAX_A = _UxGT("Acc.Massima ") STR_A;
|
||||
LSTR MSG_AMAX_B = _UxGT("Acc.Massima ") STR_B;
|
||||
LSTR MSG_AMAX_C = _UxGT("Acc.Massima ") STR_C;
|
||||
LSTR MSG_AMAX_I = _UxGT("Acc.Massima ") STR_I;
|
||||
LSTR MSG_AMAX_J = _UxGT("Acc.Massima ") STR_J;
|
||||
LSTR MSG_AMAX_K = _UxGT("Acc.Massima ") STR_K;
|
||||
LSTR MSG_AMAX_E = _UxGT("Acc.Massima ") STR_E;
|
||||
LSTR MSG_AMAX_U = _UxGT("Acc.Massima ") STR_U;
|
||||
LSTR MSG_AMAX_V = _UxGT("Acc.Massima ") STR_V;
|
||||
LSTR MSG_AMAX_W = _UxGT("Acc.Massima ") STR_W;
|
||||
LSTR MSG_AMAX_N = _UxGT("Acc.Massima @");
|
||||
LSTR MSG_AMAX_E = _UxGT("Acc.Massima E");
|
||||
LSTR MSG_AMAX_EN = _UxGT("Acc.Massima *");
|
||||
LSTR MSG_A_RETRACT = _UxGT("A-Ritrazione");
|
||||
LSTR MSG_A_TRAVEL = _UxGT("A-Spostamento");
|
||||
@ -403,12 +369,7 @@ namespace Language_it {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" passi/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" passi/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" passi/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" passi/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" passi/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" passi/mm");
|
||||
LSTR MSG_U_STEPS = STR_U _UxGT(" passi/mm");
|
||||
LSTR MSG_V_STEPS = STR_V _UxGT(" passi/mm");
|
||||
LSTR MSG_W_STEPS = STR_W _UxGT(" passi/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ passi/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E passi/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* passi/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Temperatura");
|
||||
@ -560,12 +521,7 @@ namespace Language_it {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Babystep X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Babystep Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Babystep Z");
|
||||
LSTR MSG_BABYSTEP_I = _UxGT("Babystep ") STR_I;
|
||||
LSTR MSG_BABYSTEP_J = _UxGT("Babystep ") STR_J;
|
||||
LSTR MSG_BABYSTEP_K = _UxGT("Babystep ") STR_K;
|
||||
LSTR MSG_BABYSTEP_U = _UxGT("Babystep ") STR_U;
|
||||
LSTR MSG_BABYSTEP_V = _UxGT("Babystep ") STR_V;
|
||||
LSTR MSG_BABYSTEP_W = _UxGT("Babystep ") STR_W;
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Babystep @");
|
||||
LSTR MSG_BABYSTEP_TOTAL = _UxGT("Totali");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Interrompi se FC");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Risc.Fallito"); // Max 12 characters
|
||||
@ -658,16 +614,7 @@ namespace Language_it {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("Temp max");
|
||||
LSTR MSG_INFO_PSU = _UxGT("Alimentatore");
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Potenza Drive");
|
||||
LSTR MSG_DAC_PERCENT_A = _UxGT("Driver ") STR_A _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_B = _UxGT("Driver ") STR_B _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_C = _UxGT("Driver ") STR_C _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_I = _UxGT("Driver ") STR_I _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_J = _UxGT("Driver ") STR_J _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_K = _UxGT("Driver ") STR_K _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_U = _UxGT("Driver ") STR_U _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_V = _UxGT("Driver ") STR_V _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_W = _UxGT("Driver ") STR_W _UxGT(" %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("Driver E %");
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("Driver @ %");
|
||||
LSTR MSG_ERROR_TMC = _UxGT("ERR.CONNESSIONE TMC");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("Scrivi DAC EEPROM");
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER = _UxGT("CAMBIO FILAMENTO");
|
||||
|
@ -93,7 +93,7 @@ namespace Language_jp_kana {
|
||||
LSTR MSG_MOVE_Y = _UxGT("Yジク イドウ"); // "Move Y"
|
||||
LSTR MSG_MOVE_Z = _UxGT("Zジク イドウ"); // "Move Z"
|
||||
LSTR MSG_MOVE_E = _UxGT("エクストルーダー"); // "Extruder"
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("%smm イドウ"); // "Move 0.025mm"
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("$mm イドウ"); // "Move 0.025mm"
|
||||
LSTR MSG_MOVE_01MM = _UxGT("0.1mm イドウ"); // "Move 0.1mm"
|
||||
LSTR MSG_MOVE_1MM = _UxGT(" 1mm イドウ"); // "Move 1mm"
|
||||
LSTR MSG_MOVE_10MM = _UxGT(" 10mm イドウ"); // "Move 10mm"
|
||||
@ -118,20 +118,16 @@ namespace Language_jp_kana {
|
||||
LSTR MSG_VA_JERK = _UxGT("ジク ヤクドウ mm/s") STR_A; // "Va-jerk"
|
||||
LSTR MSG_VB_JERK = _UxGT("ジク ヤクドウ mm/s") STR_B; // "Vb-jerk"
|
||||
LSTR MSG_VC_JERK = _UxGT("ジク ヤクドウ mm/s") STR_C; // "Vc-jerk"
|
||||
LSTR MSG_VI_JERK = _UxGT("ジク ヤクドウ mm/s") STR_I; // "Va-jerk"
|
||||
LSTR MSG_VJ_JERK = _UxGT("ジク ヤクドウ mm/s") STR_J; // "Vb-jerk"
|
||||
LSTR MSG_VK_JERK = _UxGT("ジク ヤクドウ mm/s") STR_K; // "Vc-jerk"
|
||||
LSTR MSG_VN_JERK = _UxGT("ジク ヤクドウ mm/s@"); // "V@-jerk"
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT("ステップ/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT("ステップ/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT("ステップ/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ステップ/mm");
|
||||
LSTR MSG_VE_JERK = _UxGT("エクストルーダー ヤクド"); // "Ve-jerk"
|
||||
LSTR MSG_VMAX_A = _UxGT("サイダイオクリソクド ") STR_A; // "Vmax A"
|
||||
LSTR MSG_VMAX_B = _UxGT("サイダイオクリソクド ") STR_B; // "Vmax B"
|
||||
LSTR MSG_VMAX_C = _UxGT("サイダイオクリソクド ") STR_C; // "Vmax C"
|
||||
LSTR MSG_VMAX_I = _UxGT("サイダイオクリソクド ") STR_I; // "Vmax I"
|
||||
LSTR MSG_VMAX_J = _UxGT("サイダイオクリソクド ") STR_J; // "Vmax J"
|
||||
LSTR MSG_VMAX_K = _UxGT("サイダイオクリソクド ") STR_K; // "Vmax K"
|
||||
LSTR MSG_VMAX_E = _UxGT("サイダイオクリソクド ") STR_E; // "Vmax E"
|
||||
LSTR MSG_VMAX_E = _UxGT("サイダイオクリソクド E"); // "Vmax E"
|
||||
LSTR MSG_VMAX_EN = _UxGT("サイダイオクリソクド *"); // "Vmax E1"
|
||||
LSTR MSG_VMIN = _UxGT("サイショウオクリソクド"); // "Vmin"
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("サイショウイドウソクド"); // "VTrav min"
|
||||
@ -215,13 +211,7 @@ namespace Language_jp_kana {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("セッテイサイコウオン"); // "Max Temp"
|
||||
LSTR MSG_INFO_PSU = _UxGT("デンゲンシュベツ"); // "Power Supply"
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("モータークドウリョク"); // "Drive Strength"
|
||||
LSTR MSG_DAC_PERCENT_A = STR_A _UxGT(" DACシュツリョク %"); // "X Driver %"
|
||||
LSTR MSG_DAC_PERCENT_B = STR_B _UxGT(" DACシュツリョク %"); // "Y Driver %"
|
||||
LSTR MSG_DAC_PERCENT_C = STR_C _UxGT(" DACシュツリョク %"); // "Z Driver %"
|
||||
LSTR MSG_DAC_PERCENT_I = STR_I _UxGT(" DACシュツリョク %"); // "I Driver %"
|
||||
LSTR MSG_DAC_PERCENT_J = STR_J _UxGT(" DACシュツリョク %"); // "J Driver %"
|
||||
LSTR MSG_DAC_PERCENT_K = STR_K _UxGT(" DACシュツリョク %"); // "K Driver %"
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("E DACシュツリョク %"); // "E Driver %"
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("@ DACシュツリョク %"); // "@ Driver %"
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("EEPROMヘホゾン"); // "Store memory"
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER_PAUSE = _UxGT("イチジテイシ");
|
||||
LSTR MSG_FILAMENT_CHANGE_OPTION_RESUME = _UxGT("プリントサイカイ"); // "Resume print"
|
||||
@ -249,7 +239,7 @@ namespace Language_jp_kana {
|
||||
LSTR MSG_YES = _UxGT("ハイ");
|
||||
LSTR MSG_NO = _UxGT("イイエ");
|
||||
LSTR MSG_BACK = _UxGT("モドリ");
|
||||
LSTR MSG_VELOCITY = _UxGT("ソクド");
|
||||
LSTR MSG_MAX_SPEED = _UxGT("ソクド");
|
||||
LSTR MSG_STEPS_PER_MM = _UxGT("ステップ/mm");
|
||||
LSTR MSG_CUSTOM_COMMANDS = _UxGT("ユーザーコマンド");
|
||||
LSTR MSG_PRINT_PAUSED = _UxGT("プリントガイチジテイシサレマシタ");
|
||||
|
@ -86,7 +86,7 @@ namespace Language_nl {
|
||||
LSTR MSG_MOVE_Z = _UxGT("Verplaats Z");
|
||||
LSTR MSG_MOVE_E = _UxGT("Extruder");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Extruder *");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Verplaats %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Verplaats $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Verplaats 0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Verplaats 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Verplaats 10mm");
|
||||
@ -157,6 +157,7 @@ namespace Language_nl {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Babystap X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Babystap Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Babystap Z");
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Babystap @");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Endstop afbr.");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Voorverw. fout");
|
||||
LSTR MSG_ERR_REDUNDANT_TEMP = _UxGT("Redun. temp fout");
|
||||
|
@ -27,10 +27,9 @@
|
||||
* LCD Menu Messages
|
||||
* See also https://marlinfw.org/docs/development/lcd_language.html
|
||||
*
|
||||
* Substitutions are applied for the following characters when used
|
||||
* in menu items that call lcd_put_u8str_ind_P with an index:
|
||||
* Substitutions are applied for the following characters when used in menu items titles:
|
||||
*
|
||||
* $ displays an inserted C-string
|
||||
* $ displays an inserted string
|
||||
* = displays '0'....'10' for indexes 0 - 10
|
||||
* ~ displays '1'....'11' for indexes 0 - 10
|
||||
* * displays 'E1'...'E11' for indexes 0 - 10 (By default. Uses LCD_FIRST_TOOL)
|
||||
@ -239,7 +238,7 @@ namespace Language_pl {
|
||||
LSTR MSG_MOVE_E = _UxGT("Ekstruzja (os E)");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Ekstruzja (os E) *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Dysza za zimna");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Przesuń co %s mm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Przesuń co $ mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Przesuń co .1 mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Przesuń co 1 mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Przesuń co 10 mm");
|
||||
@ -276,11 +275,9 @@ namespace Language_pl {
|
||||
LSTR MSG_VA_JERK = _UxGT("Zryw V") STR_A;
|
||||
LSTR MSG_VB_JERK = _UxGT("Zryw V") STR_B;
|
||||
LSTR MSG_VC_JERK = _UxGT("Zryw V") STR_C;
|
||||
LSTR MSG_VI_JERK = _UxGT("Zryw V") STR_I;
|
||||
LSTR MSG_VJ_JERK = _UxGT("Zryw V") STR_J;
|
||||
LSTR MSG_VK_JERK = _UxGT("Zryw V") STR_K;
|
||||
LSTR MSG_VN_JERK = _UxGT("Zryw V@");
|
||||
LSTR MSG_VE_JERK = _UxGT("Zryw Ve");
|
||||
LSTR MSG_VELOCITY = _UxGT("Prędkość (V)");
|
||||
LSTR MSG_MAX_SPEED = _UxGT("Prędkość (V)");
|
||||
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("Vskok min");
|
||||
LSTR MSG_ACCELERATION = _UxGT("Przyspieszenie (A)");
|
||||
@ -292,9 +289,7 @@ namespace Language_pl {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" kroki/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" kroki/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" kroki/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" kroki/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" kroki/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" kroki/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ kroki/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E kroki/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* kroki/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Temperatura");
|
||||
@ -445,13 +440,7 @@ namespace Language_pl {
|
||||
|
||||
LSTR MSG_INFO_PSU = _UxGT("Zasilacz");
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Siła silnika");
|
||||
LSTR MSG_DAC_PERCENT_A = STR_A _UxGT(" Siła %");
|
||||
LSTR MSG_DAC_PERCENT_B = STR_B _UxGT(" Siła %");
|
||||
LSTR MSG_DAC_PERCENT_C = STR_C _UxGT(" Siła %");
|
||||
LSTR MSG_DAC_PERCENT_I = STR_I _UxGT(" Siła %");
|
||||
LSTR MSG_DAC_PERCENT_J = STR_J _UxGT(" Siła %");
|
||||
LSTR MSG_DAC_PERCENT_K = STR_K _UxGT(" Siła %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("E Siła %");
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("@ Siła %");
|
||||
LSTR MSG_ERROR_TMC = _UxGT("TMC BŁĄD POŁĄCZENIA");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("Zapisz DAC EEPROM");
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER = _UxGT("ZMIEŃ FILAMENT");
|
||||
|
@ -80,7 +80,7 @@ namespace Language_pt {
|
||||
LSTR MSG_MOVE_Z = _UxGT("Mover Z");
|
||||
LSTR MSG_MOVE_E = _UxGT("Mover Extrusor");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Mover Extrusor *");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Mover %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Mover $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Mover 0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Mover 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Mover 10mm");
|
||||
@ -104,9 +104,7 @@ namespace Language_pt {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" passo/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" passo/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" passo/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" passo/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" passo/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" passo/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ passo/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E passo/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* passo/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Temperatura");
|
||||
|
@ -212,7 +212,7 @@ namespace Language_pt_br {
|
||||
LSTR MSG_MOVE_E = _UxGT("Mover Extrusor");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Mover Extrusor *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Extrus. mto fria");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Mover %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Mover $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Mover 0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Mover 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Mover 10mm");
|
||||
@ -242,12 +242,10 @@ namespace Language_pt_br {
|
||||
LSTR MSG_VA_JERK = _UxGT("arrancada V") STR_A;
|
||||
LSTR MSG_VB_JERK = _UxGT("arrancada V") STR_B;
|
||||
LSTR MSG_VC_JERK = _UxGT("arrancada V") STR_C;
|
||||
LSTR MSG_VI_JERK = _UxGT("arrancada V") STR_I;
|
||||
LSTR MSG_VJ_JERK = _UxGT("arrancada V") STR_J;
|
||||
LSTR MSG_VK_JERK = _UxGT("arrancada V") STR_K;
|
||||
LSTR MSG_VN_JERK = _UxGT("arrancada V@");
|
||||
LSTR MSG_VE_JERK = _UxGT("arrancada VE");
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Desv. Junção");
|
||||
LSTR MSG_VELOCITY = _UxGT("Velocidade");
|
||||
LSTR MSG_MAX_SPEED = _UxGT("Velocidade");
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("VDeslocamento min");
|
||||
LSTR MSG_ACCELERATION = _UxGT("Aceleração");
|
||||
LSTR MSG_A_RETRACT = _UxGT("Retrair A");
|
||||
@ -256,9 +254,7 @@ namespace Language_pt_br {
|
||||
LSTR MSG_A_STEPS = _UxGT("Passo ") STR_A _UxGT("/mm");
|
||||
LSTR MSG_B_STEPS = _UxGT("Passo ") STR_B _UxGT("/mm");
|
||||
LSTR MSG_C_STEPS = _UxGT("Passo ") STR_C _UxGT("/mm");
|
||||
LSTR MSG_I_STEPS = _UxGT("Passo ") STR_I _UxGT("/mm");
|
||||
LSTR MSG_J_STEPS = _UxGT("Passo ") STR_J _UxGT("/mm");
|
||||
LSTR MSG_K_STEPS = _UxGT("Passo ") STR_K _UxGT("/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("Passo @/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("*/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Temperatura");
|
||||
@ -352,6 +348,7 @@ namespace Language_pt_br {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Passinho X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Passinho Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Passinho Z");
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Passinho @");
|
||||
LSTR MSG_BABYSTEP_TOTAL = _UxGT("Total");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Abortar Fim de Curso");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Aquecimento falhou");
|
||||
|
@ -225,7 +225,7 @@ namespace Language_ro {
|
||||
LSTR MSG_MOVE_E = _UxGT("Extruder");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Extruder *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Capat Prea Rece");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Move %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Move $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Move 0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Move 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Move 10mm");
|
||||
@ -270,30 +270,24 @@ namespace Language_ro {
|
||||
LSTR MSG_VA_JERK = _UxGT("V") STR_A _UxGT("-Jerk");
|
||||
LSTR MSG_VB_JERK = _UxGT("V") STR_B _UxGT("-Jerk");
|
||||
LSTR MSG_VC_JERK = _UxGT("V") STR_C _UxGT("-Jerk");
|
||||
LSTR MSG_VI_JERK = _UxGT("V") STR_I _UxGT("-Jerk");
|
||||
LSTR MSG_VJ_JERK = _UxGT("V") STR_J _UxGT("-Jerk");
|
||||
LSTR MSG_VK_JERK = _UxGT("V") STR_K _UxGT("-Jerk");
|
||||
LSTR MSG_VN_JERK = _UxGT("V@-Jerk");
|
||||
LSTR MSG_VE_JERK = _UxGT("Ve-Jerk");
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Junction Dev");
|
||||
LSTR MSG_VELOCITY = _UxGT("Velocity");
|
||||
LSTR MSG_VMAX_A = _UxGT("Vmax ") STR_A;
|
||||
LSTR MSG_VMAX_B = _UxGT("Vmax ") STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("Vmax ") STR_C;
|
||||
LSTR MSG_VMAX_I = _UxGT("Vmax ") STR_I;
|
||||
LSTR MSG_VMAX_J = _UxGT("Vmax ") STR_J;
|
||||
LSTR MSG_VMAX_K = _UxGT("Vmax ") STR_K;
|
||||
LSTR MSG_VMAX_E = _UxGT("Vmax ") STR_E;
|
||||
LSTR MSG_VMAX_EN = _UxGT("Vmax *");
|
||||
LSTR MSG_MAX_SPEED = _UxGT("Max Speed");
|
||||
LSTR MSG_VMAX_A = _UxGT("Max Speed ") STR_A;
|
||||
LSTR MSG_VMAX_B = _UxGT("Max Speed ") STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("Max Speed ") STR_C;
|
||||
LSTR MSG_VMAX_N = _UxGT("Max Speed @");
|
||||
LSTR MSG_VMAX_E = _UxGT("Max Speed E");
|
||||
LSTR MSG_VMAX_EN = _UxGT("Max Speed *");
|
||||
LSTR MSG_VMIN = _UxGT("Vmin");
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("VTrav Min");
|
||||
LSTR MSG_ACCELERATION = _UxGT("Acceleration");
|
||||
LSTR MSG_AMAX_A = _UxGT("Amax ") STR_A;
|
||||
LSTR MSG_AMAX_B = _UxGT("Amax ") STR_B;
|
||||
LSTR MSG_AMAX_C = _UxGT("Amax ") STR_C;
|
||||
LSTR MSG_AMAX_I = _UxGT("Amax ") STR_I;
|
||||
LSTR MSG_AMAX_J = _UxGT("Amax ") STR_J;
|
||||
LSTR MSG_AMAX_K = _UxGT("Amax ") STR_K;
|
||||
LSTR MSG_AMAX_E = _UxGT("Amax ") STR_E;
|
||||
LSTR MSG_AMAX_N = _UxGT("Amax @");
|
||||
LSTR MSG_AMAX_E = _UxGT("Amax E");
|
||||
LSTR MSG_AMAX_EN = _UxGT("Amax *");
|
||||
LSTR MSG_A_RETRACT = _UxGT("A-Retract");
|
||||
LSTR MSG_A_TRAVEL = _UxGT("A-Travel");
|
||||
@ -303,11 +297,9 @@ namespace Language_ro {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" steps/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" steps/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" steps/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" steps/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" steps/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" steps/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("Esteps/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("*steps/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ steps/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E steps/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* steps/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Temperature");
|
||||
LSTR MSG_MOTION = _UxGT("Motion");
|
||||
LSTR MSG_FILAMENT = _UxGT("Filament");
|
||||
@ -435,6 +427,7 @@ namespace Language_ro {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Babystep X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Babystep Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Babystep Z");
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Babystep @");
|
||||
LSTR MSG_BABYSTEP_TOTAL = _UxGT("Total");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Endstop Abort");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Heating Failed");
|
||||
@ -503,13 +496,7 @@ namespace Language_ro {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("Temperatura Maxima");
|
||||
LSTR MSG_INFO_PSU = _UxGT("PSU");
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Drive Strength");
|
||||
LSTR MSG_DAC_PERCENT_A = STR_A _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_B = STR_B _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_C = STR_C _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_I = STR_I _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_J = STR_J _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_K = STR_K _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("E Driver %");
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("@ Driver %");
|
||||
LSTR MSG_ERROR_TMC = _UxGT("TMC CONNECTION ERROR");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("DAC EEPROM Write");
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER = _UxGT("FILAMENT CHANGE");
|
||||
|
@ -84,17 +84,11 @@ namespace Language_ru {
|
||||
LSTR MSG_HOME_OFFSET_X = _UxGT("Смещение дома X");
|
||||
LSTR MSG_HOME_OFFSET_Y = _UxGT("Смещение дома Y");
|
||||
LSTR MSG_HOME_OFFSET_Z = _UxGT("Смещение дома Z");
|
||||
LSTR MSG_HOME_OFFSET_I = _UxGT("Смещение дома ") STR_I;
|
||||
LSTR MSG_HOME_OFFSET_J = _UxGT("Смещение дома ") STR_J;
|
||||
LSTR MSG_HOME_OFFSET_K = _UxGT("Смещение дома ") STR_K;
|
||||
#else
|
||||
LSTR MSG_SET_HOME_OFFSETS = _UxGT("Установ.смещ.дома");
|
||||
LSTR MSG_HOME_OFFSET_X = _UxGT("Смещ. дома X");
|
||||
LSTR MSG_HOME_OFFSET_Y = _UxGT("Смещ. дома Y");
|
||||
LSTR MSG_HOME_OFFSET_Z = _UxGT("Смещ. дома Z");
|
||||
LSTR MSG_HOME_OFFSET_I = _UxGT("Смещ. дома ") STR_I;
|
||||
LSTR MSG_HOME_OFFSET_J = _UxGT("Смещ. дома ") STR_J;
|
||||
LSTR MSG_HOME_OFFSET_K = _UxGT("Смещ. дома ") STR_K;
|
||||
#endif
|
||||
LSTR MSG_HOME_OFFSETS_APPLIED = _UxGT("Смещения применены");
|
||||
LSTR MSG_SELECT_ORIGIN = _UxGT("Выберите ноль");
|
||||
@ -338,9 +332,7 @@ namespace Language_ru {
|
||||
LSTR MSG_MOVE_X = _UxGT("Движение по X");
|
||||
LSTR MSG_MOVE_Y = _UxGT("Движение по Y");
|
||||
LSTR MSG_MOVE_Z = _UxGT("Движение по Z");
|
||||
LSTR MSG_MOVE_I = _UxGT("Движение по ") STR_I;
|
||||
LSTR MSG_MOVE_J = _UxGT("Движение по ") STR_J;
|
||||
LSTR MSG_MOVE_K = _UxGT("Движение по ") STR_K;
|
||||
LSTR MSG_MOVE_N = _UxGT("Движение по @");
|
||||
LSTR MSG_MOVE_E = _UxGT("Экструдер");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Экструдер *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Сопло не нагрето");
|
||||
@ -401,23 +393,19 @@ namespace Language_ru {
|
||||
LSTR MSG_VA_JERK = _UxGT("V") STR_A _UxGT("-рывок");
|
||||
LSTR MSG_VB_JERK = _UxGT("V") STR_B _UxGT("-рывок");
|
||||
LSTR MSG_VC_JERK = _UxGT("V") STR_C _UxGT("-рывок");
|
||||
LSTR MSG_VI_JERK = _UxGT("V") STR_I _UxGT("-рывок");
|
||||
LSTR MSG_VJ_JERK = _UxGT("V") STR_J _UxGT("-рывок");
|
||||
LSTR MSG_VK_JERK = _UxGT("V") STR_K _UxGT("-рывок");
|
||||
LSTR MSG_VN_JERK = _UxGT("V@-рывок");
|
||||
LSTR MSG_VE_JERK = _UxGT("Ve-рывок");
|
||||
#if LCD_WIDTH > 21 || HAS_DWIN_E3V2
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Отклонение узла");
|
||||
#else
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Отклон. узла");
|
||||
#endif
|
||||
LSTR MSG_VELOCITY = _UxGT("Скорость, мм/с");
|
||||
LSTR MSG_MAX_SPEED = _UxGT("Скорость, мм/с");
|
||||
LSTR MSG_VMAX_A = _UxGT("Скор.макс ") STR_A;
|
||||
LSTR MSG_VMAX_B = _UxGT("Скор.макс ") STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("Скор.макс ") STR_C;
|
||||
LSTR MSG_VMAX_I = _UxGT("Скор.макс ") STR_I;
|
||||
LSTR MSG_VMAX_J = _UxGT("Скор.макс ") STR_J;
|
||||
LSTR MSG_VMAX_K = _UxGT("Скор.макс ") STR_K;
|
||||
LSTR MSG_VMAX_E = _UxGT("Скор.макс ") STR_E;
|
||||
LSTR MSG_VMAX_N = _UxGT("Скор.макс @");
|
||||
LSTR MSG_VMAX_E = _UxGT("Скор.макс E");
|
||||
LSTR MSG_VMAX_EN = _UxGT("Скор.макс *");
|
||||
LSTR MSG_VMIN = _UxGT("Скор.мин");
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("Перемещение мин");
|
||||
@ -425,10 +413,8 @@ namespace Language_ru {
|
||||
LSTR MSG_AMAX_A = _UxGT("Ускор.макс ") STR_A;
|
||||
LSTR MSG_AMAX_B = _UxGT("Ускор.макс ") STR_B;
|
||||
LSTR MSG_AMAX_C = _UxGT("Ускор.макс ") STR_C;
|
||||
LSTR MSG_AMAX_I = _UxGT("Ускор.макс ") STR_I;
|
||||
LSTR MSG_AMAX_J = _UxGT("Ускор.макс ") STR_J;
|
||||
LSTR MSG_AMAX_K = _UxGT("Ускор.макс ") STR_K;
|
||||
LSTR MSG_AMAX_E = _UxGT("Ускор.макс ") STR_E;
|
||||
LSTR MSG_AMAX_N = _UxGT("Ускор.макс @");
|
||||
LSTR MSG_AMAX_E = _UxGT("Ускор.макс E");
|
||||
LSTR MSG_AMAX_EN = _UxGT("Ускор.макс *");
|
||||
LSTR MSG_A_RETRACT = _UxGT("Ускор.втягив.");
|
||||
LSTR MSG_A_TRAVEL = _UxGT("Ускор.путеш.");
|
||||
@ -438,9 +424,7 @@ namespace Language_ru {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" шаг/мм");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" шаг/мм");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" шаг/мм");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" шаг/мм");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" шаг/мм");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" шаг/мм");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ шаг/мм");
|
||||
LSTR MSG_E_STEPS = _UxGT("E шаг/мм");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* шаг/мм");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Температура");
|
||||
@ -611,9 +595,7 @@ namespace Language_ru {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Микрошаг X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Микрошаг Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Микрошаг Z");
|
||||
LSTR MSG_BABYSTEP_I = _UxGT("Микрошаг ") STR_I;
|
||||
LSTR MSG_BABYSTEP_J = _UxGT("Микрошаг ") STR_J;
|
||||
LSTR MSG_BABYSTEP_K = _UxGT("Микрошаг ") STR_K;
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Микрошаг @");
|
||||
LSTR MSG_BABYSTEP_TOTAL = _UxGT("Сумарно");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Сработал концевик");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Разогрев не удался");
|
||||
@ -710,13 +692,7 @@ namespace Language_ru {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("Макс. ") LCD_STR_THERMOMETER;
|
||||
LSTR MSG_INFO_PSU = _UxGT("БП");
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Сила привода");
|
||||
LSTR MSG_DAC_PERCENT_A = STR_A _UxGT(" Привод, %");
|
||||
LSTR MSG_DAC_PERCENT_B = STR_B _UxGT(" Привод, %");
|
||||
LSTR MSG_DAC_PERCENT_C = STR_C _UxGT(" Привод, %");
|
||||
LSTR MSG_DAC_PERCENT_I = STR_I _UxGT(" Привод, %");
|
||||
LSTR MSG_DAC_PERCENT_J = STR_J _UxGT(" Привод, %");
|
||||
LSTR MSG_DAC_PERCENT_K = STR_K _UxGT(" Привод, %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("E Привод, %");
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("@ Привод, %");
|
||||
LSTR MSG_ERROR_TMC = _UxGT("СБОЙ СВЯЗИ С TMC");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("Запись DAC в EEPROM");
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER = _UxGT("ЗАМЕНА ФИЛАМЕНТА");
|
||||
|
@ -31,10 +31,9 @@
|
||||
* Translated by Michal Holeš, Farma MaM
|
||||
* https://www.facebook.com/farmamam
|
||||
*
|
||||
* Substitutions are applied for the following characters when used
|
||||
* in menu items that call lcd_put_u8str_ind_P with an index:
|
||||
* Substitutions are applied for the following characters when used in menu items titles:
|
||||
*
|
||||
* $ displays an inserted C-string
|
||||
* $ displays an inserted string
|
||||
* = displays '0'....'10' for indexes 0 - 10
|
||||
* ~ displays '1'....'11' for indexes 0 - 10
|
||||
* * displays 'E1'...'E11' for indexes 0 - 10 (By default. Uses LCD_FIRST_TOOL)
|
||||
@ -98,9 +97,6 @@ namespace Language_sk {
|
||||
LSTR MSG_HOME_OFFSET_X = _UxGT("X Ofset");
|
||||
LSTR MSG_HOME_OFFSET_Y = _UxGT("Y Ofset");
|
||||
LSTR MSG_HOME_OFFSET_Z = _UxGT("Z Ofset");
|
||||
LSTR MSG_HOME_OFFSET_I = STR_I _UxGT(" Ofset");
|
||||
LSTR MSG_HOME_OFFSET_J = STR_J _UxGT(" Ofset");
|
||||
LSTR MSG_HOME_OFFSET_K = STR_K _UxGT(" Ofset");
|
||||
LSTR MSG_HOME_OFFSETS_APPLIED = _UxGT("Ofsety nastavené");
|
||||
LSTR MSG_TRAMMING_WIZARD = _UxGT("Spriev. vyrovn.");
|
||||
LSTR MSG_SELECT_ORIGIN = _UxGT("Vyberte začiatok");
|
||||
@ -281,13 +277,11 @@ namespace Language_sk {
|
||||
LSTR MSG_MOVE_X = _UxGT("Posunúť X");
|
||||
LSTR MSG_MOVE_Y = _UxGT("Posunúť Y");
|
||||
LSTR MSG_MOVE_Z = _UxGT("Posunúť Z");
|
||||
LSTR MSG_MOVE_I = _UxGT("Posunúť ") STR_I;
|
||||
LSTR MSG_MOVE_J = _UxGT("Posunúť ") STR_J;
|
||||
LSTR MSG_MOVE_K = _UxGT("Posunúť ") STR_K;
|
||||
LSTR MSG_MOVE_N = _UxGT("Posunúť @");
|
||||
LSTR MSG_MOVE_E = _UxGT("Extrudér");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Extrudér *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Hotend je studený");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Posunúť o %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Posunúť o $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Posunúť o 0,1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Posunúť o 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Posunúť o 10mm");
|
||||
@ -297,12 +291,6 @@ namespace Language_sk {
|
||||
LSTR MSG_MOVE_01IN = _UxGT("Posunúť o 0,1in");
|
||||
LSTR MSG_MOVE_1IN = _UxGT("Posunúť o 1,0in");
|
||||
LSTR MSG_SPEED = _UxGT("Rýchlosť");
|
||||
LSTR MSG_MAXSPEED = _UxGT("Max rýchl. (mm/s)");
|
||||
LSTR MSG_MAXSPEED_X = _UxGT("Max rýchl. ") STR_A;
|
||||
LSTR MSG_MAXSPEED_Y = _UxGT("Max rýchl. ") STR_B;
|
||||
LSTR MSG_MAXSPEED_Z = _UxGT("Max rýchl. ") STR_C;
|
||||
LSTR MSG_MAXSPEED_E = _UxGT("Max rýchl. ") STR_E;
|
||||
LSTR MSG_MAXSPEED_A = _UxGT("Max rýchl. @");
|
||||
LSTR MSG_BED_Z = _UxGT("Výška podl.");
|
||||
LSTR MSG_NOZZLE = _UxGT("Tryska");
|
||||
LSTR MSG_NOZZLE_N = _UxGT("Tryska ~");
|
||||
@ -347,30 +335,24 @@ namespace Language_sk {
|
||||
LSTR MSG_VA_JERK = _UxGT("V") STR_A _UxGT("-skok");
|
||||
LSTR MSG_VB_JERK = _UxGT("V") STR_B _UxGT("-skok");
|
||||
LSTR MSG_VC_JERK = _UxGT("V") STR_C _UxGT("-skok");
|
||||
LSTR MSG_VI_JERK = _UxGT("V") STR_I _UxGT("-skok");
|
||||
LSTR MSG_VJ_JERK = _UxGT("V") STR_J _UxGT("-skok");
|
||||
LSTR MSG_VK_JERK = _UxGT("V") STR_K _UxGT("-skok");
|
||||
LSTR MSG_VN_JERK = _UxGT("V@-skok");
|
||||
LSTR MSG_VE_JERK = _UxGT("Ve-skok");
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Junction Dev");
|
||||
LSTR MSG_VELOCITY = _UxGT("Rýchlosť");
|
||||
LSTR MSG_VMAX_A = _UxGT("Vmax ") STR_A;
|
||||
LSTR MSG_VMAX_B = _UxGT("Vmax ") STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("Vmax ") STR_C;
|
||||
LSTR MSG_VMAX_I = _UxGT("Vmax ") STR_I;
|
||||
LSTR MSG_VMAX_J = _UxGT("Vmax ") STR_J;
|
||||
LSTR MSG_VMAX_K = _UxGT("Vmax ") STR_K;
|
||||
LSTR MSG_VMAX_E = _UxGT("Vmax ") STR_E;
|
||||
LSTR MSG_VMAX_EN = _UxGT("Vmax *");
|
||||
LSTR MSG_MAX_SPEED = _UxGT("Max rýchl. (mm/s)");
|
||||
LSTR MSG_VMAX_A = _UxGT("Max rýchl. ") STR_A;
|
||||
LSTR MSG_VMAX_B = _UxGT("Max rýchl. ") STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("Max rýchl. ") STR_C;
|
||||
LSTR MSG_VMAX_N = _UxGT("Max rýchl. @");
|
||||
LSTR MSG_VMAX_E = _UxGT("Max rýchl. E");
|
||||
LSTR MSG_VMAX_EN = _UxGT("Max rýchl. *");
|
||||
LSTR MSG_VMIN = _UxGT("Vmin");
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("VPrej Min");
|
||||
LSTR MSG_ACCELERATION = _UxGT("Akcelerácia");
|
||||
LSTR MSG_AMAX_A = _UxGT("Amax ") STR_A;
|
||||
LSTR MSG_AMAX_B = _UxGT("Amax ") STR_B;
|
||||
LSTR MSG_AMAX_C = _UxGT("Amax ") STR_C;
|
||||
LSTR MSG_AMAX_I = _UxGT("Amax ") STR_I;
|
||||
LSTR MSG_AMAX_J = _UxGT("Amax ") STR_J;
|
||||
LSTR MSG_AMAX_K = _UxGT("Amax ") STR_K;
|
||||
LSTR MSG_AMAX_E = _UxGT("Amax ") STR_E;
|
||||
LSTR MSG_AMAX_N = _UxGT("Amax @");
|
||||
LSTR MSG_AMAX_E = _UxGT("Amax E");
|
||||
LSTR MSG_AMAX_EN = _UxGT("Amax *");
|
||||
LSTR MSG_A_RETRACT = _UxGT("A-retrakt");
|
||||
LSTR MSG_A_TRAVEL = _UxGT("A-prejazd");
|
||||
@ -380,11 +362,9 @@ namespace Language_sk {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" krokov/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" krokov/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" krokov/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" krokov/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" krokov/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" krokov/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("Ekrokov/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("*krokov/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ krokov/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E krokov/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* krokov/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Teplota");
|
||||
LSTR MSG_MOTION = _UxGT("Pohyb");
|
||||
LSTR MSG_FILAMENT = _UxGT("Filament");
|
||||
@ -527,9 +507,7 @@ namespace Language_sk {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Babystep X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Babystep Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Babystep Z");
|
||||
LSTR MSG_BABYSTEP_I = _UxGT("Babystep ") STR_I;
|
||||
LSTR MSG_BABYSTEP_J = _UxGT("Babystep ") STR_J;
|
||||
LSTR MSG_BABYSTEP_K = _UxGT("Babystep ") STR_K;
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Babystep @");
|
||||
LSTR MSG_BABYSTEP_TOTAL = _UxGT("Celkom");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Zastavenie Endstop");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Chyba ohrevu");
|
||||
@ -624,13 +602,7 @@ namespace Language_sk {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("Teplota max");
|
||||
LSTR MSG_INFO_PSU = _UxGT("Nap. zdroj");
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Budenie motorov");
|
||||
LSTR MSG_DAC_PERCENT_A = STR_A _UxGT(" Motor %");
|
||||
LSTR MSG_DAC_PERCENT_B = STR_B _UxGT(" Motor %");
|
||||
LSTR MSG_DAC_PERCENT_C = STR_C _UxGT(" Motor %");
|
||||
LSTR MSG_DAC_PERCENT_I = STR_I _UxGT(" Motor %");
|
||||
LSTR MSG_DAC_PERCENT_J = STR_J _UxGT(" Motor %");
|
||||
LSTR MSG_DAC_PERCENT_K = STR_K _UxGT(" Motor %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("E Motor %");
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("@ Motor %");
|
||||
LSTR MSG_ERROR_TMC = _UxGT("CHYBA KOMUNIKÁ. TMC");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("Uložiť do EEPROM");
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER = _UxGT("VÝMENA FILAMENTU");
|
||||
|
@ -252,7 +252,7 @@ namespace Language_sv {
|
||||
LSTR MSG_MOVE_E = _UxGT("Extruder");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Extruder *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Hetände för kall");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Flytta %smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("Flytta $mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("Flytta 0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("Flytta 1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("Flytta 10mm");
|
||||
@ -300,19 +300,15 @@ namespace Language_sv {
|
||||
LSTR MSG_VA_JERK = _UxGT("V") STR_A _UxGT("-Ryck");
|
||||
LSTR MSG_VB_JERK = _UxGT("V") STR_B _UxGT("-Ryck");
|
||||
LSTR MSG_VC_JERK = _UxGT("V") STR_C _UxGT("-Ryck");
|
||||
LSTR MSG_VI_JERK = _UxGT("V") STR_I _UxGT("-Ryck");
|
||||
LSTR MSG_VJ_JERK = _UxGT("V") STR_J _UxGT("-Ryck");
|
||||
LSTR MSG_VK_JERK = _UxGT("V") STR_K _UxGT("-Ryck");
|
||||
LSTR MSG_VN_JERK = _UxGT("V@-Ryck");
|
||||
LSTR MSG_VE_JERK = _UxGT("Ve-Ryck");
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Knutpunkt Avv");
|
||||
LSTR MSG_VELOCITY = _UxGT("Hastighet");
|
||||
LSTR MSG_MAX_SPEED = _UxGT("Hastighet");
|
||||
LSTR MSG_VMAX_A = _UxGT("Vmax ") STR_A;
|
||||
LSTR MSG_VMAX_B = _UxGT("Vmax ") STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("Vmax ") STR_C;
|
||||
LSTR MSG_VMAX_I = _UxGT("Vmax ") STR_I;
|
||||
LSTR MSG_VMAX_J = _UxGT("Vmax ") STR_J;
|
||||
LSTR MSG_VMAX_K = _UxGT("Vmax ") STR_K;
|
||||
LSTR MSG_VMAX_E = _UxGT("Vmax ") STR_E;
|
||||
LSTR MSG_VMAX_N = _UxGT("Vmax @");
|
||||
LSTR MSG_VMAX_E = _UxGT("Vmax E");
|
||||
LSTR MSG_VMAX_EN = _UxGT("Vmax *");
|
||||
LSTR MSG_VMIN = _UxGT("Vmin");
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("VTrav Min");
|
||||
@ -320,10 +316,8 @@ namespace Language_sv {
|
||||
LSTR MSG_AMAX_A = _UxGT("Amax ") STR_A;
|
||||
LSTR MSG_AMAX_B = _UxGT("Amax ") STR_B;
|
||||
LSTR MSG_AMAX_C = _UxGT("Amax ") STR_C;
|
||||
LSTR MSG_AMAX_I = _UxGT("Amax ") STR_I;
|
||||
LSTR MSG_AMAX_J = _UxGT("Amax ") STR_J;
|
||||
LSTR MSG_AMAX_K = _UxGT("Amax ") STR_K;
|
||||
LSTR MSG_AMAX_E = _UxGT("Amax ") STR_E;
|
||||
LSTR MSG_AMAX_N = _UxGT("Amax @");
|
||||
LSTR MSG_AMAX_E = _UxGT("Amax E");
|
||||
LSTR MSG_AMAX_EN = _UxGT("Amax *");
|
||||
LSTR MSG_A_RETRACT = _UxGT("A-Dra tillbaka");
|
||||
LSTR MSG_A_TRAVEL = _UxGT("A-Färdas");
|
||||
@ -333,9 +327,7 @@ namespace Language_sv {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" Steg/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" Steg/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" Steg/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" Steg/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" Steg/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" Steg/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ Steg/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E Steg/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* Steg/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Temperatur");
|
||||
@ -469,6 +461,7 @@ namespace Language_sv {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Småsteg X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Småsteg Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Småsteg Z");
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Småsteg @");
|
||||
LSTR MSG_BABYSTEP_TOTAL = _UxGT("Total");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Slutstopp Avbrott");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Värma Misslyckad");
|
||||
@ -540,13 +533,7 @@ namespace Language_sv {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("Max Temp");
|
||||
LSTR MSG_INFO_PSU = _UxGT("PSU");
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Driv Styrka");
|
||||
LSTR MSG_DAC_PERCENT_A = STR_A _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_B = STR_B _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_C = STR_C _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_I = STR_I _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_J = STR_J _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_K = STR_K _UxGT(" Driver %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("E Driver %");
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("@ Driver %");
|
||||
LSTR MSG_ERROR_TMC = _UxGT("TMC KOPPLNINGSFEL");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("DAC EEPROM Skriv");
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER = _UxGT("TRÅDBYTE");
|
||||
|
@ -228,7 +228,7 @@ namespace Language_tr {
|
||||
LSTR MSG_MOVE_E = _UxGT("Ekstruder");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Ekstruder *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Nozul Çok Soğuk");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("%smm");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("$mm");
|
||||
LSTR MSG_MOVE_01MM = _UxGT("0.1mm");
|
||||
LSTR MSG_MOVE_1MM = _UxGT("1mm");
|
||||
LSTR MSG_MOVE_10MM = _UxGT("10mm");
|
||||
@ -263,19 +263,15 @@ namespace Language_tr {
|
||||
LSTR MSG_VA_JERK = _UxGT("V") STR_A _UxGT("-Sarsım");
|
||||
LSTR MSG_VB_JERK = _UxGT("V") STR_B _UxGT("-Sarsım");
|
||||
LSTR MSG_VC_JERK = _UxGT("V") STR_C _UxGT("-Sarsım");
|
||||
LSTR MSG_VI_JERK = _UxGT("V") STR_I _UxGT("-Sarsım");
|
||||
LSTR MSG_VJ_JERK = _UxGT("V") STR_J _UxGT("-Sarsım");
|
||||
LSTR MSG_VK_JERK = _UxGT("V") STR_K _UxGT("-Sarsım");
|
||||
LSTR MSG_VN_JERK = _UxGT("V@-Sarsım");
|
||||
LSTR MSG_VE_JERK = _UxGT("Ve-Sarsım");
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Jonksiyon Sapması");
|
||||
LSTR MSG_VELOCITY = _UxGT("Hız Vektörü");
|
||||
LSTR MSG_MAX_SPEED = _UxGT("Hız Vektörü");
|
||||
LSTR MSG_VMAX_A = _UxGT("HızVektör.max ") STR_A;
|
||||
LSTR MSG_VMAX_B = _UxGT("HızVektör.max ") STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("HızVektör.max ") STR_C;
|
||||
LSTR MSG_VMAX_I = _UxGT("HızVektör.max ") STR_I;
|
||||
LSTR MSG_VMAX_J = _UxGT("HızVektör.max ") STR_J;
|
||||
LSTR MSG_VMAX_K = _UxGT("HızVektör.max ") STR_K;
|
||||
LSTR MSG_VMAX_E = _UxGT("HızVektör.max ") STR_E;
|
||||
LSTR MSG_VMAX_N = _UxGT("HızVektör.max @");
|
||||
LSTR MSG_VMAX_E = _UxGT("HızVektör.max E");
|
||||
LSTR MSG_VMAX_EN = _UxGT("HızVektör.max *");
|
||||
LSTR MSG_VMIN = _UxGT("HızVektör.min");
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("HV.gezinme min");
|
||||
@ -283,10 +279,8 @@ namespace Language_tr {
|
||||
LSTR MSG_AMAX_A = _UxGT("Max. ivme ") STR_A;
|
||||
LSTR MSG_AMAX_B = _UxGT("Max. ivme ") STR_B;
|
||||
LSTR MSG_AMAX_C = _UxGT("Max. ivme ") STR_C;
|
||||
LSTR MSG_AMAX_I = _UxGT("Max. ivme ") STR_I;
|
||||
LSTR MSG_AMAX_J = _UxGT("Max. ivme ") STR_J;
|
||||
LSTR MSG_AMAX_K = _UxGT("Max. ivme ") STR_K;
|
||||
LSTR MSG_AMAX_E = _UxGT("Max. ivme ") STR_E;
|
||||
LSTR MSG_AMAX_N = _UxGT("Max. ivme @");
|
||||
LSTR MSG_AMAX_E = _UxGT("Max. ivme E");
|
||||
LSTR MSG_AMAX_EN = _UxGT("Max. ivme *");
|
||||
LSTR MSG_A_RETRACT = _UxGT("Ivme-geri çekme");
|
||||
LSTR MSG_A_TRAVEL = _UxGT("Ivme-gezinme");
|
||||
@ -294,9 +288,7 @@ namespace Language_tr {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" adım/mm");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" adım/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" adım/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" adım/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" adım/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" adım/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ adım/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E adım/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* adım/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Sıcaklık");
|
||||
@ -406,6 +398,7 @@ namespace Language_tr {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Miniadım X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Miniadım Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Miniadım Z");
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Miniadım @");
|
||||
LSTR MSG_BABYSTEP_TOTAL = _UxGT("Toplam");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Endstop iptal");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Isınma başarısız");
|
||||
@ -473,13 +466,7 @@ namespace Language_tr {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("Max Sıc.");
|
||||
LSTR MSG_INFO_PSU = _UxGT("Güç Kaynağı");
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Sürücü Gücü");
|
||||
LSTR MSG_DAC_PERCENT_A = STR_A _UxGT(" Sürücü %");
|
||||
LSTR MSG_DAC_PERCENT_B = STR_B _UxGT(" Sürücü %");
|
||||
LSTR MSG_DAC_PERCENT_C = STR_C _UxGT(" Sürücü %");
|
||||
LSTR MSG_DAC_PERCENT_I = STR_I _UxGT(" Sürücü %");
|
||||
LSTR MSG_DAC_PERCENT_J = STR_J _UxGT(" Sürücü %");
|
||||
LSTR MSG_DAC_PERCENT_K = STR_K _UxGT(" Sürücü %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("E Sürücü %");
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("@ Sürücü %");
|
||||
LSTR MSG_ERROR_TMC = _UxGT("TMC BAĞLANTI HATASI");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("DAC EEPROM Yaz");
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER = _UxGT("FILAMAN DEGISTIR");
|
||||
|
@ -86,17 +86,11 @@ namespace Language_uk {
|
||||
LSTR MSG_HOME_OFFSET_X = _UxGT("Зміщення дому X");
|
||||
LSTR MSG_HOME_OFFSET_Y = _UxGT("Зміщення дому Y");
|
||||
LSTR MSG_HOME_OFFSET_Z = _UxGT("Зміщення дому Z");
|
||||
LSTR MSG_HOME_OFFSET_I = _UxGT("Зміщення дому ") STR_I;
|
||||
LSTR MSG_HOME_OFFSET_J = _UxGT("Зміщення дому ") STR_J;
|
||||
LSTR MSG_HOME_OFFSET_K = _UxGT("Зміщення дому ") STR_K;
|
||||
#else
|
||||
LSTR MSG_SET_HOME_OFFSETS = _UxGT("Встан. зміщ. дому");
|
||||
LSTR MSG_HOME_OFFSET_X = _UxGT("Зміщ. дому X");
|
||||
LSTR MSG_HOME_OFFSET_Y = _UxGT("Зміщ. дому Y");
|
||||
LSTR MSG_HOME_OFFSET_Z = _UxGT("Зміщ. дому Z");
|
||||
LSTR MSG_HOME_OFFSET_I = _UxGT("Зміщ. дому ") STR_I;
|
||||
LSTR MSG_HOME_OFFSET_J = _UxGT("Зміщ. дому ") STR_J;
|
||||
LSTR MSG_HOME_OFFSET_K = _UxGT("Зміщ. дому ") STR_K;
|
||||
#endif
|
||||
LSTR MSG_HOME_OFFSETS_APPLIED = _UxGT("Зміщення прийняті");
|
||||
LSTR MSG_SELECT_ORIGIN = _UxGT("Оберіть нуль");
|
||||
@ -339,9 +333,7 @@ namespace Language_uk {
|
||||
LSTR MSG_MOVE_X = _UxGT("Рух по X");
|
||||
LSTR MSG_MOVE_Y = _UxGT("Рух по Y");
|
||||
LSTR MSG_MOVE_Z = _UxGT("Рух по Z");
|
||||
LSTR MSG_MOVE_I = _UxGT("Рух по ") STR_I;
|
||||
LSTR MSG_MOVE_J = _UxGT("Рух по ") STR_J;
|
||||
LSTR MSG_MOVE_K = _UxGT("Рух по ") STR_K;
|
||||
LSTR MSG_MOVE_N = _UxGT("Рух по @");
|
||||
LSTR MSG_MOVE_E = _UxGT("Екструдер");
|
||||
LSTR MSG_MOVE_EN = _UxGT("Екструдер *");
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("Сопло дуже холодне");
|
||||
@ -406,23 +398,19 @@ namespace Language_uk {
|
||||
LSTR MSG_VA_JERK = _UxGT("V") STR_A _UxGT("-ривок");
|
||||
LSTR MSG_VB_JERK = _UxGT("V") STR_B _UxGT("-ривок");
|
||||
LSTR MSG_VC_JERK = _UxGT("V") STR_C _UxGT("-ривок");
|
||||
LSTR MSG_VI_JERK = _UxGT("V") STR_I _UxGT("-ривок");
|
||||
LSTR MSG_VJ_JERK = _UxGT("V") STR_J _UxGT("-ривок");
|
||||
LSTR MSG_VK_JERK = _UxGT("V") STR_K _UxGT("-ривок");
|
||||
LSTR MSG_VN_JERK = _UxGT("V@-ривок");
|
||||
LSTR MSG_VE_JERK = _UxGT("Ve-ривок");
|
||||
#if LCD_WIDTH > 21 || HAS_DWIN_E3V2
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Відхилення вузла");
|
||||
#else
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Відхил.вузла");
|
||||
#endif
|
||||
LSTR MSG_VELOCITY = _UxGT("Швидкість, мм/с");
|
||||
LSTR MSG_MAX_SPEED = _UxGT("Швидкість, мм/с");
|
||||
LSTR MSG_VMAX_A = _UxGT("Швидк.макс ") STR_A;
|
||||
LSTR MSG_VMAX_B = _UxGT("Швидк.макс ") STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("Швидк.макс ") STR_C;
|
||||
LSTR MSG_VMAX_I = _UxGT("Швидк.макс ") STR_I;
|
||||
LSTR MSG_VMAX_J = _UxGT("Швидк.макс ") STR_J;
|
||||
LSTR MSG_VMAX_K = _UxGT("Швидк.макс ") STR_K;
|
||||
LSTR MSG_VMAX_E = _UxGT("Швидк.макс ") STR_E;
|
||||
LSTR MSG_VMAX_N = _UxGT("Швидк.макс @");
|
||||
LSTR MSG_VMAX_E = _UxGT("Швидк.макс E");
|
||||
LSTR MSG_VMAX_EN = _UxGT("Швидк.макс *");
|
||||
LSTR MSG_VMIN = _UxGT("Швидк. мін");
|
||||
#if LCD_WIDTH > 21 || HAS_DWIN_E3V2
|
||||
@ -434,10 +422,8 @@ namespace Language_uk {
|
||||
LSTR MSG_AMAX_A = _UxGT("Приск.макс ") STR_A;
|
||||
LSTR MSG_AMAX_B = _UxGT("Приск.макс ") STR_B;
|
||||
LSTR MSG_AMAX_C = _UxGT("Приск.макс ") STR_C;
|
||||
LSTR MSG_AMAX_I = _UxGT("Приск.макс ") STR_I;
|
||||
LSTR MSG_AMAX_J = _UxGT("Приск.макс ") STR_J;
|
||||
LSTR MSG_AMAX_K = _UxGT("Приск.макс ") STR_K;
|
||||
LSTR MSG_AMAX_E = _UxGT("Приск.макс ") STR_E;
|
||||
LSTR MSG_AMAX_N = _UxGT("Приск.макс @");
|
||||
LSTR MSG_AMAX_E = _UxGT("Приск.макс E");
|
||||
LSTR MSG_AMAX_EN = _UxGT("Приск.макс *");
|
||||
LSTR MSG_A_RETRACT = _UxGT("Приск.втягув.");
|
||||
LSTR MSG_A_TRAVEL = _UxGT("Приск.переміщ.");
|
||||
@ -447,9 +433,7 @@ namespace Language_uk {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" кроків/мм");
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" кроків/мм");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" кроків/мм");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" кроків/мм");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" кроків/мм");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" кроків/мм");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ кроків/мм");
|
||||
LSTR MSG_E_STEPS = _UxGT("E кроків/мм");
|
||||
LSTR MSG_EN_STEPS = _UxGT("* кроків/мм");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Температура");
|
||||
@ -624,9 +608,7 @@ namespace Language_uk {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Мікрокрок X");
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Мікрокрок Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Мікрокрок Z");
|
||||
LSTR MSG_BABYSTEP_I = _UxGT("Мікрокрок ") STR_I;
|
||||
LSTR MSG_BABYSTEP_J = _UxGT("Мікрокрок ") STR_J;
|
||||
LSTR MSG_BABYSTEP_K = _UxGT("Мікрокрок ") STR_K;
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Мікрокрок @");
|
||||
LSTR MSG_BABYSTEP_TOTAL = _UxGT("Сумарно");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Кінцевик спрацював");
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Збій нагріву");
|
||||
@ -749,13 +731,7 @@ namespace Language_uk {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("Макс. ") LCD_STR_THERMOMETER;
|
||||
LSTR MSG_INFO_PSU = _UxGT("Блок жив-ня");
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Сила мотору");
|
||||
LSTR MSG_DAC_PERCENT_A = _UxGT("Драйвер ") STR_A _UxGT(", %");
|
||||
LSTR MSG_DAC_PERCENT_B = _UxGT("Драйвер ") STR_B _UxGT(", %");
|
||||
LSTR MSG_DAC_PERCENT_C = _UxGT("Драйвер ") STR_C _UxGT(", %");
|
||||
LSTR MSG_DAC_PERCENT_I = _UxGT("Драйвер ") STR_I _UxGT(", %");
|
||||
LSTR MSG_DAC_PERCENT_J = _UxGT("Драйвер ") STR_J _UxGT(", %");
|
||||
LSTR MSG_DAC_PERCENT_K = _UxGT("Драйвер ") STR_K _UxGT(", %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("Драйвер E, %");
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("Драйвер @, %");
|
||||
LSTR MSG_ERROR_TMC = _UxGT("ЗБІЙ ЗВ'ЯЗКУ З TMC");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("Запис ЦАП у EEPROM");
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER = _UxGT("ЗАМІНА ПРУТКА");
|
||||
|
@ -230,19 +230,15 @@ namespace Language_vi {
|
||||
LSTR MSG_VA_JERK = _UxGT("Giật-V") STR_A;
|
||||
LSTR MSG_VB_JERK = _UxGT("Giật-V") STR_B;
|
||||
LSTR MSG_VC_JERK = _UxGT("Giật-V") STR_C;
|
||||
LSTR MSG_VI_JERK = _UxGT("Giật-V") STR_I;
|
||||
LSTR MSG_VJ_JERK = _UxGT("Giật-V") STR_J;
|
||||
LSTR MSG_VK_JERK = _UxGT("Giật-V") STR_K;
|
||||
LSTR MSG_VN_JERK = _UxGT("Giật-V@");
|
||||
LSTR MSG_VE_JERK = _UxGT("Giật-Ve");
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("Độ Lệch Chỗ Giao"); // Junction Dev
|
||||
LSTR MSG_VELOCITY = _UxGT("Vận tốc"); // velocity
|
||||
LSTR MSG_MAX_SPEED = _UxGT("Vận tốc"); // velocity
|
||||
LSTR MSG_VMAX_A = _UxGT("Vđa") STR_A; // Vmax
|
||||
LSTR MSG_VMAX_B = _UxGT("Vđa") STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("Vđa") STR_C;
|
||||
LSTR MSG_VMAX_I = _UxGT("Vđa") STR_I;
|
||||
LSTR MSG_VMAX_J = _UxGT("Vđa") STR_J;
|
||||
LSTR MSG_VMAX_K = _UxGT("Vđa") STR_K;
|
||||
LSTR MSG_VMAX_E = _UxGT("Vđa") STR_E;
|
||||
LSTR MSG_VMAX_N = _UxGT("Vđa@");
|
||||
LSTR MSG_VMAX_E = _UxGT("VđaE");
|
||||
LSTR MSG_VMAX_EN = _UxGT("Vđa *");
|
||||
LSTR MSG_VMIN = _UxGT("Vthiểu"); // Vmin
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("Vchuyển thiểu"); // VTrav min
|
||||
@ -250,10 +246,8 @@ namespace Language_vi {
|
||||
LSTR MSG_AMAX_A = _UxGT("Tăng tốc ca") STR_A; // Amax
|
||||
LSTR MSG_AMAX_B = _UxGT("Tăng tốc ca") STR_B;
|
||||
LSTR MSG_AMAX_C = _UxGT("Tăng tốc ca") STR_C;
|
||||
LSTR MSG_AMAX_I = _UxGT("Tăng tốc ca") STR_I; // Amax
|
||||
LSTR MSG_AMAX_J = _UxGT("Tăng tốc ca") STR_J;
|
||||
LSTR MSG_AMAX_K = _UxGT("Tăng tốc ca") STR_K;
|
||||
LSTR MSG_AMAX_E = _UxGT("Tăng tốc ca") STR_E;
|
||||
LSTR MSG_AMAX_N = _UxGT("Tăng tốc ca@");
|
||||
LSTR MSG_AMAX_E = _UxGT("Tăng tốc caE");
|
||||
LSTR MSG_AMAX_EN = _UxGT("Tăng tốc ca *");
|
||||
LSTR MSG_A_RETRACT = _UxGT("TT-Rút"); // A-retract
|
||||
LSTR MSG_A_TRAVEL = _UxGT("TT-Chuyển"); // A-travel
|
||||
@ -261,9 +255,7 @@ namespace Language_vi {
|
||||
LSTR MSG_A_STEPS = _UxGT("Bước") STR_A _UxGT("/mm"); // Steps/mm
|
||||
LSTR MSG_B_STEPS = _UxGT("Bước") STR_B _UxGT("/mm");
|
||||
LSTR MSG_C_STEPS = _UxGT("Bước") STR_C _UxGT("/mm");
|
||||
LSTR MSG_I_STEPS = _UxGT("Bước") STR_I _UxGT("/mm"); // Steps/mm
|
||||
LSTR MSG_J_STEPS = _UxGT("Bước") STR_J _UxGT("/mm");
|
||||
LSTR MSG_K_STEPS = _UxGT("Bước") STR_K _UxGT("/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("Bước@/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("BướcE/mm");
|
||||
LSTR MSG_EN_STEPS = _UxGT("Bước */mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("Nhiệt độ"); // Temperature
|
||||
@ -339,6 +331,7 @@ namespace Language_vi {
|
||||
LSTR MSG_BABYSTEP_X = _UxGT("Nhít X"); // Babystep X
|
||||
LSTR MSG_BABYSTEP_Y = _UxGT("Nhít Y");
|
||||
LSTR MSG_BABYSTEP_Z = _UxGT("Nhít Z");
|
||||
LSTR MSG_BABYSTEP_N = _UxGT("Nhít @");
|
||||
LSTR MSG_ENDSTOP_ABORT = _UxGT("Hủy bỏ công tắc"); // Endstop abort
|
||||
LSTR MSG_HEATING_FAILED_LCD = _UxGT("Sưởi đầu phun không thành công"); // Heating failed
|
||||
LSTR MSG_ERR_REDUNDANT_TEMP = _UxGT("Điều sai: nhiệt độ dư"); // Err: REDUNDANT TEMP
|
||||
@ -399,13 +392,7 @@ namespace Language_vi {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("Nhiệt độ tối đa"); // Max temp
|
||||
LSTR MSG_INFO_PSU = _UxGT("Bộ nguồn"); // PSU
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("Sức mạnh ổ đĩa"); // Drive Strength
|
||||
LSTR MSG_DAC_PERCENT_A = STR_A _UxGT(" % trình điều khiển"); // X Driver %
|
||||
LSTR MSG_DAC_PERCENT_B = STR_B _UxGT(" % trình điều khiển");
|
||||
LSTR MSG_DAC_PERCENT_C = STR_C _UxGT(" % trình điều khiển");
|
||||
LSTR MSG_DAC_PERCENT_I = STR_I _UxGT(" % trình điều khiển");
|
||||
LSTR MSG_DAC_PERCENT_J = STR_J _UxGT(" % trình điều khiển");
|
||||
LSTR MSG_DAC_PERCENT_K = STR_K _UxGT(" % trình điều khiển");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("E % trình điều khiển");
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("@ % trình điều khiển");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("Ghi DAC EEPROM"); // DAC EEPROM Write
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER_PAUSE = _UxGT("In tạm dừng"); // PRINT PAUSED
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER_LOAD = _UxGT("Nạp dây nhựa");
|
||||
|
@ -225,7 +225,7 @@ namespace Language_zh_CN {
|
||||
LSTR MSG_MOVE_E = _UxGT("挤出机"); // "Extruder"
|
||||
LSTR MSG_MOVE_EN = _UxGT("挤出机 *"); // "Extruder"
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("热端太冷");
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("移动 %s mm"); // "Move 0.025mm"
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("移动 $ mm"); // "Move 0.025mm"
|
||||
LSTR MSG_MOVE_01MM = _UxGT("移动 0.1 mm"); // "Move 0.1mm"
|
||||
LSTR MSG_MOVE_1MM = _UxGT("移动 1 mm"); // "Move 1mm"
|
||||
LSTR MSG_MOVE_10MM = _UxGT("移动 10 mm"); // "Move 10mm"
|
||||
@ -270,19 +270,15 @@ namespace Language_zh_CN {
|
||||
LSTR MSG_VA_JERK = _UxGT("轴抖动速率") STR_A; // "Va-jerk"
|
||||
LSTR MSG_VB_JERK = _UxGT("轴抖动速率") STR_B; // "Vb-jerk"
|
||||
LSTR MSG_VC_JERK = _UxGT("轴抖动速率") STR_C; // "Vc-jerk"
|
||||
LSTR MSG_VI_JERK = _UxGT("轴抖动速率") STR_I; // "Vi-jerk"
|
||||
LSTR MSG_VJ_JERK = _UxGT("轴抖动速率") STR_J; // "Vj-jerk"
|
||||
LSTR MSG_VK_JERK = _UxGT("轴抖动速率") STR_K; // "Vk-jerk"
|
||||
LSTR MSG_VN_JERK = _UxGT("轴抖动速率@"); // "V@-jerk"
|
||||
LSTR MSG_VE_JERK = _UxGT("挤出机抖动速率"); // "Ve-jerk"
|
||||
LSTR MSG_JUNCTION_DEVIATION = _UxGT("接点差");
|
||||
LSTR MSG_VELOCITY = _UxGT("速度"); // "Velocity"
|
||||
LSTR MSG_MAX_SPEED = _UxGT("速度"); // "Velocity"
|
||||
LSTR MSG_VMAX_A = _UxGT("最大进料速率") STR_A; // "Vmax " max_feedrate_mm_s
|
||||
LSTR MSG_VMAX_B = _UxGT("最大进料速率") STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("最大进料速率") STR_C;
|
||||
LSTR MSG_VMAX_I = _UxGT("最大进料速率") STR_I;
|
||||
LSTR MSG_VMAX_J = _UxGT("最大进料速率") STR_J;
|
||||
LSTR MSG_VMAX_K = _UxGT("最大进料速率") STR_K;
|
||||
LSTR MSG_VMAX_E = _UxGT("最大进料速率") STR_E;
|
||||
LSTR MSG_VMAX_N = _UxGT("最大进料速率@");
|
||||
LSTR MSG_VMAX_E = _UxGT("最大进料速率E");
|
||||
LSTR MSG_VMAX_EN = _UxGT("最大进料速率 *");
|
||||
LSTR MSG_VMIN = _UxGT("最小进料速率"); // "Vmin" min_feedrate_mm_s
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("最小移动速率"); // "VTrav min" min_travel_feedrate_mm_s, (target) speed of the move
|
||||
@ -290,10 +286,8 @@ namespace Language_zh_CN {
|
||||
LSTR MSG_AMAX_A = _UxGT("最大打印加速度") STR_A; // "Amax " max_acceleration_mm_per_s2, acceleration in units/s^2 for print moves
|
||||
LSTR MSG_AMAX_B = _UxGT("最大打印加速度") STR_B;
|
||||
LSTR MSG_AMAX_C = _UxGT("最大打印加速度") STR_C;
|
||||
LSTR MSG_AMAX_I = _UxGT("最大打印加速度") STR_I;
|
||||
LSTR MSG_AMAX_J = _UxGT("最大打印加速度") STR_J;
|
||||
LSTR MSG_AMAX_K = _UxGT("最大打印加速度") STR_K;
|
||||
LSTR MSG_AMAX_E = _UxGT("最大打印加速度") STR_E;
|
||||
LSTR MSG_AMAX_N = _UxGT("最大打印加速度@");
|
||||
LSTR MSG_AMAX_E = _UxGT("最大打印加速度E");
|
||||
LSTR MSG_AMAX_EN = _UxGT("最大打印加速度 *");
|
||||
LSTR MSG_A_RETRACT = _UxGT("收进加速度"); // "A-retract" retract_acceleration, E acceleration in mm/s^2 for retracts
|
||||
LSTR MSG_A_TRAVEL = _UxGT("非打印移动加速度"); // "A-travel" travel_acceleration, X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
|
||||
@ -303,9 +297,7 @@ namespace Language_zh_CN {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" 步数/mm"); // "Asteps/mm"
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" 步数/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" 步数/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" 步数/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" 步数/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" 步数/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ 步数/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("E 步数/mm"); // "Esteps/mm"
|
||||
LSTR MSG_EN_STEPS = _UxGT("* 步数/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("温度"); // "Temperature"
|
||||
@ -507,13 +499,7 @@ namespace Language_zh_CN {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("最高温度"); // "Max Temp"
|
||||
LSTR MSG_INFO_PSU = _UxGT("电源供应"); // "Power Supply"
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("驱动力度"); // "Drive Strength"
|
||||
LSTR MSG_DAC_PERCENT_A = STR_A _UxGT(" 驱动 %"); // "X Driver %"
|
||||
LSTR MSG_DAC_PERCENT_B = STR_B _UxGT(" 驱动 %");
|
||||
LSTR MSG_DAC_PERCENT_C = STR_C _UxGT(" 驱动 %");
|
||||
LSTR MSG_DAC_PERCENT_I = STR_I _UxGT(" 驱动 %");
|
||||
LSTR MSG_DAC_PERCENT_J = STR_J _UxGT(" 驱动 %");
|
||||
LSTR MSG_DAC_PERCENT_K = STR_K _UxGT(" 驱动 %");
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("E 驱动 %"); // "E Driver %"
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("@ 驱动 %"); // "E Driver %"
|
||||
LSTR MSG_ERROR_TMC = _UxGT("TMC 连接错误");
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("保存驱动设置"); // "DAC EEPROM Write"
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER = _UxGT("更换料");
|
||||
|
@ -221,7 +221,7 @@ namespace Language_zh_TW {
|
||||
LSTR MSG_MOVE_E = _UxGT("擠出機"); // "Extruder"
|
||||
LSTR MSG_MOVE_EN = _UxGT("擠出機 *"); // "Extruder *"
|
||||
LSTR MSG_HOTEND_TOO_COLD = _UxGT("噴嘴溫度不夠"); // "Hotend too cold"
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("移動 %s mm"); // "Move 0.025mm"
|
||||
LSTR MSG_MOVE_N_MM = _UxGT("移動 $ mm"); // "Move 0.025mm"
|
||||
LSTR MSG_MOVE_01MM = _UxGT("移動 0.1 mm"); // "Move 0.1mm"
|
||||
LSTR MSG_MOVE_1MM = _UxGT("移動 1 mm"); // "Move 1mm"
|
||||
LSTR MSG_MOVE_10MM = _UxGT("移動 10 mm"); // "Move 10mm"
|
||||
@ -254,19 +254,15 @@ namespace Language_zh_TW {
|
||||
LSTR MSG_VA_JERK = _UxGT("軸抖動速率") STR_A; // "Va-jerk"
|
||||
LSTR MSG_VB_JERK = _UxGT("軸抖動速率") STR_B;
|
||||
LSTR MSG_VC_JERK = _UxGT("軸抖動速率") STR_C;
|
||||
LSTR MSG_VI_JERK = _UxGT("軸抖動速率") STR_I;
|
||||
LSTR MSG_VJ_JERK = _UxGT("軸抖動速率") STR_J;
|
||||
LSTR MSG_VK_JERK = _UxGT("軸抖動速率") STR_K;
|
||||
LSTR MSG_VN_JERK = _UxGT("軸抖動速率@");
|
||||
LSTR MSG_VE_JERK = _UxGT("擠出機抖動速率");
|
||||
|
||||
LSTR MSG_VELOCITY = _UxGT("速度"); // "Velocity"
|
||||
LSTR MSG_MAX_SPEED = _UxGT("速度"); // "Velocity"
|
||||
LSTR MSG_VMAX_A = _UxGT("最大進料速率") STR_A; // "Vmax " max_feedrate_mm_s
|
||||
LSTR MSG_VMAX_B = _UxGT("最大進料速率") STR_B;
|
||||
LSTR MSG_VMAX_C = _UxGT("最大進料速率") STR_C;
|
||||
LSTR MSG_VMAX_I = _UxGT("最大進料速率") STR_I;
|
||||
LSTR MSG_VMAX_J = _UxGT("最大進料速率") STR_J;
|
||||
LSTR MSG_VMAX_K = _UxGT("最大進料速率") STR_K;
|
||||
LSTR MSG_VMAX_E = _UxGT("最大進料速率") STR_E;
|
||||
LSTR MSG_VMAX_N = _UxGT("最大進料速率@");
|
||||
LSTR MSG_VMAX_E = _UxGT("最大進料速率E");
|
||||
LSTR MSG_VMAX_EN = _UxGT("最大進料速率 *"); // "Vmax " max_feedrate_mm_s
|
||||
LSTR MSG_VMIN = _UxGT("最小進料速率"); // "Vmin" min_feedrate_mm_s
|
||||
LSTR MSG_VTRAV_MIN = _UxGT("最小移動速率"); // "VTrav min" min_travel_feedrate_mm_s, (target) speed of the move
|
||||
@ -274,10 +270,8 @@ namespace Language_zh_TW {
|
||||
LSTR MSG_AMAX_A = _UxGT("最大列印加速度") STR_A; // "Amax " max_acceleration_mm_per_s2, acceleration in units/s^2 for print moves
|
||||
LSTR MSG_AMAX_B = _UxGT("最大列印加速度") STR_B;
|
||||
LSTR MSG_AMAX_C = _UxGT("最大列印加速度") STR_C;
|
||||
LSTR MSG_AMAX_I = _UxGT("最大列印加速度") STR_I;
|
||||
LSTR MSG_AMAX_J = _UxGT("最大列印加速度") STR_J;
|
||||
LSTR MSG_AMAX_K = _UxGT("最大列印加速度") STR_K;
|
||||
LSTR MSG_AMAX_E = _UxGT("最大列印加速度") STR_E;
|
||||
LSTR MSG_AMAX_N = _UxGT("最大列印加速度@");
|
||||
LSTR MSG_AMAX_E = _UxGT("最大列印加速度E");
|
||||
LSTR MSG_AMAX_EN = _UxGT("最大列印加速度 *"); // "Amax " max_acceleration_mm_per_s2, acceleration in units/s^2 for print moves
|
||||
LSTR MSG_A_RETRACT = _UxGT("回縮加速度"); // "A-retract" retract_acceleration, E acceleration in mm/s^2 for retracts
|
||||
LSTR MSG_A_TRAVEL = _UxGT("非列印移動加速度"); // "A-travel" travel_acceleration, X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
|
||||
@ -285,9 +279,7 @@ namespace Language_zh_TW {
|
||||
LSTR MSG_A_STEPS = STR_A _UxGT(" 軸步數/mm"); // "Asteps/mm" axis_steps_per_mm, axis steps-per-unit G92
|
||||
LSTR MSG_B_STEPS = STR_B _UxGT(" 軸步數/mm");
|
||||
LSTR MSG_C_STEPS = STR_C _UxGT(" 軸步數/mm");
|
||||
LSTR MSG_I_STEPS = STR_I _UxGT(" 軸步數/mm");
|
||||
LSTR MSG_J_STEPS = STR_J _UxGT(" 軸步數/mm");
|
||||
LSTR MSG_K_STEPS = STR_K _UxGT(" 軸步數/mm");
|
||||
LSTR MSG_N_STEPS = _UxGT("@ 軸步數/mm");
|
||||
LSTR MSG_E_STEPS = _UxGT("擠出機步數/mm"); // "Esteps/mm"
|
||||
LSTR MSG_EN_STEPS = _UxGT("擠出機~步數/mm");
|
||||
LSTR MSG_TEMPERATURE = _UxGT("溫度"); // "Temperature"
|
||||
@ -454,13 +446,7 @@ namespace Language_zh_TW {
|
||||
LSTR MSG_INFO_MAX_TEMP = _UxGT("最高溫度"); // "Max Temp"
|
||||
LSTR MSG_INFO_PSU = _UxGT("電源供應"); // "Power Supply"
|
||||
LSTR MSG_DRIVE_STRENGTH = _UxGT("驅動力度"); // "Drive Strength"
|
||||
LSTR MSG_DAC_PERCENT_A = STR_A _UxGT(" 驅動 %"); // X Driver %
|
||||
LSTR MSG_DAC_PERCENT_B = STR_B _UxGT(" 驅動 %"); // Y Driver %
|
||||
LSTR MSG_DAC_PERCENT_C = STR_C _UxGT(" 驅動 %"); // Z Driver %
|
||||
LSTR MSG_DAC_PERCENT_I = STR_I _UxGT(" 驅動 %"); // I Driver %
|
||||
LSTR MSG_DAC_PERCENT_J = STR_J _UxGT(" 驅動 %"); // J Driver %
|
||||
LSTR MSG_DAC_PERCENT_K = STR_K _UxGT(" 驅動 %"); // K Driver %
|
||||
LSTR MSG_DAC_PERCENT_E = _UxGT("E 驅動 %"); //E Driver %
|
||||
LSTR MSG_DAC_PERCENT_N = _UxGT("@ 驅動 %"); //E Driver %
|
||||
LSTR MSG_ERROR_TMC = _UxGT("TMC連接錯誤"); // "TMC CONNECTION ERROR"
|
||||
LSTR MSG_DAC_EEPROM_WRITE = _UxGT("保存驅動設置"); // "DAC EEPROM Write"
|
||||
LSTR MSG_FILAMENT_CHANGE_HEADER = _UxGT("更換絲料"); // "FILAMENT CHANGE"
|
||||
|
Reference in New Issue
Block a user