mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-05 08:51:29 +03:00
allow dash in id
This commit is contained in:
@@ -41,7 +41,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("length %min% to %max%", "garums %min% līdz %max%"),
|
||||
("starts with a letter", "sākas ar burtu"),
|
||||
("allowed characters", "atļautās rakstzīmes"),
|
||||
("id_change_tip", "Atļautas tikai rakstzīmes a-z, A-Z, 0-9 un _ (pasvītrojums). Pirmajam burtam ir jābūt a-z, A-Z. Garums no 6 līdz 16."),
|
||||
("id_change_tip", "Atļautas tikai rakstzīmes a-z, A-Z, 0-9, - (dash) un _ (pasvītrojums). Pirmajam burtam ir jābūt a-z, A-Z. Garums no 6 līdz 16."),
|
||||
("Website", "Tīmekļa vietne"),
|
||||
("About", "Par"),
|
||||
("Slogan_tip", "Radīts ar sirdi šajā haotiskajā pasaulē!"),
|
||||
|
||||
Reference in New Issue
Block a user