Update ru.rs

This commit is contained in:
solokot 2025-05-23 16:56:27 +03:00 committed by GitHub
parent 39151531d7
commit 07ca71d35b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -698,6 +698,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Use WebSocket", "Использовать WebSocket"),
("Trackpad speed", "Скорость трекпада"),
("Default trackpad speed", "Скорость трекпада по умолчанию"),
("Numeric one-time password", ""),
("Numeric one-time password", "Цифровой одноразовый пароль"),
].iter().cloned().collect();
}