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_fi.h 8.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (C) 2016 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. /**
  23. * Finnish
  24. *
  25. * LCD Menu Messages
  26. * See also http://marlinfw.org/docs/development/lcd_language.html
  27. *
  28. */
  29. #ifndef LANGUAGE_FI_H
  30. #define LANGUAGE_FI_H
  31. #define MAPPER_C2C3
  32. #define DISPLAY_CHARSET_ISO10646_1
  33. #define WELCOME_MSG MACHINE_NAME _UxGT(" valmis.")
  34. #define MSG_SD_INSERTED _UxGT("Kortti asetettu")
  35. #define MSG_SD_REMOVED _UxGT("Kortti poistettu")
  36. #define MSG_MAIN _UxGT("Palaa")
  37. #define MSG_AUTOSTART _UxGT("Automaatti")
  38. #define MSG_DISABLE_STEPPERS _UxGT("Vapauta moottorit")
  39. #define MSG_AUTO_HOME _UxGT("Aja referenssiin")
  40. #define MSG_LEVEL_BED_HOMING _UxGT("Homing XYZ")
  41. #define MSG_LEVEL_BED_WAITING _UxGT("Click to Begin")
  42. #define MSG_LEVEL_BED_DONE _UxGT("Leveling Done!")
  43. #define MSG_SET_HOME_OFFSETS _UxGT("Set home offsets")
  44. #define MSG_HOME_OFFSETS_APPLIED _UxGT("Offsets applied")
  45. #define MSG_SET_ORIGIN _UxGT("Aseta origo")
  46. #define MSG_PREHEAT_1 _UxGT("Esilämmitä PLA")
  47. #define MSG_PREHEAT_1_N _UxGT("Esilämmitä PLA ")
  48. #define MSG_PREHEAT_1_ALL _UxGT("Esilä. PLA Kaikki")
  49. #define MSG_PREHEAT_1_BEDONLY _UxGT("Esilä. PLA Alusta")
  50. #define MSG_PREHEAT_1_SETTINGS _UxGT("Esilämm. PLA konf")
  51. #define MSG_PREHEAT_2 _UxGT("Esilämmitä ABS")
  52. #define MSG_PREHEAT_2_N _UxGT("Esilämmitä ABS ")
  53. #define MSG_PREHEAT_2_ALL _UxGT("Esilä. ABS Kaikki")
  54. #define MSG_PREHEAT_2_BEDONLY _UxGT("Esilä. ABS Alusta")
  55. #define MSG_PREHEAT_2_SETTINGS _UxGT("Esilämm. ABS konf")
  56. #define MSG_COOLDOWN _UxGT("Jäähdytä")
  57. #define MSG_SWITCH_PS_ON _UxGT("Virta päälle")
  58. #define MSG_SWITCH_PS_OFF _UxGT("Virta pois")
  59. #define MSG_EXTRUDE _UxGT("Pursota")
  60. #define MSG_RETRACT _UxGT("Vedä takaisin")
  61. #define MSG_MOVE_AXIS _UxGT("Liikuta akseleita")
  62. #define MSG_MOVE_X _UxGT("Liikuta X")
  63. #define MSG_MOVE_Y _UxGT("Liikuta Y")
  64. #define MSG_MOVE_Z _UxGT("Liikuta Z")
  65. #define MSG_MOVE_E _UxGT("Extruder")
  66. #define MSG_MOVE_01MM _UxGT("Liikuta 0.1mm")
  67. #define MSG_MOVE_1MM _UxGT("Liikuta 1mm")
  68. #define MSG_MOVE_10MM _UxGT("Liikuta 10mm")
  69. #define MSG_SPEED _UxGT("Nopeus")
  70. #define MSG_NOZZLE _UxGT("Suutin")
  71. #define MSG_BED _UxGT("Alusta")
  72. #define MSG_FAN_SPEED _UxGT("Tuul. nopeus")
  73. #define MSG_FLOW _UxGT("Virtaus")
  74. #define MSG_CONTROL _UxGT("Kontrolli")
  75. #define MSG_MIN LCD_STR_THERMOMETER _UxGT(" Min")
  76. #define MSG_MAX LCD_STR_THERMOMETER _UxGT(" Max")
  77. #define MSG_FACTOR LCD_STR_THERMOMETER _UxGT(" Kerr")
  78. #define MSG_AUTOTEMP _UxGT("Autotemp")
  79. #define MSG_ON _UxGT("On ")
  80. #define MSG_OFF _UxGT("Off")
  81. #define MSG_PID_P _UxGT("PID-P")
  82. #define MSG_PID_I _UxGT("PID-I")
  83. #define MSG_PID_D _UxGT("PID-D")
  84. #define MSG_PID_C _UxGT("PID-C")
  85. #define MSG_ACC _UxGT("Kiihtyv")
  86. #define MSG_JERK _UxGT("Jerk")
  87. #define MSG_VX_JERK _UxGT("Vx-jerk")
  88. #define MSG_VY_JERK _UxGT("Vy-jerk")
  89. #define MSG_VZ_JERK _UxGT("Vz-jerk")
  90. #define MSG_VE_JERK _UxGT("Ve-jerk")
  91. #define MSG_VMAX _UxGT("Vmax ")
  92. #define MSG_VMIN _UxGT("Vmin")
  93. #define MSG_VTRAV_MIN _UxGT("VLiike min")
  94. #define MSG_ACCELERATION MSG_ACC
  95. #define MSG_AMAX _UxGT("Amax ")
  96. #define MSG_A_RETRACT _UxGT("A-peruuta")
  97. #define MSG_STEPS_PER_MM _UxGT("Steps/mm")
  98. #define MSG_XSTEPS _UxGT("Xsteps/mm")
  99. #define MSG_YSTEPS _UxGT("Ysteps/mm")
  100. #define MSG_ZSTEPS _UxGT("Zsteps/mm")
  101. #define MSG_ESTEPS _UxGT("Esteps/mm")
  102. #define MSG_E1STEPS _UxGT("E1steps/mm")
  103. #define MSG_E2STEPS _UxGT("E2steps/mm")
  104. #define MSG_E3STEPS _UxGT("E3steps/mm")
  105. #define MSG_E4STEPS _UxGT("E4steps/mm")
  106. #define MSG_E5STEPS _UxGT("E5steps/mm")
  107. #define MSG_TEMPERATURE _UxGT("Lämpötila")
  108. #define MSG_MOTION _UxGT("Liike")
  109. #define MSG_FILAMENT _UxGT("Filament")
  110. #define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm³")
  111. #define MSG_FILAMENT_DIAM _UxGT("Fil. Dia.")
  112. #define MSG_CONTRAST _UxGT("LCD kontrasti")
  113. #define MSG_STORE_EEPROM _UxGT("Tallenna muistiin")
  114. #define MSG_LOAD_EEPROM _UxGT("Lataa muistista")
  115. #define MSG_RESTORE_FAILSAFE _UxGT("Palauta oletus")
  116. #define MSG_REFRESH _UxGT("Päivitä")
  117. #define MSG_WATCH _UxGT("Seuraa")
  118. #define MSG_PREPARE _UxGT("Valmistele")
  119. #define MSG_TUNE _UxGT("Säädä")
  120. #define MSG_PAUSE_PRINT _UxGT("Keskeytä tulostus")
  121. #define MSG_RESUME_PRINT _UxGT("Jatka tulostusta")
  122. #define MSG_STOP_PRINT _UxGT("Pysäytä tulostus")
  123. #define MSG_CARD_MENU _UxGT("Korttivalikko")
  124. #define MSG_NO_CARD _UxGT("Ei korttia")
  125. #define MSG_DWELL _UxGT("Nukkumassa...")
  126. #define MSG_USERWAIT _UxGT("Odotet. valintaa")
  127. #define MSG_RESUMING _UxGT("Jatke. tulostusta")
  128. #define MSG_PRINT_ABORTED _UxGT("Print aborted")
  129. #define MSG_NO_MOVE _UxGT("Ei liiketta.")
  130. #define MSG_KILLED _UxGT("KILLED. ")
  131. #define MSG_STOPPED _UxGT("STOPPED. ")
  132. #define MSG_CONTROL_RETRACT _UxGT("Vedä mm")
  133. #define MSG_CONTROL_RETRACT_SWAP _UxGT("Va. Vedä mm")
  134. #define MSG_CONTROL_RETRACTF _UxGT("Vedä V")
  135. #define MSG_CONTROL_RETRACT_ZLIFT _UxGT("Z mm")
  136. #define MSG_CONTROL_RETRACT_RECOVER _UxGT("UnRet mm")
  137. #define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("Va. UnRet mm")
  138. #define MSG_CONTROL_RETRACT_RECOVERF _UxGT("UnRet V")
  139. #define MSG_AUTORETRACT _UxGT("AutoVeto.")
  140. #define MSG_FILAMENTCHANGE _UxGT("Change filament")
  141. #define MSG_INIT_SDCARD _UxGT("Init. SD-Card")
  142. #define MSG_CNG_SDCARD _UxGT("Change SD-Card")
  143. #define MSG_ZPROBE_OUT _UxGT("Z probe out. bed")
  144. #define MSG_HOME _UxGT("Home") // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
  145. #define MSG_FIRST _UxGT("first")
  146. #define MSG_ZPROBE_ZOFFSET _UxGT("Z Offset")
  147. #define MSG_BABYSTEP_X _UxGT("Babystep X")
  148. #define MSG_BABYSTEP_Y _UxGT("Babystep Y")
  149. #define MSG_BABYSTEP_Z _UxGT("Babystep Z")
  150. #define MSG_ENDSTOP_ABORT _UxGT("Endstop abort")
  151. #define MSG_DELTA_CALIBRATE _UxGT("Delta Kalibrointi")
  152. #define MSG_DELTA_CALIBRATE_X _UxGT("Kalibroi X")
  153. #define MSG_DELTA_CALIBRATE_Y _UxGT("Kalibroi Y")
  154. #define MSG_DELTA_CALIBRATE_Z _UxGT("Kalibroi Z")
  155. #define MSG_DELTA_CALIBRATE_CENTER _UxGT("Kalibroi Center")
  156. #endif // LANGUAGE_FI_H