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 controlled", "При управлении"),
("During service is on", "При запущенной службе"), ("During service is on", "При запущенной службе"),
("Capture screen using DirectX", "Захват экрана с помощью DirectX"), ("Capture screen using DirectX", "Захват экрана с помощью DirectX"),
("Back", ""), ("Back", "Назад"),
("Apps", ""), ("Apps", "Приложения"),
("Volume up", ""), ("Volume up", "Громкость+"),
("Volume down", ""), ("Volume down", "Громкость-"),
("Power", ""), ("Power", "Питание"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }