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

View File

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