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/openbsd/cal.md Normal file
View File

@@ -0,0 +1,32 @@
# cal
> 현재 날짜가 강조된 달력을 표시합니다.
> 더 많은 정보: <https://man.openbsd.org/cal>.
- 현재 월의 달력 표시:
`cal`
- 특정 년도의 달력 표시:
`cal {{년도}}`
- 특정 월과 년도의 달력 표시:
`cal {{월}} {{년도}}`
- 현재 년도의 달력 표시:
`cal -y`
- [j]율리우스력 표시 (1부터 시작되며 1월 1일부터 번호 부여됨):
`cal -j`
- 일요일 대신에 [m]월요일을 주 시작으로 사용:
`cal -m`
- [w]주 번호 표시 (`-j`와 호환되지 않음):
`cal -w`