mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 17:31:27 +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%", "الطول من %min% الى %max%"),
|
||||
("starts with a letter", "يبدأ بحرف"),
|
||||
("allowed characters", "الحروف المسموح بها"),
|
||||
("id_change_tip", "فقط a-z, A-Z, 0-9 و _ مسموح بها. اول حرف يجب ان يكون a-z او A-Z. الطول بين 6 و 16."),
|
||||
("id_change_tip", "فقط a-z, A-Z, 0-9, - (dash) و _ مسموح بها. اول حرف يجب ان يكون a-z او A-Z. الطول بين 6 و 16."),
|
||||
("Website", "الموقع"),
|
||||
("About", "عن"),
|
||||
("Slogan_tip", "صنع بحب في هذا العالم الفوضوي!"),
|
||||
|
||||
Reference in New Issue
Block a user