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 7.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (c) 2020 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 <https://www.gnu.org/licenses/>.
  20. *
  21. */
  22. #pragma once
  23. /**
  24. * Finnish
  25. *
  26. * LCD Menu Messages
  27. * See also https://marlinfw.org/docs/development/lcd_language.html
  28. */
  29. #define DISPLAY_CHARSET_ISO10646_1
  30. namespace Language_fi {
  31. using namespace Language_en; // Inherit undefined strings from English
  32. constexpr uint8_t CHARSIZE = 2;
  33. LSTR LANGUAGE = _UxGT("Finnish");
  34. LSTR WELCOME_MSG = MACHINE_NAME _UxGT(" valmis.");
  35. LSTR MSG_MEDIA_INSERTED = _UxGT("Kortti asetettu");
  36. LSTR MSG_MEDIA_REMOVED = _UxGT("Kortti poistettu");
  37. LSTR MSG_MAIN = _UxGT("Palaa");
  38. LSTR MSG_RUN_AUTO_FILES = _UxGT("Automaatti");
  39. LSTR MSG_DISABLE_STEPPERS = _UxGT("Vapauta moottorit");
  40. LSTR MSG_AUTO_HOME = _UxGT("Aja referenssiin");
  41. #if HAS_PREHEAT
  42. LSTR MSG_PREHEAT_1 = _UxGT("Esilämmitä ") PREHEAT_1_LABEL;
  43. LSTR MSG_PREHEAT_1_H = _UxGT("Esilämmitä ") PREHEAT_1_LABEL " ~";
  44. LSTR MSG_PREHEAT_1_END = _UxGT("Esilä. ") PREHEAT_1_LABEL _UxGT("Suutin");
  45. LSTR MSG_PREHEAT_1_END_E = _UxGT("Esilä. ") PREHEAT_1_LABEL _UxGT("Suutin ~");
  46. LSTR MSG_PREHEAT_1_ALL = _UxGT("Esilä. ") PREHEAT_1_LABEL _UxGT(" Kaikki");
  47. LSTR MSG_PREHEAT_1_BEDONLY = _UxGT("Esilä. ") PREHEAT_1_LABEL _UxGT(" Alusta");
  48. LSTR MSG_PREHEAT_1_SETTINGS = _UxGT("Esilämm. ") PREHEAT_1_LABEL _UxGT(" konf");
  49. LSTR MSG_PREHEAT_M = _UxGT("Esilämmitä $");
  50. LSTR MSG_PREHEAT_M_H = _UxGT("Esilämmitä $ ~");
  51. LSTR MSG_PREHEAT_M_END = _UxGT("Esilä. $Suutin");
  52. LSTR MSG_PREHEAT_M_END_E = _UxGT("Esilä. $Suutin ~");
  53. LSTR MSG_PREHEAT_M_ALL = _UxGT("Esilä. $ Kaikki");
  54. LSTR MSG_PREHEAT_M_BEDONLY = _UxGT("Esilä. $ Alusta");
  55. LSTR MSG_PREHEAT_M_SETTINGS = _UxGT("Esilämm. $ konf");
  56. #endif
  57. LSTR MSG_COOLDOWN = _UxGT("Jäähdytä");
  58. LSTR MSG_SWITCH_PS_ON = _UxGT("Virta päälle");
  59. LSTR MSG_SWITCH_PS_OFF = _UxGT("Virta pois");
  60. LSTR MSG_EXTRUDE = _UxGT("Pursota");
  61. LSTR MSG_RETRACT = _UxGT("Vedä takaisin");
  62. LSTR MSG_MOVE_AXIS = _UxGT("Liikuta akseleita");
  63. LSTR MSG_MOVE_X = _UxGT("Liikuta X");
  64. LSTR MSG_MOVE_Y = _UxGT("Liikuta Y");
  65. LSTR MSG_MOVE_Z = _UxGT("Liikuta Z");
  66. LSTR MSG_MOVE_E = _UxGT("Extruder");
  67. LSTR MSG_MOVE_EN = _UxGT("Extruder *");
  68. LSTR MSG_MOVE_N_MM = _UxGT("Liikuta $mm");
  69. LSTR MSG_MOVE_01MM = _UxGT("Liikuta 0.1mm");
  70. LSTR MSG_MOVE_1MM = _UxGT("Liikuta 1mm");
  71. LSTR MSG_MOVE_10MM = _UxGT("Liikuta 10mm");
  72. LSTR MSG_MOVE_100MM = _UxGT("Liikuta 100mm");
  73. LSTR MSG_SPEED = _UxGT("Nopeus");
  74. LSTR MSG_NOZZLE = _UxGT("Suutin");
  75. LSTR MSG_NOZZLE_N = _UxGT("Suutin ~");
  76. LSTR MSG_BED = _UxGT("Alusta");
  77. LSTR MSG_FAN_SPEED = _UxGT("Tuul. nopeus");
  78. LSTR MSG_FAN_SPEED_N = _UxGT("Tuul. nopeus ~");
  79. LSTR MSG_FLOW = _UxGT("Virtaus");
  80. LSTR MSG_FLOW_N = _UxGT("Virtaus ~");
  81. LSTR MSG_CONTROL = _UxGT("Kontrolli");
  82. LSTR MSG_MIN = " " LCD_STR_THERMOMETER _UxGT(" Min");
  83. LSTR MSG_MAX = " " LCD_STR_THERMOMETER _UxGT(" Max");
  84. LSTR MSG_FACTOR = " " LCD_STR_THERMOMETER _UxGT(" Kerr");
  85. LSTR MSG_AUTOTEMP = _UxGT("Autotemp");
  86. LSTR MSG_ACC = _UxGT("Kiihtyv");
  87. LSTR MSG_VTRAV_MIN = _UxGT("VLiike min");
  88. LSTR MSG_A_RETRACT = _UxGT("A-peruuta");
  89. LSTR MSG_TEMPERATURE = _UxGT("Lämpötila");
  90. LSTR MSG_MOTION = _UxGT("Liike");
  91. LSTR MSG_FILAMENT = _UxGT("Filament");
  92. LSTR MSG_VOLUMETRIC_ENABLED = _UxGT("E in mm") SUPERSCRIPT_THREE;
  93. LSTR MSG_CONTRAST = _UxGT("LCD kontrasti");
  94. LSTR MSG_STORE_EEPROM = _UxGT("Tallenna muistiin");
  95. LSTR MSG_LOAD_EEPROM = _UxGT("Lataa muistista");
  96. LSTR MSG_RESTORE_DEFAULTS = _UxGT("Palauta oletus");
  97. LSTR MSG_REFRESH = LCD_STR_REFRESH _UxGT("Päivitä");
  98. LSTR MSG_INFO_SCREEN = _UxGT("Seuraa");
  99. LSTR MSG_PREPARE = _UxGT("Valmistele");
  100. LSTR MSG_TUNE = _UxGT("Säädä");
  101. LSTR MSG_PAUSE_PRINT = _UxGT("Keskeytä tulostus");
  102. LSTR MSG_RESUME_PRINT = _UxGT("Jatka tulostusta");
  103. LSTR MSG_STOP_PRINT = _UxGT("Pysäytä tulostus");
  104. LSTR MSG_MEDIA_MENU = _UxGT("Korttivalikko");
  105. LSTR MSG_NO_MEDIA = _UxGT("Ei korttia");
  106. LSTR MSG_DWELL = _UxGT("Nukkumassa...");
  107. LSTR MSG_USERWAIT = _UxGT("Odotet. valintaa");
  108. LSTR MSG_NO_MOVE = _UxGT("Ei liiketta.");
  109. LSTR MSG_CONTROL_RETRACT = _UxGT("Vedä mm");
  110. LSTR MSG_CONTROL_RETRACT_SWAP = _UxGT("Va. Vedä mm");
  111. LSTR MSG_CONTROL_RETRACTF = _UxGT("Vedä V");
  112. LSTR MSG_CONTROL_RETRACT_ZHOP = _UxGT("Z mm");
  113. LSTR MSG_CONTROL_RETRACT_RECOVER = _UxGT("Unretr. mm");
  114. LSTR MSG_CONTROL_RETRACT_RECOVER_SWAP = _UxGT("Va. Unretr. mm");
  115. LSTR MSG_CONTROL_RETRACT_RECOVERF = _UxGT("Unretract V");
  116. LSTR MSG_AUTORETRACT = _UxGT("AutoVeto.");
  117. LSTR MSG_DELTA_CALIBRATE = _UxGT("Delta Kalibrointi");
  118. LSTR MSG_DELTA_CALIBRATE_X = _UxGT("Kalibroi X");
  119. LSTR MSG_DELTA_CALIBRATE_Y = _UxGT("Kalibroi Y");
  120. LSTR MSG_DELTA_CALIBRATE_Z = _UxGT("Kalibroi Z");
  121. LSTR MSG_DELTA_CALIBRATE_CENTER = _UxGT("Kalibroi Center");
  122. LSTR MSG_KILL_EXPECTED_PRINTER = _UxGT("Väärä tulostin");
  123. }