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,24 @@
# bleachbit_console
> 清理文件系统中的垃圾文件。
> 更多信息:<https://docs.bleachbit.org/doc/command-line-interface.html>。
- 启动Bleachbit的图形用户界面GUI版本
`bleachbit_console.exe --gui`
- 切碎一个文件:
`bleachbit_console.exe --shred {{path/to/file}}`
- 列出可用的清理选项:
`bleachbit_console.exe --list-cleaners`
- 在实际执行清理操作之前,预览将被删除的文件和其他将进行的更改:
`bleachbit_console.exe --preview {{--preset|cleaner1.option1 cleaner2.* ...}}`
- 执行清理操作并删除文件:
`bleachbit_console.exe --clean {{--preset|cleaner1.option1 cleaner2.* ...}}`