diff --git a/src/lang/ko.rs b/src/lang/ko.rs index 20d29c728..8318f77df 100644 --- a/src/lang/ko.rs +++ b/src/lang/ko.rs @@ -780,6 +780,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("RustDesk could not load a GStreamer component needed for screen capture ({})", "RustDesk가 화면 캡처에 필요한 GStreamer 구성 요소를 불러오지 못했습니다 ({})"), ("Relay fallback delay in seconds", "릴레이 대체 작동 지연 시간 (초)"), ("relay-fallback-delay-tip", "이미 연결된 중계 연결이 직접 WebRTC 연결을 얼마나 기다린 후 대신 사용되는지입니다. 값을 늘리면 느린 직접 연결에 더 많은 시간을 주고, 줄이면 직접 연결이 불가능한 네트워크에서 더 빨리 중계로 전환합니다. 비워 두면 기본값 2.5초가 사용됩니다."), - ("To start a voice call, enable \"Audio capture\" on the \"Screen share\" page.", "") + ("To start a voice call, enable \"Audio capture\" on the \"Screen share\" page.", "음성 통화를 시작하려면 '화면 공유' 페이지에서 '오디오 캡처'를 사용함으로 하세요.") ].iter().cloned().collect(); }