Size lcd_status_message based on language (#9546)
This commit is contained in:
parent
f61ff9c813
commit
4300547c66
26 changed files with 36 additions and 2 deletions
|
|
@ -30,6 +30,8 @@
|
|||
#ifndef LANGUAGE_ZH_CN_H
|
||||
#define LANGUAGE_ZH_CN_H
|
||||
|
||||
#define CHARSIZE 3
|
||||
|
||||
#define WELCOME_MSG MACHINE_NAME _UxGT("已就绪.") //" ready."
|
||||
#define MSG_SD_INSERTED _UxGT("存储卡已插入") //"Card inserted"
|
||||
#define MSG_SD_REMOVED _UxGT("存储卡被拔出") //"Card removed"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue