瀏覽代碼

Fix Japanese language extra define

Scott Lahteine 5 年之前
父節點
當前提交
5449088a8e
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1
    2
      Marlin/src/lcd/language/language_jp-kana.h

+ 1
- 2
Marlin/src/lcd/language/language_jp-kana.h 查看文件

@@ -151,6 +151,7 @@
151 151
 #define MSG_NO_MEDIA                        _UxGT("メディアガアリマセン")            // "No SD card"
152 152
 #define MSG_DWELL                           _UxGT("キュウシ")                     // "Sleep..."
153 153
 #define MSG_USERWAIT                        _UxGT("シバラクオマチクダサイ")           // "Wait for user..."
154
+//#define MSG_USERWAIT                      _UxGT("ツヅケルニハクリックシテクダサイ")
154 155
 #define MSG_PRINT_ABORTED                   _UxGT("プリントガチュウシサレマシタ")       // "Print aborted"
155 156
 #define MSG_NO_MOVE                         _UxGT("ウゴキマセン")                  // "No move."
156 157
 #define MSG_KILLED                          _UxGT("ヒジョウテイシ")                  // "KILLED. "
@@ -248,8 +249,6 @@
248 249
 #define MSG_BACK                            _UxGT("モドリ")
249 250
 #define MSG_VELOCITY                        _UxGT("ソクド")
250 251
 #define MSG_STEPS_PER_MM                    _UxGT("ステップ/mm")
251
-#define MSG_USERWAIT                        _UxGT("ツヅケルニハクリックシテクダサイ")
252 252
 #define MSG_USER_MENU                       _UxGT("ユーザーコマンド")
253 253
 #define MSG_PRINT_PAUSED                    _UxGT("プリントガイチジテイシサレマシタ")
254 254
 #define MSG_PRINTING                        _UxGT("プリントチュウ...")
255
-#define MSG_PRINT_ABORTED                   _UxGT("プリントガチュウシサレマシタ")

Loading…
取消
儲存