Browse Source

Update Japanese translation

・Add translation
・Change translation
・Remove translation
esenapaj 8 years ago
parent
commit
3c11977558
2 changed files with 11 additions and 9 deletions
  1. 6
    6
      Marlin/language_kana.h
  2. 5
    3
      Marlin/language_kana_utf8.h

+ 6
- 6
Marlin/language_kana.h View File

@@ -238,14 +238,14 @@
238 238
 #define MSG_INFO_EXTRUDERS                  "\xb4\xb8\xbd\xc4\xd9\xb0\xc0\xde\xb0\xbd\xb3"                     // "エクストルーダースウ" ("Extruders")
239 239
 #define MSG_INFO_BAUDRATE                   "\xce\xde\xb0\xda\xb0\xc4"                                         // "ボーレート" ("Baud")
240 240
 #define MSG_INFO_PROTOCOL                   "\xcc\xdf\xdb\xc4\xba\xd9"                                         // "プロトコル" ("Protocol")
241
+#define MSG_INFO_PRINT_COUNT                "\xcc\xdf\xd8\xdd\xc4\xbd\xb3  "                                   // "プリントスウ  " ("Print Count")
242
+#define MSG_INFO_COMPLETED_PRINTS           "\xb6\xdd\xd8\xae\xb3\xbd\xb3"                                     // "カンリョウスウ" ("Completed")
243
+#define MSG_INFO_PRINT_TIME                 "\xcc\xdf\xd8\xdd\xc4\xbc\xde\xb6\xdd\xd9\xb2\xb9\xb2"             // "プリントジカンルイケイ" ("Total print time")
244
+#define MSG_INFO_PRINT_LONGEST              "\xbb\xb2\xc1\xae\xb3\xcc\xdf\xd8\xdd\xc4\xbc\xde\xb6\xdd"         // "サイチョウプリントジカン" ("Longest job time")
241 245
 #if LCD_WIDTH > 19
242
-  #define MSG_INFO_PRINT_COUNT              "\xcc\xdf\xd8\xdd\xc4\xbd\xb3  "                                   // "プリントスウ  " ("Print Count")
243
-  #define MSG_INFO_COMPLETED_PRINTS         "\xb6\xdd\xd8\xae\xb3\xbd\xb3  "                                   // "カンリョウスウ  " ("Completed  ")
244
-  #define MSG_INFO_PRINT_TIME               "\xba\xde\xb3\xb9\xb2\xbc\xde\xb6\xdd"                             // "ゴウケイジカン" ("Total Time ")
246
+  #define MSG_INFO_PRINT_FILAMENT           "\xcc\xa8\xd7\xd2\xdd\xc4\xbc\xd6\xb3\xd8\xae\xb3\xd9\xb2\xb9\xb2" // "フィラメントシヨウリョウルイケイ" ("Extruded total")
245 247
 #else
246
-  #define MSG_INFO_PRINT_COUNT              "\xcc\xdf\xd8\xdd\xc4\xbd\xb3"                                     // "プリントスウ" ("Print Count")
247
-  #define MSG_INFO_COMPLETED_PRINTS         "\xb6\xdd\xd8\xae\xb3\xbd\xb3"                                     // "カンリョウスウ" ("Completed  ")
248
-  #define MSG_INFO_PRINT_TIME               "\xb9\xb2\xb6\xbc\xde\xb6\xdd"                                     // "ケイカジカン" ("Duration ")
248
+  #define MSG_INFO_PRINT_FILAMENT           "\xcc\xa8\xd7\xd2\xdd\xc4\xbf\xb3\xbc\xd6\xb3\xd8\xae\xb3"         // "フィラメントソウシヨウリョウ" ("Extruded")
249 249
 #endif
250 250
 #define MSG_INFO_MIN_TEMP                   "\xbe\xaf\xc3\xb2\xbb\xb2\xc3\xb2\xb5\xdd"                         // "セッテイサイテイオン" ("Min Temp")
251 251
 #define MSG_INFO_MAX_TEMP                   "\xbe\xaf\xc3\xb2\xbb\xb2\xba\xb3\xb5\xdd"                         // "セッテイサイコウオン" ("Max Temp")

+ 5
- 3
Marlin/language_kana_utf8.h View File

@@ -193,9 +193,11 @@
193 193
 #define MSG_INFO_EXTRUDERS                  "エクストルーダースウ"             // "Extruders"
194 194
 #define MSG_INFO_BAUDRATE                   "ボーレート"                    // "Baud"
195 195
 #define MSG_INFO_PROTOCOL                   "プロトコル"                    // "Protocol"
196
-#define MSG_INFO_PRINT_COUNT                "プリントスウ "                  // "Print Count "
197
-#define MSG_INFO_COMPLETED_PRINTS           "カンリョウスウ"                  // "Finished    "
198
-#define MSG_INFO_PRINT_TIME                 "ゴウケイジカン"                 // "Total Time  "
196
+#define MSG_INFO_PRINT_COUNT                "プリントスウ   "                // "Print Count"
197
+#define MSG_INFO_COMPLETED_PRINTS           "カンリョウスウ"                  // "Completed"
198
+#define MSG_INFO_PRINT_TIME                 "プリントジカンルイケイ"            // "Total print time"
199
+#define MSG_INFO_PRINT_LONGEST              "サイチョウプリントジカン"           // "Longest job time"
200
+#define MSG_INFO_PRINT_FILAMENT             "フィラメントシヨウリョウルイケイ"       // "Extruded total"
199 201
 #define MSG_INFO_MIN_TEMP                   "セッテイサイテイオン"              // "Min Temp"
200 202
 #define MSG_INFO_MAX_TEMP                   "セッテイサイコウオン"              // "Max Temp"
201 203
 #define MSG_INFO_PSU                        "デンゲンシュベツ"                // "Power Supply"

Loading…
Cancel
Save