mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-05-09 15:48:09 +03:00
Update tr.rs (#14948)
1- New string entry 2- A minor improvement for terminological consistency
This commit is contained in:
@@ -741,8 +741,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("keep-awake-during-incoming-sessions-label", "Gelen oturumlar süresince ekranı açık tutun"),
|
("keep-awake-during-incoming-sessions-label", "Gelen oturumlar süresince ekranı açık tutun"),
|
||||||
("Continue with {}", "{} ile devam et"),
|
("Continue with {}", "{} ile devam et"),
|
||||||
("Display Name", "Görünen Ad"),
|
("Display Name", "Görünen Ad"),
|
||||||
("password-hidden-tip", "Şifre gizli"),
|
("password-hidden-tip", "Parola gizli"),
|
||||||
("preset-password-in-use-tip", "Önceden ayarlanmış şifre kullanılıyor"),
|
("preset-password-in-use-tip", "Önceden ayarlanmış parola kullanılıyor"),
|
||||||
("Enable privacy mode", ""),
|
("Enable privacy mode", "Gizlilik modunu etkinleştir"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user