Merge pull request #5077 from flusheDData/master

Update es.rs
This commit is contained in:
RustDesk 2023-07-21 22:59:37 +08:00 committed by GitHub
commit b52795bd59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -512,11 +512,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Collapse toolbar", "Contraer barra de herramientas"),
("Accept and Elevate", "Aceptar y Elevar"),
("accept_and_elevate_btn_tooltip", "Aceptar la conexión y elevar permisos UAC."),
("clipboard_wait_response_timeout_tip", ""),
("Incoming connection", ""),
("Outgoing connection", ""),
("Exit", ""),
("Open", ""),
("logout_tip", ""),
("clipboard_wait_response_timeout_tip", "Tiempo de espera para copia agotado."),
("Incoming connection", "Conexión entrante"),
("Outgoing connection", "Conexión saliente"),
("Exit", "Salir"),
("Open", "Abrir"),
("logout_tip", "¿Seguro que deseas cerrar sesión?"),
].iter().cloned().collect();
}