forked from mirrors/rustdesk
fix compile
This commit is contained in:
parent
701a9c6cdc
commit
9f8f726f12
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("Wrong Password", "Contraseña incorrecta"),
|
||||
("Do you want to enter again?", "¿Quieres volver a entrar?"),
|
||||
("Connection Error", "Error de conexión"),
|
||||
("Error", ),
|
||||
("Error", ""),
|
||||
("Reset by the peer", "Restablecido por el par"),
|
||||
("Connecting...", "Conectando..."),
|
||||
("Connection in progress. Please wait.", "Conexión en curso. Espere por favor."),
|
||||
|
|
@ -90,7 +90,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||
("Receive", "Recibir"),
|
||||
("Send", "Enviar"),
|
||||
("Refresh File", "Actualizar archivo"),
|
||||
("Local", ),
|
||||
("Local", ""),
|
||||
("Remote", "Remoto"),
|
||||
("Remote Computer", "Computadora remota"),
|
||||
("Local Computer", "Computadora local"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue