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,20 @@
# traefik
> 一个 HTTP 反向代理和负载均衡器。
> 更多信息:<https://traefik.io>。
- 使用默认配置启动服务器:
`traefik`
- 使用自定义配置文件启动服务器:
`traefik --ConfigFile {{config_file.toml}}`
- 启用集群模式启动服务器:
`traefik --cluster`
- 启用 Web UI 启动服务器:
`traefik --web`