mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-06 17:59:11 +00:00
allow open rpc port in gui normal mode (#1795)
* allow open rpc port for gui normal mode * downgrade dev tool console
This commit is contained in:
@@ -334,6 +334,8 @@ web:
|
||||
success: 成功
|
||||
warning: 警告
|
||||
info: 提示
|
||||
enable: 开启
|
||||
disable: 关闭
|
||||
|
||||
settings:
|
||||
title: 设置
|
||||
@@ -350,6 +352,8 @@ mode:
|
||||
switch_mode: 切换模式
|
||||
config_dir: 配置目录
|
||||
rpc_portal: RPC端口
|
||||
enable_rpc_tcp_listen: 开启 RPC 端口监听(TCP)
|
||||
rpc_listen_port: RPC 监听端口
|
||||
log_level: 日志级别
|
||||
log_dir: 日志目录
|
||||
remote_rpc_address: 远程RPC地址
|
||||
@@ -370,6 +374,7 @@ mode:
|
||||
stop_service_success: 服务停止成功
|
||||
remote_rpc_address_empty: 远程RPC地址不能为空
|
||||
service_config_empty: 服务配置不能为空
|
||||
rpc_connection_failed: "RPC 连接失败:{error}"
|
||||
|
||||
config-server:
|
||||
title: 配置服务器
|
||||
|
||||
@@ -334,6 +334,8 @@ web:
|
||||
success: Success
|
||||
warning: Warning
|
||||
info: Info
|
||||
enable: Enable
|
||||
disable: Disable
|
||||
|
||||
settings:
|
||||
title: Settings
|
||||
@@ -350,6 +352,8 @@ mode:
|
||||
switch_mode: Switch Mode
|
||||
config_dir: Config Dir
|
||||
rpc_portal: RPC Portal
|
||||
enable_rpc_tcp_listen: Enable RPC port listening (TCP)
|
||||
rpc_listen_port: RPC Listen Port
|
||||
log_level: Log Level
|
||||
log_dir: Log Dir
|
||||
remote_rpc_address: Remote RPC Address
|
||||
@@ -370,6 +374,7 @@ mode:
|
||||
stop_service_success: Service stopped successfully
|
||||
remote_rpc_address_empty: Remote RPC Address cannot be empty
|
||||
service_config_empty: Service Config cannot be empty
|
||||
rpc_connection_failed: "RPC connection failed: {error}"
|
||||
|
||||
config-server:
|
||||
title: Config Server
|
||||
|
||||
Reference in New Issue
Block a user