windows/*: add and update Korean translation (#14641)

Co-authored-by: Chooooo <contact@choo.ooo>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
코드싸이
2024-11-06 04:21:01 +09:00
committed by GitHub
parent 29d6bd2563
commit 60276104db
47 changed files with 1064 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
# Clear-RecycleBin
> 휴지통의 항목을 삭제.
> 이 명령은 PowerShell 버전 5.1 이하 또는 7.1 이상에서만 사용할 수 있습니다.
> 더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/clear-recyclebin>.
- 휴지통의 모든 항목 삭제:
`Clear-RecycleBin`
- 특정 드라이브의 휴지통 삭제:
`Clear-RecycleBin -DriveLetter {{C}}`
- 추가 확인 없이 휴지통 삭제:
`Clear-RecycleBin -Force`