Update Korean

This commit is contained in:
VenusGirl❤ 2026-05-24 22:37:36 +09:00 committed by GitHub
parent 6ad56075d6
commit fa7a2bf1ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -744,6 +744,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("password-hidden-tip", "영구 비밀번호가 설정되었습니다 (숨김)."),
("preset-password-in-use-tip", "현재 사전 설정된 비밀번호가 사용 중입니다."),
("Enable privacy mode", "개인정보 보호 모드 사용함"),
("allow-remote-toolbar-docking-any-edge", ""),
("allow-remote-toolbar-docking-any-edge", "원격 도구 모음을 창 가장자리에 도킹 허용"),
].iter().cloned().collect();
}