timeout of webrtc fallback to delay

This commit is contained in:
rustdesk
2026-09-12 13:52:11 +08:00
parent e54f21e10c
commit 3c7c13d79d
58 changed files with 215 additions and 16 deletions

View File

@@ -778,5 +778,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("The screen sharing request ended without completing on the remote device", "La richiesta di condivisione dello schermo si è chiusa senza essere completata nel dispositivo remoto"),
("RustDesk could not obtain a usable screen from the XDG Desktop Portal, the PipeWire library may be too old", "RustDesk non è riuscito a ottenere una schermata usabile dal portale desktop XDG, la libreria PipeWire potrebbe essere troppo vecchia"),
("RustDesk could not load a GStreamer component needed for screen capture ({})", "RustDesk non è riuscito a caricare un componente GStreamer necessario per l'acquisizione dello schermo ({})"),
("Relay fallback delay in seconds", ""),
("relay-fallback-delay-tip", ""),
].iter().cloned().collect();
}