mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 01:21:29 +03: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"),
|
("Enable terminal", "Abilita terminale"),
|
||||||
("New tab", "Nuova scheda"),
|
("New tab", "Nuova scheda"),
|
||||||
("Keep terminal sessions on disconnect", "Quando disconetti mantieni attiva sessione terminale"),
|
("Keep terminal sessions on disconnect", "Quando disconetti mantieni attiva sessione terminale"),
|
||||||
("Terminal (Run as administrator)", ""),
|
("Terminal (Run as administrator)", "Terminale (esegui come amministratore)"),
|
||||||
("terminal-admin-login-tip", ""),
|
("terminal-admin-login-tip", "Inserisci il nome utente e la password dell'amministratore del lato controllato."),
|
||||||
("Failed to get user token.", ""),
|
("Failed to get user token.", "Impossibile ottenere il token utente."),
|
||||||
("Incorrect username or password.", ""),
|
("Incorrect username or password.", "Nome utente o password non corretti."),
|
||||||
("The user is not an administrator.", ""),
|
("The user is not an administrator.", "L'utente non è un amministratore."),
|
||||||
("Failed to check if the user is an administrator.", ""),
|
("Failed to check if the user is an administrator.", "Impossibile verificare se l'utente è un amministratore."),
|
||||||
("Supported only in the installed version.", ""),
|
("Supported only in the installed version.", "Supportato solo nella versione installata."),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user