From 481d4beabb2625c51440c734654de24b18d9e1b1 Mon Sep 17 00:00:00 2001 From: Hamidreza Ghavami Date: Thu, 4 May 2023 22:22:54 +0430 Subject: update translation --- web/html/xui/inbounds.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'web/html/xui/inbounds.html') diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 31e251f5..e697b8a1 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -93,12 +93,13 @@ [[ key ]]s - + @@ -155,7 +156,7 @@ {{ i18n "pages.inbounds.resetTraffic" }} - {{ i18n "pages.inbounds.Clone"}} + {{ i18n "pages.inbounds.clone"}} @@ -478,7 +479,7 @@ }, openCloneInbound(dbInbound) { this.$confirm({ - title: '{{ i18n "pages.inbounds.cloneInbound"}}' + dbInbound.remark, + title: '{{ i18n "pages.inbounds.cloneInbound"}} \"' + dbInbound.remark + '\"', content: '{{ i18n "pages.inbounds.cloneInboundContent"}}', okText: '{{ i18n "pages.inbounds.cloneInboundOk"}}', cancelText: '{{ i18n "cancel" }}', @@ -512,7 +513,7 @@ openAddInbound() { inModal.show({ title: '{{ i18n "pages.inbounds.addInbound"}}', - okText: '{{ i18n "pages.inbounds.addTo"}}', + okText: '{{ i18n "pages.inbounds.create"}}', cancelText: '{{ i18n "close" }}', confirm: async (inbound, dbInbound) => { inModal.loading(); @@ -527,7 +528,7 @@ const inbound = dbInbound.toInbound(); inModal.show({ title: '{{ i18n "pages.inbounds.modifyInbound"}}', - okText: '{{ i18n "pages.inbounds.revise"}}', + okText: '{{ i18n "pages.inbounds.update"}}', cancelText: '{{ i18n "close" }}', inbound: inbound, dbInbound: dbInbound, -- cgit v1.2.3