Skip to content

Commit

Permalink
Fix translation issues in Italian language file (rustdesk#10312)
Browse files Browse the repository at this point in the history
Corrected multiple translation errors and typos in the Italian language resource file.
  • Loading branch information
n3ural authored Dec 18, 2024
1 parent e4b270a commit ed9cb37
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/lang/it.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("ID/Relay Server", "Server ID/Relay"),
("Import server config", "Importa configurazione server dagli appunti"),
("Export Server Config", "Esporta configurazione server negli appunti"),
("Import server configuration successfully", "Configurazione server importata completata"),
("Export server configuration successfully", "Configurazione Server esportata completata"),
("Import server configuration successfully", "Configurazione server importata con successo"),
("Export server configuration successfully", "Configurazione Server esportata con successo"),
("Invalid server configuration", "Configurazione server non valida"),
("Clipboard is empty", "Gli appunti sono vuoti"),
("Stop service", "Arresta servizio"),
Expand Down Expand Up @@ -105,7 +105,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Are you sure you want to delete this file?", "Sei sicuro di voler eliminare questo file?"),
("Are you sure you want to delete this empty directory?", "Sei sicuro di voler eliminare questa cartella vuota?"),
("Are you sure you want to delete the file of this directory?", "Sei sicuro di voler eliminare il file di questa cartella?"),
("Do this for all conflicts", "Ricorca questa scelta per tutti i conflitti"),
("Do this for all conflicts", "Ricorda questa scelta per tutti i conflitti"),
("This is irreversible!", "Questo è irreversibile!"),
("Deleting", "Eliminazione di"),
("files", "file"),
Expand Down Expand Up @@ -226,7 +226,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Add ID", "Aggiungi ID"),
("Add Tag", "Aggiungi etichetta"),
("Unselect all tags", "Deseleziona tutte le etichette"),
("Network error", "Errore rete"),
("Network error", "Errore di rete"),
("Username missed", "Nome utente mancante"),
("Password missed", "Password mancante"),
("Wrong credentials", "Credenziali errate"),
Expand Down Expand Up @@ -297,7 +297,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Succeeded", "Completato"),
("Someone turns on privacy mode, exit", "Qualcuno ha attivato la modalità privacy, uscita"),
("Unsupported", "Non supportato"),
("Peer denied", "Acvesso negato al dispositivo remoto"),
("Peer denied", "Accesso negato al dispositivo remoto"),
("Please install plugins", "Installa i plugin"),
("Peer exit", "Uscita dal dispostivo remoto"),
("Failed to turn off", "Impossibile spegnere"),
Expand Down Expand Up @@ -479,7 +479,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("another_user_login_text_tip", "Separato"),
("xorg_not_found_title_tip", "Xorg non trovato."),
("xorg_not_found_text_tip", "Installa Xorg."),
("no_desktop_title_tip", "Non c'è nessun envorinment desktop disponibile."),
("no_desktop_title_tip", "Non è presente alcun ambiente desktop disponibile."),
("no_desktop_text_tip", "Installa il desktop GNOME."),
("No need to elevate", "Elevazione dei privilegi non richiesta"),
("System Sound", "Dispositivo audio sistema"),
Expand Down Expand Up @@ -625,7 +625,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Volume up", "Volume +"),
("Volume down", "Volume -"),
("Power", "Alimentazione"),
("Telegram bot", "Bot Telgram"),
("Telegram bot", "Bot Telegram"),
("enable-bot-tip", "Se abiliti questa funzione, puoi ricevere il codice 2FA dal tuo bot.\nPuò anche funzionare come notifica di connessione."),
("enable-bot-desc", "1. apri una chat con @BotFather.\n2. Invia il comando \"/newbot\", dopo aver completato questo passaggio riceverai un token.\n3. Avvia una chat con il tuo bot appena creato. Per attivarlo Invia un messaggio che inizia con una barra (\"/\") tipo \"/hello\".\n"),
("cancel-2fa-confirm-tip", "Sei sicuro di voler annullare 2FA?"),
Expand Down

0 comments on commit ed9cb37

Please sign in to comment.