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/client.html | |
| parent | 16be454f6d3066acb3ede30270de56f63de1b973 (diff) | |
translate improve
Diffstat (limited to 'web/html/xui/form/client.html')
| -rw-r--r-- | web/html/xui/form/client.html | 14 |
1 files changed, 7 insertions, 7 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> |
