Merge pull request #3361 from neogalaxy88/patch-10

Update it.rs
This commit is contained in:
RustDesk 2023-02-25 08:45:14 +08:00 committed by GitHub
commit b5db4c6770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -454,7 +454,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Stop voice call", "Interrompi la chiamata vocale"),
("relay_hint_tip", "Se non è possibile connettersi direttamente, si può provare a farlo tramite relay.\nInoltre, se si desidera utilizzare il relay al primo tentativo, è possibile aggiungere il suffisso \"/r\" all'ID o selezionare l'opzione \"Collegati sempre tramite relay\" nella scheda peer."),
("Reconnect", "Riconnetti"),
("Codec", ""),
("Resolution", ""),
("Codec", "Codec"),
("Resolution", "Risoluzione"),
].iter().cloned().collect();
}