update: translate dokodemo porotocol

This commit is contained in:
Mohammad Foroughi
2022-10-30 22:13:13 +03:30
parent 6f97a5c2c1
commit 17b9057400
3 changed files with 9 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
{{define "form/dokodemo"}}
<a-form layout="inline">
<a-form-item label="目标地址">
<a-form-item label='{{ i18n "pages.inbounds.destinationPort"}}'>
<a-input v-model.trim="inbound.settings.address"></a-input>
</a-form-item>
<a-form-item label="目标端口">
<a-form-item label='{{ i18n "pages.inbounds.destinationPort"}}'>
<a-input type="number" v-model.number="inbound.settings.port"></a-input>
</a-form-item>
<a-form-item label="网络">
<a-form-item label='{{ i18n "pages.inbounds.network"}}'>
<a-select v-model="inbound.settings.network" style="width: 100px;">
<a-select-option value="tcp,udp">tcp+udp</a-select-option>
<a-select-option value="tcp">tcp</a-select-option>

View File

@@ -99,6 +99,9 @@
"resetTrafficContent" = "Are you sure you want to reset traffic?"
"copyLink" = "Copy Link"
"address" = "address"
"network" = "network"
"destinationPort" = "destination port"
"targetAddress" = "target address"
[pages.setting]
"title" = "Setting"

View File

@@ -98,6 +98,9 @@
"resetTrafficContent" = "确定要重置流量吗?"
"copyLink" = "复制链接"
"address" = "地址"
"network" = "网络"
"destinationPort" = "目标端口"
"targetAddress" = "目标地址"