Browse Source

Update Japanese translation

・Add new translation
esenapaj 8 years ago
parent
commit
e9d851137d
2 changed files with 12 additions and 2 deletions
  1. 8
    1
      Marlin/language_kana.h
  2. 4
    1
      Marlin/language_kana_utf8.h

+ 8
- 1
Marlin/language_kana.h View File

@@ -45,6 +45,9 @@
45 45
 #define MSG_AUTOSTART                       "\xbc\xde\xc4\xde\xb3\xb6\xb2\xbc"                                 // "ジドウカイシ" ("Autostart")
46 46
 #define MSG_DISABLE_STEPPERS                "\xd3\xb0\xc0\xb0\xc3\xde\xdd\xb9\xde\xdd\x20\xb5\xcc"             // "モーターデンゲン オフ" ("Disable steppers")
47 47
 #define MSG_AUTO_HOME                       "\xb9\xde\xdd\xc3\xdd\xc6\xb2\xc4\xde\xb3"                         // "ゲンテンニイドウ" ("Auto home")
48
+#define MSG_AUTO_HOME_X                     "X\xbc\xde\xb8\x20\xb9\xde\xdd\xc3\xdd\xc6\xb2\xc4\xde\xb3"        // "Xジク ゲンテンニイドウ" ("Home X")
49
+#define MSG_AUTO_HOME_Y                     "Y\xbc\xde\xb8\x20\xb9\xde\xdd\xc3\xdd\xc6\xb2\xc4\xde\xb3"        // "Yジク ゲンテンニイドウ" ("Home Y")
50
+#define MSG_AUTO_HOME_Z                     "Z\xbc\xde\xb8\x20\xb9\xde\xdd\xc3\xdd\xc6\xb2\xc4\xde\xb3"        // "Zジク ゲンテンニイドウ" ("Home Z")
48 51
 #define MSG_LEVEL_BED_HOMING                "\xb9\xde\xdd\xc3\xdd\xc6\xb2\xc4\xde\xb3"                         // "ゲンテンニイドウ" ("Homing XYZ")
49 52
 #define MSG_LEVEL_BED_WAITING               "\xda\xcd\xde\xd8\xdd\xb8\xde\xb6\xb2\xbc"                         // "レベリングカイシ" ("Click to Begin")
50 53
 #define MSG_LEVEL_BED_NEXT_POINT            "\xc2\xb7\xde\xc9\xbf\xb8\xc3\xb2\xc3\xdd\xcd"                     // "ツギノソクテイテンヘ" ("Next Point")
@@ -186,7 +189,11 @@
186 189
 #define MSG_BABYSTEP_X                      "X\xbc\xde\xb8\x20\xcb\xde\xc4\xde\xb3"                            // "Xジク ビドウ" ("Babystep X")
187 190
 #define MSG_BABYSTEP_Y                      "Y\xbc\xde\xb8\x20\xcb\xde\xc4\xde\xb3"                            // "Yジク ビドウ" ("Babystep Y")
188 191
 #define MSG_BABYSTEP_Z                      "Z\xbc\xde\xb8\x20\xcb\xde\xc4\xde\xb3"                            // "Zジク ビドウ" ("Babystep Z")
189
-#define MSG_ENDSTOP_ABORT                   "Endstop abort"
192
+#if LCD_WIDTH < 20
193
+  #define MSG_ENDSTOP_ABORT                 "\xb2\xc4\xde\xb3\xb9\xde\xdd\xb6\xb2\xb9\xdd\xc1"                 // "イドウゲンカイケンチ" ("Endstop abort")
194
+#else
195
+  #define MSG_ENDSTOP_ABORT                 "\xb2\xc4\xde\xb3\xb9\xde\xdd\xb6\xb2\xb9\xdd\xc1\xb7\xc9\xb3"     // "イドウゲンカイケンチキノウ" ("Endstop abort")
196
+#endif
190 197
 #define MSG_HEATING_FAILED_LCD              "\xb6\xc8\xc2\xbc\xaf\xca\xdf\xb2"                                 // "カネツシッパイ" ("Heating failed")
191 198
 #if LCD_WIDTH < 20
192 199
   #define MSG_ERR_REDUNDANT_TEMP            "\xb4\xd7\xb0:\xbc\xde\xae\xb3\xc1\xae\xb3\xbb\xb0\xd0\xbd\xc0"                 // "エラー:ジョウチョウサーミスタ" ("Err: REDUNDANT TEMP")

+ 4
- 1
Marlin/language_kana_utf8.h View File

@@ -48,6 +48,9 @@
48 48
 #define MSG_AUTOSTART                       "ジドウカイシ"                   // "Autostart"
49 49
 #define MSG_DISABLE_STEPPERS                "モーターデンゲン オフ"            // "Disable steppers"
50 50
 #define MSG_AUTO_HOME                       "ゲンテンニイドウ"                // "Auto home"
51
+#define MSG_AUTO_HOME_X                     "Xジク ゲンテンニイドウ"           // "Home X"
52
+#define MSG_AUTO_HOME_Y                     "Yジク ゲンテンニイドウ"           // "Home Y"
53
+#define MSG_AUTO_HOME_Z                     "Zジク ゲンテンニイドウ"           // "Home Z"
51 54
 #define MSG_LEVEL_BED_HOMING                "ゲンテンニイドウ"                // "Homing XYZ"
52 55
 #define MSG_LEVEL_BED_WAITING               "レベリングカイシ"                // "Click to Begin"
53 56
 #define MSG_LEVEL_BED_NEXT_POINT            "ツギノソクテイテンヘ"             // "Next Point"
@@ -157,7 +160,7 @@
157 160
 #define MSG_BABYSTEP_X                      "Xジク ビドウ"                  // "Babystep X"
158 161
 #define MSG_BABYSTEP_Y                      "Yジク ビドウ"                  // "Babystep Y"
159 162
 #define MSG_BABYSTEP_Z                      "Zジク ビドウ"                  // "Babystep Z"
160
-#define MSG_ENDSTOP_ABORT                   "Endstop abort"
163
+#define MSG_ENDSTOP_ABORT                   "イドウゲンカイケンチキノウ"         // "Endstop abort"
161 164
 #define MSG_HEATING_FAILED_LCD              "カネツシッパイ"                 // "Heating failed"
162 165
 #define MSG_ERR_REDUNDANT_TEMP              "エラー:ジョウチョウサーミスターキノウ"  // "Err: REDUNDANT TEMP"
163 166
 #define MSG_THERMAL_RUNAWAY                 "ネツボウソウ"                   // "THERMAL RUNAWAY"

Loading…
Cancel
Save