Merge pull request #4647 from bovirus/master

Update italian language
This commit is contained in:
RustDesk 2023-06-15 14:21:44 +08:00 committed by GitHub
commit 957e23fa82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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