Update es.rs
"Pair denied" is "Par denegado", not "Par negado"
This commit is contained in:
parent
411ce169f0
commit
478635f093
@ -288,7 +288,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Succeeded", "Logrado"),
|
("Succeeded", "Logrado"),
|
||||||
("Someone turns on privacy mode, exit", "Alguien active el modo privacidad, salga"),
|
("Someone turns on privacy mode, exit", "Alguien active el modo privacidad, salga"),
|
||||||
("Unsupported", "No soportado"),
|
("Unsupported", "No soportado"),
|
||||||
("Peer denied", "Par negado"),
|
("Peer denied", "Par denegado"),
|
||||||
("Please install plugins", "Instale complementos"),
|
("Please install plugins", "Instale complementos"),
|
||||||
("Peer exit", "Par salio"),
|
("Peer exit", "Par salio"),
|
||||||
("Failed to turn off", "Error al apagar"),
|
("Failed to turn off", "Error al apagar"),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user