osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)

This commit is contained in:
코드싸이
2024-11-12 04:54:15 +09:00
committed by GitHub
parent 3c745bfaae
commit f5003bb990
202 changed files with 3796 additions and 1 deletions

24
pages.ko/osx/lpstat.md Normal file
View File

@@ -0,0 +1,24 @@
# lpstat
> 현재 클래스, 작업 및 프린터에 대한 상태 정보를 표시합니다.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/lpstat.1.html>.
- 프린터, 클래스 및 작업의 긴 목록 표시:
`lpstat -l`
- CUPS 서버에 연결할 때 암호화를 강제:
`lpstat -E`
- 인쇄 작업의 순위 표시:
`lpstat -R`
- CUPS 서버가 실행 중인지 여부 표시:
`lpstat -r`
- 모든 상태 정보 표시:
`lpstat -t`