"SD card" => "Media" (#14951)

This commit is contained in:
Marcio Teixeira
2019-08-14 16:52:14 -06:00
committed by Scott Lahteine
parent 24ce8beb48
commit 263d7d37af
33 changed files with 220 additions and 220 deletions

View File

@@ -33,8 +33,8 @@
#define WELCOME_MSG MACHINE_NAME _UxGT(" 준비.")
#define MSG_BACK _UxGT("뒤로")
#define MSG_SD_INSERTED _UxGT("카드 삽입됨")
#define MSG_SD_REMOVED _UxGT("카드 제거됨")
#define MSG_MEDIA_INSERTED _UxGT("카드 삽입됨")
#define MSG_MEDIA_REMOVED _UxGT("카드 제거됨")
#define MSG_LCD_ENDSTOPS _UxGT("엔드스탑")
#define MSG_LCD_SOFT_ENDSTOPS _UxGT("소프트 엔드스탑")
#define MSG_MAIN _UxGT("뒤로")
@@ -259,8 +259,8 @@
#define MSG_RESUME_PRINT _UxGT("재시작")
#define MSG_STOP_PRINT _UxGT("출력중지")
//#define MSG_OUTAGE_RECOVERY _UxGT("Outage Recovery")
#define MSG_CARD_MENU _UxGT("SD 카드출력")
#define MSG_NO_CARD _UxGT("SD 카드없음")
#define MSG_MEDIA_MENU _UxGT("SD 카드출력")
#define MSG_NO_MEDIA _UxGT("SD 카드없음")
#define MSG_DWELL _UxGT("슬립모드...")
//#define MSG_USERWAIT _UxGT("Click to resume...")
#define MSG_PRINT_PAUSED _UxGT("일시 정지됨")
@@ -282,8 +282,8 @@
//#define MSG_FILAMENTLOAD _UxGT("Load filament")
//#define MSG_FILAMENTUNLOAD _UxGT("Unload filament")
//#define MSG_FILAMENTUNLOAD_ALL _UxGT("Unload All")
//#define MSG_INIT_SDCARD _UxGT("Init. SD card")
//#define MSG_CHANGE_SDCARD _UxGT("Change SD card")
//#define MSG_INIT_MEDIA _UxGT("Init. SD card")
//#define MSG_CHANGE_MEDIA _UxGT("Change SD card")
//#define MSG_ZPROBE_OUT _UxGT("Z Probe past bed")
//#define MSG_SKEW_FACTOR _UxGT("Skew Factor")
//#define MSG_BLTOUCH _UxGT("BLTouch")