Update Korean (#13359)

Update Korean
This commit is contained in:
VenusGirl❤
2025-11-01 15:40:28 +09:00
committed by GitHub
parent 213880c14d
commit 9bd9658a92

View File

@@ -44,7 +44,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("id_change_tip", "a-z, A-Z, 0-9, -(대시) 및 _(밑줄) 문자만 허용됩니다. 첫 글자는 a-z, A-Z여야 합니다. 길이는 6에서 16 사이여야 합니다."),
("Website", "웹사이트"),
("About", "정보"),
("Slogan_tip", "이 혼란스러운 세상에서 마음을 담아 만들었습니다!"),
("Slogan_tip", "이 혼란스러운 세상에서 마음을 담아 만들었습니다! - 한국어 번역: 비너스걸"),
("Privacy Statement", "개인정보 보호정책"),
("Mute", "음소거"),
("Build Date", "빌드 날짜"),
@@ -721,6 +721,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Show virtual joystick", "가상 조이스틱 표시"),
("Edit note", "노트 편집"),
("Alias", "별명"),
("ScrollEdge", ""),
("ScrollEdge", "가장자리 스크롤"),
].iter().cloned().collect();
}