Skip to content

Commit

Permalink
Add Korean translation
Browse files Browse the repository at this point in the history
  • Loading branch information
VenusGirl committed Aug 16, 2022
1 parent bfa62d0 commit 012bd62
Show file tree
Hide file tree
Showing 7 changed files with 5,795 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Installer/Languages.iss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Name: "dutch"; MessagesFile: "compiler:Languages\Dutch.isl"
Name: "french"; MessagesFile: "compiler:Languages\French.isl"
Name: "german"; MessagesFile: "compiler:Languages\German.isl"
Name: "Italian"; MessagesFile: "compiler:Languages\Italian.isl"
Name: "Korean"; MessagesFile: "isl\Korean.isl"
Name: "polish"; MessagesFile: "compiler:Languages\Polish.isl"
Name: "brazilianportuguese"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl"
Name: "portuguese"; MessagesFile: "compiler:Languages\Portuguese.isl"
Expand Down Expand Up @@ -196,6 +197,28 @@ Italian.UninstallTaskLabel3=&Mantieni i file di configurazione e le aree virtual
Italian.UninstallTaskLabel4=Rimuovi i file di &configurazione%nSelezionare questa opzione per rimuovere i file di configurazione Sandboxie.ini e Sandboxie-Plus.ini, lasciando invariate le aree virtuali presenti.
Italian.UninstallTaskLabel5=Rimuovi i file di configurazione e le &aree virtuali%nSelezionare questa opzione per rimuovere tutti i file di configurazione e le aree virtuali, inclusa la cartella Sandbox nei percorsi personalizzati mediante 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)

; Polish
polish.AddSandboxedMenu=Dodaj "Uruchom w piaskownicy" do menu kontekstowego
polish.AddSandboxedBrowser=Dodaj skrót pulpitu dla przeglądarki internetowej uruchamianej w Sandboxie
Expand Down
1 change: 1 addition & 0 deletions Installer/Sandboxie-Plus.iss
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ begin
'french': Result := 'fr';
'german': Result := 'de';
'italian': Result := 'it';
'korean': Result := 'ko';
'polish': Result := 'pl';
'brazilianportuguese': Result := 'pt_BR';
'portuguese': Result := 'pt_PT';
Expand Down
Loading

0 comments on commit 012bd62

Please sign in to comment.