Update ru.rs (#15117)

This commit is contained in:
solokot
2026-05-28 08:41:48 +03:00
committed by GitHub
parent e5fa40e903
commit 62a44c5a09

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