Update tr.rs (#15119)

New string entry
This commit is contained in:
bilimiyorum 2026-05-28 09:52:41 +03:00 committed by GitHub
commit 58d1109510
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -744,6 +744,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("password-hidden-tip", "Parola gizli"),
("preset-password-in-use-tip", "Önceden ayarlanmış parola kullanılıyor"),
("Enable privacy mode", "Gizlilik modunu etkinleştir"),
("allow-remote-toolbar-docking-any-edge", ""),
("allow-remote-toolbar-docking-any-edge", "Uzak araç çubuğunun pencerenin herhangi bir kenarına sabitlenmesine izin ver"),
].iter().cloned().collect();
}