linux/man: update Korean translation, linux/m*: add Korean translation (#14709)

* linux/man: update Korean translation

* linux/m*: add Korean translation
This commit is contained in:
코드싸이
2024-11-09 13:27:56 +09:00
committed by GitHub
parent 340dd5cc12
commit c369e30f73
56 changed files with 1134 additions and 9 deletions

View File

@@ -0,0 +1,32 @@
# mate-screenshot
> MATE 데스크톱 환경에서 스크린샷 생성.
> 더 많은 정보: <https://manned.org/mate-screenshot>.
- 전체 화면 스크린샷 생성:
`mate-screenshot`
- 활성 창 스크린샷 생성:
`mate-screenshot --window`
- 특정 영역 스크린샷 생성:
`mate-screenshot --area`
- 대화형으로 스크린샷 생성:
`mate-screenshot --interactive`
- 테두리 없이 스크린샷 생성:
`mate-screenshot --window --remove-border`
- 특정 효과를 적용하여 스크린샷 생성:
`mate-screenshot --effect={{shadow|border|none}}`
- 특정 초 단위 지연 후 스크린샷 생성:
`mate-screenshot --delay={{5}}`