mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 06:11:29 +03:00
improve input of change ID
This commit is contained in:
@@ -37,6 +37,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Clipboard is empty", "Gli appunti sono vuoti"),
|
||||
("Stop service", "Arresta servizio"),
|
||||
("Change ID", "Cambia ID"),
|
||||
("Your new ID", ""),
|
||||
("length %min% to %max%", ""),
|
||||
("starts with a letter", ""),
|
||||
("allowed characters", ""),
|
||||
("id_change_tip", "Puoi usare solo i caratteri a-z, A-Z, 0-9 e _ (underscore). Il primo carattere deve essere a-z o A-Z. La lunghezza deve essere fra 6 e 16 caratteri."),
|
||||
("Website", "Sito web"),
|
||||
("About", "Informazioni"),
|
||||
("Slogan_tip", "Fatta con il cuore in questo mondo caotico!"),
|
||||
@@ -54,7 +59,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("API Server", "Server API"),
|
||||
("invalid_http", "deve iniziare con http:// o https://"),
|
||||
("Invalid IP", "Indirizzo IP non valido"),
|
||||
("id_change_tip", "Puoi usare solo i caratteri a-z, A-Z, 0-9 e _ (underscore). Il primo carattere deve essere a-z o A-Z. La lunghezza deve essere fra 6 e 16 caratteri."),
|
||||
("Invalid format", "Formato non valido"),
|
||||
("server_not_support", "Non ancora supportato dal server"),
|
||||
("Not available", "Non disponibile"),
|
||||
|
||||
Reference in New Issue
Block a user