add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,17 @@
# 清空回收站
> 从回收站中清除项目。
> 此命令仅可通过 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`