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 @@
# gio 垃圾箱
> 将文件移动到垃圾箱。
> 由 GNOME 用于处理垃圾箱。
> 更多信息:<https://manned.org/gio.1>。
- 将特定文件移动到垃圾箱:
`gio trash {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
- 列出垃圾箱中的项目:
`gio trash --list`
- 使用其 ID 从垃圾箱中恢复特定项目:
`gio trash trash://{{id}}`