Update tr.rs (#14376)

New string entry
This commit is contained in:
bilimiyorum
2026-02-24 11:30:32 +03:00
committed by GitHub
parent 91ac48912e
commit 50c62d5eac

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-outgoing-sessions-label", "Giden oturumlar süresince ekranıık tutun"),
("keep-awake-during-incoming-sessions-label", "Gelen oturumlar süresince ekranıık tutun"), ("keep-awake-during-incoming-sessions-label", "Gelen oturumlar süresince ekranıık tutun"),
("Continue with {}", "{} ile devam et"), ("Continue with {}", "{} ile devam et"),
("Display Name", ""), ("Display Name", "Görünen Ad"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }