File tree Expand file tree Collapse file tree 9 files changed +48
-5
lines changed Expand file tree Collapse file tree 9 files changed +48
-5
lines changed Original file line number Diff line number Diff line change
1
+ # Created by https://www.gitignore.io/api/macos
2
+
3
+ # ## macOS ###
4
+ # General
5
+ .DS_Store
6
+ .AppleDouble
7
+ .LSOverride
8
+
9
+ # Icon must end with two \r
10
+ Icon
11
+
12
+ # Thumbnails
13
+ ._ *
14
+
15
+ # Files that might appear in the root of a volume
16
+ .DocumentRevisions-V100
17
+ .fseventsd
18
+ .Spotlight-V100
19
+ .TemporaryItems
20
+ .Trashes
21
+ .VolumeIcon.icns
22
+ .com.apple.timemachine.donotpresent
23
+
24
+ # Directories potentially created on remote AFP share
25
+ .AppleDB
26
+ .AppleDesktop
27
+ Network Trash Folder
28
+ Temporary Items
29
+ .apdisk
30
+
31
+
32
+ # End of https://www.gitignore.io/api/macos
Original file line number Diff line number Diff line change 1
- # 아이폰 단축어 한영/영한 번역기
1
+ # iOS12 단축어(shortcuts) 파파고 번역기
2
2
3
3
## 개요
4
4
5
- iOS 12 에 신기능 '단축어'를 이용하여 선택된 문자나 클립보드에 복사된 문자를 네이버 파파고 번역기를 통해 번역합니다
5
+ iOS 12 에 신기능 '단축어'를 이용하여 선택된 문자나 클립보드에 복사된 문자를 네이버 '파파고 번역기'를 통해 번역합니다
6
+
7
+
8
+ ## 사용예
9
+
10
+ ### 선택된 텍스트 번역
11
+
12
+ ![ ] ( https://raw.githubusercontent.com/binarythink/iphone-shortcut-papago/master/assets/doc-img/IMB_G1p5KY.GIF )
13
+
14
+
15
+ ### 복사된 텍스트 번역
16
+
17
+ ![ ] ( https://raw.githubusercontent.com/binarythink/iphone-shortcut-papago/master/assets/doc-img/IMB_DFde9v.GIF )
6
18
7
- ![ How to use] ( https://raw.githubusercontent.com/binarythink/iphone-shortcut-papago/master/assets/doc-img/howToUse.gif )
8
19
9
20
10
21
## 사전 준비
@@ -16,6 +27,6 @@ iOS 12 에 신기능 '단축어'를 이용하여 선택된 문자나 클립보
16
27
* 기존 사용자는 ** 애플리케이션 등록** 화면으로 넘어갑니다.
17
28
* ** 애플리케이션 등록** 화면에서 아래의 입력 항목을 작성합니다.
18
29
* 어플리케이션 이름 : 작성규칙에 맞춰 알맞게 입력해주세요
19
- * 사용 API : ` Papago NMT 번역 ` 을 선택합니다
30
+ * 사용 API : ` Papago NMT 번역 ` 과 ` Papago 언어감지 ` 를 선택합니다
20
31
* 비로그인 오픈 API 서비스 환경 : ` WEB 설정 ` 을 선택하고 ` 웹 서비스 URL ` 을 입력합니다
21
- * 등록을 완료하고 등록된 ** 애플리케이션 정보** 에서 ` Client ID ` 와 ` Client Secret ` 을 설치시 질문에 정확하게 입력합니다.
32
+ * 등록을 완료하고 등록된 ** 애플리케이션 정보** 에서 ` Client ID ` 와 ` Client Secret ` 을 설치시 질문에 정확하게 입력합니다.
You can’t perform that action at this time.
0 commit comments