mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 23:41: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", "Urklippet är tomt"),
|
||||
("Stop service", "Avsluta tjänsten"),
|
||||
("Change ID", "Byt ID"),
|
||||
("Your new ID", ""),
|
||||
("length %min% to %max%", ""),
|
||||
("starts with a letter", ""),
|
||||
("allowed characters", ""),
|
||||
("id_change_tip", "Bara a-z, A-Z, 0-9 och _ (understräck) tecken är tillåtna. Den första bokstaven måste vara a-z, A-Z. Längd mellan 6 och 16."),
|
||||
("Website", "Hemsida"),
|
||||
("About", "Om"),
|
||||
("Slogan_tip", ""),
|
||||
@@ -54,7 +59,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("API Server", "API Server"),
|
||||
("invalid_http", "måste börja med http:// eller https://"),
|
||||
("Invalid IP", "Ogiltig IP"),
|
||||
("id_change_tip", "Bara a-z, A-Z, 0-9 och _ (understräck) tecken är tillåtna. Den första bokstaven måste vara a-z, A-Z. Längd mellan 6 och 16."),
|
||||
("Invalid format", "Ogiltigt format"),
|
||||
("server_not_support", "Stöds ännu inte av servern"),
|
||||
("Not available", "Ej tillgänglig"),
|
||||
|
||||
Reference in New Issue
Block a user