lang: Add Korean translation (#108)

Updated Korean
This commit is contained in:
DDinghoya 2022-03-13 23:10:18 +09:00 committed by GitHub
parent 097ac8225c
commit d6c1c42a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -471,69 +471,69 @@ static const char *strings_sc[] {
// TODO: Korean
static const char *strings_ko[] {
"OK",
"Cancel",
"확인",
"취소",
"Options",
"Select All",
"Clear All",
"Properties",
"Rename",
"New Folder",
"New File",
"Copy",
"Move",
"Paste",
"Delete",
"Set Archive Bit",
"Enter name",
"Enter folder name",
"Enter file name",
"Copying:",
"옵션",
"모두 선택",
"모두 지움",
"속성",
"이름 바꾸기",
"새 폴더",
"새 파일",
"복사",
"이동",
"붙여넣기",
"삭제",
"아카이브 비트 설정",
"이름 입력",
"폴더 이름 입력",
"파일 이름 입력",
"복사 중:",
"Name: ",
"Size: ",
"Created: ",
"Modified: ",
"Accessed: ",
"Width: ",
"Height: ",
"이름: ",
"크기: ",
"제작: ",
"수정: ",
"접속: ",
"너비: ",
"높이: ",
"This action cannot be undone.",
"Do you wish to delete the following:",
"Do you wish to delete ",
"이 작업은 취소할 수 없습니다.",
"다음을 삭제하겠습니까:",
"삭제하겠습니까 ",
"Extract archive",
"This action may take a while.",
"Do you wish to extract ",
"Extracting:",
"파일 해제",
"이 작업은 시간이 걸릴 수 있습니다.",
"해제하겠습니까? ",
"해제 중:",
"Settings",
"Sort Settings",
"Language",
"Image Viewer",
"Developer Options",
"About",
"Check for Updates",
" By name (ascending)",
" By name (descending)",
" By size (largest first)",
" By size (smallest first)",
" Display filename",
" Enable logs",
"version",
"Author",
"Banner",
"설정",
"정렬 설정",
"언어",
"이미지 뷰어",
"개발자 옵션",
"정보",
"업데이트 확인",
" 이름 (오름차순)",
" 이름 (내림차순)",
" 크기 (큰 것부터)",
" 크기 (가장 작은 것부터)",
" 파일 이름 표시",
" 로그 활성화",
"버전",
"제작자",
"배너",
"Update",
"Could not connect to network.",
"An update is available.",
"Do you wish to download and install NX-Shell version ",
"Update was successful.",
"Please exit and rerun the application.",
"You are on the latest version.",
"업데이트",
"네트워크에 연결할 수 없습니다.",
"업데이트가 가능합니다.",
"NX-Shell 버전을 다운로드하여 설치하겠습니까? ",
"업데이트에 성공했습니다.",
"응용 프로그램을 종료하고 다시 실행하십시오.",
"최신 버전을 사용 중입니다.",
"The name cannot be empty."
"이름은 공백이 될 수 없습니다."
};
// TODO: Dutch