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_kana_utf8.h 9.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /**
  2. * Japanese (Kana UTF8 version)
  3. *
  4. * LCD Menu Messages
  5. * See also documentation/LCDLanguageFont.md
  6. *
  7. */
  8. #ifndef LANGUAGE_KANA_UTF_H
  9. #define LANGUAGE_KANA_UTF_H
  10. #define MAPPER_E382E383
  11. // Define SIMULATE_ROMFONT to see what is seen on the character based display defined in Configuration.h
  12. //#define SIMULATE_ROMFONT
  13. #define DISPLAY_CHARSET_ISO10646_KANA
  14. // This is very crude replacement of the codes used in language_kana.h from somebody who really does not know what he is doing.
  15. // Just to show the potential benefit of unicode.
  16. // This translation can be improved by using the full charset of unicode codeblock U+30A0 to U+30FF.
  17. // 片仮名表示定義
  18. #define WELCOME_MSG MACHINE_NAME " ready."
  19. #define MSG_SD_INSERTED "カード ソウニュウサレマシタ" // "Card inserted"
  20. #define MSG_SD_REMOVED "カードガアリマセン" // "Card removed"
  21. #define MSG_MAIN "メイン" // "Main"
  22. #define MSG_AUTOSTART "ジドウカイシ" // "Autostart"
  23. #define MSG_DISABLE_STEPPERS "モーターデンゲン オフ" // "Disable steppers"
  24. #define MSG_AUTO_HOME "ゲンテンニイドウ" // "Auto home"
  25. #define MSG_SET_HOME_OFFSETS "キジュンオフセットセッテイ" // "Set home offsets"
  26. #define MSG_SET_ORIGIN "キジュンセット" // "Set origin"
  27. #define MSG_PREHEAT_PLA "PLA ヨネツ" // "Preheat PLA"
  28. #define MSG_PREHEAT_PLA_N MSG_PREHEAT_PLA " "
  29. #define MSG_PREHEAT_PLA_ALL MSG_PREHEAT_PLA " スベテ" // " All"
  30. #define MSG_PREHEAT_PLA_BEDONLY MSG_PREHEAT_PLA " ベッド" // "Bed"
  31. #define MSG_PREHEAT_PLA_SETTINGS MSG_PREHEAT_PLA " セッテイ" // "conf"
  32. #define MSG_PREHEAT_ABS "ABS ヨネツ" // "Preheat ABS"
  33. #define MSG_PREHEAT_ABS_N MSG_PREHEAT_ABS " "
  34. #define MSG_PREHEAT_ABS_ALL MSG_PREHEAT_ABS " スベテ" // " All"
  35. #define MSG_PREHEAT_ABS_BEDONLY MSG_PREHEAT_ABS " ベッド" // "Bed"
  36. #define MSG_PREHEAT_ABS_SETTINGS MSG_PREHEAT_ABS " セッテイ" // "conf"
  37. #define MSG_COOLDOWN "カネツテイシ" // "Cooldown"
  38. #define MSG_SWITCH_PS_ON "デンゲン オン" // "Switch power on"
  39. #define MSG_SWITCH_PS_OFF "デンゲン オフ" // "Switch power off"
  40. #define MSG_EXTRUDE "オシダシ" // "Extrude"
  41. #define MSG_RETRACT "リトラクト" // "Retract"
  42. #define MSG_MOVE_AXIS "ジクイドウ" // "Move axis"
  43. #define MSG_MOVE_X "Xジク イドウ" // "Move X"
  44. #define MSG_MOVE_Y "Yジク イドウ" // "Move Y"
  45. #define MSG_MOVE_Z "Zジク イドウ" // "Move Z"
  46. #define MSG_MOVE_E "エクストルーダー" // "Extruder"
  47. #define MSG_MOVE_01MM "0.1mm イドウ" // "Move 0.1mm"
  48. #define MSG_MOVE_1MM " 1mm イドウ" // "Move 1mm"
  49. #define MSG_MOVE_10MM " 10mm イドウ" // "Move 10mm"
  50. #define MSG_SPEED "スピード" // "Speed"
  51. #define MSG_NOZZLE "ノズル" // "Nozzle"
  52. #define MSG_BED "ベッド" // "Bed"
  53. #define MSG_FAN_SPEED "ファンソクド" // "Fan speed"
  54. #define MSG_FLOW "オクリリョウ" // "Flow"
  55. #define MSG_CONTROL "コントロール" // "Control"
  56. #define MSG_MIN LCD_STR_THERMOMETER " Min"
  57. #define MSG_MAX LCD_STR_THERMOMETER " Max"
  58. #define MSG_FACTOR LCD_STR_THERMOMETER " Fact"
  59. #define MSG_AUTOTEMP "ジドウオンド" // "Autotemp"
  60. #define MSG_ON "On "
  61. #define MSG_OFF "Off"
  62. #define MSG_PID_P "PID-P"
  63. #define MSG_PID_I "PID-I"
  64. #define MSG_PID_D "PID-D"
  65. #define MSG_PID_C "PID-C"
  66. #define MSG_ACC "カソクド" // "Accel"
  67. #define MSG_VXY_JERK "Vxy-jerk"
  68. #define MSG_VZ_JERK "Vz-jerk"
  69. #define MSG_VE_JERK "Ve-jerk"
  70. #define MSG_VMAX "Vmax "
  71. #define MSG_X "x"
  72. #define MSG_Y "y"
  73. #define MSG_Z "z"
  74. #define MSG_E "e"
  75. #define MSG_VMIN "Vmin"
  76. #define MSG_VTRAV_MIN "VTrav min"
  77. #define MSG_AMAX "Amax "
  78. #define MSG_A_RETRACT "A-retract"
  79. #define MSG_XSTEPS "Xsteps/mm"
  80. #define MSG_YSTEPS "Ysteps/mm"
  81. #define MSG_ZSTEPS "Zsteps/mm"
  82. #define MSG_ESTEPS "Esteps/mm"
  83. #define MSG_TEMPERATURE "オンド" // "Temperature"
  84. #define MSG_MOTION "ウゴキセッテイ" // "Motion"
  85. #define MSG_VOLUMETRIC "フィラメント" // "Filament"
  86. #define MSG_VOLUMETRIC_ENABLED "E in mm3"
  87. #define MSG_FILAMENT_DIAM "Fil. Dia."
  88. #define MSG_CONTRAST "LCDコントラスト" // "LCD contrast"
  89. #define MSG_STORE_EPROM "メモリヘカクノウ" // "Store memory"
  90. #define MSG_LOAD_EPROM "メモリカラヨミコミ" // "Load memory"
  91. #define MSG_RESTORE_FAILSAFE "セッテイリセット" // "Restore failsafe"
  92. #define MSG_REFRESH "リフレッシュ" // "Refresh"
  93. #define MSG_WATCH "インフォ" // "Info screen"
  94. #define MSG_PREPARE "ジュンビセッテイ" //"Prepare"
  95. #define MSG_TUNE "チョウセイ" // "Tune"
  96. #define MSG_PAUSE_PRINT "イチジテイシ" // "Pause print"
  97. #define MSG_RESUME_PRINT "プリントサイカイ" // "Resume print"
  98. #define MSG_STOP_PRINT "プリントテイシ" // "Stop print"
  99. #define MSG_CARD_MENU "SDカードカラプリント" // "Print from SD"
  100. #define MSG_NO_CARD "SDカードガアリマセン" // "No SD card"
  101. #define MSG_DWELL "スリープ" // "Sleep..."
  102. #define MSG_USERWAIT "シバラクオマチクダサイ" // "Wait for user..."
  103. #define MSG_RESUMING "プリントサイカイ" // "Resuming print"
  104. #define MSG_PRINT_ABORTED "プリントチュウシサレマシタ" // "Print aborted"
  105. #define MSG_NO_MOVE "ウゴキマセン" // "No move."
  106. #define MSG_KILLED "ショウキョ" // "KILLED. "
  107. #define MSG_STOPPED "テイシシマシタ" // "STOPPED. "
  108. #define MSG_CONTROL_RETRACT "Retract mm"
  109. #define MSG_CONTROL_RETRACT_SWAP "Swap Re.mm"
  110. #define MSG_CONTROL_RETRACTF "Retract V"
  111. #define MSG_CONTROL_RETRACT_ZLIFT "Hop mm"
  112. #define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm"
  113. #define MSG_CONTROL_RETRACT_RECOVER_SWAP "S UnRet+mm"
  114. #define MSG_CONTROL_RETRACT_RECOVERF "UnRet V"
  115. #define MSG_AUTORETRACT "AutoRetr."
  116. #define MSG_FILAMENTCHANGE "フィラメントコウカン" // "Change filament"
  117. #define MSG_INIT_SDCARD "SDカードサイヨミコミ" // "Init. SD card"
  118. #define MSG_CNG_SDCARD "SDカードコウカン" // "Change SD card"
  119. #define MSG_ZPROBE_OUT "Zプローブ ベッドガイ" // "Z probe out. bed"
  120. #define MSG_POSITION_UNKNOWN "ゲンテンハXYイドウゴZ" // "Home X/Y before Z"
  121. #define MSG_ZPROBE_ZOFFSET "Zオフセット" // "Z Offset"
  122. #define MSG_BABYSTEP_X "ビドウ X" // "Babystep X"
  123. #define MSG_BABYSTEP_Y "ビドウ Y" // "Babystep Y"
  124. #define MSG_BABYSTEP_Z "ビドウ Z" // "Babystep Z"
  125. #define MSG_ENDSTOP_ABORT "Endstop abort"
  126. #define MSG_END_HOUR "hours"
  127. #define MSG_END_MINUTE "minutes"
  128. #if ENABLED(DELTA_CALIBRATION_MENU)
  129. #define MSG_DELTA_CALIBRATE "Delta Calibration"
  130. #define MSG_DELTA_CALIBRATE_X "Calibrate X"
  131. #define MSG_DELTA_CALIBRATE_Y "Calibrate Y"
  132. #define MSG_DELTA_CALIBRATE_Z "Calibrate Z"
  133. #define MSG_DELTA_CALIBRATE_CENTER "Calibrate Center"
  134. #endif // DELTA_CALIBRATION_MENU
  135. #endif // LANGUAGE_KANA_UTF_H