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.
Update Italian language (rustdesk#9650)
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -648,8 +648,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = | |
("Authentication Required", "Richiesta autenticazione"), | ||
("Authenticate", "Autentica"), | ||
("web_id_input_tip", "È possibile inserire un ID nello stesso server, nel client web non è supportato l'accesso con IP diretto.\nSe vuoi accedere ad un dispositivo in un altro server, aggiungi l'indirizzo del server (<id>@<indirizzo_server>?key=<valore_chiave >), ad esempio,\n[email protected]:21117?key=5Qbwsde3unUcJBtrx9ZkvUmwFNoExHzpryHuPUdqlWM=.\nSe vuoi accedere ad un dispositivo in un server pubblico, inserisci \"<id>@public\", la chiave non è necessaria per il server pubblico."), | ||
("Download", ""), | ||
("Upload folder", ""), | ||
("Upload files", ""), | ||
("Download", "Download"), | ||
("Upload folder", "Cartella upload"), | ||
("Upload files", "File upload"), | ||
].iter().cloned().collect(); | ||
} |