Update tr.rs, Missing Turkish translations added (#14103)

* Update tr.rs

* Update tr.rs

---------

Co-authored-by: RustDesk <71636191+rustdesk@users.noreply.github.com>
This commit is contained in:
Yavuz Selim YAZICI
2026-01-22 09:15:14 +03:00
committed by GitHub
parent 341eb0c671
commit 087eb55299

View File

@@ -49,7 +49,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Mute", "Sustur"),
("Build Date", "Yapım Tarihi"),
("Version", "Sürüm"),
("Home", ""),
("Home", "Anasayfa"),
("Audio Input", "Ses Girişi"),
("Enhancements", "Geliştirmeler"),
("Hardware Codec", "Donanımsal Codec"),
@@ -598,7 +598,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("no_need_privacy_mode_no_physical_displays_tip", "Fiziksel ekran yok, gizlilik modunu kullanmaya gerek yok."),
("Follow remote cursor", "Uzak imleci takip et"),
("Follow remote window focus", "Uzak pencere odağını takip et"),
("default_proxy_tip", ""),
("default_proxy_tip", "Varsayılan protokol ve port Socks5 ve 1080'dir."),
("no_audio_input_device_tip", "Varsayılan protokol ve port, Socks5 ve 1080'dir"),
("Incoming", "Gelen"),
("Outgoing", "Giden"),
@@ -696,8 +696,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Enable camera", "Kamerayı etkinleştir"),
("No cameras", "Kamera yok"),
("view_camera_unsupported_tip", "Uzak cihaz, kameranın görüntülenmesini desteklemiyor."),
("Terminal", ""),
("Enable terminal", ""),
("Terminal", "Terminal"),
("Enable terminal", "Terminali etkinleştir"),
("New tab", "Yeni sekme"),
("Keep terminal sessions on disconnect", "Bağlantı kesildiğinde terminal oturumlarınıık tut"),
("Terminal (Run as administrator)", "Terminal (Yönetici olarak çalıştır)"),
@@ -737,7 +737,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("rel-mouse-exit-{}-tip", "Göreli fare modundan çıkmak için {}"),
("rel-mouse-permission-lost-tip", "Göreli fare izinleri geçerli değil"),
("Changelog", "Değişiklik Günlüğü"),
("keep-awake-during-outgoing-sessions-label", "Giden oturumlar süresince ekranıık tut"),
("keep-awake-during-incoming-sessions-label", "Gelen oturumlar süresince ekranıık tut"),
("keep-awake-during-outgoing-sessions-label", "Giden oturumlar süresince ekranıık tutun"),
("keep-awake-during-incoming-sessions-label", "Gelen oturumlar süresince ekranıık tutun"),
].iter().cloned().collect();
}