mirror of https://github.com/kenzok8/small.git
update 2025-02-13 16:17:12
This commit is contained in:
parent
c07cfd06e6
commit
dadfb2359e
|
@ -777,7 +777,9 @@ return view.extend({
|
|||
so.value('routing_gfw', _('Routing GFW'));
|
||||
|
||||
so = ss.taboption('routing_control', form.Flag, 'routing_domain', _('Handle domain'),
|
||||
_('Routing mode will be handle domain.'));
|
||||
_('Routing mode will be handle domain.') + '</br>' +
|
||||
_('Please ensure that the DNS query of the domains to be processed in the DNS policy</br>' +
|
||||
'are send via DIRECT/Proxy Node in the same semantics as Routing mode.'));
|
||||
so.default = so.disabled;
|
||||
if (!features.hm_has_dnsmasq_full) {
|
||||
so.description = _('To enable, you need to install <code>dnsmasq-full</code>.');
|
||||
|
|
|
@ -1549,6 +1549,13 @@ msgstr ""
|
|||
msgid "Plain text"
|
||||
msgstr ""
|
||||
|
||||
#: htdocs/luci-static/resources/view/fchomo/global.js:781
|
||||
msgid ""
|
||||
"Please ensure that the DNS query of the domains to be processed in the DNS "
|
||||
"policy</br>are send via DIRECT/Proxy Node in the same semantics as Routing "
|
||||
"mode."
|
||||
msgstr ""
|
||||
|
||||
#: htdocs/luci-static/resources/view/fchomo/ruleset.js:124
|
||||
msgid ""
|
||||
"Please refer to <a href=\"%s\" target=\"_blank\">%s</a> for link format "
|
||||
|
|
|
@ -1571,6 +1571,15 @@ msgstr "性能可能会略有下降,建议仅在需要时开启。"
|
|||
msgid "Plain text"
|
||||
msgstr "纯文本"
|
||||
|
||||
#: htdocs/luci-static/resources/view/fchomo/global.js:781
|
||||
msgid ""
|
||||
"Please ensure that the DNS query of the domains to be processed in the DNS "
|
||||
"policy</br>are send via DIRECT/Proxy Node in the same semantics as Routing "
|
||||
"mode."
|
||||
msgstr ""
|
||||
"请在 DNS 策略 中确保要处理的域名的 DNS 查询</br>以与路由模式相同的语义通过 "
|
||||
"直连/代理节点 发送。"
|
||||
|
||||
#: htdocs/luci-static/resources/view/fchomo/ruleset.js:124
|
||||
msgid ""
|
||||
"Please refer to <a href=\"%s\" target=\"_blank\">%s</a> for link format "
|
||||
|
|
|
@ -1571,6 +1571,15 @@ msgstr "效能可能會略有下降,建議僅在需要時開啟。"
|
|||
msgid "Plain text"
|
||||
msgstr "純文本"
|
||||
|
||||
#: htdocs/luci-static/resources/view/fchomo/global.js:781
|
||||
msgid ""
|
||||
"Please ensure that the DNS query of the domains to be processed in the DNS "
|
||||
"policy</br>are send via DIRECT/Proxy Node in the same semantics as Routing "
|
||||
"mode."
|
||||
msgstr ""
|
||||
"請在 DNS 策略 中確保要處理的網域的 DNS 查詢</br>以與路由模式相同的語意透過 "
|
||||
"直連/代理節點 傳送。"
|
||||
|
||||
#: htdocs/luci-static/resources/view/fchomo/ruleset.js:124
|
||||
msgid ""
|
||||
"Please refer to <a href=\"%s\" target=\"_blank\">%s</a> for link format "
|
||||
|
|
Loading…
Reference in New Issue