mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-24 21:51:14 +03:00
Fix Turkish localization (#12555)
This commit is contained in:
@@ -135,7 +135,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Refresh", "Yenile"),
|
("Refresh", "Yenile"),
|
||||||
("ID does not exist", "ID bulunamadı"),
|
("ID does not exist", "ID bulunamadı"),
|
||||||
("Failed to connect to rendezvous server", "ID oluşturma sunucusuna bağlanılamadı"),
|
("Failed to connect to rendezvous server", "ID oluşturma sunucusuna bağlanılamadı"),
|
||||||
("Please try later", "Dağa sonra tekrar deneyiniz"),
|
("Please try later", "Daha sonra tekrar deneyiniz"),
|
||||||
("Remote desktop is offline", "Uzak masaüstü kapalı"),
|
("Remote desktop is offline", "Uzak masaüstü kapalı"),
|
||||||
("Key mismatch", "Anahtar uyumlu değil"),
|
("Key mismatch", "Anahtar uyumlu değil"),
|
||||||
("Timeout", "Zaman aşımı"),
|
("Timeout", "Zaman aşımı"),
|
||||||
|
|||||||
Reference in New Issue
Block a user