mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 19:01: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%", "ความยาวตั้งแต่ %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