mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 14:07:28 +08:00
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:
committed by
GitHub
parent
341eb0c671
commit
087eb55299
@@ -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ı açı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ı açık tut"),
|
||||
("keep-awake-during-incoming-sessions-label", "Gelen oturumlar süresince ekranı açık tut"),
|
||||
("keep-awake-during-outgoing-sessions-label", "Giden oturumlar süresince ekranı açık tutun"),
|
||||
("keep-awake-during-incoming-sessions-label", "Gelen oturumlar süresince ekranı açık tutun"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user