My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

language_jp_kana.h 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (c) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
  4. *
  5. * Based on Sprinter and grbl.
  6. * Copyright (c) 2011 Camiel Gubbels / Erik van der Zalm
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation, either version 3 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. *
  21. */
  22. #pragma once
  23. /**
  24. * Japanese (Kana)
  25. * UTF-8 for Graphical Display
  26. *
  27. * LCD Menu Messages
  28. * See also http://marlinfw.org/docs/development/lcd_language.html
  29. *
  30. */
  31. //#define DISPLAY_CHARSET_ISO10646_KANA
  32. #define CHARSIZE 3
  33. // This just to show the potential benefit of unicode.
  34. // This translation can be improved by using the full charset of unicode codeblock U+30A0 to U+30FF.
  35. // 片仮名表示定義
  36. #define WELCOME_MSG MACHINE_NAME _UxGT(" ジュンビカンリョウ")
  37. #define MSG_MEDIA_INSERTED _UxGT("メディアガソウニュウサレマシタ") // "Card inserted"
  38. #define MSG_MEDIA_REMOVED _UxGT("メディアガアリマセン") // "Card removed"
  39. #define MSG_RELEASE_MEDIA _UxGT("メディアノトリダシ")
  40. #define MSG_MEDIA_RELEASED _UxGT("メディアガアリマセン")
  41. #define MSG_LCD_ENDSTOPS _UxGT("エンドストップ") // "Endstops" // Max length 8 characters
  42. #define MSG_MAIN _UxGT("メイン") // "Main"
  43. #define MSG_AUTOSTART _UxGT("ジドウカイシ") // "Autostart"
  44. #define MSG_DISABLE_STEPPERS _UxGT("モーターデンゲン オフ") // "Disable steppers"
  45. #define MSG_DEBUG_MENU _UxGT("デバッグメニュー") // "Debug Menu"
  46. #define MSG_PROGRESS_BAR_TEST _UxGT("プログレスバー テスト") // "Progress Bar Test"
  47. #define MSG_AUTO_HOME _UxGT("ゲンテンフッキ") // "Auto home"
  48. #define MSG_AUTO_HOME_X _UxGT("Xジク ゲンテンフッキ") // "Home X"
  49. #define MSG_AUTO_HOME_Y _UxGT("Yジク ゲンテンフッキ") // "Home Y"
  50. #define MSG_AUTO_HOME_Z _UxGT("Zジク ゲンテンフッキ") // "Home Z"
  51. #define MSG_LEVEL_BED_HOMING _UxGT("ゲンテンフッキチュウ") // "Homing XYZ"
  52. #define MSG_LEVEL_BED_WAITING _UxGT("レベリングカイシ") // "Click to Begin"
  53. #define MSG_LEVEL_BED_NEXT_POINT _UxGT("ツギノソクテイテンヘ") // "Next Point"
  54. #define MSG_LEVEL_BED_DONE _UxGT("レベリングカンリョウ") // "Leveling Done!"
  55. #define MSG_SET_HOME_OFFSETS _UxGT("キジュンオフセットセッテイ") // "Set home offsets"
  56. #define MSG_HOME_OFFSETS_APPLIED _UxGT("オフセットガテキヨウサレマシタ") // "Offsets applied"
  57. #define MSG_SET_ORIGIN _UxGT("キジュンセット") // "Set origin"
  58. #define MSG_PREHEAT_1 _UxGT(PREHEAT_1_LABEL " ヨネツ") // "Preheat " PREHEAT_1_LABEL
  59. #define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ")
  60. #define MSG_PREHEAT_1_ALL _UxGT(PREHEAT_1_LABEL " スベテヨネツ") // " All"
  61. #define MSG_PREHEAT_1_BEDONLY _UxGT(PREHEAT_1_LABEL " ベッドヨネツ") // " Bed"
  62. #define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT("セッテイ") // " conf"
  63. #define MSG_PREHEAT_2 _UxGT(PREHEAT_2_LABEL " ヨネツ") // "Preheat " PREHEAT_2_LABEL
  64. #define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ")
  65. #define MSG_PREHEAT_2_ALL _UxGT(PREHEAT_2_LABEL " スベテヨネツ") // " All"
  66. #define MSG_PREHEAT_2_BEDONLY _UxGT(PREHEAT_2_LABEL " ベッドヨネツ") // " Bed"
  67. #define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT("セッテイ") // " conf"
  68. #define MSG_COOLDOWN _UxGT("カネツテイシ") // "Cooldown"
  69. #define MSG_SWITCH_PS_ON _UxGT("デンゲン オン") // "Switch power on"
  70. #define MSG_SWITCH_PS_OFF _UxGT("デンゲン オフ") // "Switch power off"
  71. #define MSG_EXTRUDE _UxGT("オシダシ") // "Extrude"
  72. #define MSG_RETRACT _UxGT("ヒキコミセッテイ") // "Retract"
  73. #define MSG_MOVE_AXIS _UxGT("ジクイドウ") // "Move axis"
  74. #define MSG_BED_LEVELING _UxGT("ベッドレベリング") // "Bed leveling"
  75. #define MSG_LEVEL_BED _UxGT("ベッドレベリング") // "Level bed"
  76. #define MSG_MOVING _UxGT("イドウチュウ") // "Moving..."
  77. #define MSG_FREE_XY _UxGT("XYジク カイホウ") // "Free XY"
  78. #define MSG_MOVE_X _UxGT("Xジク イドウ") // "Move X"
  79. #define MSG_MOVE_Y _UxGT("Yジク イドウ") // "Move Y"
  80. #define MSG_MOVE_Z _UxGT("Zジク イドウ") // "Move Z"
  81. #define MSG_MOVE_E _UxGT("エクストルーダー") // "Extruder"
  82. #define MSG_MOVE_Z_DIST _UxGT("%smm イドウ") // "Move 0.025mm"
  83. #define MSG_MOVE_01MM _UxGT("0.1mm イドウ") // "Move 0.1mm"
  84. #define MSG_MOVE_1MM _UxGT(" 1mm イドウ") // "Move 1mm"
  85. #define MSG_MOVE_10MM _UxGT(" 10mm イドウ") // "Move 10mm"
  86. #define MSG_SPEED _UxGT("ソクド") // "Speed"
  87. #define MSG_BED_Z _UxGT("Zオフセット") // "Bed Z"
  88. #define MSG_NOZZLE _UxGT("ノズル") // "Nozzle"
  89. #define MSG_BED _UxGT("ベッド") // "Bed"
  90. #define MSG_FAN_SPEED _UxGT("ファンソクド") // "Fan speed"
  91. #define MSG_FLOW _UxGT("トシュツリョウ") // "Flow"
  92. #define MSG_CONTROL _UxGT("セイギョ") // "Control"
  93. #define MSG_MIN _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" サイテイ") // " Min"
  94. #define MSG_MAX _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" サイコウ") // " Max"
  95. #define MSG_FACTOR _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" ファクター") // " Fact"
  96. #define MSG_AUTOTEMP _UxGT("ジドウオンドセイギョ") // "Autotemp"
  97. #define MSG_LCD_ON _UxGT("オン") // "On"
  98. #define MSG_LCD_OFF _UxGT("オフ") // "Off"
  99. #define MSG_PID_P _UxGT("PID-P")
  100. #define MSG_PID_I _UxGT("PID-I")
  101. #define MSG_PID_D _UxGT("PID-D")
  102. #define MSG_PID_C _UxGT("PID-C")
  103. #define MSG_SELECT _UxGT("センタク") // "Select"
  104. #define MSG_ACC _UxGT("カソクド mm/s²") // "Accel"
  105. #define MSG_JERK _UxGT("ヤクドウ mm/s") // "Jerk"
  106. #if IS_KINEMATIC
  107. #define MSG_VA_JERK _UxGT("Aジク ヤクドウ mm/s") // "Va-jerk"
  108. #define MSG_VB_JERK _UxGT("Bジク ヤクドウ mm/s") // "Vb-jerk"
  109. #define MSG_VC_JERK _UxGT("Cジク ヤクドウ mm/s") // "Vc-jerk"
  110. #define MSG_ASTEPS _UxGT("Aステップ/mm")
  111. #define MSG_BSTEPS _UxGT("Bステップ/mm")
  112. #define MSG_CSTEPS _UxGT("Cステップ/mm")
  113. #else
  114. #define MSG_VA_JERK _UxGT("Xジク ヤクドウ mm/s") // "Vx-jerk"
  115. #define MSG_VB_JERK _UxGT("Yジク ヤクドウ mm/s") // "Vy-jerk"
  116. #define MSG_VC_JERK _UxGT("Zジク ヤクドウ mm/s") // "Vz-jerk"
  117. #define MSG_ASTEPS _UxGT("Xステップ/mm")
  118. #define MSG_BSTEPS _UxGT("Yステップ/mm")
  119. #define MSG_CSTEPS _UxGT("Zステップ/mm")
  120. #endif
  121. #define MSG_VE_JERK _UxGT("エクストルーダー ヤクド") // "Ve-jerk"
  122. #define MSG_VMAX _UxGT("サイダイオクリソクド ") // "Vmax "
  123. #define MSG_VMIN _UxGT("サイショウオクリソクド") // "Vmin"
  124. #define MSG_VTRAV_MIN _UxGT("サイショウイドウソクド") // "VTrav min"
  125. #define MSG_ACCELERATION MSG_ACC
  126. #define MSG_AMAX _UxGT("サイダイカソクド ") // "Amax "
  127. #define MSG_A_RETRACT _UxGT("ヒキコミカソクド") // "A-retract"
  128. #define MSG_A_TRAVEL _UxGT("イドウカソクド") // "A-travel"
  129. #define MSG_TEMPERATURE _UxGT("オンド") // "Temperature"
  130. #define MSG_MOTION _UxGT("ウゴキセッテイ") // "Motion"
  131. #define MSG_FILAMENT _UxGT("フィラメント") // "Filament"
  132. #define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm³")
  133. #define MSG_FILAMENT_DIAM _UxGT("フィラメントチョッケイ") // "Fil. Dia."
  134. #define MSG_CONTRAST _UxGT("LCDコントラスト") // "LCD contrast"
  135. #define MSG_STORE_EEPROM _UxGT("EEPROMヘホゾン") // "Store memory"
  136. #define MSG_LOAD_EEPROM _UxGT("EEPROMカラヨミコミ") // "Load memory"
  137. #define MSG_RESTORE_FAILSAFE _UxGT("セッテイリセット") // "Restore failsafe"
  138. #define MSG_REFRESH _UxGT("リフレッシュ") // "Refresh"
  139. #define MSG_WATCH _UxGT("ジョウホウガメン") // "Info screen"
  140. #define MSG_PREPARE _UxGT("ジュンビセッテイ") // "Prepare"
  141. #define MSG_TUNE _UxGT("チョウセイ") // "Tune"
  142. #define MSG_PAUSE_PRINT _UxGT("イチジテイシ") // "Pause print"
  143. #define MSG_RESUME_PRINT _UxGT("プリントサイカイ") // "Resume print"
  144. #define MSG_STOP_PRINT _UxGT("プリントテイシ") // "Stop print"
  145. #define MSG_MEDIA_MENU _UxGT("メディアカラプリント") // "Print from SD"
  146. #define MSG_NO_MEDIA _UxGT("メディアガアリマセン") // "No SD card"
  147. #define MSG_DWELL _UxGT("キュウシ") // "Sleep..."
  148. #define MSG_USERWAIT _UxGT("シバラクオマチクダサイ") // "Wait for user..."
  149. //#define MSG_USERWAIT _UxGT("ツヅケルニハクリックシテクダサイ")
  150. #define MSG_PRINT_ABORTED _UxGT("プリントガチュウシサレマシタ") // "Print aborted"
  151. #define MSG_NO_MOVE _UxGT("ウゴキマセン") // "No move."
  152. #define MSG_KILLED _UxGT("ヒジョウテイシ") // "KILLED. "
  153. #define MSG_STOPPED _UxGT("テイシシマシタ") // "STOPPED. "
  154. #define MSG_CONTROL_RETRACT _UxGT("ヒキコミリョウ mm") // "Retract mm"
  155. #define MSG_CONTROL_RETRACT_SWAP _UxGT("ヒキコミリョウS mm") // "Swap Re.mm"
  156. #define MSG_CONTROL_RETRACTF _UxGT("ヒキコミソクド mm/s") // "Retract V"
  157. #define MSG_CONTROL_RETRACT_ZHOP _UxGT("ノズルタイヒ mm") // "Hop mm"
  158. #define MSG_CONTROL_RETRACT_RECOVER _UxGT("ホショウリョウ mm") // "UnRet mm"
  159. #define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("ホショウリョウS mm") // "S UnRet mm"
  160. #define MSG_CONTROL_RETRACT_RECOVERF _UxGT("ホショウソクド mm/s") // "UnRet V"
  161. #define MSG_AUTORETRACT _UxGT("ジドウヒキコミ") // "AutoRetr."
  162. #define MSG_FILAMENTCHANGE _UxGT("フィラメントコウカン") // "Change filament"
  163. #define MSG_INIT_MEDIA _UxGT("メディアサイヨミコミ") // "Init. SD card"
  164. #define MSG_CHANGE_MEDIA _UxGT("メディアコウカン") // "Change SD card"
  165. #define MSG_ZPROBE_OUT _UxGT("Zプローブ ベッドガイ") // "Z probe out. bed"
  166. #define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch ジコシンダン") // "BLTouch Self-Test"
  167. #define MSG_BLTOUCH_RESET _UxGT("BLTouch リセット") // "Reset BLTouch"
  168. #define MSG_HOME_FIRST _UxGT("サキニ %s%s%s ヲフッキサセテクダサイ") // "Home ... first"
  169. #define MSG_ZPROBE_ZOFFSET _UxGT("Zオフセット") // "Z Offset"
  170. #define MSG_BABYSTEP_X _UxGT("Xジク ビドウ") // "Babystep X"
  171. #define MSG_BABYSTEP_Y _UxGT("Yジク ビドウ") // "Babystep Y"
  172. #define MSG_BABYSTEP_Z _UxGT("Zジク ビドウ") // "Babystep Z"
  173. #define MSG_ENDSTOP_ABORT _UxGT("イドウゲンカイケンチキノウ") // "Endstop abort"
  174. #define MSG_HEATING_FAILED_LCD _UxGT("カネツシッパイ") // "Heating failed"
  175. #define MSG_ERR_REDUNDANT_TEMP _UxGT("エラー:ジョウチョウサーミスターキノウ") // "Err: REDUNDANT TEMP"
  176. #define MSG_THERMAL_RUNAWAY _UxGT("ネツボウソウ") // "THERMAL RUNAWAY"
  177. #define MSG_ERR_MAXTEMP _UxGT("エラー:サイコウオンチョウカ") // "Err: MAXTEMP"
  178. #define MSG_ERR_MINTEMP _UxGT("エラー:サイテイオンミマン") // "Err: MINTEMP"
  179. #define MSG_ERR_MAXTEMP_BED _UxGT("エラー:ベッド サイコウオンチョウカ") // "Err: MAXTEMP BED"
  180. #define MSG_ERR_MINTEMP_BED _UxGT("エラー:ベッド サイテイオンミマン") // "Err: MINTEMP BED"
  181. #define MSG_ERR_Z_HOMING _UxGT("サキニ XY ヲフッキサセテクダサイ") // "Home XY first"
  182. #define MSG_HALTED _UxGT("プリンターハテイシシマシタ") // "PRINTER HALTED"
  183. #define MSG_PLEASE_RESET _UxGT("リセットシテクダサイ") // "Please reset"
  184. #define MSG_SHORT_DAY _UxGT("d") // One character only
  185. #define MSG_SHORT_HOUR _UxGT("h") // One character only
  186. #define MSG_SHORT_MINUTE _UxGT("m") // One character only
  187. #define MSG_HEATING _UxGT("カネツチュウ") // "Heating..."
  188. #define MSG_BED_HEATING _UxGT("ベッド カネツチュウ") // "Bed Heating..."
  189. #define MSG_DELTA_CALIBRATE _UxGT("デルタ コウセイ") // "Delta Calibration"
  190. #define MSG_DELTA_CALIBRATE_X _UxGT("Xジク コウセイ") // "Calibrate X"
  191. #define MSG_DELTA_CALIBRATE_Y _UxGT("Yジク コウセイ") // "Calibrate Y"
  192. #define MSG_DELTA_CALIBRATE_Z _UxGT("Zジク コウセイ") // "Calibrate Z"
  193. #define MSG_DELTA_CALIBRATE_CENTER _UxGT("チュウシン コウセイ") // "Calibrate Center"
  194. #define MSG_INFO_MENU _UxGT("コノプリンターニツイテ") // "About Printer"
  195. #define MSG_INFO_PRINTER_MENU _UxGT("プリンタージョウホウ") // "Printer Info"
  196. #define MSG_INFO_STATS_MENU _UxGT("プリントジョウキョウ") // "Printer Stats"
  197. #define MSG_INFO_BOARD_MENU _UxGT("セイギョケイジョウホウ") // "Board Info"
  198. #define MSG_INFO_THERMISTOR_MENU _UxGT("サーミスター") // "Thermistors"
  199. #define MSG_INFO_EXTRUDERS _UxGT("エクストルーダースウ") // "Extruders"
  200. #define MSG_INFO_BAUDRATE _UxGT("ボーレート") // "Baud"
  201. #define MSG_INFO_PROTOCOL _UxGT("プロトコル") // "Protocol"
  202. #define MSG_CASE_LIGHT _UxGT("キョウタイナイショウメイ") // "Case light"
  203. #define MSG_INFO_PRINT_COUNT _UxGT("プリントスウ ") // "Print Count"
  204. #define MSG_INFO_COMPLETED_PRINTS _UxGT("カンリョウスウ") // "Completed"
  205. #define MSG_INFO_PRINT_TIME _UxGT("プリントジカンルイケイ") // "Total print time"
  206. #define MSG_INFO_PRINT_LONGEST _UxGT("サイチョウプリントジカン") // "Longest job time"
  207. #define MSG_INFO_PRINT_FILAMENT _UxGT("フィラメントシヨウリョウルイケイ") // "Extruded total"
  208. #define MSG_INFO_MIN_TEMP _UxGT("セッテイサイテイオン") // "Min Temp"
  209. #define MSG_INFO_MAX_TEMP _UxGT("セッテイサイコウオン") // "Max Temp"
  210. #define MSG_INFO_PSU _UxGT("デンゲンシュベツ") // "Power Supply"
  211. #define MSG_DRIVE_STRENGTH _UxGT("モータークドウリョク") // "Drive Strength"
  212. #define MSG_DAC_PERCENT _UxGT("DACシュツリョク %") // "Driver %"
  213. #define MSG_DAC_EEPROM_WRITE MSG_STORE_EEPROM // "DAC EEPROM Write"
  214. #define MSG_FILAMENT_CHANGE_HEADER_PAUSE _UxGT("イチジテイシ")
  215. #define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("プリントサイカイ") // "Resume print"
  216. #define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("コウカンヲカイシシマス") // "Wait for start"
  217. #define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("シバラクオマチクダサイ") // "of the filament"
  218. #define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("フィラメントヌキダシチュウ") // "Wait for"
  219. #define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("シバラクオマチクダサイ") // "filament unload"
  220. #define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("フィラメントヲソウニュウシ,") // "Insert filament"
  221. #define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("クリックスルトゾッコウシマス") // "and press button"
  222. #define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("フィラメントソウテンチュウ") // "Wait for"
  223. #define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("シバラクオマチクダサイ") // "filament load"
  224. #define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("プリントヲサイカイシマス") // "Wait for print"
  225. #define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("シバラクオマチクダサイ") // "to resume"
  226. #define MSG_EXPECTED_PRINTER _UxGT("マチガッタプリンター") // "Wrong printer"
  227. #define MSG_CONFIGURATION _UxGT("セッテイカンリ")
  228. #define MSG_ADVANCED_SETTINGS _UxGT("ショウサイセッテイ")
  229. #define MSG_OUTAGE_RECOVERY _UxGT("コショカイフク")
  230. #define MSG_INIT_EEPROM _UxGT("EEPROMショキカ")
  231. #define MSG_BUTTON_NEXT _UxGT("ツギヘ")
  232. #define MSG_BUTTON_INIT _UxGT("ショキカ")
  233. #define MSG_BUTTON_STOP _UxGT("ストップ")
  234. #define MSG_BUTTON_PRINT _UxGT("プリント")
  235. #define MSG_BUTTON_RESET _UxGT("リセット")
  236. #define MSG_BUTTON_CANCEL _UxGT("キャンセル")
  237. #define MSG_BUTTON_DONE _UxGT("カンリョウ")
  238. #define MSG_YES _UxGT("ハイ")
  239. #define MSG_NO _UxGT("イイエ")
  240. #define MSG_BACK _UxGT("モドリ")
  241. #define MSG_VELOCITY _UxGT("ソクド")
  242. #define MSG_STEPS_PER_MM _UxGT("ステップ/mm")
  243. #define MSG_USER_MENU _UxGT("ユーザーコマンド")
  244. #define MSG_PRINT_PAUSED _UxGT("プリントガイチジテイシサレマシタ")
  245. #define MSG_PRINTING _UxGT("プリントチュウ...")