From 7070143042fe7c594ef08ab59d4981cc3e3554cb Mon Sep 17 00:00:00 2001 From: esenapaj Date: Thu, 24 Nov 2016 21:10:40 +0900 Subject: [PATCH] Update Japanese translation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ・Add new translation --- Marlin/language_kana.h | 2 ++ Marlin/language_kana_utf8.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Marlin/language_kana.h b/Marlin/language_kana.h index d8bc9bd20..76e28a86f 100644 --- a/Marlin/language_kana.h +++ b/Marlin/language_kana.h @@ -246,6 +246,8 @@ #define MSG_INFO_EXTRUDERS "\xb4\xb8\xbd\xc4\xd9\xb0\xc0\xde\xb0\xbd\xb3" // "エクストルーダースウ" ("Extruders") #define MSG_INFO_BAUDRATE "\xce\xde\xb0\xda\xb0\xc4" // "ボーレート" ("Baud") #define MSG_INFO_PROTOCOL "\xcc\xdf\xdb\xc4\xba\xd9" // "プロトコル" ("Protocol") +#define MSG_LIGHTS_ON "\xb7\xae\xb3\xc0\xb2\xc5\xb2\xbc\xae\xb3\xd2\xb2\x20\xb5\xdd" // "キョウタイナイショウメイ オン" ("Case light on") +#define MSG_LIGHTS_OFF "\xb7\xae\xb3\xc0\xb2\xc5\xb2\xbc\xae\xb3\xd2\xb2\x20\xb5\xcc" // "キョウタイナイショウメイ オフ" ("Case light off") #define MSG_INFO_PRINT_COUNT "\xcc\xdf\xd8\xdd\xc4\xbd\xb3" // "プリントスウ" ("Print Count") #define MSG_INFO_COMPLETED_PRINTS "\xb6\xdd\xd8\xae\xb3\xbd\xb3" // "カンリョウスウ" ("Completed") #define MSG_INFO_PRINT_TIME "\xcc\xdf\xd8\xdd\xc4\xbc\xde\xb6\xdd\xd9\xb2\xb9\xb2" // "プリントジカンルイケイ" ("Total print time") diff --git a/Marlin/language_kana_utf8.h b/Marlin/language_kana_utf8.h index 330ee0ab9..f23c7c2aa 100644 --- a/Marlin/language_kana_utf8.h +++ b/Marlin/language_kana_utf8.h @@ -190,6 +190,8 @@ #define MSG_INFO_EXTRUDERS "エクストルーダースウ" // "Extruders" #define MSG_INFO_BAUDRATE "ボーレート" // "Baud" #define MSG_INFO_PROTOCOL "プロトコル" // "Protocol" +#define MSG_LIGHTS_ON "キョウタイナイショウメイ オン" // "Case light on" +#define MSG_LIGHTS_OFF "キョウタイナイショウメイ オフ" // "Case light off" #define MSG_INFO_PRINT_COUNT "プリントスウ " // "Print Count" #define MSG_INFO_COMPLETED_PRINTS "カンリョウスウ" // "Completed" #define MSG_INFO_PRINT_TIME "プリントジカンルイケイ" // "Total print time"