Update tr.rs (#14376)

New string entry
This commit is contained in:
bilimiyorum 2026-02-24 11:30:32 +03:00 committed by GitHub
commit 50c62d5eac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -739,6 +739,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("keep-awake-during-outgoing-sessions-label", "Giden oturumlar süresince ekranıık tutun"),
("keep-awake-during-incoming-sessions-label", "Gelen oturumlar süresince ekranıık tutun"),
("Continue with {}", "{} ile devam et"),
("Display Name", ""),
("Display Name", "Görünen Ad"),
].iter().cloned().collect();
}