mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-05-22 21:48:39 +03:00
fix compile
This commit is contained in:
@@ -74,7 +74,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Wrong Password", "Contraseña incorrecta"),
|
("Wrong Password", "Contraseña incorrecta"),
|
||||||
("Do you want to enter again?", "¿Quieres volver a entrar?"),
|
("Do you want to enter again?", "¿Quieres volver a entrar?"),
|
||||||
("Connection Error", "Error de conexión"),
|
("Connection Error", "Error de conexión"),
|
||||||
("Error", ),
|
("Error", ""),
|
||||||
("Reset by the peer", "Restablecido por el par"),
|
("Reset by the peer", "Restablecido por el par"),
|
||||||
("Connecting...", "Conectando..."),
|
("Connecting...", "Conectando..."),
|
||||||
("Connection in progress. Please wait.", "Conexión en curso. Espere por favor."),
|
("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"),
|
("Receive", "Recibir"),
|
||||||
("Send", "Enviar"),
|
("Send", "Enviar"),
|
||||||
("Refresh File", "Actualizar archivo"),
|
("Refresh File", "Actualizar archivo"),
|
||||||
("Local", ),
|
("Local", ""),
|
||||||
("Remote", "Remoto"),
|
("Remote", "Remoto"),
|
||||||
("Remote Computer", "Computadora remota"),
|
("Remote Computer", "Computadora remota"),
|
||||||
("Local Computer", "Computadora local"),
|
("Local Computer", "Computadora local"),
|
||||||
|
|||||||
Reference in New Issue
Block a user