Browse Source

Fix Japanese language extra define

Scott Lahteine 5 years ago
parent
commit
5449088a8e
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      Marlin/src/lcd/language/language_jp-kana.h

+ 1
- 2
Marlin/src/lcd/language/language_jp-kana.h View File

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

Loading…
Cancel
Save