Skip to content

Instantly share code, notes, and snippets.

@zenyr
Last active November 10, 2016 18:08
Show Gist options
  • Save zenyr/3d1fd6d7029d53c1678093387bc673cd to your computer and use it in GitHub Desktop.
Save zenyr/3d1fd6d7029d53c1678093387bc673cd to your computer and use it in GitHub Desktop.
TermHere 1.2

고지사항:

터미널 툴바 아이콘은 SIL Open Font License, version 1.1 라이센스의 적용을 받습니다.

본 앱이 유용하셨다면, 개발자에게 감사의 표시로 소액 기부해주시는 것도 고려해주세요. 기부하기

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<!-- Label for choosing the terminal app to use. -->
<key>TERMINAL_APP</key>
<string>터미널 앱:</string>
<!-- Button that opens a panel to choose the terminal app. -->
<key>BROWSE</key>
<string>찾아보기</string>
<!-- Label for the display preferences. -->
<key>SHOW_IN</key>
<string>다음으로 보기:</string>
<!-- Checkbox that toggles displaying the button in context menus. -->
<key>SHOW_IN_CONTEXT_MENUS</key>
<string>문맥 메뉴</string>
<!-- Label that explains how to toggle the toolbar button. -->
<key>SHOW_IN_TOOLBAR_EXPLANATION</key>
<string>파인더의 툴바 바튼을 보이거나 숨기려면, 파인더를 열고 보기 → 툴바 사용자설정 을 사용하세요.</string>
<!-- Label for the behavior preferences. -->
<key>BEHAVIOR</key>
<string>동작:</string>
<!-- Checkbox that toggles opening selected items, vs opening the current folder. -->
<key>OPEN_SELECTED_ITEMS</key>
<string>선택한 항목 실행</string>
<!-- Explanation of how the above checkbox works. -->
<key>OPEN_SELECTED_ITEMS_EXPLANATION</key>
<string>활성화하면 각각 선택한 항목들마다 탭을 엽니다. 비활성화시 현재 열린 폴더를 사용합니다.</string>
<!-- Label for the “open in” radio buttons. -->
<key>OPEN_IN</key>
<string>다음으로 열기:</string>
<!-- Radio button for creating a new tab. -->
<key>OPEN_IN_NEW_TAB</key>
<string>새 탭</string>
<!-- Radio button for creating a new window. -->
<key>OPEN_IN_NEW_WINDOW</key>
<string>새 창</string>
<!-- Radio button for reusing the last tab. -->
<key>OPEN_IN_LAST_USED_TAB</key>
<string>마지막으로 연 탭</string>
<!-- Label explaining how to enable TermHere if it is disabled. -->
<key>TROUBLESHOOTING_NOTE</key>
<string>안 보이나요? TermHere가 확장 설정에서 사용상태인지 확인해주세요.</string>
<!-- Button that opens the Preferences app. -->
<key>OPEN_PREFERENCES</key>
<string>설정 열기</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment