Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Spanish translation (media) #15132

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Marlin/src/lcd/language/language_es.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

#define WELCOME_MSG MACHINE_NAME _UxGT(" lista.")
#define MSG_BACK _UxGT("Atrás")
#define MSG_MEDIA_INSERTED _UxGT("Tarjeta colocada")
#define MSG_MEDIA_REMOVED _UxGT("Tarjeta retirada")
#define MSG_MEDIA_INSERTED _UxGT("Media insertada")
#define MSG_MEDIA_REMOVED _UxGT("Media retirada")
#define MSG_LCD_ENDSTOPS _UxGT("Endstops") // Max length 8 characters
#define MSG_MAIN _UxGT("Menú principal")
#define MSG_AUTOSTART _UxGT("Inicio automático")
Expand Down Expand Up @@ -143,8 +143,8 @@
#define MSG_PAUSE_PRINT _UxGT("Pausar impresión")
#define MSG_RESUME_PRINT _UxGT("Reanudar impresión")
#define MSG_STOP_PRINT _UxGT("Detener impresión")
#define MSG_MEDIA_MENU _UxGT("Menú de SD")
#define MSG_NO_MEDIA _UxGT("No hay tarjeta SD")
#define MSG_MEDIA_MENU _UxGT("Menú Media")
#define MSG_NO_MEDIA _UxGT("Media no presente")
#define MSG_DWELL _UxGT("Reposo...")
#define MSG_USERWAIT _UxGT("Esperando órdenes")
#define MSG_PRINT_ABORTED _UxGT("Impresión cancelada")
Expand All @@ -160,8 +160,8 @@
#define MSG_CONTROL_RETRACT_RECOVERF _UxGT("DesRet V")
#define MSG_AUTORETRACT _UxGT("Retracción Auto.")
#define MSG_FILAMENTCHANGE _UxGT("Cambiar filamento")
#define MSG_INIT_MEDIA _UxGT("Iniciando tarjeta")
#define MSG_CHANGE_MEDIA _UxGT("Cambiar tarjeta")
#define MSG_INIT_MEDIA _UxGT("Iniciando Media")
#define MSG_CHANGE_MEDIA _UxGT("Cambiar Media")
#define MSG_ZPROBE_OUT _UxGT("Sonda Z fuera")
#define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Auto-Prueba")
#define MSG_BLTOUCH_RESET _UxGT("Reiniciar BLTouch")
Expand Down