common/j*: add and update Korean translation (#14643)

This commit is contained in:
코드싸이
2024-11-05 23:55:02 +09:00
committed by GitHub
parent 650fabfc22
commit b57150237e
43 changed files with 999 additions and 9 deletions

20
pages.ko/common/jcal.md Normal file
View File

@@ -0,0 +1,20 @@
# jcal
> Jalali 형식으로 달력을 표시하며, 현재 날짜를 강조 표시.
> 더 많은 정보: <https://www.nongnu.org/jcal/>.
- 현재 월의 달력 표시:
`jcal`
- 이전, 현재 및 다음 달의 달력 표시:
`jcal -3`
- 특정 연도의 달력 표시 (4자리):
`jcal {{연도}}`
- 특정 월과 연도의 달력 표시:
`jcal {{연도}} {{월}}`