Update ko.rs (#10138)

Update ko.rs
This commit is contained in:
jkh0kr 2024-12-02 16:47:23 +09:00 committed by GitHub
parent dc58c85e30
commit 3251045e22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -653,7 +653,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Upload folder", "폴더 업로드"),
("Upload files", "파일 업로드"),
("Clipboard is synchronized", "클립보드가 동기화됨"),
("Update client clipboard", ""),
("Untagged", ""),
("Update client clipboard", "클라이언트 클립보드 업데이트"),
("Untagged", "태그 없음"),
].iter().cloned().collect();
}