mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-20 02:13:21 +03:00
Fix conflicts
This commit is contained in:
@@ -204,7 +204,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Warning", "Avviso"),
|
||||
("Login screen using Wayland is not supported", "La schermata di accesso non è supportata utilizzando Wayland"),
|
||||
("Reboot required", "Riavvio necessario"),
|
||||
("Unsupported display server ", "Display server non supportato"),
|
||||
("Unsupported display server", "Display server non supportato"),
|
||||
("x11 expected", "x11 necessario"),
|
||||
("Port", "Porta"),
|
||||
("Settings", "Impostazioni"),
|
||||
@@ -460,7 +460,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Codec", "Codec"),
|
||||
("Resolution", "Risoluzione"),
|
||||
("No transfers in progress", "Nessun trasferimento in corso"),
|
||||
("Set one-time password length", "Imposta lunghezza password monouso"),
|
||||
("Set one-time password length", "Imposta la lunghezza della password monouso"),
|
||||
("idd_driver_tip", ""),
|
||||
("confirm_idd_driver_tip", ""),
|
||||
("RDP Settings", "Imposta lunghezza password monouso"),
|
||||
("Sort by", "Ordina per"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user