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

@@ -1,28 +1,28 @@
# airshare
> 在本地网络中传输数据的工具
> 更多信息:<https://airshare.rtfd.io/en/latest/cli.html>.
> 在本地网络中的两台机器之间传输数据。
> 更多信息:<https://airshare.rtfd.io/en/latest/cli.html>
- 共享文件或目录:
`airshare {{code}} {{路径/到/文件或目录1 路径/到/文件或目录2 ...}}`
`airshare {{代码}} {{路径/到/文件或目录1 路径/到/文件或目录2 ...}}`
- 接收文件:
`airshare {{code}}`
`airshare {{代码}}`
-接收服务器(使用此选项可以通过 Web 接口上传文件):
-接收服务器(使用此命令以便能够通过网页界面上传文件):
`airshare --upload {{code}}`
`airshare --upload {{代码}}`
- 将文件或目录发送到接收服务器:
`airshare --upload {{code}} {{路径/到/文件或目录1 路径/到/文件或目录2 ...}}`
`airshare --upload {{代码}} {{路径/到/文件或目录1 路径/到/文件或目录2 ...}}`
- 发送已复制到剪贴板的文件路径:
`airshare --file-path {{code}}`
`airshare --file-path {{代码}}`
- 接收文件并将其复制到剪贴板:
`airshare --clip-receive {{code}}`
`airshare --clip-receive {{代码}}`