Skip to content

Commit

Permalink
Update Italian language (rustdesk#9650)
Browse files Browse the repository at this point in the history
  • Loading branch information
bovirus authored Oct 14, 2024
1 parent 55187e9 commit 36e11c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lang/it.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit 36e11c6

Please sign in to comment.