Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Korean translation (Sandboxie Plus) #2133

Merged
merged 14 commits into from
Aug 16, 2022
Prev Previous commit
Next Next commit
Update Languages.iss
  • Loading branch information
VenusGirl committed Aug 14, 2022
commit 16a4c693e97f6275f2953a1eee5c3b37b010f608
23 changes: 23 additions & 0 deletions Installer/Languages.iss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
[Languages]

Name: "english"; MessagesFile: "compiler:Default.isl"
Name: "korean"; MessagesFile: "compiler:korean.isl"
Name: "ChineseSimplified"; MessagesFile: "isl\ChineseSimplified.isl"
Name: "ChineseTraditional"; MessagesFile: "isl\ChineseTraditional.isl"
Name: "dutch"; MessagesFile: "compiler:Languages\Dutch.isl"
Expand Down Expand Up @@ -62,6 +63,28 @@ english.UninstallTaskLabel3=&Keep configuration files and sandboxes%nThis is the
english.UninstallTaskLabel4=Remove &configuration files%nSelect this option to remove the Sandboxie.ini and Sandboxie-Plus.ini configuration files while keeping the sandboxes unchanged.
english.UninstallTaskLabel5=Remove configuration files and &sandboxes%nSelect this option to remove all configuration files and sandboxes, including the Sandbox folder located in custom paths with FileRootPath.

; Korean
Korean.AddSandboxedMenu=상황에 맞는 메뉴에 "샌드박스 실행" 추가
Korean.AddSandboxedBrowser=Sandboxie에서 웹 브라우저를 시작하기 위한 바탕 화면 바로 가기 추가
Korean.SandboxieStartMenu1=샌드박스된 프로그램 실행
Korean.SandboxieStartMenu2=샌드박스된 웹 브라우저 실행
Korean.SandboxieStartMenu3=샌드박스 시작 메뉴
Korean.SandboxedBrowser=샌드박스된 웹 브라우저
Korean.CustomPageLabel1=설치 유형 선택
Korean.CustomPageLabel2=설치 방법
Korean.CustomPageLabel3=설치 모드 선택
Korean.CustomPageInstallMode=이 컴퓨터에 {#MyAppName} 설치
Korean.CustomPageUpgradeMode=기존 {#MyAppName} 설치 업데이트
Korean.CustomPagePortableMode=휴대용 사용을 위해 모든 파일을 디렉토리에 추출
Korean.RequiresWin7OrLater=Sandboxie-Plus를 사용하려면 Windows 7 이상이 필요합니다.
Korean.ClassicFound=Sandboxie Classic 설치가 탐지되었습니다. 먼저 제거해야 합니다. 지금 제거하시겠습니까?
Korean.RunSandboxedMenu=샌드박스 실행(&S)
Korean.UninstallTaskLabel1=제거 유형 선택
Korean.UninstallTaskLabel2=Sandboxie-Plus를 제거하시겠습니까?
Korean.UninstallTaskLabel3=구성 파일 및 샌드박스 유지%n구성 파일과 샌드박스를 유지하면서 Sandboxie-Plus를 다시 설치하려는 경우 이 옵션을 사용하는 것이 가장 좋습니다.(&K)
Korean.UninstallTaskLabel4=구성 파일 제거%n샌드박스를 변경하지 않고 Sandboxie.ini 및 Sandboxie-Plus.ini 구성 파일을 제거하려면 이 옵션을 선택합니다.(&C)
Korean.UninstallTaskLabel5=구성 파일 및 샌드박스 제거%nFileRootPath를 사용하여 사용자 정의 경로에 있는 샌드박스 폴더를 포함하여 모든 구성 파일과 샌드박스를 제거하려면 이 옵션을 선택하십시오.(&S)

; Chinese Simplified
ChineseSimplified.AddSandboxedMenu=添加“在沙盒中运行”菜单
ChineseSimplified.AddSandboxedBrowser=为用 Sandboxie 启动网页浏览器添加桌面快捷方式
Expand Down