freebsd/*,netbsd/*,openbsd/*,sunos/*: add Korean translation (#13120)

* freebsd/*: add Korean translation

* netbsd/*: add Korean translation

* openbsd/*: add Korean translation

* sunos/*: add Korean translation

* freebsd/look: update Korean translation

* prstat: fix placeholder
This commit is contained in:
코드싸이
2024-06-23 21:09:13 +09:00
committed by GitHub
parent c0889e7573
commit 67f1a6914b
39 changed files with 817 additions and 0 deletions

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

@@ -0,0 +1,32 @@
# cal
> 현재 날짜가 강조된 달력을 표시합니다.
> 더 많은 정보: <https://man.freebsd.org/cgi/man.cgi?cal>.
- 현재 월의 달력 표시:
`cal`
- 특정 연도의 달력 표시:
`cal {{연도}}`
- 특정 월과 연도의 달력 표시:
`cal {{월}} {{연도}}`
- 현재 연도의 전체 달력 표시:
`cal -y`
- 오늘을 강조하지 않고 날짜를 중심으로 [3]개월 표시:
`cal -h -3 {{월}} {{연도}}`
- 현재 연도의 특정 월의 이전 2개월과 이후 3개월 표시:
`cal -A 3 -B 2 {{월}}`
- 율리우스력 날짜 표시 (1부터 시작하여 1월 1일부터 번호 매김):
`cal -j`