diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-01 16:49:01 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-01 16:49:01 +0300 |
| commit | 87acb81496fd2aacb282460e95da05a89dc9a0e1 (patch) | |
| tree | 17fc489b82d8e3af8f9030532139920450b8e53f /web/html/xui/form/protocol | |
| parent | 16be454f6d3066acb3ede30270de56f63de1b973 (diff) | |
translate improve
Diffstat (limited to 'web/html/xui/form/protocol')
| -rw-r--r-- | web/html/xui/form/protocol/trojan.html | 8 | ||||
| -rw-r--r-- | web/html/xui/form/protocol/vless.html | 8 | ||||
| -rw-r--r-- | web/html/xui/form/protocol/vmess.html | 8 |
3 files changed, 12 insertions, 12 deletions
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> |
