mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 09:51: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", "El portapapers està buit"),
|
||||
("Stop service", "Aturar servei"),
|
||||
("Change ID", "Canviar ID"),
|
||||
("Your new ID", ""),
|
||||
("length %min% to %max%", ""),
|
||||
("starts with a letter", ""),
|
||||
("allowed characters", ""),
|
||||
("id_change_tip", "Només pots utilitzar caràcters a-z, A-Z, 0-9 e _ (guionet baix). El primer caràcter ha de ser a-z o A-Z. La longitut ha d'estar entre 6 i 16 caràcters."),
|
||||
("Website", "Lloc web"),
|
||||
("About", "Sobre"),
|
||||
("Slogan_tip", ""),
|
||||
@@ -54,7 +59,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("API Server", "Servidor API"),
|
||||
("invalid_http", "ha de començar amb http:// o https://"),
|
||||
("Invalid IP", "IP incorrecta"),
|
||||
("id_change_tip", "Només pots utilitzar caràcters a-z, A-Z, 0-9 e _ (guionet baix). El primer caràcter ha de ser a-z o A-Z. La longitut ha d'estar entre 6 i 16 caràcters."),
|
||||
("Invalid format", "Format incorrecte"),
|
||||
("server_not_support", "Encara no és compatible amb el servidor"),
|
||||
("Not available", "No disponible"),
|
||||
|
||||
Reference in New Issue
Block a user