mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-08 17:01:27 +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", "คลิปบอร์ดว่างเปล่า"),
|
||||
("Stop service", "หยุดการใช้งานเซอร์วิส"),
|
||||
("Change ID", "เปลี่ยน ID"),
|
||||
("Your new ID", ""),
|
||||
("length %min% to %max%", ""),
|
||||
("starts with a letter", ""),
|
||||
("allowed characters", ""),
|
||||
("id_change_tip", "อนุญาตเฉพาะตัวอักษร a-z A-Z 0-9 และ _ (ขีดล่าง) เท่านั้น โดยตัวอักษรขึ้นต้นจะต้องเป็น a-z หรือไม่ก็ A-Z และมีความยาวระหว่าง 6 ถึง 16 ตัวอักษร"),
|
||||
("Website", "เว็บไซต์"),
|
||||
("About", "เกี่ยวกับ"),
|
||||
("Slogan_tip", "ทำด้วยใจ ในโลกใบนี้ที่ยุ่งเหยิง!"),
|
||||
@@ -54,7 +59,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("API Server", "เซิร์ฟเวอร์ API"),
|
||||
("invalid_http", "ต้องขึ้นต้นด้วย http:// หรือ https:// เท่านั้น"),
|
||||
("Invalid IP", "IP ไม่ถูกต้อง"),
|
||||
("id_change_tip", "อนุญาตเฉพาะตัวอักษร a-z A-Z 0-9 และ _ (ขีดล่าง) เท่านั้น โดยตัวอักษรขึ้นต้นจะต้องเป็น a-z หรือไม่ก็ A-Z และมีความยาวระหว่าง 6 ถึง 16 ตัวอักษร"),
|
||||
("Invalid format", "รูปแบบไม่ถูกต้อง"),
|
||||
("server_not_support", "ยังไม่รองรับโดยเซิร์ฟเวอร์"),
|
||||
("Not available", "ไม่พร้อมใช้งาน"),
|
||||
|
||||
Reference in New Issue
Block a user