Update Italian language (#9650)

This commit is contained in:
bovirus 2024-10-14 15:26:55 +02:00 committed by GitHub
parent 55187e9243
commit 36e11c61a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,\n9123456234@192.168.16.1: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();
}