From aed212d8f87ccc7a67ac36b95a136b79de970fc2 Mon Sep 17 00:00:00 2001 From: solokot Date: Thu, 27 Jun 2024 10:04:53 +0300 Subject: [PATCH] Update ru.rs (#8497) --- src/lang/ru.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lang/ru.rs b/src/lang/ru.rs index 68627f493..c140fa8ac 100644 --- a/src/lang/ru.rs +++ b/src/lang/ru.rs @@ -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(); }