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
commit bd6b7cdfc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();
}