mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 14:07:28 +08:00
Italian language update (#12321)
This commit is contained in:
@@ -703,12 +703,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Enable terminal", "Abilita terminale"),
|
||||
("New tab", "Nuova scheda"),
|
||||
("Keep terminal sessions on disconnect", "Quando disconetti mantieni attiva sessione terminale"),
|
||||
("Terminal (Run as administrator)", ""),
|
||||
("terminal-admin-login-tip", ""),
|
||||
("Failed to get user token.", ""),
|
||||
("Incorrect username or password.", ""),
|
||||
("The user is not an administrator.", ""),
|
||||
("Failed to check if the user is an administrator.", ""),
|
||||
("Supported only in the installed version.", ""),
|
||||
("Terminal (Run as administrator)", "Terminale (esegui come amministratore)"),
|
||||
("terminal-admin-login-tip", "Inserisci il nome utente e la password dell'amministratore del lato controllato."),
|
||||
("Failed to get user token.", "Impossibile ottenere il token utente."),
|
||||
("Incorrect username or password.", "Nome utente o password non corretti."),
|
||||
("The user is not an administrator.", "L'utente non è un amministratore."),
|
||||
("Failed to check if the user is an administrator.", "Impossibile verificare se l'utente è un amministratore."),
|
||||
("Supported only in the installed version.", "Supportato solo nella versione installata."),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user