forked from rustdesk/rustdesk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'rustdesk:master' into master
- Loading branch information
Showing
4 changed files
with
41 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -647,10 +647,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = | |
("one-way-file-transfer-tip", "La transferencia en un sentido está habilitada en el lado controlado."), | ||
("Authentication Required", "Se requiere autenticación"), | ||
("Authenticate", "Autenticar"), | ||
("web_id_input_tip", ""), | ||
("Download", ""), | ||
("Upload folder", ""), | ||
("Upload files", ""), | ||
("Clipboard is synchronized", ""), | ||
("web_id_input_tip", "Puedes introducir una ID en el mismo servidor, el cliente web no soporta acceso vía IP.\nSi quieres acceder a un dispositivo en otro servidor, por favor, agrega la dirección del servidor (<id>@<direccion_servidor>?clave=<clave_valor>), por ejemplo,\n[email protected]:21117?key=5Qbwsde3unUcJBtrx9ZkvUmwFNoExHzpryHuPUdqlWM=.\nSi quieres accedder a un dispositivo en un servidor público, por favor, introduce \"<id>@public\", la clave no es necesaria para el servidor público."), | ||
("Download", "Descarga"), | ||
("Upload folder", "Subir carpeta"), | ||
("Upload files", "Subir archivos"), | ||
("Clipboard is synchronized", "Portapapeles sincronizado"), | ||
].iter().cloned().collect(); | ||
} |