mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 04:31: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", "클립보드가 비어있습니다"),
|
||||
("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