Update ru.rs (#11855)

This commit is contained in:
solokot 2025-05-24 09:27:22 +03:00 committed by GitHub
parent 777c25bba2
commit 45c9c505db
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();
}