yhfudev
8 years ago
27 changed files with 4762 additions and 4288 deletions
@ -1,252 +1,252 @@ |
|||
/**
|
|||
* Marlin 3D Printer Firmware |
|||
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
|||
* |
|||
* Based on Sprinter and grbl. |
|||
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm |
|||
* |
|||
* This program is free software: you can redistribute it and/or modify |
|||
* it under the terms of the GNU General Public License as published by |
|||
* the Free Software Foundation, either version 3 of the License, or |
|||
* (at your option) any later version. |
|||
* |
|||
* This program is distributed in the hope that it will be useful, |
|||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
* GNU General Public License for more details. |
|||
* |
|||
* You should have received a copy of the GNU General Public License |
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
* |
|||
*/ |
|||
|
|||
/**
|
|||
* Turkish |
|||
* |
|||
* LCD Menu Messages |
|||
* See also https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
|||
* |
|||
*/ |
|||
#ifndef LANGUAGE_TR_H |
|||
#define LANGUAGE_TR_H |
|||
|
|||
#define MAPPER_C2C3_TR |
|||
#define DISPLAY_CHARSET_ISO10646_TR |
|||
|
|||
#if DISABLED(DOGLCD) |
|||
#error "Turkish needs a graphical display." |
|||
#endif |
|||
|
|||
#define WELCOME_MSG MACHINE_NAME " hazır." //hazır.
|
|||
#define MSG_SD_INSERTED "SD Yerleşti." //SD Yerleşti.
|
|||
#define MSG_SD_REMOVED "SD Çıkarıldı." //SD Çıkarıldı.
|
|||
#define MSG_LCD_ENDSTOPS "Endstops" // Max length 8 characters //Endstops
|
|||
#define MSG_MAIN "Ana" //Ana
|
|||
#define MSG_AUTOSTART "Otobaşlat" //Otobaşlat
|
|||
#define MSG_DISABLE_STEPPERS "Motorları Durdur" //Motorları Durdur
|
|||
#define MSG_AUTO_HOME "Eksenleri Sıfırla" //Eksenleri Sıfırla
|
|||
#define MSG_AUTO_HOME_X "X Sıfırla" //X Sıfırla
|
|||
#define MSG_AUTO_HOME_Y "Y Sıfırla" //Y Sıfırla
|
|||
#define MSG_AUTO_HOME_Z "Z Sıfırla" //Z Sıfırla
|
|||
#define MSG_LEVEL_BED_HOMING "XYZ Sıfırlanıyor" //XYZ Sıfırlanıyor
|
|||
#define MSG_LEVEL_BED_WAITING "Başlatmak için tıkla" //Başlatmak için tıkla
|
|||
#define MSG_LEVEL_BED_NEXT_POINT "Sıradaki Nokta" //Sıradaki Nokta
|
|||
#define MSG_LEVEL_BED_DONE "Seviyeleme Tamam!" //Seviyeleme Tamam!
|
|||
#define MSG_LEVEL_BED_CANCEL "İptal" //İptal
|
|||
#define MSG_SET_HOME_OFFSETS "Offset Ayarla" //Offset Ayarla
|
|||
#define MSG_HOME_OFFSETS_APPLIED "Offset Tamam" //Offset Tamam
|
|||
#define MSG_SET_ORIGIN "Sıfır Belirle" //Sıfır Belirle
|
|||
#define MSG_PREHEAT_1 "Ön Isınma PLA" //Ön Isınma PLA
|
|||
#define MSG_PREHEAT_1_N MSG_PREHEAT_1 " " //
|
|||
#define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 " Tüm" // Tüm
|
|||
#define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 " Tabla" // Tabla
|
|||
#define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 " Ayar" // Ayar
|
|||
#define MSG_PREHEAT_2 "Ön Isınma ABS" //Ön Isınma ABS
|
|||
#define MSG_PREHEAT_2_N MSG_PREHEAT_2 " " //
|
|||
#define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 " Tüm" // Tüm
|
|||
#define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 " Tabla" // Tabla
|
|||
#define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 " Ayar" // Ayar
|
|||
#define MSG_COOLDOWN "Soğut" //Soğut
|
|||
#define MSG_SWITCH_PS_ON "Gücü Aç" //Gücü Aç
|
|||
#define MSG_SWITCH_PS_OFF "Gücü Kapat" //Gücü Kapat
|
|||
#define MSG_EXTRUDE "Extrude" //Extrude
|
|||
#define MSG_RETRACT "Geri Çek" //Geri Çek
|
|||
#define MSG_MOVE_AXIS "Eksen Yönet" //Eksenleri Yönet
|
|||
#define MSG_LEVEL_BED "Tabla Seviyele" //Tabla Seviyele
|
|||
#define MSG_MOVE_X "X" //X
|
|||
#define MSG_MOVE_Y "Y" //Y
|
|||
#define MSG_MOVE_Z "Z" //Z
|
|||
#define MSG_MOVE_E "Ekstruder" //Ekstruder
|
|||
#define MSG_MOVE_01MM "0.1mm" //0.1mm
|
|||
#define MSG_MOVE_1MM "1mm" //1mm
|
|||
#define MSG_MOVE_10MM "10mm" //10mm
|
|||
#define MSG_SPEED "Hız" //Hız
|
|||
#define MSG_BED_Z "Tabla Z" //Tabla Z
|
|||
#define MSG_NOZZLE "Nozül" //Nozül
|
|||
#define MSG_BED "Tabla" //Tabla
|
|||
#define MSG_FAN_SPEED "Fan Hızı" //Fan Hızı
|
|||
#define MSG_FLOW "Akış" //Akış
|
|||
#define MSG_CONTROL "Kontrol" //Kontrol
|
|||
#define MSG_MIN " " LCD_STR_THERMOMETER " Min" // Min
|
|||
#define MSG_MAX " " LCD_STR_THERMOMETER " Max" // Max
|
|||
#define MSG_FACTOR " " LCD_STR_THERMOMETER " Çarpan" // Çarpan
|
|||
#define MSG_AUTOTEMP "Autotemp" // Autotemp
|
|||
#define MSG_ON "On " //On
|
|||
#define MSG_OFF "Off" //Off
|
|||
#define MSG_PID_P "PID-P" //PID-P
|
|||
#define MSG_PID_I "PID-I" //PID-I
|
|||
#define MSG_PID_D "PID-D" //PID-D
|
|||
#define MSG_PID_C "PID-C" //PID-C
|
|||
#define MSG_SELECT "Seç" //Seç
|
|||
#define MSG_ACC "İvme" //İvme
|
|||
#define MSG_VX_JERK "Vx-Jerk" //Vx-Jerk
|
|||
#define MSG_VY_JERK "Vy-Jerk" //Vy-Jerk
|
|||
#define MSG_VZ_JERK "Vz-jerk" //Vz-Jerk
|
|||
#define MSG_VE_JERK "Ve-jerk" //Ve-Jerk
|
|||
#define MSG_VMAX "Vmax " //Vmax
|
|||
#define MSG_VMIN "Vmin" //Vmin
|
|||
#define MSG_VTRAV_MIN "VTrav min" //Vtrav min
|
|||
#define MSG_AMAX "Amax " //Amax
|
|||
#define MSG_A_RETRACT "A-retract" //A-retract
|
|||
#define MSG_A_TRAVEL "A-travel" //A-travel
|
|||
#define MSG_XSTEPS "Xsteps/mm" //Xsteps/mm
|
|||
#define MSG_YSTEPS "Ysteps/mm" //Ysteps/mm
|
|||
#define MSG_ZSTEPS "Zsteps/mm" //Zsteps/mm
|
|||
#define MSG_ESTEPS "Esteps/mm" //Esteps/mm
|
|||
#define MSG_E1STEPS "E1steps/mm" //E1steps/mm
|
|||
#define MSG_E2STEPS "E2steps/mm" //E2steps/mm
|
|||
#define MSG_E3STEPS "E3steps/mm" //E3steps/mm
|
|||
#define MSG_E4STEPS "E4steps/mm" //E4steps/mm
|
|||
#define MSG_TEMPERATURE "Sıcaklık" //Sıcaklık
|
|||
#define MSG_MOTION "Hareket" //Hareket
|
|||
#define MSG_VOLUMETRIC "Filaman" //Filaman
|
|||
#define MSG_VOLUMETRIC_ENABLED "E in mm3" //E in mm3
|
|||
#define MSG_FILAMENT_DIAM "Fil. Çap" //Fil. Çap
|
|||
#define MSG_CONTRAST "LCD Kontrast" //LCD Kontrast
|
|||
#define MSG_STORE_EPROM "Hafızaya Al" //Hafızaya Al
|
|||
#define MSG_LOAD_EPROM "Hafızadan Yükle" //Hafızadan Yükle
|
|||
#define MSG_RESTORE_FAILSAFE "Fabrika Ayarları" //Fabrika Ayarları
|
|||
#define MSG_REFRESH "Yenile" //Yenile
|
|||
#define MSG_WATCH "Bilgi Ekranı" //Bilgi Ekranı
|
|||
#define MSG_PREPARE "Hazırlık" //Hazırlık
|
|||
#define MSG_TUNE "Ayar" //Ayar
|
|||
#define MSG_PAUSE_PRINT "Duraklat" //Duraklat
|
|||
#define MSG_RESUME_PRINT "Sürdür" //Sürdür
|
|||
#define MSG_STOP_PRINT "Durdur" //Durdur
|
|||
#define MSG_CARD_MENU "SD den Yazdır" //SD den Yazdır
|
|||
#define MSG_NO_CARD "SD Kart Yok" //SD Kart Yok
|
|||
#define MSG_DWELL "Uyku..." //Uyku...
|
|||
#define MSG_USERWAIT "Operatör bekleniyor..." //Operatör bekleniyor...
|
|||
#define MSG_RESUMING "Baskı Sürdürülüyor" //Baskı Sürdürülüyor
|
|||
#define MSG_PRINT_ABORTED "Baskı Durduruldu" //Baskı Durduruldu
|
|||
#define MSG_NO_MOVE "İşlem yok." //İşlem yok.
|
|||
#define MSG_KILLED "Kilitlendi. " //Kilitlendi.
|
|||
#define MSG_STOPPED "Durdu. " //Durdu.
|
|||
#define MSG_CONTROL_RETRACT "Geri Çek mm" //Geri Çek mm
|
|||
#define MSG_CONTROL_RETRACT_SWAP "Swap Re.mm" //Swap Re.mm
|
|||
#define MSG_CONTROL_RETRACTF "Geri Çekme V" //Geri Çekme V
|
|||
#define MSG_CONTROL_RETRACT_ZLIFT "Hop mm" //Hop mm
|
|||
#define MSG_CONTROL_RETRACT_RECOVER "UnRet +mm" //UnRet +mm
|
|||
#define MSG_CONTROL_RETRACT_RECOVER_SWAP "S UnRet+mm" //S UnRet+mm
|
|||
#define MSG_CONTROL_RETRACT_RECOVERF "UnRet V" //UnRet V
|
|||
#define MSG_AUTORETRACT "AutoRetr." //AutoRetr.
|
|||
#define MSG_FILAMENTCHANGE "Filaman Değiştir" //Filaman Değiştir
|
|||
#define MSG_INIT_SDCARD "Init. SD" //Init. SD
|
|||
#define MSG_CNG_SDCARD "SD Değiştir" //SD Değiştir
|
|||
#define MSG_ZPROBE_OUT "Z Prob Açık. Tabla" //Z Prob Açık. Tabla
|
|||
#define MSG_BLTOUCH_SELFTEST "BLTouch Self-Test" //BLTouch Self-Test
|
|||
#define MSG_BLTOUCH_RESET "Sıfırla BLTouch" //Sıfırla BLTouch
|
|||
#define MSG_HOME "Sıfırla" //Sıfırla
|
|||
#define MSG_FIRST "önce" //Önce
|
|||
#define MSG_ZPROBE_ZOFFSET "Z Offset" //Z Offset
|
|||
#define MSG_BABYSTEP_X "Miniadım X" //Miniadım X
|
|||
#define MSG_BABYSTEP_Y "Miniadım Y" //Miniadım Y
|
|||
#define MSG_BABYSTEP_Z "Miniadım Z" //Miniadım Z
|
|||
#define MSG_ENDSTOP_ABORT "Endstop iptal" //Endstop iptal
|
|||
#define MSG_HEATING_FAILED_LCD "Isınma başarısız" //Isınma başarısız
|
|||
#define MSG_ERR_REDUNDANT_TEMP "Hata: Geçersiz Sıcaklık" //Hata: Geçersiz Sıcaklık
|
|||
#define MSG_THERMAL_RUNAWAY "TERMAL PROBLEM" //TERMAL PROBLEM
|
|||
#define MSG_ERR_MAXTEMP "Hata: MAXSICAKLIK" //Hata: MAXSICAKLIK
|
|||
#define MSG_ERR_MINTEMP "Hata: MINSICAKLIK" //Hata: MINSICAKLIK
|
|||
#define MSG_ERR_MAXTEMP_BED "Hata: MAXSIC. TABLA" //Hata: MAXSIC. TABLA
|
|||
#define MSG_ERR_MINTEMP_BED "Hata: MINSIC. TABLA" //Hata: MINSIC. TABLA
|
|||
#define MSG_ERR_Z_HOMING "G28 Z Yapılamaz" //G28 Z Yapılamaz
|
|||
#define MSG_HALTED "YAZICI DURDURULDU" //YAZICI DURDURULDU
|
|||
#define MSG_PLEASE_RESET "Lütfen resetleyin" //Lütfen resetleyin
|
|||
#define MSG_SHORT_DAY "G" // One character only //G
|
|||
#define MSG_SHORT_HOUR "S" // One character only //S
|
|||
#define MSG_SHORT_MINUTE "D" // One character only //D
|
|||
#define MSG_HEATING "Isınıyor..." //Isınıyor...
|
|||
#define MSG_HEATING_COMPLETE "Isınma tamam." //Isınma tamam.
|
|||
#define MSG_BED_HEATING "Tabla Isınıyor." //Tabla Isınıyor.
|
|||
#define MSG_BED_DONE "Tabla hazır." //Tabla hazır.
|
|||
#define MSG_DELTA_CALIBRATE "Delta Kalibrasyonu" //Delta Kalibrasyonu
|
|||
#define MSG_DELTA_CALIBRATE_X "Ayarla X" //Ayarla X
|
|||
#define MSG_DELTA_CALIBRATE_Y "Ayarla Y" //Ayarla Y
|
|||
#define MSG_DELTA_CALIBRATE_Z "Ayarla Z" //Ayarla Z
|
|||
#define MSG_DELTA_CALIBRATE_CENTER "Ayarla Merkez" //Ayarla Merkez
|
|||
|
|||
#define MSG_INFO_MENU "Yazıcı Hakkında" //Yazıcı Hakkında
|
|||
#define MSG_INFO_PRINTER_MENU "Yazıcı Bilgisi" //Yazıcı Bilgisi
|
|||
#define MSG_INFO_STATS_MENU "İstatistikler" //İstatistikler
|
|||
#define MSG_INFO_BOARD_MENU "Kontrolör Bilgisi" //Kontrol Bilgisi
|
|||
#define MSG_INFO_THERMISTOR_MENU "Termistörler" //Termistörler
|
|||
#define MSG_INFO_EXTRUDERS "Ekstruderler" //Ekstruderler
|
|||
#define MSG_INFO_BAUDRATE "İletişim Hızı" //İletişim Hızı
|
|||
#define MSG_INFO_PROTOCOL "Protokol" //Protokol
|
|||
#define MSG_LIGHTS_ON "Aydınlatmayı Aç" //Aydınlatmayı Aç
|
|||
#define MSG_LIGHTS_OFF "Aydınlatmayı Kapa" //Aydınlaymayı Kapa
|
|||
|
|||
#if LCD_WIDTH > 19 |
|||
#define MSG_INFO_PRINT_COUNT "Baskı Sayısı" //Baskı Sayısı
|
|||
#define MSG_INFO_COMPLETED_PRINTS "Tamamlanan" //Tamamlanan
|
|||
#define MSG_INFO_PRINT_TIME "Toplam Baskı Süresi" //Toplam Baskı Süresi
|
|||
#define MSG_INFO_PRINT_LONGEST "En Uzun Baskı Süresi" //En Uzun Baskı Süresi
|
|||
#define MSG_INFO_PRINT_FILAMENT "Toplam Filaman" //Toplam Filaman
|
|||
#else |
|||
#define MSG_INFO_PRINT_COUNT "Baskı" //Baskı
|
|||
#define MSG_INFO_COMPLETED_PRINTS "Tamamlanan" //Tamamlanan
|
|||
#define MSG_INFO_PRINT_TIME "Süre" //Süre
|
|||
#define MSG_INFO_PRINT_LONGEST "En Uzun" //En Uzun
|
|||
#define MSG_INFO_PRINT_FILAMENT "Filaman" //Filaman
|
|||
#endif |
|||
|
|||
#define MSG_INFO_MIN_TEMP "Min Sıc." //Min Sıcak.
|
|||
#define MSG_INFO_MAX_TEMP "Max Sıc." //Max Sıcak.
|
|||
#define MSG_INFO_PSU "Güç Kaynağı" //Güç Kaynağı
|
|||
|
|||
#define MSG_DRIVE_STRENGTH "Sürücü Gücü" //Sürücü Gücü
|
|||
#define MSG_DAC_PERCENT "Sürücü %" //Sürücü %
|
|||
#define MSG_DAC_EEPROM_WRITE "DAC'ı EEPROM'a Yaz" //DAC'ı EEPROM'a Yaz
|
|||
#define MSG_FILAMENT_CHANGE_HEADER "Filaman Değiştir" //Filaman Değiştir
|
|||
#define MSG_FILAMENT_CHANGE_OPTION_HEADER "Seçenekler:" //Seçenekler:
|
|||
#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE "Daha Akıt" //Daha Akıt
|
|||
#define MSG_FILAMENT_CHANGE_OPTION_RESUME "Baskıyı sürdür" //Baskıyı sürdür
|
|||
|
|||
#if LCD_HEIGHT >= 4 |
|||
// Up to 3 lines allowed
|
|||
#define MSG_FILAMENT_CHANGE_INIT_1 "Başlama bekleniyor" //Başlama bekleniyor
|
|||
#define MSG_FILAMENT_CHANGE_INIT_2 "filamanın" //filamanın
|
|||
#define MSG_FILAMENT_CHANGE_INIT_3 "değişimi" //değişimi
|
|||
#define MSG_FILAMENT_CHANGE_UNLOAD_1 "Bekleniyor" //Bekleniyor
|
|||
#define MSG_FILAMENT_CHANGE_UNLOAD_2 "filamanın çıkması" //filamanın çıkması
|
|||
#define MSG_FILAMENT_CHANGE_INSERT_1 "Filamanı yükle" //Filamanı yükle
|
|||
#define MSG_FILAMENT_CHANGE_INSERT_2 "ve devam için" //ve devam için
|
|||
#define MSG_FILAMENT_CHANGE_INSERT_3 "tuşa bas..." //tuşa bas...
|
|||
#define MSG_FILAMENT_CHANGE_LOAD_1 "Bekleniyor" //Bekleniyor
|
|||
#define MSG_FILAMENT_CHANGE_LOAD_2 "filamanın yüklenmesi" //filamanın yüklenmesi
|
|||
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 "Bekleniyor" //Bekleniyor
|
|||
#define MSG_FILAMENT_CHANGE_EXTRUDE_2 "filaman akması" //filaman akması
|
|||
#define MSG_FILAMENT_CHANGE_RESUME_1 "Baskının sürdürülmesini" //Baskının sürdürülmesini
|
|||
#define MSG_FILAMENT_CHANGE_RESUME_2 "bekle" //bekle
|
|||
#else // LCD_HEIGHT < 4
|
|||
// Up to 2 lines allowed
|
|||
#define MSG_FILAMENT_CHANGE_INIT_1 "Lütfen bekleyiniz..." //Lütfen bekleyiniz...
|
|||
#define MSG_FILAMENT_CHANGE_UNLOAD_1 "Çıkartılıyor..." //Çıkartılıyor...
|
|||
#define MSG_FILAMENT_CHANGE_INSERT_1 "Yükle ve bas" //Yükle ve bas
|
|||
#define MSG_FILAMENT_CHANGE_LOAD_1 "Yüklüyor..." //Yüklüyor...
|
|||
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 "Akıtılıyor..." //Akıtılıyor...
|
|||
#define MSG_FILAMENT_CHANGE_RESUME_1 "Sürdürülüyor..." //Sürdürülüyor...
|
|||
#endif // LCD_HEIGHT < 4
|
|||
|
|||
#endif // LANGUAGE_TR_H
|
|||
/**
|
|||
* Marlin 3D Printer Firmware |
|||
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
|||
* |
|||
* Based on Sprinter and grbl. |
|||
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm |
|||
* |
|||
* This program is free software: you can redistribute it and/or modify |
|||
* it under the terms of the GNU General Public License as published by |
|||
* the Free Software Foundation, either version 3 of the License, or |
|||
* (at your option) any later version. |
|||
* |
|||
* This program is distributed in the hope that it will be useful, |
|||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
* GNU General Public License for more details. |
|||
* |
|||
* You should have received a copy of the GNU General Public License |
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
* |
|||
*/ |
|||
|
|||
/**
|
|||
* Turkish |
|||
* |
|||
* LCD Menu Messages |
|||
* See also https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
|||
* |
|||
*/ |
|||
#ifndef LANGUAGE_TR_H |
|||
#define LANGUAGE_TR_H |
|||
|
|||
#define MAPPER_C2C3_TR |
|||
#define DISPLAY_CHARSET_ISO10646_TR |
|||
|
|||
#if DISABLED(DOGLCD) |
|||
#error "Turkish needs a graphical display." |
|||
#endif |
|||
|
|||
#define WELCOME_MSG MACHINE_NAME _UxGT(" hazır.") // hazır.
|
|||
#define MSG_SD_INSERTED _UxGT("SD Yerleşti.") // SD Yerleşti.
|
|||
#define MSG_SD_REMOVED _UxGT("SD Çıkarıldı.") // SD Çıkarıldı.
|
|||
#define MSG_LCD_ENDSTOPS _UxGT("Endstops") // Max length 8 characters // Endstops
|
|||
#define MSG_MAIN _UxGT("Ana") // Ana
|
|||
#define MSG_AUTOSTART _UxGT("Otobaşlat") // Otobaşlat
|
|||
#define MSG_DISABLE_STEPPERS _UxGT("Motorları Durdur") // Motorları Durdur
|
|||
#define MSG_AUTO_HOME _UxGT("Eksenleri Sıfırla") // Eksenleri Sıfırla
|
|||
#define MSG_AUTO_HOME_X _UxGT("X Sıfırla") // X Sıfırla
|
|||
#define MSG_AUTO_HOME_Y _UxGT("Y Sıfırla") // Y Sıfırla
|
|||
#define MSG_AUTO_HOME_Z _UxGT("Z Sıfırla") // Z Sıfırla
|
|||
#define MSG_LEVEL_BED_HOMING _UxGT("XYZ Sıfırlanıyor") // XYZ Sıfırlanıyor
|
|||
#define MSG_LEVEL_BED_WAITING _UxGT("Başlatmak için tıkla") // Başlatmak için tıkla
|
|||
#define MSG_LEVEL_BED_NEXT_POINT _UxGT("Sıradaki Nokta") // Sıradaki Nokta
|
|||
#define MSG_LEVEL_BED_DONE _UxGT("Seviyeleme Tamam!") // Seviyeleme Tamam!
|
|||
#define MSG_LEVEL_BED_CANCEL _UxGT("İptal") // İptal
|
|||
#define MSG_SET_HOME_OFFSETS _UxGT("Offset Ayarla") // Offset Ayarla
|
|||
#define MSG_HOME_OFFSETS_APPLIED _UxGT("Offset Tamam") // Offset Tamam
|
|||
#define MSG_SET_ORIGIN _UxGT("Sıfır Belirle") // Sıfır Belirle
|
|||
#define MSG_PREHEAT_1 _UxGT("Ön Isınma PLA") // Ön Isınma PLA
|
|||
#define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ") //
|
|||
#define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 _UxGT(" Tüm") // Tüm
|
|||
#define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 _UxGT(" Tabla") // Tabla
|
|||
#define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT(" Ayar") // Ayar
|
|||
#define MSG_PREHEAT_2 _UxGT("Ön Isınma ABS") // Ön Isınma ABS
|
|||
#define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ") //
|
|||
#define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 _UxGT(" Tüm") // Tüm
|
|||
#define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 _UxGT(" Tabla") // Tabla
|
|||
#define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT(" Ayar") // Ayar
|
|||
#define MSG_COOLDOWN _UxGT("Soğut") // Soğut
|
|||
#define MSG_SWITCH_PS_ON _UxGT("Gücü Aç") // Gücü Aç
|
|||
#define MSG_SWITCH_PS_OFF _UxGT("Gücü Kapat") // Gücü Kapat
|
|||
#define MSG_EXTRUDE _UxGT("Extrude") // Extrude
|
|||
#define MSG_RETRACT _UxGT("Geri Çek") // Geri Çek
|
|||
#define MSG_MOVE_AXIS _UxGT("Eksen Yönet") // Eksenleri Yönet
|
|||
#define MSG_LEVEL_BED _UxGT("Tabla Seviyele") // Tabla Seviyele
|
|||
#define MSG_MOVE_X _UxGT("X") // X
|
|||
#define MSG_MOVE_Y _UxGT("Y") // Y
|
|||
#define MSG_MOVE_Z _UxGT("Z") // Z
|
|||
#define MSG_MOVE_E _UxGT("Ekstruder") // Ekstruder
|
|||
#define MSG_MOVE_01MM _UxGT("0.1mm") // 0.1mm
|
|||
#define MSG_MOVE_1MM _UxGT("1mm") // 1mm
|
|||
#define MSG_MOVE_10MM _UxGT("10mm") // 10mm
|
|||
#define MSG_SPEED _UxGT("Hız") // Hız
|
|||
#define MSG_BED_Z _UxGT("Tabla Z") // Tabla Z
|
|||
#define MSG_NOZZLE _UxGT("Nozül") // Nozül
|
|||
#define MSG_BED _UxGT("Tabla") // Tabla
|
|||
#define MSG_FAN_SPEED _UxGT("Fan Hızı") // Fan Hızı
|
|||
#define MSG_FLOW _UxGT("Akış") // Akış
|
|||
#define MSG_CONTROL _UxGT("Kontrol") // Kontrol
|
|||
#define MSG_MIN _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Min") // Min
|
|||
#define MSG_MAX _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Max") // Max
|
|||
#define MSG_FACTOR _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" Çarpan") // Çarpan
|
|||
#define MSG_AUTOTEMP _UxGT("Autotemp") // Autotemp
|
|||
#define MSG_ON _UxGT("On ") // On
|
|||
#define MSG_OFF _UxGT("Off") // Off
|
|||
#define MSG_PID_P _UxGT("PID-P") // PID-P
|
|||
#define MSG_PID_I _UxGT("PID-I") // PID-I
|
|||
#define MSG_PID_D _UxGT("PID-D") // PID-D
|
|||
#define MSG_PID_C _UxGT("PID-C") // PID-C
|
|||
#define MSG_SELECT _UxGT("Seç") // Seç
|
|||
#define MSG_ACC _UxGT("İvme") // İvme
|
|||
#define MSG_VX_JERK _UxGT("Vx-Jerk") // Vx-Jerk
|
|||
#define MSG_VY_JERK _UxGT("Vy-Jerk") // Vy-Jerk
|
|||
#define MSG_VZ_JERK _UxGT("Vz-jerk") // Vz-Jerk
|
|||
#define MSG_VE_JERK _UxGT("Ve-jerk") // Ve-Jerk
|
|||
#define MSG_VMAX _UxGT("Vmax ") // Vmax
|
|||
#define MSG_VMIN _UxGT("Vmin") // Vmin
|
|||
#define MSG_VTRAV_MIN _UxGT("VTrav min") // Vtrav min
|
|||
#define MSG_AMAX _UxGT("Amax ") // Amax
|
|||
#define MSG_A_RETRACT _UxGT("A-retract") // A-retract
|
|||
#define MSG_A_TRAVEL _UxGT("A-travel") // A-travel
|
|||
#define MSG_XSTEPS _UxGT("Xsteps/mm") // Xsteps/mm
|
|||
#define MSG_YSTEPS _UxGT("Ysteps/mm") // Ysteps/mm
|
|||
#define MSG_ZSTEPS _UxGT("Zsteps/mm") // Zsteps/mm
|
|||
#define MSG_ESTEPS _UxGT("Esteps/mm") // Esteps/mm
|
|||
#define MSG_E1STEPS _UxGT("E1steps/mm") // E1steps/mm
|
|||
#define MSG_E2STEPS _UxGT("E2steps/mm") // E2steps/mm
|
|||
#define MSG_E3STEPS _UxGT("E3steps/mm") // E3steps/mm
|
|||
#define MSG_E4STEPS _UxGT("E4steps/mm") // E4steps/mm
|
|||
#define MSG_TEMPERATURE _UxGT("Sıcaklık") // Sıcaklık
|
|||
#define MSG_MOTION _UxGT("Hareket") // Hareket
|
|||
#define MSG_VOLUMETRIC _UxGT("Filaman") // Filaman
|
|||
#define MSG_VOLUMETRIC_ENABLED _UxGT("E in mm3") // E in mm3
|
|||
#define MSG_FILAMENT_DIAM _UxGT("Fil. Çap") // Fil. Çap
|
|||
#define MSG_CONTRAST _UxGT("LCD Kontrast") // LCD Kontrast
|
|||
#define MSG_STORE_EPROM _UxGT("Hafızaya Al") // Hafızaya Al
|
|||
#define MSG_LOAD_EPROM _UxGT("Hafızadan Yükle") // Hafızadan Yükle
|
|||
#define MSG_RESTORE_FAILSAFE _UxGT("Fabrika Ayarları") // Fabrika Ayarları
|
|||
#define MSG_REFRESH _UxGT("Yenile") // Yenile
|
|||
#define MSG_WATCH _UxGT("Bilgi Ekranı") // Bilgi Ekranı
|
|||
#define MSG_PREPARE _UxGT("Hazırlık") // Hazırlık
|
|||
#define MSG_TUNE _UxGT("Ayar") // Ayar
|
|||
#define MSG_PAUSE_PRINT _UxGT("Duraklat") // Duraklat
|
|||
#define MSG_RESUME_PRINT _UxGT("Sürdür") // Sürdür
|
|||
#define MSG_STOP_PRINT _UxGT("Durdur") // Durdur
|
|||
#define MSG_CARD_MENU _UxGT("SD den Yazdır") // SD den Yazdır
|
|||
#define MSG_NO_CARD _UxGT("SD Kart Yok") // SD Kart Yok
|
|||
#define MSG_DWELL _UxGT("Uyku...") // Uyku...
|
|||
#define MSG_USERWAIT _UxGT("Operatör bekleniyor...") // Operatör bekleniyor...
|
|||
#define MSG_RESUMING _UxGT("Baskı Sürdürülüyor") // Baskı Sürdürülüyor
|
|||
#define MSG_PRINT_ABORTED _UxGT("Baskı Durduruldu") // Baskı Durduruldu
|
|||
#define MSG_NO_MOVE _UxGT("İşlem yok.") // İşlem yok.
|
|||
#define MSG_KILLED _UxGT("Kilitlendi. ") // Kilitlendi.
|
|||
#define MSG_STOPPED _UxGT("Durdu. ") // Durdu.
|
|||
#define MSG_CONTROL_RETRACT _UxGT("Geri Çek mm") // Geri Çek mm
|
|||
#define MSG_CONTROL_RETRACT_SWAP _UxGT("Swap Re.mm") // Swap Re.mm
|
|||
#define MSG_CONTROL_RETRACTF _UxGT("Geri Çekme V") // Geri Çekme V
|
|||
#define MSG_CONTROL_RETRACT_ZLIFT _UxGT("Hop mm") // Hop mm
|
|||
#define MSG_CONTROL_RETRACT_RECOVER _UxGT("UnRet +mm") // UnRet +mm
|
|||
#define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("S UnRet+mm") // S UnRet+mm
|
|||
#define MSG_CONTROL_RETRACT_RECOVERF _UxGT("UnRet V") // UnRet V
|
|||
#define MSG_AUTORETRACT _UxGT("AutoRetr.") // AutoRetr.
|
|||
#define MSG_FILAMENTCHANGE _UxGT("Filaman Değiştir") // Filaman Değiştir
|
|||
#define MSG_INIT_SDCARD _UxGT("Init. SD") // Init. SD
|
|||
#define MSG_CNG_SDCARD _UxGT("SD Değiştir") // SD Değiştir
|
|||
#define MSG_ZPROBE_OUT _UxGT("Z Prob Açık. Tabla") // Z Prob Açık. Tabla
|
|||
#define MSG_BLTOUCH_SELFTEST _UxGT("BLTouch Self-Test") // BLTouch Self-Test
|
|||
#define MSG_BLTOUCH_RESET _UxGT("Sıfırla BLTouch") // Sıfırla BLTouch
|
|||
#define MSG_HOME _UxGT("Sıfırla") // Sıfırla
|
|||
#define MSG_FIRST _UxGT("önce") // Önce
|
|||
#define MSG_ZPROBE_ZOFFSET _UxGT("Z Offset") // Z Offset
|
|||
#define MSG_BABYSTEP_X _UxGT("Miniadım X") // Miniadım X
|
|||
#define MSG_BABYSTEP_Y _UxGT("Miniadım Y") // Miniadım Y
|
|||
#define MSG_BABYSTEP_Z _UxGT("Miniadım Z") // Miniadım Z
|
|||
#define MSG_ENDSTOP_ABORT _UxGT("Endstop iptal") // Endstop iptal
|
|||
#define MSG_HEATING_FAILED_LCD _UxGT("Isınma başarısız") // Isınma başarısız
|
|||
#define MSG_ERR_REDUNDANT_TEMP _UxGT("Hata: Geçersiz Sıcaklık") // Hata: Geçersiz Sıcaklık
|
|||
#define MSG_THERMAL_RUNAWAY _UxGT("TERMAL PROBLEM") // TERMAL PROBLEM
|
|||
#define MSG_ERR_MAXTEMP _UxGT("Hata: MAXSICAKLIK") // Hata: MAXSICAKLIK
|
|||
#define MSG_ERR_MINTEMP _UxGT("Hata: MINSICAKLIK") // Hata: MINSICAKLIK
|
|||
#define MSG_ERR_MAXTEMP_BED _UxGT("Hata: MAXSIC. TABLA") // Hata: MAXSIC. TABLA
|
|||
#define MSG_ERR_MINTEMP_BED _UxGT("Hata: MINSIC. TABLA") // Hata: MINSIC. TABLA
|
|||
#define MSG_ERR_Z_HOMING _UxGT("G28 Z Yapılamaz") // G28 Z Yapılamaz
|
|||
#define MSG_HALTED _UxGT("YAZICI DURDURULDU") // YAZICI DURDURULDU
|
|||
#define MSG_PLEASE_RESET _UxGT("Lütfen resetleyin") // Lütfen resetleyin
|
|||
#define MSG_SHORT_DAY _UxGT("G") // One character only // G
|
|||
#define MSG_SHORT_HOUR _UxGT("S") // One character only // S
|
|||
#define MSG_SHORT_MINUTE _UxGT("D") // One character only // D
|
|||
#define MSG_HEATING _UxGT("Isınıyor...") // Isınıyor...
|
|||
#define MSG_HEATING_COMPLETE _UxGT("Isınma tamam.") // Isınma tamam.
|
|||
#define MSG_BED_HEATING _UxGT("Tabla Isınıyor.") // Tabla Isınıyor.
|
|||
#define MSG_BED_DONE _UxGT("Tabla hazır.") // Tabla hazır.
|
|||
#define MSG_DELTA_CALIBRATE _UxGT("Delta Kalibrasyonu") // Delta Kalibrasyonu
|
|||
#define MSG_DELTA_CALIBRATE_X _UxGT("Ayarla X") // Ayarla X
|
|||
#define MSG_DELTA_CALIBRATE_Y _UxGT("Ayarla Y") // Ayarla Y
|
|||
#define MSG_DELTA_CALIBRATE_Z _UxGT("Ayarla Z") // Ayarla Z
|
|||
#define MSG_DELTA_CALIBRATE_CENTER _UxGT("Ayarla Merkez") // Ayarla Merkez
|
|||
|
|||
#define MSG_INFO_MENU _UxGT("Yazıcı Hakkında") // Yazıcı Hakkında
|
|||
#define MSG_INFO_PRINTER_MENU _UxGT("Yazıcı Bilgisi") // Yazıcı Bilgisi
|
|||
#define MSG_INFO_STATS_MENU _UxGT("İstatistikler") // İstatistikler
|
|||
#define MSG_INFO_BOARD_MENU _UxGT("Kontrolör Bilgisi") // Kontrol Bilgisi
|
|||
#define MSG_INFO_THERMISTOR_MENU _UxGT("Termistörler") // Termistörler
|
|||
#define MSG_INFO_EXTRUDERS _UxGT("Ekstruderler") // Ekstruderler
|
|||
#define MSG_INFO_BAUDRATE _UxGT("İletişim Hızı") // İletişim Hızı
|
|||
#define MSG_INFO_PROTOCOL _UxGT("Protokol") // Protokol
|
|||
#define MSG_LIGHTS_ON _UxGT("Aydınlatmayı Aç") // Aydınlatmayı Aç
|
|||
#define MSG_LIGHTS_OFF _UxGT("Aydınlatmayı Kapa") // Aydınlaymayı Kapa
|
|||
|
|||
#if LCD_WIDTH > 19 |
|||
#define MSG_INFO_PRINT_COUNT _UxGT("Baskı Sayısı") // Baskı Sayısı
|
|||
#define MSG_INFO_COMPLETED_PRINTS _UxGT("Tamamlanan") // Tamamlanan
|
|||
#define MSG_INFO_PRINT_TIME _UxGT("Toplam Baskı Süresi") // Toplam Baskı Süresi
|
|||
#define MSG_INFO_PRINT_LONGEST _UxGT("En Uzun Baskı Süresi") // En Uzun Baskı Süresi
|
|||
#define MSG_INFO_PRINT_FILAMENT _UxGT("Toplam Filaman") // Toplam Filaman
|
|||
#else |
|||
#define MSG_INFO_PRINT_COUNT _UxGT("Baskı") // Baskı
|
|||
#define MSG_INFO_COMPLETED_PRINTS _UxGT("Tamamlanan") // Tamamlanan
|
|||
#define MSG_INFO_PRINT_TIME _UxGT("Süre") // Süre
|
|||
#define MSG_INFO_PRINT_LONGEST _UxGT("En Uzun") // En Uzun
|
|||
#define MSG_INFO_PRINT_FILAMENT _UxGT("Filaman") // Filaman
|
|||
#endif |
|||
|
|||
#define MSG_INFO_MIN_TEMP _UxGT("Min Sıc.") // Min Sıcak.
|
|||
#define MSG_INFO_MAX_TEMP _UxGT("Max Sıc.") // Max Sıcak.
|
|||
#define MSG_INFO_PSU _UxGT("Güç Kaynağı") // Güç Kaynağı
|
|||
|
|||
#define MSG_DRIVE_STRENGTH _UxGT("Sürücü Gücü") // Sürücü Gücü
|
|||
#define MSG_DAC_PERCENT _UxGT("Sürücü %") // Sürücü %
|
|||
#define MSG_DAC_EEPROM_WRITE _UxGT("DAC'ı EEPROM'a Yaz") // DAC'ı EEPROM'a Yaz
|
|||
#define MSG_FILAMENT_CHANGE_HEADER _UxGT("Filaman Değiştir") // Filaman Değiştir
|
|||
#define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("Seçenekler:") // Seçenekler:
|
|||
#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE _UxGT("Daha Akıt") // Daha Akıt
|
|||
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("Baskıyı sürdür") // Baskıyı sürdür
|
|||
|
|||
#if LCD_HEIGHT >= 4 |
|||
// Up to 3 lines allowed
|
|||
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Başlama bekleniyor") // Başlama bekleniyor
|
|||
#define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("filamanın") // filamanın
|
|||
#define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("değişimi") // değişimi
|
|||
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Bekleniyor") // Bekleniyor
|
|||
#define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("filamanın çıkması") // filamanın çıkması
|
|||
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Filamanı yükle") // Filamanı yükle
|
|||
#define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("ve devam için") // ve devam için
|
|||
#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("tuşa bas...") // tuşa bas...
|
|||
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Bekleniyor") // Bekleniyor
|
|||
#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("filamanın yüklenmesi") // filamanın yüklenmesi
|
|||
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Bekleniyor") // Bekleniyor
|
|||
#define MSG_FILAMENT_CHANGE_EXTRUDE_2 _UxGT("filaman akması") // filaman akması
|
|||
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Baskının sürdürülmesini") // Baskının sürdürülmesini
|
|||
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("bekle") // bekle
|
|||
#else // LCD_HEIGHT < 4
|
|||
// Up to 2 lines allowed
|
|||
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("Lütfen bekleyiniz...") // Lütfen bekleyiniz...
|
|||
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("Çıkartılıyor...") // Çıkartılıyor...
|
|||
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("Yükle ve bas") // Yükle ve bas
|
|||
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("Yüklüyor...") // Yüklüyor...
|
|||
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("Akıtılıyor...") // Akıtılıyor...
|
|||
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("Sürdürülüyor...") // Sürdürülüyor...
|
|||
#endif // LCD_HEIGHT < 4
|
|||
|
|||
#endif // LANGUAGE_TR_H
|
|||
|
@ -0,0 +1,236 @@ |
|||
/**
|
|||
* Marlin 3D Printer Firmware |
|||
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
|||
* |
|||
* Based on Sprinter and grbl. |
|||
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm |
|||
* |
|||
* This program is free software: you can redistribute it and/or modify |
|||
* it under the terms of the GNU General Public License as published by |
|||
* the Free Software Foundation, either version 3 of the License, or |
|||
* (at your option) any later version. |
|||
* |
|||
* This program is distributed in the hope that it will be useful, |
|||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
* GNU General Public License for more details. |
|||
* |
|||
* You should have received a copy of the GNU General Public License |
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
* |
|||
*/ |
|||
|
|||
/**
|
|||
* Simplified Chineses |
|||
* |
|||
* LCD Menu Messages |
|||
* See also https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
|||
* |
|||
*/ |
|||
#ifndef LANGUAGE_ZH_CN_H |
|||
#define LANGUAGE_ZH_CN_H |
|||
|
|||
#define WELCOME_MSG MACHINE_NAME _UxGT("已就绪.") //" ready."
|
|||
#define MSG_SD_INSERTED _UxGT("存储卡已插入") //"Card inserted"
|
|||
#define MSG_SD_REMOVED _UxGT("存储卡被拔出") //"Card removed"
|
|||
#define MSG_LCD_ENDSTOPS _UxGT("挡块") //"Endstops" // Max length 8 characters
|
|||
#define MSG_MAIN _UxGT("主菜单") //"Main"
|
|||
#define MSG_AUTOSTART _UxGT("自动开始") //"Autostart"
|
|||
#define MSG_DISABLE_STEPPERS _UxGT("关闭步进电机") //"Disable steppers"
|
|||
#define MSG_AUTO_HOME _UxGT("回原点") //"Auto home"
|
|||
#define MSG_AUTO_HOME_X _UxGT("回X原位") //"Home X"
|
|||
#define MSG_AUTO_HOME_Y _UxGT("回Y原位") //"Home Y"
|
|||
#define MSG_AUTO_HOME_Z _UxGT("回Z原位") //"Home Z"
|
|||
#define MSG_LEVEL_BED_HOMING _UxGT("平台调平XYZ归原位") //"Homing XYZ"
|
|||
#define MSG_LEVEL_BED_WAITING _UxGT("单击开始热床调平") //"Click to Begin"
|
|||
#define MSG_LEVEL_BED_NEXT_POINT _UxGT("下个热床调平点") //"Next Point"
|
|||
#define MSG_LEVEL_BED_DONE _UxGT("完成热床调平") //"Leveling Done!"
|
|||
#define MSG_LEVEL_BED_CANCEL _UxGT("取消热床调平") //"Cancel"
|
|||
#define MSG_SET_HOME_OFFSETS _UxGT("设置原点偏移") //"Set home offsets"
|
|||
#define MSG_HOME_OFFSETS_APPLIED _UxGT("偏移已启用") //"Offsets applied"
|
|||
#define MSG_SET_ORIGIN _UxGT("设置原点") //"Set origin"
|
|||
#define MSG_PREHEAT_1 _UxGT("预热PLA") //"Preheat PLA"
|
|||
#define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ") //MSG_PREHEAT_1 " "
|
|||
#define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 _UxGT(" 全部") //MSG_PREHEAT_1 " All"
|
|||
#define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 _UxGT(" 热床") //MSG_PREHEAT_1 " Bed"
|
|||
#define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT(" 设置") //MSG_PREHEAT_1 " conf"
|
|||
#define MSG_PREHEAT_2 _UxGT("预热ABS") //"Preheat ABS"
|
|||
#define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ") //MSG_PREHEAT_2 " "
|
|||
#define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 _UxGT(" 全部") //MSG_PREHEAT_2 " All"
|
|||
#define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 _UxGT(" 热床") //MSG_PREHEAT_2 " Bed"
|
|||
#define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT(" 设置") //MSG_PREHEAT_2 " conf"
|
|||
#define MSG_COOLDOWN _UxGT("降温") //"Cooldown"
|
|||
#define MSG_SWITCH_PS_ON _UxGT("电源打开") //"Switch power on"
|
|||
#define MSG_SWITCH_PS_OFF _UxGT("电源关闭") //"Switch power off"
|
|||
#define MSG_EXTRUDE _UxGT("挤出") //"Extrude"
|
|||
#define MSG_RETRACT _UxGT("回抽") //"Retract"
|
|||
#define MSG_MOVE_AXIS _UxGT("移动轴") //"Move axis"
|
|||
#define MSG_LEVEL_BED _UxGT("调平热床") //"Level bed"
|
|||
#define MSG_MOVE_X _UxGT("移动X") //"Move X"
|
|||
#define MSG_MOVE_Y _UxGT("移动Y") //"Move Y"
|
|||
#define MSG_MOVE_Z _UxGT("移动Z") //"Move Z"
|
|||
#define MSG_MOVE_E _UxGT("挤出机") //"Extruder"
|
|||
#define MSG_MOVE_01MM _UxGT("移动 0.1 mm") //"Move 0.1mm"
|
|||
#define MSG_MOVE_1MM _UxGT("移动 1 mm") //"Move 1mm"
|
|||
#define MSG_MOVE_10MM _UxGT("移动 10 mm") //"Move 10mm"
|
|||
#define MSG_SPEED _UxGT("速率") //"Speed"
|
|||
#define MSG_BED_Z _UxGT("热床Z") //"Bed Z"
|
|||
#define MSG_NOZZLE _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" 喷嘴") //"Nozzle" 噴嘴
|
|||
#define MSG_BED _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" 热床") //"Bed"
|
|||
#define MSG_FAN_SPEED _UxGT("风扇速率") //"Fan speed"
|
|||
#define MSG_FLOW _UxGT("挤出速率") //"Flow"
|
|||
#define MSG_CONTROL _UxGT("控制") //"Control"
|
|||
#define MSG_MIN _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" 最小") //" " LCD_STR_THERMOMETER " Min"
|
|||
#define MSG_MAX _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" 最大") //" " LCD_STR_THERMOMETER " Max"
|
|||
#define MSG_FACTOR _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" 因数") //" " LCD_STR_THERMOMETER " Fact"
|
|||
#define MSG_AUTOTEMP _UxGT("自动控温") //"Autotemp"
|
|||
#define MSG_ON _UxGT("开 ") //"On "
|
|||
#define MSG_OFF _UxGT("关 ") //"Off"
|
|||
#define MSG_PID_P _UxGT("PID-P") //"PID-P"
|
|||
#define MSG_PID_I _UxGT("PID-I") //"PID-I"
|
|||
#define MSG_PID_D _UxGT("PID-D") //"PID-D"
|
|||
#define MSG_PID_C _UxGT("PID-C") //"PID-C"
|
|||
#define MSG_SELECT _UxGT("选择") //"Select"
|
|||
#define MSG_ACC _UxGT("加速度") //"Accel" acceleration
|
|||
#define MSG_VX_JERK _UxGT("X轴抖动速率") //"Vx-jerk"
|
|||
#define MSG_VY_JERK _UxGT("Y轴抖动速率") //"Vy-jerk"
|
|||
#define MSG_VZ_JERK _UxGT("Z轴抖动速率") //"Vz-jerk"
|
|||
#define MSG_VE_JERK _UxGT("挤出机抖动速率") //"Ve-jerk"
|
|||
#define MSG_VMAX _UxGT("最大进料速率") //"Vmax " max_feedrate_mm_s
|
|||
#define MSG_VMIN _UxGT("最小进料速率") //"Vmin" min_feedrate_mm_s
|
|||
#define MSG_VTRAV_MIN _UxGT("最小移动速率") //"VTrav min" min_travel_feedrate_mm_s, (target) speed of the move
|
|||
#define MSG_AMAX _UxGT("最大打印加速度") //"Amax " max_acceleration_mm_per_s2, acceleration in units/s^2 for print moves
|
|||
#define MSG_A_RETRACT _UxGT("收进加速度") //"A-retract" retract_acceleration, E acceleration in mm/s^2 for retracts
|
|||
#define MSG_A_TRAVEL _UxGT("非打印移动加速度") //"A-travel" travel_acceleration, X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
|
|||
#define MSG_XSTEPS _UxGT("X轴步数/mm") //"Xsteps/mm" axis_steps_per_mm, axis steps-per-unit G92
|
|||
#define MSG_YSTEPS _UxGT("Y轴步数/mm") //"Ysteps/mm"
|
|||
#define MSG_ZSTEPS _UxGT("Z轴步数/mm") //"Zsteps/mm"
|
|||
#define MSG_ESTEPS _UxGT("挤出机步数/mm") //"Esteps/mm"
|
|||
#define MSG_TEMPERATURE _UxGT("温度") //"Temperature"
|
|||
#define MSG_MOTION _UxGT("运动") //"Motion"
|
|||
#define MSG_VOLUMETRIC _UxGT("丝料测容") //"Filament" lcd_control_volumetric_menu
|
|||
#define MSG_VOLUMETRIC_ENABLED _UxGT("测容积mm³") //"E in mm3" volumetric_enabled
|
|||
#define MSG_FILAMENT_DIAM _UxGT("丝料直径") //"Fil. Dia."
|
|||
#define MSG_CONTRAST _UxGT("LCD对比度") //"LCD contrast"
|
|||
#define MSG_STORE_EPROM _UxGT("保存设置") //"Store memory"
|
|||
#define MSG_LOAD_EPROM _UxGT("装载设置") //"Load memory"
|
|||
#define MSG_RESTORE_FAILSAFE _UxGT("恢复安全值") //"Restore failsafe"
|
|||
#define MSG_REFRESH _UxGT("刷新") //"Refresh"
|
|||
#define MSG_WATCH _UxGT("信息屏") //"Info screen"
|
|||
#define MSG_PREPARE _UxGT("准备") //"Prepare"
|
|||
#define MSG_TUNE _UxGT("调整") //"Tune"
|
|||
#define MSG_PAUSE_PRINT _UxGT("暂停打印") //"Pause print"
|
|||
#define MSG_RESUME_PRINT _UxGT("恢复打印") //"Resume print"
|
|||
#define MSG_STOP_PRINT _UxGT("停止打印") //"Stop print"
|
|||
#define MSG_CARD_MENU _UxGT("从存储卡上打印") //"Print from SD"
|
|||
#define MSG_NO_CARD _UxGT("无存储卡") //"No SD card"
|
|||
#define MSG_DWELL _UxGT("休眠中 ...") //"Sleep..."
|
|||
#define MSG_USERWAIT _UxGT("等待用户 ...") //"Wait for user..."
|
|||
#define MSG_RESUMING _UxGT("恢复打印中") //"Resuming print"
|
|||
#define MSG_PRINT_ABORTED _UxGT("打印已取消") //"Print aborted"
|
|||
#define MSG_NO_MOVE _UxGT("无移动") //"No move."
|
|||
#define MSG_KILLED _UxGT("已杀掉") //"KILLED. "
|
|||
#define MSG_STOPPED _UxGT("已停止") //"STOPPED. "
|
|||
#define MSG_CONTROL_RETRACT _UxGT("回抽长度mm") //"Retract mm" retract_length, retract length (positive mm)
|
|||
#define MSG_CONTROL_RETRACT_SWAP _UxGT("换手回抽长度mm") //"Swap Re.mm" retract_length_swap, swap retract length (positive mm), for extruder change
|
|||
#define MSG_CONTROL_RETRACTF _UxGT("回抽速率mm/s") //"Retract V" retract_feedrate_mm_s, feedrate for retracting (mm/s)
|
|||
#define MSG_CONTROL_RETRACT_ZLIFT _UxGT("Hop mm") //"Hop mm" retract_zlift, retract Z-lift
|
|||
#define MSG_CONTROL_RETRACT_RECOVER _UxGT("回抽恢复长度mm") //"UnRet +mm" retract_recover_length, additional recover length (mm, added to retract length when recovering)
|
|||
#define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("换手回抽恢复长度mm") //"S UnRet+mm" retract_recover_length_swap, additional swap recover length (mm, added to retract length when recovering from extruder change)
|
|||
#define MSG_CONTROL_RETRACT_RECOVERF _UxGT("回抽恢复后进料速率mm/s") //"UnRet V" retract_recover_feedrate_mm_s, feedrate for recovering from retraction (mm/s)
|
|||
#define MSG_AUTORETRACT _UxGT("自动抽回") //"AutoRetr." autoretract_enabled,
|
|||
#define MSG_FILAMENTCHANGE _UxGT("更换丝料") //"Change filament"
|
|||
#define MSG_INIT_SDCARD _UxGT("初始化存储卡") //"Init. SD card"
|
|||
#define MSG_CNG_SDCARD _UxGT("更换存储卡") //"Change SD card"
|
|||
#define MSG_ZPROBE_OUT _UxGT("Z探针在热床之外") //"Z probe out. bed" Z probe is not within the physical limits
|
|||
#define MSG_HOME _UxGT("归位") //"Home" // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
|||
#define MSG_FIRST _UxGT("先") //"first"
|
|||
#define MSG_ZPROBE_ZOFFSET _UxGT("Z偏移") //"Z Offset"
|
|||
#define MSG_BABYSTEP_X _UxGT("微量调整X轴") //"Babystep X" lcd_babystep_x, Babystepping enables the user to control the axis in tiny amounts
|
|||
#define MSG_BABYSTEP_Y _UxGT("微量调整Y轴") //"Babystep Y"
|
|||
#define MSG_BABYSTEP_Z _UxGT("微量调整Z轴") //"Babystep Z"
|
|||
#define MSG_ENDSTOP_ABORT _UxGT("挡块终止") //"Endstop abort"
|
|||
#define MSG_HEATING_FAILED_LCD _UxGT("加热失败") //"Heating failed"
|
|||
#define MSG_ERR_REDUNDANT_TEMP _UxGT("错误:REDUNDANT TEMP") //"Err: REDUNDANT TEMP"
|
|||
#define MSG_THERMAL_RUNAWAY _UxGT("温控失控") //"THERMAL RUNAWAY"
|
|||
#define MSG_ERR_MAXTEMP _UxGT("错误:最高温度") //"Err: MAXTEMP"
|
|||
#define MSG_ERR_MINTEMP _UxGT("错误:最低温度") //"Err: MINTEMP"
|
|||
#define MSG_ERR_MAXTEMP_BED _UxGT("错误:最高热床温度") //"Err: MAXTEMP BED"
|
|||
#define MSG_ERR_MINTEMP_BED _UxGT("错误:最低热床温度") //"Err: MINTEMP BED"
|
|||
#define MSG_HALTED _UxGT("打印停机") //"PRINTER HALTED"
|
|||
#define MSG_PLEASE_RESET _UxGT("请重置") //"Please reset"
|
|||
#define MSG_SHORT_DAY _UxGT("天") //"d" // One character only
|
|||
#define MSG_SHORT_HOUR _UxGT("时") //"h" // One character only
|
|||
#define MSG_SHORT_MINUTE _UxGT("分") //"m" // One character only
|
|||
#define MSG_HEATING _UxGT("加热中 ...") //"Heating..."
|
|||
#define MSG_HEATING_COMPLETE _UxGT("完成加热") //"Heating done."
|
|||
#define MSG_BED_HEATING _UxGT("加热热床中") //"Bed Heating."
|
|||
#define MSG_BED_DONE _UxGT("完成加热热床") //"Bed done."
|
|||
#define MSG_DELTA_CALIBRATE _UxGT("⊿校准") //"Delta Calibration"
|
|||
#define MSG_DELTA_CALIBRATE_X _UxGT("校准X") //"Calibrate X"
|
|||
#define MSG_DELTA_CALIBRATE_Y _UxGT("校准Y") //"Calibrate Y"
|
|||
#define MSG_DELTA_CALIBRATE_Z _UxGT("校准Z") //"Calibrate Z"
|
|||
#define MSG_DELTA_CALIBRATE_CENTER _UxGT("校准中心") //"Calibrate Center"
|
|||
|
|||
#define MSG_INFO_MENU _UxGT("关于打印机") //"About Printer"
|
|||
#define MSG_INFO_PRINTER_MENU _UxGT("打印机信息") //"Printer Info"
|
|||
#define MSG_INFO_STATS_MENU _UxGT("打印机统计") //"Printer Stats"
|
|||
#define MSG_INFO_BOARD_MENU _UxGT("主板信息") //"Board Info"
|
|||
#define MSG_INFO_THERMISTOR_MENU _UxGT("温度计") //"Thermistors"
|
|||
#define MSG_INFO_EXTRUDERS _UxGT("挤出机") //"Extruders"
|
|||
#define MSG_INFO_BAUDRATE _UxGT("波特率") //"Baud"
|
|||
#define MSG_INFO_PROTOCOL _UxGT("协议") //"Protocol"
|
|||
|
|||
#if LCD_WIDTH > 19 |
|||
#define MSG_INFO_PRINT_COUNT _UxGT("打印计数") //"Print Count"
|
|||
#define MSG_INFO_COMPLETED_PRINTS _UxGT("完成了") //"Completed"
|
|||
#define MSG_INFO_PRINT_TIME _UxGT("总打印时间") //"Total print time"
|
|||
#define MSG_INFO_PRINT_LONGEST _UxGT("最长工作时间") //"Longest job time"
|
|||
#define MSG_INFO_PRINT_FILAMENT _UxGT("总计挤出") //"Extruded total"
|
|||
#else |
|||
#define MSG_INFO_PRINT_COUNT _UxGT("打印数") //"Prints"
|
|||
#define MSG_INFO_COMPLETED_PRINTS _UxGT("完成") //"Completed"
|
|||
#define MSG_INFO_PRINT_TIME _UxGT("总共") //"Total"
|
|||
#define MSG_INFO_PRINT_LONGEST _UxGT("最长") //"Longest"
|
|||
#define MSG_INFO_PRINT_FILAMENT _UxGT("已挤出") //"Extruded"
|
|||
#endif |
|||
|
|||
#define MSG_INFO_MIN_TEMP _UxGT("最低温度") //"Min Temp"
|
|||
#define MSG_INFO_MAX_TEMP _UxGT("最高温度") //"Max Temp"
|
|||
#define MSG_INFO_PSU _UxGT("电源供应") //"Power Supply"
|
|||
|
|||
#define MSG_FILAMENT_CHANGE_HEADER _UxGT("修改丝料") //"CHANGE FILAMENT"
|
|||
#define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("修改选项:") //"CHANGE OPTIONS:"
|
|||
#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE _UxGT("挤出更多") //"Extrude more"
|
|||
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("恢复打印") //"Resume print"
|
|||
|
|||
#if LCD_HEIGHT >= 4 |
|||
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("等待开始") //"Wait for start"
|
|||
#define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("丝料") //"of the filament"
|
|||
#define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("变更") //"change"
|
|||
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("等待") //"Wait for"
|
|||
#define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("卸下丝料") //"filament unload"
|
|||
#define MSG_FILAMENT_CHANGE_UNLOAD_3 _UxGT("") //""
|
|||
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("插入丝料") //"Insert filament"
|
|||
#define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("并按键") //"and press button"
|
|||
#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("来继续 ...") //"to continue..."
|
|||
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("等待") //"Wait for"
|
|||
#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("进料") //"filament load"
|
|||
#define MSG_FILAMENT_CHANGE_LOAD_3 _UxGT("") //""
|
|||
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("等待") //"Wait for"
|
|||
#define MSG_FILAMENT_CHANGE_EXTRUDE_2 _UxGT("丝料挤出") //"filament extrude"
|
|||
#define MSG_FILAMENT_CHANGE_EXTRUDE_3 _UxGT("") //""
|
|||
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("等待打印") //"Wait for print"
|
|||
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("恢复") //"to resume"
|
|||
#define MSG_FILAMENT_CHANGE_RESUME_3 _UxGT("") //""
|
|||
|
|||
#else // LCD_HEIGHT < 4
|
|||
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("请等待 ...") //"Please wait..."
|
|||
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("退出中 ...") //"Ejecting..."
|
|||
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("插入并单击") //"Insert and Click"
|
|||
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("装载中 ...") //"Loading..."
|
|||
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("挤出中 ...") //"Extruding..."
|
|||
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("恢复中 ...") //"Resuming..."
|
|||
#endif // LCD_HEIGHT < 4
|
|||
|
|||
#endif // LANGUAGE_ZH_CN_H
|
@ -0,0 +1,236 @@ |
|||
/**
|
|||
* Marlin 3D Printer Firmware |
|||
* Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
|
|||
* |
|||
* Based on Sprinter and grbl. |
|||
* Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm |
|||
* |
|||
* This program is free software: you can redistribute it and/or modify |
|||
* it under the terms of the GNU General Public License as published by |
|||
* the Free Software Foundation, either version 3 of the License, or |
|||
* (at your option) any later version. |
|||
* |
|||
* This program is distributed in the hope that it will be useful, |
|||
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
* GNU General Public License for more details. |
|||
* |
|||
* You should have received a copy of the GNU General Public License |
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
* |
|||
*/ |
|||
|
|||
/**
|
|||
* Traditional Chinese |
|||
* |
|||
* LCD Menu Messages |
|||
* See also https://github.com/MarlinFirmware/Marlin/wiki/LCD-Language
|
|||
* |
|||
*/ |
|||
#ifndef LANGUAGE_ZH_TW_H |
|||
#define LANGUAGE_ZH_TW_H |
|||
|
|||
#define WELCOME_MSG MACHINE_NAME _UxGT("已就緒.") //" ready."
|
|||
#define MSG_SD_INSERTED _UxGT("記憶卡已插入") //"Card inserted"
|
|||
#define MSG_SD_REMOVED _UxGT("記憶卡被拔出") //"Card removed"
|
|||
#define MSG_LCD_ENDSTOPS _UxGT("擋塊") //"Endstops" // Max length 8 characters
|
|||
#define MSG_MAIN _UxGT("主選單") //"Main"
|
|||
#define MSG_AUTOSTART _UxGT("自動開始") //"Autostart"
|
|||
#define MSG_DISABLE_STEPPERS _UxGT("關閉步進驅動") //"Disable steppers"
|
|||
#define MSG_AUTO_HOME _UxGT("自動回原點") //"Auto home"
|
|||
#define MSG_AUTO_HOME_X _UxGT("回X原位") //"Home X"
|
|||
#define MSG_AUTO_HOME_Y _UxGT("回Y原位") //"Home Y"
|
|||
#define MSG_AUTO_HOME_Z _UxGT("回Z原位") //"Home Z"
|
|||
#define MSG_LEVEL_BED_HOMING _UxGT("平台調平XYZ歸原位") //"Homing XYZ"
|
|||
#define MSG_LEVEL_BED_WAITING _UxGT("單擊開始熱床調平") //"Click to Begin"
|
|||
#define MSG_LEVEL_BED_NEXT_POINT _UxGT("下個熱床調平點") //"Next Point"
|
|||
#define MSG_LEVEL_BED_DONE _UxGT("完成熱床調平") //"Leveling Done!"
|
|||
#define MSG_LEVEL_BED_CANCEL _UxGT("取消熱床調平") //"Cancel"
|
|||
#define MSG_SET_HOME_OFFSETS _UxGT("設置原點偏移") //"Set home offsets"
|
|||
#define MSG_HOME_OFFSETS_APPLIED _UxGT("偏移已啟用") //"Offsets applied"
|
|||
#define MSG_SET_ORIGIN _UxGT("設置原點") //"Set origin"
|
|||
#define MSG_PREHEAT_1 _UxGT("預熱PLA") //"Preheat PLA"
|
|||
#define MSG_PREHEAT_1_N MSG_PREHEAT_1 _UxGT(" ") //MSG_PREHEAT_1 " "
|
|||
#define MSG_PREHEAT_1_ALL MSG_PREHEAT_1 _UxGT(" 全部") //MSG_PREHEAT_1 " All"
|
|||
#define MSG_PREHEAT_1_BEDONLY MSG_PREHEAT_1 _UxGT(" 熱床") //MSG_PREHEAT_1 " Bed"
|
|||
#define MSG_PREHEAT_1_SETTINGS MSG_PREHEAT_1 _UxGT(" 設置") //MSG_PREHEAT_1 " conf"
|
|||
#define MSG_PREHEAT_2 _UxGT("預熱ABS") //"Preheat ABS"
|
|||
#define MSG_PREHEAT_2_N MSG_PREHEAT_2 _UxGT(" ") //MSG_PREHEAT_2 " "
|
|||
#define MSG_PREHEAT_2_ALL MSG_PREHEAT_2 _UxGT(" 全部") //MSG_PREHEAT_2 " All"
|
|||
#define MSG_PREHEAT_2_BEDONLY MSG_PREHEAT_2 _UxGT(" 熱床") //MSG_PREHEAT_2 " Bed"
|
|||
#define MSG_PREHEAT_2_SETTINGS MSG_PREHEAT_2 _UxGT(" 設置") //MSG_PREHEAT_2 " conf"
|
|||
#define MSG_COOLDOWN _UxGT("降溫") //"Cooldown"
|
|||
#define MSG_SWITCH_PS_ON _UxGT("電源打開") //"Switch power on"
|
|||
#define MSG_SWITCH_PS_OFF _UxGT("電源關閉") //"Switch power off"
|
|||
#define MSG_EXTRUDE _UxGT("擠出") //"Extrude"
|
|||
#define MSG_RETRACT _UxGT("回抽") //"Retract"
|
|||
#define MSG_MOVE_AXIS _UxGT("移動軸") //"Move axis"
|
|||
#define MSG_LEVEL_BED _UxGT("調平熱床") //"Level bed"
|
|||
#define MSG_MOVE_X _UxGT("移動X") //"Move X"
|
|||
#define MSG_MOVE_Y _UxGT("移動Y") //"Move Y"
|
|||
#define MSG_MOVE_Z _UxGT("移動Z") //"Move Z"
|
|||
#define MSG_MOVE_E _UxGT("擠出機") //"Extruder"
|
|||
#define MSG_MOVE_01MM _UxGT("移動 0.1 mm") //"Move 0.1mm"
|
|||
#define MSG_MOVE_1MM _UxGT("移動 1 mm") //"Move 1mm"
|
|||
#define MSG_MOVE_10MM _UxGT("移動 10 mm") //"Move 10mm"
|
|||
#define MSG_SPEED _UxGT("速率") //"Speed"
|
|||
#define MSG_BED_Z _UxGT("熱床Z") //"Bed Z"
|
|||
#define MSG_NOZZLE _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" 噴嘴") //"Nozzle" 噴嘴
|
|||
#define MSG_BED _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" 熱床") //"Bed"
|
|||
#define MSG_FAN_SPEED _UxGT("風扇速率") //"Fan speed"
|
|||
#define MSG_FLOW _UxGT("擠出速率") //"Flow"
|
|||
#define MSG_CONTROL _UxGT("控制") //"Control"
|
|||
#define MSG_MIN _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" 最小") //" " LCD_STR_THERMOMETER " Min"
|
|||
#define MSG_MAX _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" 最大") //" " LCD_STR_THERMOMETER " Max"
|
|||
#define MSG_FACTOR _UxGT(" ") LCD_STR_THERMOMETER _UxGT(" 系數") //" " LCD_STR_THERMOMETER " Fact"
|
|||
#define MSG_AUTOTEMP _UxGT("自動控溫") //"Autotemp"
|
|||
#define MSG_ON _UxGT("開 ") //"On "
|
|||
#define MSG_OFF _UxGT("關 ") //"Off"
|
|||
#define MSG_PID_P _UxGT("PID-P") //"PID-P"
|
|||
#define MSG_PID_I _UxGT("PID-I") //"PID-I"
|
|||
#define MSG_PID_D _UxGT("PID-D") //"PID-D"
|
|||
#define MSG_PID_C _UxGT("PID-C") //"PID-C"
|
|||
#define MSG_SELECT _UxGT("選擇") //"Select"
|
|||
#define MSG_ACC _UxGT("加速度") //"Accel" acceleration
|
|||
#define MSG_VX_JERK _UxGT("X軸抖動速率") //"Vx-jerk"
|
|||
#define MSG_VY_JERK _UxGT("Y軸抖動速率") //"Vy-jerk"
|
|||
#define MSG_VZ_JERK _UxGT("Z軸抖動速率") //"Vz-jerk"
|
|||
#define MSG_VE_JERK _UxGT("擠出機抖動速率") //"Ve-jerk"
|
|||
#define MSG_VMAX _UxGT("最大進料速率") //"Vmax " max_feedrate_mm_s
|
|||
#define MSG_VMIN _UxGT("最小進料速率") //"Vmin" min_feedrate_mm_s
|
|||
#define MSG_VTRAV_MIN _UxGT("最小移動速率") //"VTrav min" min_travel_feedrate_mm_s, (target) speed of the move
|
|||
#define MSG_AMAX _UxGT("最大列印加速度") //"Amax " max_acceleration_mm_per_s2, acceleration in units/s^2 for print moves
|
|||
#define MSG_A_RETRACT _UxGT("收進加速度") //"A-retract" retract_acceleration, E acceleration in mm/s^2 for retracts
|
|||
#define MSG_A_TRAVEL _UxGT("非列印移動加速度") //"A-travel" travel_acceleration, X, Y, Z acceleration in mm/s^2 for travel (non printing) moves
|
|||
#define MSG_XSTEPS _UxGT("X軸步數/mm") //"Xsteps/mm" axis_steps_per_mm, axis steps-per-unit G92
|
|||
#define MSG_YSTEPS _UxGT("Y軸步數/mm") //"Ysteps/mm"
|
|||
#define MSG_ZSTEPS _UxGT("Z軸步數/mm") //"Zsteps/mm"
|
|||
#define MSG_ESTEPS _UxGT("擠出機步數/mm") //"Esteps/mm"
|
|||
#define MSG_TEMPERATURE _UxGT("溫度") //"Temperature"
|
|||
#define MSG_MOTION _UxGT("運動") //"Motion"
|
|||
#define MSG_VOLUMETRIC _UxGT("絲料測容") //"Filament" lcd_control_volumetric_menu
|
|||
#define MSG_VOLUMETRIC_ENABLED _UxGT("測容積mm³") //"E in mm3" volumetric_enabled
|
|||
#define MSG_FILAMENT_DIAM _UxGT("絲料直徑") //"Fil. Dia."
|
|||
#define MSG_CONTRAST _UxGT("LCD對比度") //"LCD contrast"
|
|||
#define MSG_STORE_EPROM _UxGT("保存設置") //"Store memory"
|
|||
#define MSG_LOAD_EPROM _UxGT("裝載設置") //"Load memory"
|
|||
#define MSG_RESTORE_FAILSAFE _UxGT("恢複安全值") //"Restore failsafe"
|
|||
#define MSG_REFRESH _UxGT("刷新") //"Refresh"
|
|||
#define MSG_WATCH _UxGT("資訊界面") //"Info screen"
|
|||
#define MSG_PREPARE _UxGT("準備") //"Prepare"
|
|||
#define MSG_TUNE _UxGT("調整") //"Tune"
|
|||
#define MSG_PAUSE_PRINT _UxGT("暫停列印") //"Pause print"
|
|||
#define MSG_RESUME_PRINT _UxGT("恢複列印") //"Resume print"
|
|||
#define MSG_STOP_PRINT _UxGT("停止列印") //"Stop print"
|
|||
#define MSG_CARD_MENU _UxGT("從記憶卡上列印") //"Print from SD"
|
|||
#define MSG_NO_CARD _UxGT("無記憶卡") //"No SD card"
|
|||
#define MSG_DWELL _UxGT("休眠 ...") //"Sleep..."
|
|||
#define MSG_USERWAIT _UxGT("等待用戶 ...") //"Wait for user..."
|
|||
#define MSG_RESUMING _UxGT("恢複列印中") //"Resuming print"
|
|||
#define MSG_PRINT_ABORTED _UxGT("列印已取消") //"Print aborted"
|
|||
#define MSG_NO_MOVE _UxGT("無移動") //"No move."
|
|||
#define MSG_KILLED _UxGT("已殺掉") //"KILLED. "
|
|||
#define MSG_STOPPED _UxGT("已停止") //"STOPPED. "
|
|||
#define MSG_CONTROL_RETRACT _UxGT("回抽長度mm") //"Retract mm" retract_length, retract length (positive mm)
|
|||
#define MSG_CONTROL_RETRACT_SWAP _UxGT("換手回抽長度mm") //"Swap Re.mm" retract_length_swap, swap retract length (positive mm), for extruder change
|
|||
#define MSG_CONTROL_RETRACTF _UxGT("回抽速率mm/s") //"Retract V" retract_feedrate_mm_s, feedrate for retracting (mm/s)
|
|||
#define MSG_CONTROL_RETRACT_ZLIFT _UxGT("Hop mm") //"Hop mm" retract_zlift, retract Z-lift
|
|||
#define MSG_CONTROL_RETRACT_RECOVER _UxGT("回抽恢複長度mm") //"UnRet +mm" retract_recover_length, additional recover length (mm, added to retract length when recovering)
|
|||
#define MSG_CONTROL_RETRACT_RECOVER_SWAP _UxGT("換手回抽恢複長度mm") //"S UnRet+mm" retract_recover_length_swap, additional swap recover length (mm, added to retract length when recovering from extruder change)
|
|||
#define MSG_CONTROL_RETRACT_RECOVERF _UxGT("回抽恢複後進料速率mm/s") //"UnRet V" retract_recover_feedrate_mm_s, feedrate for recovering from retraction (mm/s)
|
|||
#define MSG_AUTORETRACT _UxGT("自動抽回") //"AutoRetr." autoretract_enabled,
|
|||
#define MSG_FILAMENTCHANGE _UxGT("更換絲料") //"Change filament"
|
|||
#define MSG_INIT_SDCARD _UxGT("初始化記憶卡") //"Init. SD card"
|
|||
#define MSG_CNG_SDCARD _UxGT("更換記憶卡") //"Change SD card"
|
|||
#define MSG_ZPROBE_OUT _UxGT("Z探針在熱床之外") //"Z probe out. bed" Z probe is not within the physical limits
|
|||
#define MSG_HOME _UxGT("歸位") //"Home" // Used as MSG_HOME " " MSG_X MSG_Y MSG_Z " " MSG_FIRST
|
|||
#define MSG_FIRST _UxGT("先") //"first"
|
|||
#define MSG_ZPROBE_ZOFFSET _UxGT("Z偏移") //"Z Offset"
|
|||
#define MSG_BABYSTEP_X _UxGT("微量調整X軸") //"Babystep X" lcd_babystep_x, Babystepping enables the user to control the axis in tiny amounts
|
|||
#define MSG_BABYSTEP_Y _UxGT("微量調整Y軸") //"Babystep Y"
|
|||
#define MSG_BABYSTEP_Z _UxGT("微量調整Z軸") //"Babystep Z"
|
|||
#define MSG_ENDSTOP_ABORT _UxGT("擋塊終止") //"Endstop abort"
|
|||
#define MSG_HEATING_FAILED_LCD _UxGT("加熱失敗") //"Heating failed"
|
|||
#define MSG_ERR_REDUNDANT_TEMP _UxGT("錯誤:REDUNDANT TEMP") //"Err: REDUNDANT TEMP"
|
|||
#define MSG_THERMAL_RUNAWAY _UxGT("溫控失控") //"THERMAL RUNAWAY"
|
|||
#define MSG_ERR_MAXTEMP _UxGT("錯誤:最高溫度") //"Err: MAXTEMP"
|
|||
#define MSG_ERR_MINTEMP _UxGT("錯誤:最低溫度") //"Err: MINTEMP"
|
|||
#define MSG_ERR_MAXTEMP_BED _UxGT("錯誤:最高熱床溫度") //"Err: MAXTEMP BED"
|
|||
#define MSG_ERR_MINTEMP_BED _UxGT("錯誤:最低熱床溫度") //"Err: MINTEMP BED"
|
|||
#define MSG_HALTED _UxGT("印表機停機") //"PRINTER HALTED"
|
|||
#define MSG_PLEASE_RESET _UxGT("請重置") //"Please reset"
|
|||
#define MSG_SHORT_DAY _UxGT("天") //"d" // One character only
|
|||
#define MSG_SHORT_HOUR _UxGT("時") //"h" // One character only
|
|||
#define MSG_SHORT_MINUTE _UxGT("分") //"m" // One character only
|
|||
#define MSG_HEATING _UxGT("加熱中 ...") //"Heating..."
|
|||
#define MSG_HEATING_COMPLETE _UxGT("完成加熱") //"Heating done."
|
|||
#define MSG_BED_HEATING _UxGT("加熱熱床中") //"Bed Heating."
|
|||
#define MSG_BED_DONE _UxGT("完成加熱熱床") //"Bed done."
|
|||
#define MSG_DELTA_CALIBRATE _UxGT("⊿校準") //"Delta Calibration"
|
|||
#define MSG_DELTA_CALIBRATE_X _UxGT("校準X") //"Calibrate X"
|
|||
#define MSG_DELTA_CALIBRATE_Y _UxGT("校準Y") //"Calibrate Y"
|
|||
#define MSG_DELTA_CALIBRATE_Z _UxGT("校準Z") //"Calibrate Z"
|
|||
#define MSG_DELTA_CALIBRATE_CENTER _UxGT("校準中心") //"Calibrate Center"
|
|||
|
|||
#define MSG_INFO_MENU _UxGT("關於印表機") //"About Printer"
|
|||
#define MSG_INFO_PRINTER_MENU _UxGT("印表機信息") //"Printer Info"
|
|||
#define MSG_INFO_STATS_MENU _UxGT("印表機統計") //"Printer Stats"
|
|||
#define MSG_INFO_BOARD_MENU _UxGT("主板信息") //"Board Info"
|
|||
#define MSG_INFO_THERMISTOR_MENU _UxGT("溫度計") //"Thermistors"
|
|||
#define MSG_INFO_EXTRUDERS _UxGT("擠出機") //"Extruders"
|
|||
#define MSG_INFO_BAUDRATE _UxGT("波特率") //"Baud"
|
|||
#define MSG_INFO_PROTOCOL _UxGT("協議") //"Protocol"
|
|||
|
|||
#if LCD_WIDTH > 19 |
|||
#define MSG_INFO_PRINT_COUNT _UxGT("列印計數") //"Print Count"
|
|||
#define MSG_INFO_COMPLETED_PRINTS _UxGT("完成了") //"Completed"
|
|||
#define MSG_INFO_PRINT_TIME _UxGT("總列印時間") //"Total print time"
|
|||
#define MSG_INFO_PRINT_LONGEST _UxGT("最長工作時間") //"Longest job time"
|
|||
#define MSG_INFO_PRINT_FILAMENT _UxGT("總計擠出") //"Extruded total"
|
|||
#else |
|||
#define MSG_INFO_PRINT_COUNT _UxGT("列印數") //"Prints"
|
|||
#define MSG_INFO_COMPLETED_PRINTS _UxGT("完成") //"Completed"
|
|||
#define MSG_INFO_PRINT_TIME _UxGT("總共") //"Total"
|
|||
#define MSG_INFO_PRINT_LONGEST _UxGT("最長") //"Longest"
|
|||
#define MSG_INFO_PRINT_FILAMENT _UxGT("已擠出") //"Extruded"
|
|||
#endif |
|||
|
|||
#define MSG_INFO_MIN_TEMP _UxGT("最低溫度") //"Min Temp"
|
|||
#define MSG_INFO_MAX_TEMP _UxGT("最高溫度") //"Max Temp"
|
|||
#define MSG_INFO_PSU _UxGT("電源供應") //"Power Supply"
|
|||
|
|||
#define MSG_FILAMENT_CHANGE_HEADER _UxGT("修改絲料") //"CHANGE FILAMENT"
|
|||
#define MSG_FILAMENT_CHANGE_OPTION_HEADER _UxGT("修改選項:") //"CHANGE OPTIONS:"
|
|||
#define MSG_FILAMENT_CHANGE_OPTION_EXTRUDE _UxGT("擠出更多") //"Extrude more"
|
|||
#define MSG_FILAMENT_CHANGE_OPTION_RESUME _UxGT("恢複列印") //"Resume print"
|
|||
|
|||
#if LCD_HEIGHT >= 4 |
|||
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("等待開始") //"Wait for start"
|
|||
#define MSG_FILAMENT_CHANGE_INIT_2 _UxGT("絲料") //"of the filament"
|
|||
#define MSG_FILAMENT_CHANGE_INIT_3 _UxGT("變更") //"change"
|
|||
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("等待") //"Wait for"
|
|||
#define MSG_FILAMENT_CHANGE_UNLOAD_2 _UxGT("卸下絲料") //"filament unload"
|
|||
#define MSG_FILAMENT_CHANGE_UNLOAD_3 _UxGT("") //""
|
|||
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("插入絲料") //"Insert filament"
|
|||
#define MSG_FILAMENT_CHANGE_INSERT_2 _UxGT("並按鍵") //"and press button"
|
|||
#define MSG_FILAMENT_CHANGE_INSERT_3 _UxGT("來繼續 ...") //"to continue..."
|
|||
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("等待") //"Wait for"
|
|||
#define MSG_FILAMENT_CHANGE_LOAD_2 _UxGT("進料") //"filament load"
|
|||
#define MSG_FILAMENT_CHANGE_LOAD_3 _UxGT("") //""
|
|||
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("等待") //"Wait for"
|
|||
#define MSG_FILAMENT_CHANGE_EXTRUDE_2 _UxGT("絲料擠出") //"filament extrude"
|
|||
#define MSG_FILAMENT_CHANGE_EXTRUDE_3 _UxGT("") //""
|
|||
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("等待列印") //"Wait for print"
|
|||
#define MSG_FILAMENT_CHANGE_RESUME_2 _UxGT("恢複") //"to resume"
|
|||
#define MSG_FILAMENT_CHANGE_RESUME_3 _UxGT("") //""
|
|||
|
|||
#else // LCD_HEIGHT < 4
|
|||
#define MSG_FILAMENT_CHANGE_INIT_1 _UxGT("請等待 ...") //"Please wait..."
|
|||
#define MSG_FILAMENT_CHANGE_UNLOAD_1 _UxGT("退出中 ...") //"Ejecting..."
|
|||
#define MSG_FILAMENT_CHANGE_INSERT_1 _UxGT("插入並單擊") //"Insert and Click"
|
|||
#define MSG_FILAMENT_CHANGE_LOAD_1 _UxGT("裝載中 ...") //"Loading..."
|
|||
#define MSG_FILAMENT_CHANGE_EXTRUDE_1 _UxGT("擠出中 ...") //"Extruding..."
|
|||
#define MSG_FILAMENT_CHANGE_RESUME_1 _UxGT("恢複中 ...") //"Resuming..."
|
|||
#endif // LCD_HEIGHT < 4
|
|||
|
|||
#endif // LANGUAGE_ZH_TW_H
|
Loading…
Reference in new issue