mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 15:51:27 +03:00
portable service only run on main display (#8525)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -551,7 +551,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Test", "Test"),
|
||||
("display_is_plugged_out_msg", "Lo schermo è scollegato, passo al primo schermo."),
|
||||
("No displays", "Nessuno schermo"),
|
||||
("elevated_switch_display_msg", "Passo allo schermo principale perché in modalità elevata non sono supportati più schermi."),
|
||||
("Open in new window", "Apri in una nuova finestra"),
|
||||
("Show displays as individual windows", "Visualizza schermi come finestre individuali"),
|
||||
("Use all my displays for the remote session", "Usa tutti gli schermi per la sessione remota"),
|
||||
@@ -570,10 +569,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Enter privacy mode", "Entra in modalità privacy"),
|
||||
("Exit privacy mode", "Esci dalla modalità privacy"),
|
||||
("idd_not_support_under_win10_2004_tip", "Il driver video indiretto non è supportato. È richiesto Windows 10, versione 2004 o successiva."),
|
||||
("switch_display_elevated_connections_tip", "Nella modalità elevata quando sono presenti più connessioni non è supportato il passaggio allo schermo non primario. Se vuoi controllare più schermi riprova dopo l'installazione."),
|
||||
("input_source_1_tip", "Sorgente ingresso (1)"),
|
||||
("input_source_2_tip", "Sorgente ingresso (2)"),
|
||||
("capture_display_elevated_connections_tip", "La cattura di più display non è supportata nella modalità utente con privilegi elevati. Se vuoi controllare più display riprova dopo l'installazione."),
|
||||
("Swap control-command key", "Scambia tasto controllo-comando"),
|
||||
("swap-left-right-mouse", "Scambia pulsante sinistro-destro mouse"),
|
||||
("2FA code", "Codice 2FA"),
|
||||
@@ -616,7 +613,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."),
|
||||
("Use texture rendering", "Usa rendering texture"),
|
||||
("Floating window", "Finestra galleggiante"),
|
||||
("floating_window_tip", "Aiuta a mantenere il servizio di RustDesk in background"),
|
||||
("floating_window_tip", "It helps to keep RustDesk background service"),
|
||||
("Keep screen on", "Mantieni schermo acceso"),
|
||||
("Never", "Mai"),
|
||||
("During controlled", "Durante il controllo"),
|
||||
@@ -628,9 +625,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Volume down", "Volume -"),
|
||||
("Power", "Alimentazione"),
|
||||
("Telegram bot", "Bot Telgram"),
|
||||
("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"),
|
||||
("floating_window_tip", "It helps to keep RustDesk background service"),
|
||||
("enable-bot-tip", "If you enable this feature, you can receive the 2FA code from your bot. It can also function as a connection notification."),
|
||||
("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"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user