zic: add Korean translation, linux/x*: add Korean translation (#14757)

* linux/x*: add Korean translation

* linux/zic: add Korean translation
This commit is contained in:
코드싸이
2024-11-10 16:44:04 +09:00
committed by GitHub
parent faaa74ce88
commit 193c0fe90a
18 changed files with 358 additions and 0 deletions

24
pages.ko/linux/xclock.md Normal file
View File

@@ -0,0 +1,24 @@
# xclock
> 아날로그 또는 디지털 형태로 시간을 표시합니다.
> 더 많은 정보: <https://manned.org/xclock>.
- 아날로그 시계 표시:
`xclock`
- 시와 분 필드만 있는 24시간 디지털 시계 표시:
`xclock -digital -brief`
- strftime 형식 문자열을 사용하여 디지털 시계 표시 (strftime(3) 참조):
`xclock -digital -strftime {{형식}}`
- 매 초 업데이트되는 시, 분, 초 필드가 있는 24시간 디지털 시계 표시:
`xclock -digital -strftime '%H:%M:%S' -update 1`
- 시와 분 필드만 있는 12시간 디지털 시계 표시:
`xclock -digital -twelve -brief`