From 37a0806420b87a34d80533237d1854b391a05156 Mon Sep 17 00:00:00 2001
From: esenapaj <esenapaj@users.noreply.github.com>
Date: Sat, 26 Mar 2016 08:21:17 +0900
Subject: [PATCH] Update Japanese trasration

Follow the PR #3242.
---
 Marlin/language_kana.h      | 1 +
 Marlin/language_kana_utf8.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Marlin/language_kana.h b/Marlin/language_kana.h
index c100594979..0cae34f611 100644
--- a/Marlin/language_kana.h
+++ b/Marlin/language_kana.h
@@ -72,6 +72,7 @@
 #define MSG_MOVE_1MM                        "  1mm \xb2\xc4\xde\xb3"                                       // "Move 1mm"
 #define MSG_MOVE_10MM                       " 10mm \xb2\xc4\xde\xb3"                                       // "Move 10mm"
 #define MSG_SPEED                           "\xbd\xcb\xdf\xb0\xc4\xde"                                     // "Speed"
+#define MSG_BED_Z                           "Z\xb5\xcc\xbe\xaf\xc4"                                        // "Bed Z"
 #define MSG_NOZZLE                          "\xc9\xbd\xde\xd9"                                             // "Nozzle"
 #define MSG_BED                             "\xcd\xde\xaf\xc4\xde"                                         // "Bed"
 #define MSG_FAN_SPEED                       "\xcc\xa7\xdd\xbf\xb8\xc4\xde"                                 // "Fan speed"
diff --git a/Marlin/language_kana_utf8.h b/Marlin/language_kana_utf8.h
index 80d146ca18..d8c9a3e472 100644
--- a/Marlin/language_kana_utf8.h
+++ b/Marlin/language_kana_utf8.h
@@ -76,6 +76,7 @@
 #define MSG_MOVE_1MM                        "  1mm イドウ"                 // "Move 1mm"
 #define MSG_MOVE_10MM                       " 10mm イドウ"                 // "Move 10mm"
 #define MSG_SPEED                           "スピード"                     // "Speed"
+#define MSG_BED_Z                           "Zオフセット"                   // "Bed Z"
 #define MSG_NOZZLE                          "ノズル"                       // "Nozzle"
 #define MSG_BED                             "ベッド"                       // "Bed"
 #define MSG_FAN_SPEED                       "ファンソクド"                    // "Fan speed"