mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-11 14:31:28 +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", "A área de transferência está vazia"),
|
||||
("Stop service", "Parar serviço"),
|
||||
("Change ID", "Alterar ID"),
|
||||
("Your new ID", ""),
|
||||
("length %min% to %max%", ""),
|
||||
("starts with a letter", ""),
|
||||
("allowed characters", ""),
|
||||
("id_change_tip", "Somente os caracteres a-z, A-Z, 0-9 e _ (sublinhado) são permitidos. A primeira letra deve ser a-z, A-Z. Comprimento entre 6 e 16."),
|
||||
("Website", "Website"),
|
||||
("About", "Sobre"),
|
||||
("Slogan_tip", ""),
|
||||
@@ -54,7 +59,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("API Server", "Servidor da API"),
|
||||
("invalid_http", "deve iniciar com http:// ou https://"),
|
||||
("Invalid IP", "IP inválido"),
|
||||
("id_change_tip", "Somente os caracteres a-z, A-Z, 0-9 e _ (sublinhado) são permitidos. A primeira letra deve ser a-z, A-Z. Comprimento entre 6 e 16."),
|
||||
("Invalid format", "Formato inválido"),
|
||||
("server_not_support", "Ainda não suportado pelo servidor"),
|
||||
("Not available", "Indisponível"),
|
||||
|
||||
Reference in New Issue
Block a user