Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-01-10 15:44:37 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-01-10 15:44:37 +0300
commit0824512a462a8d634bf12a94c7f6293866b9c48e (patch)
tree627ae9dba1adec98028b68d715ea6cf7dc221187 /web
parentee703ad85737d93ad159241340909552c00348ae (diff)
fix translation
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web')
-rw-r--r--web/html/xui/form/client.html4
-rw-r--r--web/html/xui/form/protocol/shadowsocks.html2
-rw-r--r--web/html/xui/form/tls_settings.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html
index f6335915..35ec9833 100644
--- a/web/html/xui/form/client.html
+++ b/web/html/xui/form/client.html
@@ -19,7 +19,7 @@
<template slot="label">
<a-tooltip>
<template slot="title">
- <span>{{ i18n "pages.client.renew" }}</span>
+ <span>{{ i18n "reset" }}</span>
</template>
{{ i18n "password" }}
<a-icon v-if="inbound.protocol === Protocols.SHADOWSOCKS"@click="client.password = RandomUtil.randomShadowsocksPassword()" type="sync"></a-icon>
@@ -32,7 +32,7 @@
<template slot="label">
<a-tooltip>
<template slot="title">
- <span>{{ i18n "pages.client.renew" }}</span>
+ <span>{{ i18n "reset" }}</span>
</template>
ID <a-icon @click="client.id = RandomUtil.randomUUID()" type="sync"></a-icon>
</a-tooltip>
diff --git a/web/html/xui/form/protocol/shadowsocks.html b/web/html/xui/form/protocol/shadowsocks.html
index baed82e0..8e4861cf 100644
--- a/web/html/xui/form/protocol/shadowsocks.html
+++ b/web/html/xui/form/protocol/shadowsocks.html
@@ -30,7 +30,7 @@
<template slot="label">
<a-tooltip>
<template slot="title">
- <span>{{ i18n "password" }}</span>
+ <span>{{ i18n "reset" }}</span>
</template> Password <a-icon @click="inbound.settings.password = RandomUtil.randomShadowsocksPassword()" type="sync"></a-icon>
</a-tooltip>
</template>
diff --git a/web/html/xui/form/tls_settings.html b/web/html/xui/form/tls_settings.html
index d124ccd3..dc767636 100644
--- a/web/html/xui/form/tls_settings.html
+++ b/web/html/xui/form/tls_settings.html
@@ -169,7 +169,7 @@
<template slot="label">
<a-tooltip>
<template slot="title">
- <span>{{ i18n "pages.client.renew" }}</span>
+ <span>{{ i18n "reset" }}</span>
</template>
Short ID
<a-icon @click="inbound.stream.reality.shortIds = RandomUtil.randomShortId()" type="sync"> </a-icon>