Update ru.rs (#8442)

This commit is contained in:
solokot 2024-06-22 15:05:56 +03:00 committed by GitHub
parent 212e8e7559
commit 8b5ac390d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -621,6 +621,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Never", "Нет"),
("During controlled", "При управлении"),
("During service is on", "При запущенной службе"),
("Capture screen using DirectX", ""),
("Capture screen using DirectX", "Захват экрана с помощью DirectX"),
].iter().cloned().collect();
}