Update tr.rs (#15119)

New string entry
This commit is contained in:
bilimiyorum
2026-05-28 09:52:41 +03:00
committed by GitHub
parent 9c52e25a6a
commit 58d1109510

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();
}