Turkish words were edited (#5004)

* Update OrcaSlicer_tr.po - TURKISH translation update

* Update OrcaSlicer_tr.po - TURKISH translation update

* Update OrcaSlicer_tr.po - TURKISH translation update

* Turkish language code added (tr_TR)

* Turkish words were edited
This commit is contained in:
Olcay ÖREN 2024-04-14 19:02:02 +03:00 committed by GitHub
parent 1bb8fad63f
commit c19122f0b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2338 additions and 3527 deletions

File diff suppressed because it is too large Load diff

View file

@ -1030,7 +1030,7 @@ var LangText = {
t62: "Diğerleri",
t63: "Bölgeyi değiştirdikten sonra hesabınızdan çıkış yapılacaktır. Lütfen daha sonra tekrar giriş yapın.",
t64: "Bambu Ağı eklentisi",
t65: "Please be aware that these plugins are not developed or maintained by OrcaSlicer. They should be used at your own discretion and risk.",
t65: "Lütfen bu eklentilerin OrcaSlicer tarafından geliştirilmediğini veya bakımının yapılmadığını unutmayın. Kendi takdirinize ve riskinize göre kullanılmalıdırlar.",
t66: "Tam uzaktan kontrol",
t67: "Canlı görüntü akışı",
t68: "Kullanıcı veri senkronizasyonu",
@ -1040,7 +1040,7 @@ var LangText = {
t72: "İndirme başarısız oldu",
t73: "Kurulum başarılı oldu.",
t74: "Tekrar başlat",
t75: "Some printer vendors require proprietary plugins for communication with their printers. Please select the corresponding plugin if you use such printers.",
t75: "Bazı yazıcı üreticileri, yazıcılarıyla iletişim için özel eklentilere ihtiyaç duyar. Bu tür yazıcılar kullanıyorsanız lütfen ilgili eklentiyi seçin.",
t76: "Bambu Ağı eklentisi algılanmadı. Yüklemek ",
t77: "için ",
t78: " burayı tıklayın.",
@ -1060,8 +1060,8 @@ var LangText = {
t92: "Bambu Noel Kabini",
t93: "Yazıcı Bağlantısı",
t94: "Cihazı görüntülemek için lütfen yazıcı bağlantınızı kurun.",
orca1: "Edit Project Info",
orca2: "no model information",
orca1: "Proje Bilgilerini Düzenle",
orca2: "model bilgisi yok",
},
pl_PL: {
t1: "Witamy w Orca Slicer",

View file

@ -6026,6 +6026,7 @@ wxString GUI_App::current_language_code_safe() const
{ "uk", "uk_UA", },
{ "zh", "zh_CN", },
{ "ru", "ru_RU", },
{ "tr", "tr_TR", },
};
wxString language_code = this->current_language_code().BeforeFirst('_');
auto it = mapping.find(language_code);