mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-28 15:41:03 +03:00
@@ -699,7 +699,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Terminal", ""),
|
("Terminal", ""),
|
||||||
("Enable terminal", ""),
|
("Enable terminal", ""),
|
||||||
("New tab", "Yeni sekme"),
|
("New tab", "Yeni sekme"),
|
||||||
("Keep terminal sessions on disconnect", "Bağlantı kesildiğinde uçbirim oturumlarını açık tut"),
|
("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)"),
|
("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."),
|
("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ı."),
|
("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."),
|
("server-oss-not-support-tip", "NOT: RustDesk sunucu OSS'si bu özelliği içermemektedir."),
|
||||||
("input note here", "Notu buraya girin"),
|
("input note here", "Notu buraya girin"),
|
||||||
("note-at-conn-end-tip", "Bağlantı bittiğinde not sorulsun"),
|
("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();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user