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,16 +1,16 @@
# agate
> 一个简单的 Gemini 网络协议的服务器。
> 更多信息:<https://github.com/mbrubeck/agate>.
> 一个用于Gemini网络协议的简单服务器。
> 更多信息:<https://github.com/mbrubeck/agate>
- 运行并生成一个私钥和证书:
- 运行并生成私钥和证书:
`agate --content {{路径/到/内容/}} --addr {{[::]:1965}} --addr {{0.0.0.0:1965}} --hostname {{example.com}} --lang {{en-US}}`
`agate --content {{path/to/content/}} --addr {{[::]:1965}} --addr {{0.0.0.0:1965}} --hostname {{example.com}} --lang {{en-US}}`
- 启动服务器:
- 运行服务器:
`agate {{路径/到/文件}}`
`agate {{path/to/file}}`
- 显示帮助:
`agate -h`
`agate -h`