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

28
pages.zh/common/skicka.md Normal file
View File

@@ -0,0 +1,28 @@
# skicka
> 管理你的 Google Drive。
> 更多信息:<https://github.com/google/skicka>。
- 上传文件/文件夹到 Google Drive
`skicka upload {{本地路径}} {{远程路径}}`
- 从 Google Drive 下载文件/文件夹:
`skicka download {{远程路径}} {{本地路径}}`
- 列出文件:
`skicka ls {{文件夹路径}}`
- 显示子文件夹占用的空间:
`skicka du {{父文件夹路径}}`
- 创建文件夹:
`skicka mkdir {{文件夹路径}}`
- 删除文件:
`skicka rm {{文件路径}}`