🌐 Skip non-essential translations

This commit is contained in:
Scott Lahteine
2021-09-19 19:25:01 -05:00
parent 008284934c
commit 216a66b42c
28 changed files with 30 additions and 311 deletions

View File

@@ -35,7 +35,6 @@ namespace Language_es {
LSTR LANGUAGE = _UxGT("Spanish");
LSTR WELCOME_MSG = MACHINE_NAME _UxGT(" Lista");
LSTR MSG_MARLIN = _UxGT("Marlin");
LSTR MSG_YES = _UxGT("SI");
LSTR MSG_NO = _UxGT("NO");
LSTR MSG_BACK = _UxGT("Atrás");
@@ -427,9 +426,6 @@ namespace Language_es {
LSTR MSG_ERR_MINTEMP = _UxGT("Err:TEMP. MIN");
LSTR MSG_HALTED = _UxGT("IMPRESORA DETENIDA");
LSTR MSG_PLEASE_RESET = _UxGT("Por favor, reinicie");
LSTR MSG_SHORT_DAY = _UxGT("d"); // One character only
LSTR MSG_SHORT_HOUR = _UxGT("h"); // One character only
LSTR MSG_SHORT_MINUTE = _UxGT("m"); // One character only
LSTR MSG_HEATING = _UxGT("Calentando...");
LSTR MSG_COOLING = _UxGT("Enfriando...");
LSTR MSG_BED_HEATING = _UxGT("Calentando Cama...");
@@ -588,12 +584,6 @@ namespace Language_es {
LSTR MSG_SERVICE_RESET = _UxGT("Reiniciar");
LSTR MSG_SERVICE_IN = _UxGT(" dentro:");
LSTR MSG_BACKLASH = _UxGT("Backlash");
LSTR MSG_BACKLASH_A = LCD_STR_A;
LSTR MSG_BACKLASH_B = LCD_STR_B;
LSTR MSG_BACKLASH_C = LCD_STR_C;
LSTR MSG_BACKLASH_I = LCD_STR_I;
LSTR MSG_BACKLASH_J = LCD_STR_J;
LSTR MSG_BACKLASH_K = LCD_STR_K;
LSTR MSG_BACKLASH_CORRECTION = _UxGT("Corrección");
LSTR MSG_BACKLASH_SMOOTHING = _UxGT("Suavizado");