lang: Add localization support for Korean

Minor Update
This commit is contained in:
DDinghoya 2022-08-07 23:04:17 +09:00 committed by GitHub
parent 782b5b5f88
commit 90d496586c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -492,72 +492,72 @@ static const char *strings_sc[] {
// TODO: Korean // TODO: Korean
static const char *strings_ko[] { 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", "언어",
"USB", "USB",
"Unmount USB devices", "USB 장치 마운트 해제",
"Image Viewer", "이미지 뷰어",
"Developer Options", "개발자 옵션",
"Multiple Character Set (Improves boot speed when disabled)", "다중 문자 세트 (비활성화 시 부팅 속도 향상)",
"About", "정보",
"Check for Updates", "업데이트 확인",
" Display filename", " 파일 이름 표시",
" Enable logs", " 로그 활성화",
" Enable support for special symbols/characters", " 특수 기호/문자 지원 활성화",
"version", "버전",
"Author", "제작자",
"Banner", "배너",
"Update", "업데이트",
"Could not connect to network.", "네트워크에 연결할 수 없습니다.",
"An update is available.", "업데이트가 가능합니다.",
"Do you wish to download and install NX-Shell version ", "NX-Shell 버전을 다운로드하여 설치하겠습니까? ",
"Update was successful.", "업데이트에 성공했습니다.",
"Please exit and rerun the application.", "응용 프로그램을 종료하고 다시 실행하십시오.",
"You are on the latest version.", "최신 버전을 사용 중입니다.",
"Do you wish to unmount all the connected USB devices?", "연결된 모든 USB 장치를 마운트 해제하겠습니까?",
"The USB device can now be safely removed.", "이제 USB 장치를 안전하게 제거할 수 있습니다.",
"The name cannot be empty." "이름은 공백이 될 수 없습니다."
}; };
// TODO: Dutch // TODO: Dutch