blender, df, docker, git-clone: update Korean translation; man, date: add Korean translation (#12074)

This commit is contained in:
HoJeong Im
2024-01-15 19:03:09 +09:00
committed by GitHub
parent 38e6ff18fa
commit 71403f5893
7 changed files with 110 additions and 26 deletions

16
pages.ko/windows/date.md Normal file
View File

@@ -0,0 +1,16 @@
# date
> 시스템 날짜 설정 또는 표시.
> 더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/date>.
- 현재 시스템 날짜를 표시하고 새 날짜를 입력하라는 메시지를 표시(변경되지 않은 상태로 유지하려면 비워두기):
`date`
- 새 날짜를 묻는 메시지를 표시하지 않고 현재 시스템 날짜 표시:
`date /t`
- 현재 시스템 날짜를 특정 날짜로 변경:
`date {{월}}-{{일}}-{{연도}}`