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

24
pages.ko/common/jrnl.md Normal file
View File

@@ -0,0 +1,24 @@
# jrnl
> 간단한 커맨드라인 저널 애플리케이션.
> 더 많은 정보: <https://jrnl.sh>.
- 편집기를 사용하여 새 항목 삽입:
`jrnl`
- 빠르게 새 항목 삽입:
`jrnl {{오늘 오전 3시}}: {{제목}}. {{내용}}`
- 최근 열 개의 항목 보기:
`jrnl -n {{10}}`
- 작년 초부터 올해 3월 초까지 발생한 모든 일 보기:
`jrnl -from "{{작년}}" -until {{3월}}`
- "texas" 및 "history" 태그가 있는 모든 항목 편집:
`jrnl {{@texas}} -and {{@history}} --edit`