mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
luci-app-dnsfilter: add zh_Hans po
This commit is contained in:
parent
c2c27b6ddf
commit
4c552bf00e
@ -8,7 +8,7 @@ LUCI_DEPENDS:=+uclient-fetch +ipset +dnsmasq-full
|
||||
LUCI_PKGARCH:=all
|
||||
PKG_NAME:=luci-app-dnsfilter
|
||||
PKG_VERSION:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
|
@ -3,7 +3,7 @@ function index()
|
||||
if not nixio.fs.access("/etc/config/dnsfilter") then
|
||||
return
|
||||
end
|
||||
local page = entry({"admin","services","dnsfilter"},alias("admin","services","dnsfilter","base"),_("DNSFilter"),9)
|
||||
local page = entry({"admin","services","dnsfilter"},alias("admin","services","dnsfilter","base"),_("DNSFilter ADBlock"),9)
|
||||
page.dependent = true
|
||||
page.acl_depends = { "luci-app-dnsfilter" }
|
||||
entry({"admin","services","dnsfilter","base"},cbi("dnsfilter/base"),_("Base Setting"),10).leaf=true
|
||||
|
@ -1,7 +1,7 @@
|
||||
local SYS=require "luci.sys"
|
||||
|
||||
m=Map("dnsfilter")
|
||||
m.title=translate("DNSFilter")
|
||||
m.title=translate("DNSFilter ADBlock")
|
||||
m.description=translate("Support AdGuardHome/Host/DNSMASQ/Domain Rules")
|
||||
m:section(SimpleSection).template="dnsfilter/dnsfilter_status"
|
||||
|
||||
|
@ -102,3 +102,6 @@ msgstr "强制为google,bing,duckduckgo,yandex,youtube开启安全搜索,过滤
|
||||
|
||||
msgid "Update Log"
|
||||
msgstr "更新日志"
|
||||
|
||||
msgid "DNSFilter ADBlock"
|
||||
msgstr "DNS 广告过滤"
|
||||
|
1
package/lean/luci-app-dnsfilter/po/zh_Hans
Symbolic link
1
package/lean/luci-app-dnsfilter/po/zh_Hans
Symbolic link
@ -0,0 +1 @@
|
||||
zh-cn
|
Loading…
Reference in New Issue
Block a user