Browse Source

Merge pull request #5268 from esenapaj/Update-Japanese-translation

Update Japanese translation
Scott Lahteine 7 years ago
parent
commit
0f891e848b
1 changed files with 11 additions and 4 deletions
  1. 11
    4
      Marlin/language_kana.h

+ 11
- 4
Marlin/language_kana.h View File

@@ -124,10 +124,17 @@
124 124
 #endif
125 125
 #define MSG_A_RETRACT                       "\xcb\xb7\xba\xd0\xb6\xbf\xb8\xc4\xde"                             // "ヒキコミカソクド" ("A-retract")
126 126
 #define MSG_A_TRAVEL                        "\xb2\xc4\xde\xb3\xb6\xbf\xb8\xc4\xde"                             // "イドウカソクド" ("A-travel")
127
-#define MSG_XSTEPS                          "Xsteps/mm"
128
-#define MSG_YSTEPS                          "Ysteps/mm"
129
-#define MSG_ZSTEPS                          "Zsteps/mm"
130
-#define MSG_ESTEPS                          "Esteps/mm"
127
+#if LCD_WIDTH >= 20
128
+  #define MSG_XSTEPS                          "Xsteps/mm"
129
+  #define MSG_YSTEPS                          "Ysteps/mm"
130
+  #define MSG_ZSTEPS                          "Zsteps/mm"
131
+  #define MSG_ESTEPS                          "Esteps/mm"
132
+#else
133
+  #define MSG_XSTEPS                          "Xsteps"
134
+  #define MSG_YSTEPS                          "Ysteps"
135
+  #define MSG_ZSTEPS                          "Zsteps"
136
+  #define MSG_ESTEPS                          "Esteps"
137
+#endif
131 138
 #define MSG_TEMPERATURE                     "\xb5\xdd\xc4\xde"                                                 // "オンド" ("Temperature")
132 139
 #define MSG_MOTION                          "\xb3\xba\xde\xb7\xbe\xaf\xc3\xb2"                                 // "ウゴキセッテイ" ("Motion")
133 140
 #define MSG_VOLUMETRIC                      "\xcc\xa8\xd7\xd2\xdd\xc4"                                         // "フィラメント" ("Filament")

Loading…
Cancel
Save