mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 22:11:30 +08:00
Update ko.rs (#12316)
This commit is contained in:
@@ -702,13 +702,13 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Terminal", "터미널"),
|
||||
("Enable terminal", "터미널 사용함"),
|
||||
("New tab", "새 탭"),
|
||||
("Keep terminal sessions on disconnect", "터미널 세션 연결 해제 상태 유지"),
|
||||
("Terminal (Run as administrator)", ""),
|
||||
("terminal-admin-login-tip", ""),
|
||||
("Failed to get user token.", ""),
|
||||
("Incorrect username or password.", ""),
|
||||
("The user is not an administrator.", ""),
|
||||
("Failed to check if the user is an administrator.", ""),
|
||||
("Supported only in the installed version.", ""),
|
||||
("Keep terminal sessions on disconnect", "연결이 끊어져도 터미널 세션 유지"),
|
||||
("Terminal (Run as administrator)", "터미널 (관리자 권한으로 실행)"),
|
||||
("terminal-admin-login-tip", "제어되는 측의 관리자 사용자 이름과 비밀번호를 입력하세요."),
|
||||
("Failed to get user token.", "사용자 토큰을 가져오는 데 실패했습니다."),
|
||||
("Incorrect username or password.", "사용자 이름이나 비밀번호가 올바르지 않습니다."),
|
||||
("The user is not an administrator.", "사용자가 관리자가 아닙니다."),
|
||||
("Failed to check if the user is an administrator.", "사용자가 관리자인지 확인하는 데 실패했습니다."),
|
||||
("Supported only in the installed version.", "설치된 버전에서만 지원됩니다."),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user