diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-06-16 08:26:49 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-16 08:26:49 +0300 |
| commit | 00b61de646e9b480ed16279fe2915ce195f0d7df (patch) | |
| tree | 13895b96279132c2165f186e1934192ed5d5cb46 /web/html/xray.html | |
| parent | dff4ad31ff7b4a743173841ea80ec849bb4bd51e (diff) | |
chore: add translations for routing table
Diffstat (limited to 'web/html/xray.html')
| -rw-r--r-- | web/html/xray.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/web/html/xray.html b/web/html/xray.html index fc94c31a..e051ce15 100644 --- a/web/html/xray.html +++ b/web/html/xray.html @@ -135,18 +135,18 @@ { title: "#", align: 'center', width: 15, scopedSlots: { customRender: 'action' } }, { title: '{{ i18n "pages.xray.rules.source"}}', children: [ { title: 'IP', dataIndex: "source", align: 'center', width: 20, ellipsis: true }, - { title: 'Port', dataIndex: 'sourcePort', align: 'center', width: 10, ellipsis: true } ]}, + { title: '{{ i18n "pages.inbounds.port" }}', dataIndex: 'sourcePort', align: 'center', width: 10, ellipsis: true } ]}, { title: '{{ i18n "pages.inbounds.network"}}', children: [ { title: 'L4', dataIndex: 'network', align: 'center', width: 10 }, - { title: 'Protocol', dataIndex: 'protocol', align: 'center', width: 15, ellipsis: true }, + { title: '{{ i18n "protocol" }}', dataIndex: 'protocol', align: 'center', width: 15, ellipsis: true }, { title: 'Attrs', dataIndex: 'attrs', align: 'center', width: 10, ellipsis: true } ]}, { title: '{{ i18n "pages.xray.rules.dest"}}', children: [ { title: 'IP', dataIndex: 'ip', align: 'center', width: 20, ellipsis: true }, - { title: 'Domain', dataIndex: 'domain', align: 'center', width: 20, ellipsis: true }, - { title: 'Port', dataIndex: 'port', align: 'center', width: 10, ellipsis: true }]}, + { title: '{{ i18n "pages.xray.outbound.domain" }}', dataIndex: 'domain', align: 'center', width: 20, ellipsis: true }, + { title: '{{ i18n "pages.inbounds.port" }}', dataIndex: 'port', align: 'center', width: 10, ellipsis: true }]}, { title: '{{ i18n "pages.xray.rules.inbound"}}', children: [ - { title: 'Tag', dataIndex: 'inboundTag', align: 'center', width: 15, ellipsis: true }, - { title: 'Client Email', dataIndex: 'user', align: 'center', width: 20, ellipsis: true }]}, + { title: '{{ i18n "pages.xray.outbound.tag" }}', dataIndex: 'inboundTag', align: 'center', width: 15, ellipsis: true }, + { title: '{{ i18n "pages.inbounds.client" }}', dataIndex: 'user', align: 'center', width: 20, ellipsis: true }]}, { title: '{{ i18n "pages.xray.rules.outbound"}}', dataIndex: 'outboundTag', align: 'center', width: 17 }, { title: '{{ i18n "pages.xray.rules.balancer"}}', dataIndex: 'balancerTag', align: 'center', width: 15 }, ]; |
