Italian language update (#11278)

This commit is contained in:
bovirus
2025-03-31 07:45:59 +02:00
committed by GitHub
parent ea74ed12b8
commit adf83a1b25

View File

@@ -614,7 +614,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("texture_render_tip", "Usa il rendering texture per rendere le immagini più fluide. Se riscontri problemi di rendering prova a disabilitare questa opzione."), ("texture_render_tip", "Usa il rendering texture per rendere le immagini più fluide. Se riscontri problemi di rendering prova a disabilitare questa opzione."),
("Use texture rendering", "Usa rendering texture"), ("Use texture rendering", "Usa rendering texture"),
("Floating window", "Finestra galleggiante"), ("Floating window", "Finestra galleggiante"),
("floating_window_tip", "It helps to keep RustDesk background service"), ("floating_window_tip", "Aiuta a mantenere il servizio Rustdesk in background."),
("Keep screen on", "Mantieni schermo acceso"), ("Keep screen on", "Mantieni schermo acceso"),
("Never", "Mai"), ("Never", "Mai"),
("During controlled", "Durante il controllo"), ("During controlled", "Durante il controllo"),
@@ -664,22 +664,22 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("No cameras", "Nessuna camera"), ("No cameras", "Nessuna camera"),
("d3d_render_tip", "Quando è abilitato il rendering D3D, in alcuni computer la schermata del telecomando potrebbe essere nera."), ("d3d_render_tip", "Quando è abilitato il rendering D3D, in alcuni computer la schermata del telecomando potrebbe essere nera."),
("Use D3D rendering", "Usa rendering D3D"), ("Use D3D rendering", "Usa rendering D3D"),
("Printer", ""), ("Printer", "Stampante"),
("printer-os-requirement-tip", ""), ("printer-os-requirement-tip", "La funzione della stampante richiede Windows 10 o superiore."),
("printer-requires-installed-{}-client-tip", ""), ("printer-requires-installed-{}-client-tip", "Per usare la stampa remota, {} è necessario installare il programma nel dispositivo."),
("printer-{}-not-installed-tip", ""), ("printer-{}-not-installed-tip", "La stampante {} non è installata."),
("printer-{}-ready-tip", ""), ("printer-{}-ready-tip", "La stampante {} è installata e pronta all'uso."),
("Install {} Printer", ""), ("Install {} Printer", "Installa la stampante {}"),
("Outgoing Print Jobs", ""), ("Outgoing Print Jobs", "Lavori di stampa in uscita"),
("Incomming Print Jobs", ""), ("Incomming Print Jobs", "Lavori di stampa in entrata"),
("Incoming Print Job", ""), ("Incoming Print Job", "Lavoro di stampa in entrata"),
("use-the-default-printer-tip", ""), ("use-the-default-printer-tip", "Usa la stampante predefinita"),
("use-the-selected-printer-tip", ""), ("use-the-selected-printer-tip", "Usa la stampante selezionata"),
("auto-print-tip", ""), ("auto-print-tip", "Stampa usando automaticamente la stampante selezionata."),
("print-incoming-job-confirm-tip", ""), ("print-incoming-job-confirm-tip", "Hai ricevuto un lavoro di stampa da remoto. Vuoi eseguirlo sul desktop?"),
("remote-printing-disallowed-tile-tip", ""), ("remote-printing-disallowed-tile-tip", "Stampa remota disabilitata"),
("remote-printing-disallowed-text-tip", ""), ("remote-printing-disallowed-text-tip", "Le impostazioni di autorizzazione del lato controllato negano la stampa remota."),
("save-settings-tip", ""), ("save-settings-tip", "Salva impostazioni"),
("dont-show-again-tip", ""), ("dont-show-again-tip", "Non visualizzare più questo messaggio"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }