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
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/xui')
-rw-r--r--web/html/xui/form/client.html14
-rw-r--r--web/html/xui/form/protocol/trojan.html8
-rw-r--r--web/html/xui/form/protocol/vless.html8
-rw-r--r--web/html/xui/form/protocol/vmess.html8
4 files changed, 19 insertions, 19 deletions
diff --git a/web/html/xui/form/client.html b/web/html/xui/form/client.html
index fac830e2..288fb0ef 100644
--- a/web/html/xui/form/client.html
+++ b/web/html/xui/form/client.html
@@ -5,10 +5,10 @@
</template>
<a-form-item>
<span slot="label">
- Email
+ <span>{{ i18n "pages.inbounds.Email" }}</span>
<a-tooltip>
<template slot="title">
- The Email Must Be Completely Unique
+ <span>{{ i18n "pages.inbounds.EmailDesc" }}</span>
</template>
<a-icon type="sync" @click="getNewEmail(client)"></a-icon>
</a-tooltip>
@@ -26,10 +26,10 @@
</a-form-item>
<a-form-item>
<span slot="label">
- IP Count Limit
+ <span>{{ i18n "pages.inbounds.IPLimit" }}</span>
<a-tooltip>
<template slot="title">
- Disable inbound if more than entered count (0 for disable limit ip)
+ <span>{{ i18n "pages.inbounds.IPLimitDesc" }}</span>
</template>
<a-icon type="question-circle" theme="filled"></a-icon>
</a-tooltip>
@@ -38,16 +38,16 @@
</a-form-item>
<a-form-item v-if="client.email && client.limitIp > 0 && isEdit">
<span slot="label">
- IP Log
+ <span>{{ i18n "pages.inbounds.IPLimitlog" }}</span>
<a-tooltip>
<template slot="title">
- IPs history Log (before enabling inbound after it has been disabled by IP limit, you should clear the log)
+ <span>{{ i18n "pages.inbounds.IPLimitlogDesc" }}</span>
</template>
<a-icon type="question-circle" theme="filled"></a-icon>
</a-tooltip>
<a-tooltip>
<template slot="title">
- Clear The Log
+ <span>{{ i18n "pages.inbounds.IPLimitlogclear" }}</span>
</template>
<span style="color: #FF4D4F">
<a-icon type="delete" @click="clearDBClientIps(client.email)"></a-icon>
diff --git a/web/html/xui/form/protocol/trojan.html b/web/html/xui/form/protocol/trojan.html
index 70286735..c0694d25 100644
--- a/web/html/xui/form/protocol/trojan.html
+++ b/web/html/xui/form/protocol/trojan.html
@@ -5,10 +5,10 @@
<a-form layout="inline">
<a-form-item>
<span slot="label">
- Email
+ <span>{{ i18n "pages.inbounds.Email" }}</span>
<a-tooltip>
<template slot="title">
- The Email Must Be Completely Unique
+ <span>{{ i18n "pages.inbounds.EmailDesc" }}</span>
</template>
<a-icon @click="getNewEmail(client)" type="sync"> </a-icon>
</a-tooltip>
@@ -21,10 +21,10 @@
</a-form-item>
<a-form-item>
<span slot="label">
- IP Count Limit
+ <span>{{ i18n "pages.inbounds.IPLimit" }}</span>
<a-tooltip>
<template slot="title">
- disable inbound if more than entered count (0 for disable limit ip)
+ <span>{{ i18n "pages.inbounds.IPLimitDesc" }}</span>
</template>
<a-icon type="question-circle" theme="filled"></a-icon>
</a-tooltip>
diff --git a/web/html/xui/form/protocol/vless.html b/web/html/xui/form/protocol/vless.html
index 91691e93..7dfc5402 100644
--- a/web/html/xui/form/protocol/vless.html
+++ b/web/html/xui/form/protocol/vless.html
@@ -5,10 +5,10 @@
<a-form layout="inline">
<a-form-item>
<span slot="label">
- Email
+ <span>{{ i18n "pages.inbounds.Email" }}</span>
<a-tooltip>
<template slot="title">
- The Email Must Be Completely Unique
+ <span>{{ i18n "pages.inbounds.EmailDesc" }}</span>
</template>
<a-icon type="sync" @click="getNewEmail(client)"></a-icon>
</a-tooltip>
@@ -21,10 +21,10 @@
</a-form-item>
<a-form-item>
<span slot="label">
- IP Count Limit
+ <span>{{ i18n "pages.inbounds.IPLimit" }}</span>
<a-tooltip>
<template slot="title">
- disable inbound if more than entered count (0 for disable limit ip)
+ <span>{{ i18n "pages.inbounds.IPLimitDesc" }}</span>
</template>
<a-icon type="question-circle" theme="filled"></a-icon>
</a-tooltip>
diff --git a/web/html/xui/form/protocol/vmess.html b/web/html/xui/form/protocol/vmess.html
index 59cf6d2b..d425e080 100644
--- a/web/html/xui/form/protocol/vmess.html
+++ b/web/html/xui/form/protocol/vmess.html
@@ -5,10 +5,10 @@
<a-form layout="inline">
<a-form-item>
<span slot="label">
- Email
+ <span>{{ i18n "pages.inbounds.Email" }}</span>
<a-tooltip>
<template slot="title">
- The Email Must Be Completely Unique
+ <span>{{ i18n "pages.inbounds.EmailDesc" }}</span>
</template>
<a-icon type="sync" @click="getNewEmail(client)"></a-icon>
</a-tooltip>
@@ -24,10 +24,10 @@
</a-form-item>
<a-form-item>
<span slot="label">
- IP Count Limit
+ <span>{{ i18n "pages.inbounds.IPLimit" }}</span>
<a-tooltip>
<template slot="title">
- Disable inbound if more than entered count (0 for disable limit ip)
+ <span>{{ i18n "pages.inbounds.IPLimitDesc" }}</span>
</template>
<a-icon type="question-circle" theme="filled"></a-icon>
</a-tooltip>