-
-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
266 additions
and
271 deletions.
There are no files selected for viewing
14 changes: 7 additions & 7 deletions
14
App/UI/Accessibility/ko.lproj/AuthorizeAccessibilityView.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
|
||
/* Class = "NSTextFieldCell"; title = "Help"; ObjectID = "04N-yp-Qg1"; */ | ||
"04N-yp-Qg1.title" = "Help"; | ||
"04N-yp-Qg1.title" = "도움말"; | ||
|
||
/* Class = "NSTextFieldCell"; title = "Accessibility Access allows Mac Mouse Fix to intercept signals from your mouse and keyboard"; ObjectID = "0lz-be-kpl"; */ | ||
"0lz-be-kpl.title" = "Accessibility Access allows Mac Mouse Fix to intercept signals from your mouse and keyboard"; | ||
"0lz-be-kpl.title" = "Mac Mouse Fix가 마우스 및 키보드 신호에 접근하려면 손쉬운 사용 접근 권한이 필요합니다."; | ||
|
||
/* Class = "NSTextFieldCell"; title = "Switch on 'Mac Mouse Fix Helper'"; ObjectID = "46z-Nd-nh4"; */ | ||
"46z-Nd-nh4.title" = "Switch on 'Mac Mouse Fix Helper'"; | ||
"46z-Nd-nh4.title" = "'Mac Mouse Fix Helper' 항목을 허용합니다."; | ||
|
||
/* Class = "NSTextFieldCell"; title = "1."; ObjectID = "72q-sS-xMS"; */ | ||
"72q-sS-xMS.title" = "1."; | ||
|
||
/* Class = "NSTextFieldCell"; title = "Open 'Privacy & Security' Settings"; ObjectID = "9qp-gN-SZZ"; */ | ||
"9qp-gN-SZZ.title" = "Open 'Privacy & Security' Settings"; | ||
"9qp-gN-SZZ.title" = "'개인정보 보호 및 보안' 설정을 엽니다."; | ||
|
||
/* Class = "NSTextFieldCell"; title = "Grant Accessibility Access to Mac Mouse Fix"; ObjectID = "OSk-Cl-izW"; */ | ||
"OSk-Cl-izW.title" = "Grant Accessibility Access to Mac Mouse Fix"; | ||
"OSk-Cl-izW.title" = "Mac Mouse Fix에 손쉬운 사용 접근 권한 허용"; | ||
|
||
/* Class = "NSTextFieldCell"; title = "2."; ObjectID = "RIR-VN-l6s"; */ | ||
"RIR-VN-l6s.title" = "2."; | ||
|
||
/* Class = "NSImageView"; ibShadowedToolTip = "Hold Shift (⇧) and click this icon to reveal 'Mac Mouse Fix Helper.app' in Finder"; ObjectID = "fK8-8z-KQn"; */ | ||
"fK8-8z-KQn.ibShadowedToolTip" = "Hold Shift (⇧) and click this icon to reveal 'Mac Mouse Fix Helper.app' in Finder"; | ||
"fK8-8z-KQn.ibShadowedToolTip" = "Finder에서 'Mac Mouse Fix Helper.app' 파일 위치를 열어보려면 Shift (⇧) 키를 누른 상태에서 이 아이콘을 클릭하세요."; | ||
|
||
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "u9c-up-oQG"; */ | ||
"u9c-up-oQG.title" = "Cancel"; | ||
"u9c-up-oQG.title" = "취소"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
|
||
/* Class = "NSButtonCell"; title = "Back"; ObjectID = "7yY-kF-Q7q"; */ | ||
"7yY-kF-Q7q.title" = "Back"; | ||
"7yY-kF-Q7q.title" = "뒤로"; | ||
|
||
/* Class = "NSButtonCell"; title = "<Activate License>"; ObjectID = "IK8-Rj-beO"; */ | ||
"IK8-Rj-beO.title" = "<Activate License>"; | ||
|
||
/* Class = "NSTextFieldCell"; placeholderString = "Enter Your License Key"; ObjectID = "JJv-GH-7io"; */ | ||
"JJv-GH-7io.placeholderString" = "Enter Your License Key"; | ||
"JJv-GH-7io.placeholderString" = "라이센스 키를 입력하세요."; |
6 changes: 3 additions & 3 deletions
6
App/UI/Main/Tabs/ButtonTab/Options/ko.lproj/ButtonOptionsViewController.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
|
||
/* Class = "NSButtonCell"; title = "Done"; ObjectID = "COH-CF-CQd"; */ | ||
"COH-CF-CQd.title" = "Done"; | ||
"COH-CF-CQd.title" = "완료"; | ||
|
||
/* Class = "NSTextFieldCell"; title = "Recommended for Trackball Mice"; ObjectID = "DQ6-Rq-6nC"; Note = "Locking the Mouse Pointer during 'Click and Drag' Gestures is \"Recommended for Trackball Mice\""; */ | ||
"DQ6-Rq-6nC.title" = "Recommended for Trackball Mice"; | ||
"DQ6-Rq-6nC.title" = "트랙볼 마우스에 적합한 옵션입니다."; | ||
|
||
/* Class = "NSButtonCell"; title = "Lock Mouse Pointer During 'Click and Drag' Gestures"; ObjectID = "Mmp-uv-DmY"; */ | ||
"Mmp-uv-DmY.title" = "Lock Mouse Pointer During 'Click and Drag' Gestures"; | ||
"Mmp-uv-DmY.title" = "'클릭 및 드래그' 제스처 시 마우스 포인터 잠금"; |
Oops, something went wrong.