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