From 4bfea06a12225464d1e3553a4a00febc5ce1440d Mon Sep 17 00:00:00 2001 From: Rinne <180847792+rinnein@users.noreply.github.com> Date: Thu, 8 Jan 2026 11:08:32 +0800 Subject: [PATCH] docs: update locales (#1755) Co-authored-by: KKRainbow <443152178@qq.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- easytier-web/locales/app.yml | 4 ++-- easytier/locales/app.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/easytier-web/locales/app.yml b/easytier-web/locales/app.yml index b05d3b21..366abf79 100644 --- a/easytier-web/locales/app.yml +++ b/easytier-web/locales/app.yml @@ -17,8 +17,8 @@ cli: en: "The port to listen for the config server, used by the easytier-core to connect to" zh-CN: "配置服务器的监听端口,用于被 easytier-core 连接" config_server_protocol: - en: "The protocol to listen for the config server, used by the easytier-core to connect to" - zh-CN: "配置服务器的监听协议,用于被 easytier-core 连接, 可能的值:udp, tcp" + en: "The protocol to listen for the config server, used by the easytier-core to connect to, possible values: udp, tcp, ws" + zh-CN: "配置服务器的监听协议,用于被 easytier-core 连接, 可能的值:udp, tcp, ws" api_server_port: en: "The port to listen for the restful server, acting as ApiHost and used by the web frontend" zh-CN: "restful 服务器的监听端口,作为 ApiHost 并被 web 前端使用" diff --git a/easytier/locales/app.yml b/easytier/locales/app.yml index 2f210723..e4338236 100644 --- a/easytier/locales/app.yml +++ b/easytier/locales/app.yml @@ -4,11 +4,11 @@ core_clap: config_server: en: |+ config server address, allow format: - full url: --config-server udp://127.0.0.1:22020/admin + full url: --config-server udp://127.0.0.1:22020/admin, 'udp' can be replaced with tcp, ws, wss (when config server ws is proxied to wss) only user name: --config-server admin, will use official server zh-CN: |+ 配置服务器地址。允许格式: - 完整URL:--config-server udp://127.0.0.1:22020/admin + 完整URL:--config-server udp://127.0.0.1:22020/admin,udp可以根据配置服务器替换为 tcp,ws,wss(配置服务器ws被代理为wss时) 仅用户名:--config-server admin,将使用官方的服务器 machine_id: en: |+ @@ -67,12 +67,12 @@ core_clap: en: |+ listeners to accept connections, allow format: port number: <11010>. means tcp/udp will listen on 11010, ws/wss will listen on 11010 and 11011, wg will listen on 11011 - url: . tcp can be tcp, udp, ring, wg, ws, wss\n + url: . tcp can be tcp, udp, ring, wg, ws, wss, quic, faketcp\n proto & port pair: . wg:11011, means listen on 11011 with wireguard protocol url and proto:port can occur multiple times. zh-CN: |+ 监听器用于接受连接,允许以下格式: 端口号:<11010>,意味着tcp/udp将在11010端口监听,ws/wss将在11010和11011端口监听,wg将在11011端口监听。 - url:,其中tcp可以是tcp、udp、ring、wg、ws、wss协议。 + url:,其中tcp可以是tcp、udp、ring、wg、ws、wss、quic、faketcp协议。 协议和端口对:,例如wg:11011,表示使用WireGuard协议在11011端口监听。URL 和 协议端口对 可以多次出现。 no_listener: en: "do not listen on any port, only connect to peers"