mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 08:23:01 +08:00
commit
bd6b7cdfc4
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user