Update tr.rs (#14948)

1- New string entry
2- A minor improvement for terminological consistency
This commit is contained in:
bilimiyorum 2026-05-04 11:50:23 +03:00 committed by GitHub
commit 52d62da002
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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ıık tutun"),
("Continue with {}", "{} ile devam et"),
("Display Name", "Görünen Ad"),
("password-hidden-tip", "Şifre gizli"),
("preset-password-in-use-tip", "Önceden ayarlanmış şifre kullanılıyor"),
("Enable privacy mode", ""),
("password-hidden-tip", "Parola gizli"),
("preset-password-in-use-tip", "Önceden ayarlanmış parola kullanılıyor"),
("Enable privacy mode", "Gizlilik modunu etkinleştir"),
].iter().cloned().collect();
}