Update ru.rs (#15117)

This commit is contained in:
solokot 2026-05-28 08:41:48 +03:00 committed by GitHub
commit 62a44c5a09
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", "Установлен постоянный пароль (скрытый)."),
("preset-password-in-use-tip", "Установленный пароль сейчас используется."),
("Enable privacy mode", "Использовать режим конфиденциальности"),
("allow-remote-toolbar-docking-any-edge", ""),
("allow-remote-toolbar-docking-any-edge", "Разрешать прикрепление удалённой панели инструментов к любому краю окна"),
].iter().cloned().collect();
}