Merge pull request #4825 from bovirus/master

Update italian language
This commit is contained in:
RustDesk 2023-07-02 22:52:12 +08:00 committed by GitHub
commit 588213be80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -511,6 +511,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Collapse toolbar", "Comprimi barra strumenti"),
("Accept and Elevate", "Accetta ed eleva"),
("accept_and_elevate_btn_tooltip", "Accetta la connessione ed eleva le autorizzazioni UAC."),
("clipboard_wait_response_timeout_tip", ""),
("clipboard_wait_response_timeout_tip", "Timeout attesa risposta della copia."),
].iter().cloned().collect();
}