Merge pull request #5122 from SergeyMy/patch-6

Update ru.rs
This commit is contained in:
RustDesk
2023-07-26 09:19:17 +08:00
committed by GitHub

View File

@@ -518,8 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", "Выход"),
("Open", "Открыть"),
("logout_tip", "Вы действительно хотите выйти?"),
("Service", ""),
("Start", ""),
("Stop", ""),
("Service", "Сервис"),
("Start", "Запустить"),
("Stop", "Остановить"),
].iter().cloned().collect();
}