diff --git a/src/lang/tr.rs b/src/lang/tr.rs
index a97f832ba..0f5dd42ba 100644
--- a/src/lang/tr.rs
+++ b/src/lang/tr.rs
@@ -30,9 +30,9 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
         ("IP Whitelisting", "İzinli IP listesi"),
         ("ID/Relay Server", "ID/Relay Sunucusu"),
         ("Import Server Config", "Sunucu ayarlarını içe aktar"),
-        ("Export Server Config", ""),
+        ("Export Server Config", "Sunucu Yapılandırmasını Dışa Aktar"),
         ("Import server configuration successfully", "Sunucu ayarları başarıyla içe aktarıldı"),
-        ("Export server configuration successfully", ""),
+        ("Export server configuration successfully", "Sunucu yapılandırmasını başarıyla dışa aktar"),
         ("Invalid server configuration", "Geçersiz sunucu ayarı"),
         ("Clipboard is empty", "Kopyalanan geçici veri boş"),
         ("Stop service", "Servisi Durdur"),
@@ -296,8 +296,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
         ("In privacy mode", "Gizlilik modunda"),
         ("Out privacy mode", "Gizlilik modu dışında"),
         ("Language", "Dil"),
-        ("Keep RustDesk background service", ""),
-        ("Ignore Battery Optimizations", ""),
+        ("Keep RustDesk background service", "RustDesk arka plan hizmetini sürdürün"),
+        ("Ignore Battery Optimizations", "Pil Optimizasyonlarını Yoksay"),
         ("android_open_battery_optimizations_tip", ""),
         ("Connection not allowed", "bağlantıya izin verilmedi"),
         ("Legacy mode", "Eski mod"),
@@ -367,7 +367,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
         ("Enable LAN Discovery", "Yerel Ağ Keşfine İzin Ver"),
         ("Deny LAN Discovery", "Yerl Ağ Keşfine İzin Verme"),
         ("Write a message", "Bir mesaj yazın"),
-        ("Prompt", ""),
+        ("Prompt", "İstem"),
         ("Please wait for confirmation of UAC...", "UAC onayı için lütfen bekleyiniz..."),
         ("elevated_foreground_window_tip", "elevated_foreground_window_tip"),
         ("Disconnected", "Bağlantı Kesildi"),
@@ -386,16 +386,16 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
         ("or", "veya"),
         ("Continue with", "bununla devam et"),
         ("Elevate", "Yükseltme"),
-        ("Zoom cursor", ""),
-        ("Accept sessions via password", ""),
-        ("Accept sessions via click", ""),
-        ("Accept sessions via both", ""),
-        ("Please wait for the remote side to accept your session request...", ""),
-        ("One-time Password", ""),
-        ("Use one-time password", ""),
-        ("One-time password length", ""),
-        ("Request access to your device", ""),
-        ("Hide connection management window", ""),
+        ("Zoom cursor", "Yakınlaştırma imleci"),
+        ("Accept sessions via password", "Oturumları parola ile kabul etme"),
+        ("Accept sessions via click", "Tıklama yoluyla oturumları kabul edin"),
+        ("Accept sessions via both", "Her ikisi aracılığıyla oturumları kabul edin"),
+        ("Please wait for the remote side to accept your session request...", "Lütfen uzak tarafın oturum isteğinizi kabul etmesini bekleyin..."),
+        ("One-time Password", "Tek Kullanımlık Şifre"),
+        ("Use one-time password", "Tek seferlik parola kullanın"),
+        ("One-time password length", "Tek seferlik şifre uzunluğu"),
+        ("Request access to your device", "Cihazınıza erişim talep edin"),
+        ("Hide connection management window", "Bağlantı yönetimi penceresini gizle"),
         ("hide_cm_tip", ""),
     ].iter().cloned().collect();
 }