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

32
pages.ko/osx/cal.md Normal file
View File

@@ -0,0 +1,32 @@
# cal
> 달력 정보를 출력합니다.
> 더 많은 정보: <https://keith.github.io/xcode-man-pages/cal.1.html>.
- 현재 달의 달력을 표시:
`cal`
- 이전 달, 현재 달, 다음 달 달력을 표시:
`cal -3`
- 특정 월(1-12 또는 이름)의 달력을 표시:
`cal -m {{월}}`
- 현재 연도의 달력을 표시:
`cal -y`
- 특정 연도(4자리)의 달력을 표시:
`cal {{연도}}`
- 특정 월과 연도의 달력을 표시:
`cal {{월}} {{연도}}`
- 주어진 연도의 부활절 날짜(서방 기독교)를 표시:
`ncal -e {{연도}}`