mpv: fix typo, common/m*: add and update Korean translation (#14664)

* common/m*: add and update Korean translation

* mpv: fix typo
This commit is contained in:
코드싸이
2024-11-07 09:27:03 +09:00
committed by GitHub
parent cf45a79e8d
commit feb91d75ea
122 changed files with 2819 additions and 17 deletions

20
pages.ko/common/mdp.md Normal file
View File

@@ -0,0 +1,20 @@
# mdp
> 명령줄 기반 도구로, Markdown 파일로부터 프레젠테이션을 만듭니다.
> 더 많은 정보: <https://github.com/visit1985/mdp>.
- 터미널에서 Markdown 파일로 프레젠테이션 시작:
`mdp {{프레젠테이션.md}}`
- 페이드 전환 비활성화:
`mdp --nofade {{프레젠테이션.md}}`
- 밝은 배경의 터미널에서 사용할 수 있도록 글꼴 색상 반전:
`mdp --invert {{프레젠테이션.md}}`
- 투명한 터미널에서 투명도 비활성화:
`mdp --notrans {{프레젠테이션.md}}`