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
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",
"Unmount USB devices",
"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",
"USB 장치 마운트 해제",
"이미지 뷰어",
"개발자 옵션",
"다중 문자 세트 (비활성화 시 부팅 속도 향상)",
"정보",
"업데이트 확인",
" 파일 이름 표시",
" 로그 활성화",
" 특수 기호/문자 지원 활성화",
"버전",
"제작자",
"배너",
"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 버전을 다운로드하여 설치하겠습니까? ",
"업데이트에 성공했습니다.",
"응용 프로그램을 종료하고 다시 실행하십시오.",
"최신 버전을 사용 중입니다.",
"Do you wish to unmount all the connected USB devices?",
"The USB device can now be safely removed.",
"연결된 모든 USB 장치를 마운트 해제하겠습니까?",
"이제 USB 장치를 안전하게 제거할 수 있습니다.",
"The name cannot be empty."
"이름은 공백이 될 수 없습니다."
};
// TODO: Dutch