Turkish language support (#13941)

New string entry
This commit is contained in:
bilimiyorum
2026-01-02 17:13:32 +03:00
committed by GitHub
parent 419703d2ea
commit f6d6c3afb5

View File

@@ -699,7 +699,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Terminal", ""),
("Enable terminal", ""),
("New tab", "Yeni sekme"),
("Keep terminal sessions on disconnect", "Bağlantı kesildiğinde uçbirim oturumlarınıık tut"),
("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)"),
("terminal-admin-login-tip", "Lütfen kontrol edilen tarafın yönetici kullanıcı adı ve şifresini giriniz."),
("Failed to get user token.", "Kullanıcı belirteci alınamadı."),
@@ -729,6 +729,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("server-oss-not-support-tip", "NOT: RustDesk sunucu OSS'si bu özelliği içermemektedir."),
("input note here", "Notu buraya girin"),
("note-at-conn-end-tip", "Bağlantı bittiğinde not sorulsun"),
("Show terminal extra keys", ""),
("Show terminal extra keys", "Terminal ek tuşlarını göster"),
].iter().cloned().collect();
}