mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 00:49:04 +00:00
Update es.rs
"Pair denied" is "Par denegado", not "Par negado"
This commit is contained in:
parent
411ce169f0
commit
478635f093
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("Succeeded", "Logrado"),
|
||||
("Someone turns on privacy mode, exit", "Alguien active el modo privacidad, salga"),
|
||||
("Unsupported", "No soportado"),
|
||||
("Peer denied", "Par negado"),
|
||||
("Peer denied", "Par denegado"),
|
||||
("Please install plugins", "Instale complementos"),
|
||||
("Peer exit", "Par salio"),
|
||||
("Failed to turn off", "Error al apagar"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue