Skip to content

Commit 52d62da

Browse files
authored
Update tr.rs (rustdesk#14948)
1- New string entry 2- A minor improvement for terminological consistency
1 parent 253d632 commit 52d62da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/lang/tr.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -741,8 +741,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
741741
("keep-awake-during-incoming-sessions-label", "Gelen oturumlar süresince ekranı açık tutun"),
742742
("Continue with {}", "{} ile devam et"),
743743
("Display Name", "Görünen Ad"),
744-
("password-hidden-tip", "Şifre gizli"),
745-
("preset-password-in-use-tip", "Önceden ayarlanmış şifre kullanılıyor"),
746-
("Enable privacy mode", ""),
744+
("password-hidden-tip", "Parola gizli"),
745+
("preset-password-in-use-tip", "Önceden ayarlanmış parola kullanılıyor"),
746+
("Enable privacy mode", "Gizlilik modunu etkinleştir"),
747747
].iter().cloned().collect();
748748
}

0 commit comments

Comments
 (0)