This commit is contained in:
rustdesk
2023-07-25 20:29:16 +08:00
parent 4bbef031d5
commit b543e6d143
46 changed files with 117 additions and 15 deletions

View File

@@ -518,5 +518,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Exit", "Salir"),
("Open", "Abrir"),
("logout_tip", "¿Seguro que deseas cerrar sesión?"),
("Service", ""),
("Start", ""),
("Stop", ""),
].iter().cloned().collect();
}