Skip to content

Commit

Permalink
lang: Add localization support for Korean
Browse files Browse the repository at this point in the history
Minor Update
  • Loading branch information
DDinghoya authored Aug 7, 2022
1 parent 782b5b5 commit 90d4965
Showing 1 changed file with 65 additions and 65 deletions.
130 changes: 65 additions & 65 deletions source/language.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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",

"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.",

"Do you wish to unmount all the connected USB devices?",
"The USB device can now be safely removed.",

"The name cannot be empty."
"USB 장치 마운트 해제",
"이미지 뷰어",
"개발자 옵션",
"다중 문자 세트 (비활성화 시 부팅 속도 향상)",
"정보",
"업데이트 확인",
" 파일 이름 표시",
" 로그 활성화",
" 특수 기호/문자 지원 활성화",
"버전",
"제작자",
"배너",

"업데이트",
"네트워크에 연결할 수 없습니다.",
"업데이트가 가능합니다.",
"NX-Shell 버전을 다운로드하여 설치하겠습니까? ",
"업데이트에 성공했습니다.",
"응용 프로그램을 종료하고 다시 실행하십시오.",
"최신 버전을 사용 중입니다.",

"연결된 모든 USB 장치를 마운트 해제하겠습니까?",
"이제 USB 장치를 안전하게 제거할 수 있습니다.",

"이름은 공백이 될 수 없습니다."
};

// TODO: Dutch
Expand Down

0 comments on commit 90d4965

Please sign in to comment.