mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 14:13:30 +00:00
luci-app-ssr-plus: fix spelling mistakes (#3565)
* Update PKG_RELEASE caicaicai21 fixed the bug but didn't update the release * pr template: add details * Revert "Update PKG_RELEASE" This reverts commitbb27ba7df0
. * Revert "pr template: add details" This reverts commitffdcb09a32
. * luci-app-ssr-plus: fix spelling mistakes DNSMAQ -> DNSMASQ
This commit is contained in:
parent
21a4163e3c
commit
a22e26ac39
@ -40,7 +40,7 @@ o.rmempty = false
|
||||
o = s:option(Value, "adblock_url", translate("adblock_url"))
|
||||
o.default = "https://gitee.com/privacy-protection-tools/anti-ad/raw/master/anti-ad-for-dnsmasq.conf"
|
||||
o:depends("adblock", "1")
|
||||
o.description = translate("Support AdGuardHome and DNSMAQ format list")
|
||||
o.description = translate("Support AdGuardHome and DNSMASQ format list")
|
||||
|
||||
-- [[ SOCKS Proxy ]]--
|
||||
if nixio.fs.access("/usr/bin/microsocks") then
|
||||
|
@ -496,8 +496,8 @@ msgstr "广告屏蔽设置"
|
||||
msgid "Server failsafe auto swith and custom update settings"
|
||||
msgstr "服务器节点故障自动切换/广告屏蔽/国内IP段数据库更新设置"
|
||||
|
||||
msgid "Support AdGuardHome and DNSMAQ format list"
|
||||
msgstr "同时支持 AdGuard Home 和 DNSMAQ 格式的过滤列表"
|
||||
msgid "Support AdGuardHome and DNSMASQ format list"
|
||||
msgstr "同时支持 AdGuard Home 和 DNSMASQ 格式的过滤列表"
|
||||
|
||||
msgid "Enable Custom Chnroute"
|
||||
msgstr "自定义国内IP段数据库更新"
|
||||
|
Loading…
Reference in New Issue
Block a user