Reorder some language defines

This commit is contained in:
Scott Lahteine
2019-08-05 19:09:40 -05:00
parent 6fdb0bec07
commit 8f0aedeead
14 changed files with 371 additions and 375 deletions

View File

@@ -86,15 +86,12 @@
#define MSG_LEVEL_BED _UxGT("Tabla Hizası")
#define MSG_LEVEL_CORNERS _UxGT("Hizalama Köşeleri")
#define MSG_NEXT_CORNER _UxGT("Sonraki Köşe")
#define MSG_EDIT_MESH _UxGT("Mesh Düzenle")
#define MSG_EDITING_STOPPED _UxGT("Mesh Düzenleme Durdu")
#define MSG_MESH_X _UxGT("İndeks X")
#define MSG_MESH_Y _UxGT("İndeks Y")
#define MSG_MESH_EDIT_Z _UxGT("Z Değeri")
#define MSG_USER_MENU _UxGT("Özel Komutlar")
#define MSG_UBL_DOING_G29 _UxGT("G29 Çalışıyor")
#define MSG_UBL_UNHOMED _UxGT("Ilk XYZ Sıfırla")
#define MSG_UBL_TOOLS _UxGT("UBL Araçları")
#define MSG_UBL_LEVEL_BED _UxGT("UBL Yatak Hizalama")
#define MSG_IDEX_MENU _UxGT("IDEX Modu")
#define MSG_IDEX_MODE_AUTOPARK _UxGT("Oto-Park")
#define MSG_IDEX_MODE_DUPLICATE _UxGT("Kopyala")
@@ -103,6 +100,10 @@
#define MSG_X_OFFSET _UxGT("2. nozul X")
#define MSG_Y_OFFSET _UxGT("2. nozul Y")
#define MSG_Z_OFFSET _UxGT("2. nozul Z")
#define MSG_UBL_DOING_G29 _UxGT("G29 Çalışıyor")
#define MSG_UBL_UNHOMED _UxGT("Ilk XYZ Sıfırla")
#define MSG_UBL_TOOLS _UxGT("UBL Araçları")
#define MSG_UBL_LEVEL_BED _UxGT("UBL Yatak Hizalama")
#define MSG_UBL_MANUAL_MESH _UxGT("Elle Mesh Oluştur")
#define MSG_UBL_BC_INSERT _UxGT("Altlık & Ölçü Ver")
#define MSG_UBL_BC_INSERT2 _UxGT("Ölçü")
@@ -141,7 +142,6 @@
#define MSG_UBL_OUTPUT_MAP_CSV _UxGT("CSV için Çıktı")
#define MSG_UBL_OUTPUT_MAP_BACKUP _UxGT("Yazıcıda Yedek Kpalı")
#define MSG_UBL_INFO_UBL _UxGT("UBL Çıkış Bilgisi")
#define MSG_EDIT_MESH _UxGT("Mesh Düzenle")
#define MSG_UBL_FILLIN_AMOUNT _UxGT("Dolgu Miktarı")
#define MSG_UBL_MANUAL_FILLIN _UxGT("Manuel Dolgu")
#define MSG_UBL_SMART_FILLIN _UxGT("Akıllı Dogu")
@@ -156,7 +156,7 @@
#define MSG_UBL_SAVE_MESH _UxGT("Yatak Mesh Kayıt Et")
#define MSG_MESH_LOADED _UxGT("Mesh %i yüklendi")
#define MSG_MESH_SAVED _UxGT("Mesh %i kayıtlandı")
#define MSG_NO_STORAGE _UxGT("Depolama Yok")
#define MSG_UBL_NO_STORAGE _UxGT("Depolama Yok")
#define MSG_UBL_SAVE_ERROR _UxGT("Hata: UBL Kayıt")
#define MSG_UBL_RESTORE_ERROR _UxGT("Hata: UBL Yenileme")
#define MSG_UBL_Z_OFFSET_STOPPED _UxGT("Z-Ofset Durduruldu")