diff --git a/web/html/xui/component/inbound_info.html b/web/html/xui/component/inbound_info.html index a844fba7..b3eca115 100644 --- a/web/html/xui/component/inbound_info.html +++ b/web/html/xui/component/inbound_info.html @@ -1,23 +1,23 @@ {{define "inboundInfoStream"}} -

传输: [[ inbound.network ]]

+

{{ i18n "transmission" }}: [[ inbound.network ]]

- tls域名: [[ inbound.serverName ? inbound.serverName : "无" ]] + tls {{ i18n "domainName" }}: [[ inbound.serverName ? inbound.serverName : '{{ i18n "none" }}' ]]

- xtls域名: [[ inbound.serverName ? inbound.serverName : "无" ]] + xtls {{ i18n "domainName" }}: [[ inbound.serverName ? inbound.serverName : '{{ i18n "none" }}' ]]

{{end}} {{define "component/inboundInfoComponent"}}
-

协议: [[ dbInbound.protocol ]]

-

地址: [[ dbInbound.address ]]

-

端口: [[ dbInbound.port ]]

+

{{ i18n "protocol"}}: [[ dbInbound.protocol ]]

+

{{ i18n "pages.inbounds.address"}}: [[ dbInbound.address ]]

+

{{ i18n "pages.inbounds.port"}}: [[ dbInbound.port ]]