mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-31 09:01:04 +03:00
opt hint of elevation username (#12338)
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
@@ -461,7 +461,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("empty_favorite_tip", "장치 즐겨찾기가 없습니다. 새 즐겨찾기를 추가해보세요"),
|
||||
("empty_lan_tip", "제어되는 장치가 발견되지 않았습니다."),
|
||||
("empty_address_book_tip", "현재 주소록에 제어되는 클라이언트가 없습니다"),
|
||||
("eg: admin", "예: 관리자"),
|
||||
("Empty Username", "사용자 이름이 비어있습니다"),
|
||||
("Empty Password", "비밀번호가 비어있습니다"),
|
||||
("Me", "나"),
|
||||
@@ -710,5 +709,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("The user is not an administrator.", "사용자가 관리자가 아닙니다."),
|
||||
("Failed to check if the user is an administrator.", "사용자가 관리자인지 확인하는 데 실패했습니다."),
|
||||
("Supported only in the installed version.", "설치된 버전에서만 지원됩니다."),
|
||||
("elevation_username_tip", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user