Update ko.rs (#12757)

Update Korean
This commit is contained in:
VenusGirl❤ 2025-08-29 18:10:04 +09:00 committed by GitHub
parent 7ca8e0d437
commit c5e76972aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -709,6 +709,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Supported only in the installed version.", "설치된 버전에서만 지원됩니다."),
("elevation_username_tip", "사용자 이름 또는 도메인\\사용자 이름 입력"),
("Preparing for installation ...", "설치 준비 중 ..."),
("Show my cursor", ""),
("Show my cursor", "내 커서 표시"),
].iter().cloned().collect();
}