From 0a62103ccda77383e5f13998d655b03ed4fb73cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?VenusGirl=E2=9D=A4?= Date: Fri, 18 Jul 2025 19:15:01 +0900 Subject: [PATCH] Update ko.rs (#12316) --- src/lang/ko.rs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/lang/ko.rs b/src/lang/ko.rs index e9b034eb7..a70ac83e3 100644 --- a/src/lang/ko.rs +++ b/src/lang/ko.rs @@ -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(); }