Update Korean (#14956)

This commit is contained in:
VenusGirl❤
2026-05-08 18:49:17 +09:00
committed by GitHub
parent 6c20fc936d
commit 72d27c3c47

View File

@@ -743,6 +743,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Display Name", "표시 이름"), ("Display Name", "표시 이름"),
("password-hidden-tip", "영구 비밀번호가 설정되었습니다 (숨김)."), ("password-hidden-tip", "영구 비밀번호가 설정되었습니다 (숨김)."),
("preset-password-in-use-tip", "현재 사전 설정된 비밀번호가 사용 중입니다."), ("preset-password-in-use-tip", "현재 사전 설정된 비밀번호가 사용 중입니다."),
("Enable privacy mode", ""), ("Enable privacy mode", "개인정보 보호 모드 사용함"),
].iter().cloned().collect(); ].iter().cloned().collect();
} }