Update ko.rs (#14110)

Update Korean
This commit is contained in:
VenusGirl❤
2026-01-25 17:37:34 +09:00
committed by GitHub
parent 0dc3c12aa5
commit 6b334f2977

View File

@@ -737,7 +737,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("rel-mouse-exit-{}-tip", "종료하려면 {}을(를) 누르세요."), ("rel-mouse-exit-{}-tip", "종료하려면 {}을(를) 누르세요."),
("rel-mouse-permission-lost-tip", "키보드 권한이 취소되었습니다. 상대 마우스 모드가 비활성화되었습니다."), ("rel-mouse-permission-lost-tip", "키보드 권한이 취소되었습니다. 상대 마우스 모드가 비활성화되었습니다."),
("Changelog", "변경 기록"), ("Changelog", "변경 기록"),
("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-outgoing-sessions-label", "발신 세션 중 화면 켜짐 유지"),
("keep-awake-during-incoming-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", "수신 세션 중 화면 켜짐 유지"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }