Update ko.rs (#9411)

Add Korean language
This commit is contained in:
jkh0kr 2024-09-20 16:16:20 +09:00 committed by GitHub
parent 21bcfd173d
commit b93d4ce3fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -641,11 +641,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Platform", "플랫폼"),
("Days remaining", "일 남음"),
("enable-trusted-devices-tip", "신뢰할 수 있는 기기에서 2FA 검증 건너뛰기"),
("Parent directory", ""),
("Resume", ""),
("Invalid file name", ""),
("one-way-file-transfer-tip", ""),
("Authentication Required", ""),
("Authenticate", ""),
("Parent directory", "상위 디렉토리"),
("Resume", "재개"),
("Invalid file name", "잘못된 파일 이름"),
("one-way-file-transfer-tip", "단방향 파일 전송은 제어되는 쪽에서 활성화됩니다."),
("Authentication Required", "인증 필요함"),
("Authenticate", "인증"),
].iter().cloned().collect();
}