Skip to content

Commit b31a31c

Browse files
authored
powerpnt, pptview, saracmd-*: add Korean translation (tldr-pages#23129)
1 parent 9677246 commit b31a31c

5 files changed

Lines changed: 83 additions & 0 deletions

File tree

pages.ko/windows/powerpnt.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# powerpnt
2+
3+
> Microsoft Office의 프레젠테이션 애플리케이션.
4+
> 더 많은 정보: <https://support.microsoft.com/office/command-line-switches-for-microsoft-office-products-079164cd-4ef5-4178-b235-441737deb3a6#category=powerpoint%2C_powerpoint_viewer>.
5+
6+
- 프레젠테이션 애플리케이션 실행:
7+
8+
`powerpnt`
9+
10+
- 새로운 빈([b]lank) 프레젠테이션 생성:
11+
12+
`powerpnt /b`
13+
14+
- 템플릿으로 새로운([n]ew) 프레젠테이션 생성:
15+
16+
`powerpnt /n {{경로\대상\파일.potm}}`
17+
18+
- 하나 이상의 프레젠테이션 파일 열기([o]pen):
19+
20+
`powerpnt /o {{경로\대상\파일1.pptx 경로\대상\파일2.pptx ...}}`
21+
22+
- 슬라이드 쇼([s]lideshow) 모드로 프레젠테이션 열기:
23+
24+
`powerpnt /s {{경로\대상\파일.pptx}}`
25+
26+
- 프레젠테이션을 열고, 지정한 매크로([m]acro) 실행:
27+
28+
`powerpnt /m {{경로\대상\파일.pptm}} "{{매크로_이름}}"`
29+
30+
- 출력 대화상자를 통해 프레젠테이션 출력:
31+
32+
`powerpnt /pwo {{경로\대상\파일.pptx}}`
33+
34+
- 지정한 프린터로([t]o) 프레젠테이션 직접 출력([p]rint):
35+
36+
`powerpnt /pt {{프린터_이름}} {{경로\대상\파일.pptx}}`

pages.ko/windows/pptview.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# pptview
2+
3+
> Microsoft PowerPoint 프레젠테이션을 표시.
4+
> 참고: 이 프로그램은 더 이상 사용되지 않음.
5+
> 더 많은 정보: <https://support.microsoft.com/office/command-line-switches-for-microsoft-office-products-079164cd-4ef5-4178-b235-441737deb3a6#category=powerpoint%2C_powerpoint_viewer>.
6+
7+
- 애플리케이션 실행:
8+
9+
`pptview`
10+
11+
- 프레젠테이션 열기:
12+
13+
`pptview {{경로\대상\파일.pptx}}`
14+
15+
- 지정한 슬라이드 번호([n]umber)에서 프레젠테이션 열기:
16+
17+
`pptview /n{{1}} {{경로\대상\파일.pptx}}`
18+
19+
- 재생 목록 파일에 포함된 프레젠테이션 목록([l]ist) 열기:
20+
21+
`pptview /l {{경로\대상\재생목록.txt}}`
22+
23+
- 프레젠테이션 출력([p]rint):
24+
25+
`pptview /p {{경로\대상\파일.pptx}}`
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# SaRAcmd OfficeActivationScenario
2+
3+
> 이 명령은 `GetHelpCmd.exe -S OfficeActivationScenario`의 별칭.
4+
5+
- 원래 명령의 문서 보기:
6+
7+
`tldr gethelpcmd-officeactivationscenario`
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# SaRAcmd TeamsAddinScenario
2+
3+
> 이 명령은 `GetHelpCmd.exe -S TeamsAddinScenario`의 별칭.
4+
5+
- 원래 명령의 문서 보기:
6+
7+
`tldr gethelpcmd-teamsaddinscenario`

pages.ko/windows/saracmd.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# SaRAcmd
2+
3+
> 이 명령은 `GetHelpCmd.exe`의 별칭.
4+
> 더 많은 정보: <https://learn.microsoft.com/troubleshoot/microsoft-365/admin/miscellaneous/get-help-command-line-overview>.
5+
6+
- 원본 명령어 문서 보기:
7+
8+
`tldr gethelpcmd`

0 commit comments

Comments
 (0)