Update ru.rs (#8497)

This commit is contained in:
solokot 2024-06-27 10:04:53 +03:00 committed by GitHub
parent c5d3c7f390
commit aed212d8f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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