diff options
Diffstat (limited to 'applications/luci-app-https-dns-proxy')
39 files changed, 695 insertions, 212 deletions
diff --git a/applications/luci-app-https-dns-proxy/Makefile b/applications/luci-app-https-dns-proxy/Makefile index b18e019aaa..0b933b560f 100644 --- a/applications/luci-app-https-dns-proxy/Makefile +++ b/applications/luci-app-https-dns-proxy/Makefile @@ -10,7 +10,7 @@ LUCI_TITLE:=DNS Over HTTPS Proxy Web UI LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +https-dns-proxy LUCI_PKGARCH:=all -PKG_RELEASE:=9 +PKG_RELEASE:=12 include ../../luci.mk diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua new file mode 100644 index 0000000000..4ef78c1cbe --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua @@ -0,0 +1,6 @@ +return { + name="AliDNS", + label=_("AliDNS"), + resolver_url="https://dns.alidns.com/dns-query", + bootstrap_dns="223.5.5.5,223.6.6.6,2400:3200::1,2400:3200:baba::1" +} diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.security.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.security.lua index a862f438bb..d80b4cf5bd 100644 --- a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.security.lua +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.security.lua @@ -2,7 +2,7 @@ return { name = "Cloudflare-Security", label = _("Cloudflare (Security Protection)"), resolver_url = "https://security.cloudflare-dns.com/dns-query", - bootstrap_dns = "1.1.1.1,1.0.0.1,2606:4700:4700::1111,2606:4700:4700::1001", + bootstrap_dns = "1.1.1.2,1.0.0.2,2606:4700:4700::1112,2606:4700:4700::1002", help_link = "https://one.one.one.one/family/", help_link_text = "Cloudflare" } diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua new file mode 100644 index 0000000000..b3eff188a1 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua @@ -0,0 +1,8 @@ +return { + name = "OpenDNS", + label = _("OpenDNS"), + resolver_url = "https://doh.opendns.com/dns-query", + bootstrap_dns = "208.67.222.222,208.67.220.220", + help_link = "https://support.opendns.com/hc/en-us/articles/360038086532-Using-DNS-over-HTTPS-DoH-with-OpenDNS", + help_link_text = "OpenDNS" +} diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua new file mode 100644 index 0000000000..12cc89a965 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua @@ -0,0 +1,8 @@ +return { + name = "OpenDNS-FamilyShield", + label = _("OpenDNS (Family Shield)"), + resolver_url = "https://doh.familyshield.opendns.com/dns-query", + bootstrap_dns = "208.67.222.123,208.67.220.123", + help_link = "https://support.opendns.com/hc/en-us/articles/360038086532-Using-DNS-over-HTTPS-DoH-with-OpenDNS", + help_link_text = "OpenDNS" +} diff --git a/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua new file mode 100644 index 0000000000..6e831f7fb0 --- /dev/null +++ b/applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua @@ -0,0 +1,6 @@ +return{ + name = "DNSPod-cn-Public-DNS", + label = _("DNSPod.cn Public DNS"), + resolver_url = "https://doh.pub/dns-query", + bootstrap_dns = "119.29.29.29,119.28.28.28" +} diff --git a/applications/luci-app-https-dns-proxy/po/ar/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/ar/https-dns-proxy.po index 464f9fd923..316823291e 100644 --- a/applications/luci-app-https-dns-proxy/po/ar/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/ar/https-dns-proxy.po @@ -1,8 +1,15 @@ msgid "" msgstr "" +"PO-Revision-Date: 2020-07-09 06:17+0000\n" +"Last-Translator: Mohammed Abu Hassan <medo94125@gmail.com>\n" +"Language-Team: Arabic <https://hosted.weblate.org/projects/openwrt/" +"luciapplicationshttps-dns-proxy/ar/>\n" "Language: ar\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" +"X-Generator: Weblate 4.2-dev\n" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:72 msgid "%s is not installed or not found" @@ -16,6 +23,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -64,6 +75,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -72,13 +87,9 @@ msgstr "" msgid "Disable" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" -msgstr "" +msgstr "ممكن" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:27 msgid "For more information on different options check" @@ -114,13 +125,21 @@ msgstr "" #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 msgid "Loading" -msgstr "" +msgstr "جار التحميل" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/cz.nic.odvr.lua:3 msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/bg/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/bg/https-dns-proxy.po index 1c413b0a9f..babbf5c0af 100644 --- a/applications/luci-app-https-dns-proxy/po/bg/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/bg/https-dns-proxy.po @@ -16,6 +16,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -64,6 +68,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -72,10 +80,6 @@ msgstr "" msgid "Disable" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "" @@ -120,7 +124,15 @@ msgstr "" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/bn_BD/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/bn_BD/https-dns-proxy.po index a8b30d95d3..692e659701 100644 --- a/applications/luci-app-https-dns-proxy/po/bn_BD/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/bn_BD/https-dns-proxy.po @@ -16,6 +16,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -64,6 +68,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -72,10 +80,6 @@ msgstr "" msgid "Disable" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "" @@ -120,7 +124,15 @@ msgstr "" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/ca/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/ca/https-dns-proxy.po index 8d9ced0b73..3fa0c1144f 100644 --- a/applications/luci-app-https-dns-proxy/po/ca/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/ca/https-dns-proxy.po @@ -16,6 +16,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -64,6 +68,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -72,10 +80,6 @@ msgstr "" msgid "Disable" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "" @@ -120,7 +124,15 @@ msgstr "" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/cs/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/cs/https-dns-proxy.po index e62aeabbf9..44563ad902 100644 --- a/applications/luci-app-https-dns-proxy/po/cs/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/cs/https-dns-proxy.po @@ -22,6 +22,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -70,6 +74,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -78,10 +86,6 @@ msgstr "" msgid "Disable" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "Povolit" @@ -126,7 +130,15 @@ msgstr "" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "Proxy server" diff --git a/applications/luci-app-https-dns-proxy/po/de/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/de/https-dns-proxy.po index 3bd897d794..67b0618a75 100644 --- a/applications/luci-app-https-dns-proxy/po/de/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/de/https-dns-proxy.po @@ -22,6 +22,10 @@ msgstr "AdGuard (Familienschutz)" msgid "AdGuard (Standard)" msgstr "AdGuard (Standard)" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -70,6 +74,10 @@ msgstr "" msgid "DNS.SB" msgstr "DNS.SB" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "Digitale Gesellschaft" @@ -78,10 +86,6 @@ msgstr "Digitale Gesellschaft" msgid "Disable" msgstr "Deaktivieren" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "EDNS-Clientsubnetz" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "Aktivieren" @@ -126,7 +130,15 @@ msgstr "Lade" msgid "ODVR (nic.cz)" msgstr "ODVR (nic.cz)" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "Proxyserver" @@ -200,6 +212,9 @@ msgstr "deaktiviert" msgid "rubyfish.cn" msgstr "rubyfish.cn" +#~ msgid "EDNS client subnet" +#~ msgstr "EDNS-Clientsubnetz" + #~ msgid "" #~ "When you add/remove any instances below, they will be used to override " #~ "the 'DNS forwardings' section of <a href=\"%s\">DHCP and DNS</a>." diff --git a/applications/luci-app-https-dns-proxy/po/el/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/el/https-dns-proxy.po index b6ac1e894a..abbed71305 100644 --- a/applications/luci-app-https-dns-proxy/po/el/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/el/https-dns-proxy.po @@ -22,6 +22,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -70,6 +74,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -78,10 +86,6 @@ msgstr "" msgid "Disable" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "" @@ -126,7 +130,15 @@ msgstr "Φόρτωση" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/en/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/en/https-dns-proxy.po index 5adad53c5b..12c9b228a3 100644 --- a/applications/luci-app-https-dns-proxy/po/en/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/en/https-dns-proxy.po @@ -16,6 +16,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -64,6 +68,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -72,10 +80,6 @@ msgstr "" msgid "Disable" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "" @@ -120,7 +124,15 @@ msgstr "" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/es/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/es/https-dns-proxy.po index 07147da0f2..43d8f85b8b 100644 --- a/applications/luci-app-https-dns-proxy/po/es/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/es/https-dns-proxy.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2020-06-08 11:55+0000\n" +"PO-Revision-Date: 2020-08-31 09:01+0000\n" "Last-Translator: Franco Castillo <castillofrancodamian@gmail.com>\n" "Language-Team: Spanish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationshttps-dns-proxy/es/>\n" @@ -11,7 +11,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.1-dev\n" +"X-Generator: Weblate 4.2.1-dev\n" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:72 msgid "%s is not installed or not found" @@ -25,6 +25,10 @@ msgstr "AdGuard (Protección familiar)" msgid "AdGuard (Standard)" msgstr "AdGuard (estándar)" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "AliDNS" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "Escudo canadiense de CIRA (Familiar)" @@ -73,6 +77,10 @@ msgstr "Configuración de proxy HTTPS de DNS" msgid "DNS.SB" msgstr "DNS.SB" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "DNS público DNSPod.cn" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "Sociedad digital" @@ -81,10 +89,6 @@ msgstr "Sociedad digital" msgid "Disable" msgstr "Desactivar" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "Subred de cliente EDNS" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "Activar" @@ -129,7 +133,15 @@ msgstr "Cargando" msgid "ODVR (nic.cz)" msgstr "ODVR (nic.cz)" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "OpenDNS" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "OpenDNS (Escudo familiar)" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "Servidor proxy" @@ -205,6 +217,12 @@ msgstr "desactivado" msgid "rubyfish.cn" msgstr "rubyfish.cn" +#~ msgid "Alidns" +#~ msgstr "Alidns" + +#~ msgid "EDNS client subnet" +#~ msgstr "Subred de cliente EDNS" + #~ msgid "Grant UCI access for luci-app-https-dns-proxy" #~ msgstr "Conceder acceso UCI para luci-app-https-dns-proxy" diff --git a/applications/luci-app-https-dns-proxy/po/fi/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/fi/https-dns-proxy.po index 7c5653bc13..050a3016fd 100644 --- a/applications/luci-app-https-dns-proxy/po/fi/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/fi/https-dns-proxy.po @@ -22,6 +22,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -70,6 +74,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -78,10 +86,6 @@ msgstr "" msgid "Disable" msgstr "Poista käytöstä" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "Ota käyttöön" @@ -126,7 +130,15 @@ msgstr "Ladataan" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/fr/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/fr/https-dns-proxy.po index 0fb4a30737..1f71e5388c 100644 --- a/applications/luci-app-https-dns-proxy/po/fr/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/fr/https-dns-proxy.po @@ -22,6 +22,10 @@ msgstr "AdGuard (protection de la famille)" msgid "AdGuard (Standard)" msgstr "AdGuard (Standard)" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -70,6 +74,10 @@ msgstr "" msgid "DNS.SB" msgstr "DNS.SB" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "Société Digitale" @@ -78,10 +86,6 @@ msgstr "Société Digitale" msgid "Disable" msgstr "Désactiver" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "Sous-réseau client EDNS" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "Activer" @@ -126,7 +130,15 @@ msgstr "Chargement" msgid "ODVR (nic.cz)" msgstr "ODVR (nic.cz)" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "Serveur proxy" @@ -200,6 +212,9 @@ msgstr "désactivé" msgid "rubyfish.cn" msgstr "rubyfish.cn" +#~ msgid "EDNS client subnet" +#~ msgstr "Sous-réseau client EDNS" + #~ msgid "" #~ "When you add/remove any instances below, they will be used to override " #~ "the 'DNS forwardings' section of <a href=\"%s\">DHCP and DNS</a>." diff --git a/applications/luci-app-https-dns-proxy/po/he/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/he/https-dns-proxy.po index 152652449f..b9b9d36e21 100644 --- a/applications/luci-app-https-dns-proxy/po/he/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/he/https-dns-proxy.po @@ -16,6 +16,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -64,6 +68,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -72,10 +80,6 @@ msgstr "" msgid "Disable" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "" @@ -120,7 +124,15 @@ msgstr "" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/hi/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/hi/https-dns-proxy.po index 1203734d0a..3fc9e6fffb 100644 --- a/applications/luci-app-https-dns-proxy/po/hi/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/hi/https-dns-proxy.po @@ -16,6 +16,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -64,6 +68,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -72,10 +80,6 @@ msgstr "" msgid "Disable" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "" @@ -120,7 +124,15 @@ msgstr "" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/hu/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/hu/https-dns-proxy.po index 8a3146ed65..e812bed3d4 100644 --- a/applications/luci-app-https-dns-proxy/po/hu/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/hu/https-dns-proxy.po @@ -22,6 +22,10 @@ msgstr "AdGuard (családvédelem)" msgid "AdGuard (Standard)" msgstr "AdGuard (szabványos)" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -70,6 +74,10 @@ msgstr "" msgid "DNS.SB" msgstr "DNS.SB" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "Digitale Gesellschaft" @@ -78,10 +86,6 @@ msgstr "Digitale Gesellschaft" msgid "Disable" msgstr "Letiltás" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "EDNS ügyfélalhálózat" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "Engedélyezés" @@ -127,7 +131,15 @@ msgstr "Betöltés" msgid "ODVR (nic.cz)" msgstr "ODVR (nic.cz)" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "Proxy-kiszolgáló" @@ -201,6 +213,9 @@ msgstr "" msgid "rubyfish.cn" msgstr "rubyfish.cn" +#~ msgid "EDNS client subnet" +#~ msgstr "EDNS ügyfélalhálózat" + #~ msgid "DNS Over HTTPS Proxy" #~ msgstr "DNS HTTPS-proxy fölött" diff --git a/applications/luci-app-https-dns-proxy/po/it/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/it/https-dns-proxy.po index 0911cccc00..c9cbf7b4c4 100644 --- a/applications/luci-app-https-dns-proxy/po/it/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/it/https-dns-proxy.po @@ -22,6 +22,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -70,6 +74,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -78,10 +86,6 @@ msgstr "" msgid "Disable" msgstr "Disabilita" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "Abilita" @@ -126,7 +130,15 @@ msgstr "Caricamento" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/ja/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/ja/https-dns-proxy.po index ead2aceb9c..6fba629643 100644 --- a/applications/luci-app-https-dns-proxy/po/ja/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/ja/https-dns-proxy.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-06-27 14:41+0000\n" +"PO-Revision-Date: 2020-07-22 08:29+0000\n" "Last-Translator: Satoru Yoshida <ramat@ram.ne.jp>\n" "Language-Team: Japanese <https://hosted.weblate.org/projects/openwrt/" "luciapplicationshttps-dns-proxy/ja/>\n" @@ -12,7 +12,7 @@ msgstr "" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:72 msgid "%s is not installed or not found" -msgstr "" +msgstr "%s は未インストールかまたは見つかりません" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 msgid "AdGuard (Family Protection)" @@ -22,6 +22,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -64,12 +68,16 @@ msgstr "" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:106 msgid "DNS HTTPS Proxy Settings" -msgstr "" +msgstr "DNS HTTPS プロキシ設定" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/sb.dns.lua:3 msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -78,10 +86,6 @@ msgstr "" msgid "Disable" msgstr "無効" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "有効" @@ -96,11 +100,11 @@ msgstr "" #: applications/luci-app-https-dns-proxy/root/usr/share/rpcd/acl.d/luci-app-https-dns-proxy.json:3 msgid "Grant UCI and file access for luci-app-https-dns-proxy" -msgstr "" +msgstr "luci-app-https-dns-proxy に UCI およびファイルのアクセスを許可" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:126 msgid "Instances" -msgstr "" +msgstr "インスタンス" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh.lua:3 msgid "LibreDNS" @@ -112,11 +116,11 @@ msgstr "" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:160 msgid "Listen address" -msgstr "" +msgstr "待ち受けアドレス" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:173 msgid "Listen port" -msgstr "" +msgstr "待ち受けポート" #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/js.htm:52 msgid "Loading" @@ -126,13 +130,21 @@ msgstr "読み込み中" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 -msgid "Proxy server" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 +msgid "Proxy server" +msgstr "プロキシ・サーバー" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 msgid "Quad 9 (Recommended)" -msgstr "" +msgstr "Quad 9 (推奨)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 msgid "Quad 9 (Secured with ECS Support)" @@ -152,7 +164,7 @@ msgstr "リロード" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:133 msgid "Resolver" -msgstr "" +msgstr "リゾルバー" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:98 msgid "Running: %s DoH at %s:%s" @@ -160,11 +172,11 @@ msgstr "" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:110 msgid "Service Status" -msgstr "" +msgstr "サービス ステータス" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:108 msgid "Service Status [%s %s]" -msgstr "" +msgstr "サービス・ステータス [%s %s]" #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 msgid "Start" @@ -180,7 +192,7 @@ msgstr "停止済" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:63 msgid "Unknown Provider" -msgstr "" +msgstr "不明なプロバイダー" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:127 msgid "" @@ -190,7 +202,7 @@ msgstr "" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:48 msgid "and" -msgstr "" +msgstr "および" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:78 msgid "disabled" diff --git a/applications/luci-app-https-dns-proxy/po/ko/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/ko/https-dns-proxy.po index 6e8d94dc09..93c7dd4488 100644 --- a/applications/luci-app-https-dns-proxy/po/ko/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/ko/https-dns-proxy.po @@ -16,6 +16,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -64,6 +68,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -72,10 +80,6 @@ msgstr "" msgid "Disable" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "" @@ -120,7 +124,15 @@ msgstr "" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/mr/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/mr/https-dns-proxy.po index 2f0174f5f6..a05dfa25b8 100644 --- a/applications/luci-app-https-dns-proxy/po/mr/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/mr/https-dns-proxy.po @@ -22,6 +22,10 @@ msgstr "अॅडगार्ड (कौटुंबिक संरक्ष msgid "AdGuard (Standard)" msgstr "अॅडगार्ड (मानक)" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -70,6 +74,10 @@ msgstr "" msgid "DNS.SB" msgstr "डीएनएस.एसबी" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "डिजिटेल गसेल्सशाफ्ट" @@ -78,10 +86,6 @@ msgstr "डिजिटेल गसेल्सशाफ्ट" msgid "Disable" msgstr "अक्षम करा" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "ईडीएनएस क्लायंट सबनेट" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "सक्षम करा" @@ -126,7 +130,15 @@ msgstr "लोड करीत आहे" msgid "ODVR (nic.cz)" msgstr "ODVR (nic.cz)" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "प्रॉक्सी सर्व्हर" @@ -200,6 +212,9 @@ msgstr "" msgid "rubyfish.cn" msgstr "rubyfish.cn" +#~ msgid "EDNS client subnet" +#~ msgstr "ईडीएनएस क्लायंट सबनेट" + #~ msgid "DNS Over HTTPS Proxy" #~ msgstr "एचटीटीपीएस प्रॉक्सी वर डीएनएस" diff --git a/applications/luci-app-https-dns-proxy/po/ms/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/ms/https-dns-proxy.po index ad63c63ba6..c8d46b3d33 100644 --- a/applications/luci-app-https-dns-proxy/po/ms/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/ms/https-dns-proxy.po @@ -16,6 +16,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -64,6 +68,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -72,10 +80,6 @@ msgstr "" msgid "Disable" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "" @@ -120,7 +124,15 @@ msgstr "" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/nb_NO/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/nb_NO/https-dns-proxy.po index 271c069658..862835c610 100644 --- a/applications/luci-app-https-dns-proxy/po/nb_NO/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/nb_NO/https-dns-proxy.po @@ -16,6 +16,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -64,6 +68,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -72,10 +80,6 @@ msgstr "" msgid "Disable" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "" @@ -120,7 +124,15 @@ msgstr "" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/pl/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/pl/https-dns-proxy.po index 495af17b1f..08ddee7707 100644 --- a/applications/luci-app-https-dns-proxy/po/pl/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/pl/https-dns-proxy.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-06-08 11:55+0000\n" +"PO-Revision-Date: 2020-08-18 20:32+0000\n" "Last-Translator: Marcin Net <marcin.net@linux.pl>\n" "Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/" "luciapplicationshttps-dns-proxy/pl/>\n" @@ -9,23 +9,27 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.1-dev\n" +"X-Generator: Weblate 4.2-dev\n" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:72 msgid "%s is not installed or not found" -msgstr "%s nie jest zainstalowany lub nie został znaleziony" +msgstr "%s nie jest zainstalowany lub nie znaleziono" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns-family.lua:3 msgid "AdGuard (Family Protection)" -msgstr "AdGuard (Ochrona rodzinna)" +msgstr "AdGuard (filtr rodzinny)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.adguard.dns.lua:3 msgid "AdGuard (Standard)" -msgstr "AdGuard (Standardowy)" +msgstr "AdGuard (standardowy)" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" -msgstr "Tarcza Kanadyjska CIRA (rodzina)" +msgstr "Tarcza Kanadyjska CIRA (filtr rodzinny)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.private.lua:3 msgid "CIRA Canadian Shield (Private)" @@ -37,15 +41,15 @@ msgstr "Tarcza Kanadyjska CIRA (chroniona)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-adult.lua:3 msgid "CleanBrowsing (Adult Filter)" -msgstr "CleanBrowsing (Filtr treści dla dorosłych)" +msgstr "CleanBrowsing (filtr rodzinny)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-family.lua:3 msgid "CleanBrowsing (Family Filter)" -msgstr "CleanBrowsing (Filtr rodzinny)" +msgstr "CleanBrowsing (filtr rodzinny)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/org.cleanbrowsing.doh-security.lua:3 msgid "CleanBrowsing (Security Filter)" -msgstr "CleanBrowsing (Filtr bezpieczeństwa)" +msgstr "CleanBrowsing (filtr bezpieczeństwa)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.lua:3 msgid "Cloudflare" @@ -53,11 +57,11 @@ msgstr "Cloudflare" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.family.lua:3 msgid "Cloudflare (Family Protection)" -msgstr "Cloudflare (Ochrona Rodziny)" +msgstr "Cloudflare (filtr rodzinny)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.cloudflare-dns.security.lua:3 msgid "Cloudflare (Security Protection)" -msgstr "Cloudflare (Ochrona Bezpieczeństwa)" +msgstr "Cloudflare (filtr bezpieczeństwa)" #: applications/luci-app-https-dns-proxy/luasrc/controller/https-dns-proxy.lua:4 msgid "DNS HTTPS Proxy" @@ -71,6 +75,10 @@ msgstr "Ustawienia DNS HTTPS Proxy" msgid "DNS.SB" msgstr "DNS.SB" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "Digitale Gesellschaft" @@ -79,17 +87,13 @@ msgstr "Digitale Gesellschaft" msgid "Disable" msgstr "Wyłącz" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "Podsieć klienta EDNS" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "Włącz" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:27 msgid "For more information on different options check" -msgstr "Aby uzyskać więcej informacji na temat różnych opcji, sprawdź" +msgstr "Aby uzyskać więcej informacji o różnych opcjach, sprawdź" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/google.dns.lua:3 msgid "Google" @@ -127,25 +131,33 @@ msgstr "Ładowanie" msgid "ODVR (nic.cz)" msgstr "ODVR (nic.cz)" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "OpenDNS" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "OpenDNS (filtr rodzinny)" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "Serwer proxy" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns.lua:3 msgid "Quad 9 (Recommended)" -msgstr "Quad 9 (Zalecane)" +msgstr "Quad 9 (zalecany)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns11.lua:3 msgid "Quad 9 (Secured with ECS Support)" -msgstr "Quad 9 (Zabezpieczony z obsługą ECS)" +msgstr "Quad 9 (zabezpieczony z obsługą ECS)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns9.lua:3 msgid "Quad 9 (Secured)" -msgstr "Quad 9 (Zabezpieczony)" +msgstr "Quad 9 (zabezpieczony)" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/net.quad9.dns10.lua:3 msgid "Quad 9 (Unsecured)" -msgstr "Quad 9 (Niezabezpieczony)" +msgstr "Quad 9 (niezabezpieczony)" #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:44 msgid "Reload" @@ -188,8 +200,8 @@ msgid "" "When you add/remove any instances below, they will be used to override the " "'DNS forwardings' section of %sDHCP and DNS%s." msgstr "" -"Po dodaniu/usunięciu poniższych instancji, zostaną one użyte do nadpisania " -"sekcji 'Przekierowania DNS' %sDHCP i DNS%s." +"Po dodaniu/usunięciu instancji, zostaną one użyte do nadpisania " +"'Przekazywania DNS' w sekcji %sDHCP i DNS%s." #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:48 msgid "and" @@ -203,6 +215,12 @@ msgstr "wyłączony" msgid "rubyfish.cn" msgstr "rubyfish.cn" +#~ msgid "Alidns" +#~ msgstr "Alidns" + +#~ msgid "EDNS client subnet" +#~ msgstr "Podsieć klienta EDNS" + #~ msgid "Grant UCI access for luci-app-https-dns-proxy" #~ msgstr "Udziel dostępu UCI do luci-app-https-dns-proxy" diff --git a/applications/luci-app-https-dns-proxy/po/pt/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/pt/https-dns-proxy.po index 5941062bb6..6a98aa04eb 100644 --- a/applications/luci-app-https-dns-proxy/po/pt/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/pt/https-dns-proxy.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-06-08 19:47+0000\n" +"PO-Revision-Date: 2020-08-28 22:08+0000\n" "Last-Translator: ssantos <ssantos@web.de>\n" "Language-Team: Portuguese <https://hosted.weblate.org/projects/openwrt/" "luciapplicationshttps-dns-proxy/pt/>\n" @@ -8,7 +8,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.1-dev\n" +"X-Generator: Weblate 4.2.1-dev\n" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:72 msgid "%s is not installed or not found" @@ -22,6 +22,10 @@ msgstr "AdGuard (Proteção da Família)" msgid "AdGuard (Standard)" msgstr "AdGuard (Padrão)" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "CIRA Canadian Shield (Família)" @@ -70,6 +74,10 @@ msgstr "Configurações de Proxy HTTPS de DNS" msgid "DNS.SB" msgstr "DNS.SB" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "Digitale Gesellschaft" @@ -78,10 +86,6 @@ msgstr "Digitale Gesellschaft" msgid "Disable" msgstr "Desativar" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "Sub-rede de clientes EDNS" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "Ativar" @@ -126,7 +130,15 @@ msgstr "A carregar" msgid "ODVR (nic.cz)" msgstr "ODVR (nic.cz)" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "OpenDNS" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "OpenDNS (Family Shield)" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "Servidor proxy" @@ -203,6 +215,12 @@ msgstr "desativado" msgid "rubyfish.cn" msgstr "rubyfish.cn" +#~ msgid "Alidns" +#~ msgstr "Alidns" + +#~ msgid "EDNS client subnet" +#~ msgstr "Sub-rede de clientes EDNS" + #~ msgid "Grant UCI access for luci-app-https-dns-proxy" #~ msgstr "Conceder acesso UCI ao luci-app-https-dns-proxy" diff --git a/applications/luci-app-https-dns-proxy/po/pt_BR/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/pt_BR/https-dns-proxy.po index b2b23414c2..8c1a06596a 100644 --- a/applications/luci-app-https-dns-proxy/po/pt_BR/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/pt_BR/https-dns-proxy.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-06-12 05:12+0000\n" +"PO-Revision-Date: 2020-08-31 03:43+0000\n" "Last-Translator: Wellington Terumi Uemura <wellingtonuemura@gmail.com>\n" "Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationshttps-dns-proxy/pt_BR/>\n" @@ -8,7 +8,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n > 1;\n" -"X-Generator: Weblate 4.1-dev\n" +"X-Generator: Weblate 4.2.1-dev\n" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:72 msgid "%s is not installed or not found" @@ -22,6 +22,10 @@ msgstr "AdGuard (Proteção Familiar)" msgid "AdGuard (Standard)" msgstr "AdGuard (Padrão)" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "AliDNS" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "CIRA Canadian Shield (Família)" @@ -70,6 +74,10 @@ msgstr "Configurações do Proxy DNS HTTPS" msgid "DNS.SB" msgstr "DNS.SB" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "DNSPod.cn DNS Público" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "Digitale Gesellschaft" @@ -78,10 +86,6 @@ msgstr "Digitale Gesellschaft" msgid "Disable" msgstr "Desativar" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "Sub-rede de clientes EDNS" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "Ativar" @@ -126,7 +130,15 @@ msgstr "Carregando" msgid "ODVR (nic.cz)" msgstr "ODVR (nic.cz)" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "OpenDNS" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "OpenDNS (Escudo Familiar)" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "Servidor proxy" @@ -203,6 +215,12 @@ msgstr "desabilitado" msgid "rubyfish.cn" msgstr "rubyfish.cn" +#~ msgid "Alidns" +#~ msgstr "Alidns" + +#~ msgid "EDNS client subnet" +#~ msgstr "Sub-rede de clientes EDNS" + #~ msgid "Grant UCI access for luci-app-https-dns-proxy" #~ msgstr "Conceda acesso UCI ao luci-app-https-dns-proxy" diff --git a/applications/luci-app-https-dns-proxy/po/ro/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/ro/https-dns-proxy.po index 5825451e93..a40a63bc9b 100644 --- a/applications/luci-app-https-dns-proxy/po/ro/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/ro/https-dns-proxy.po @@ -23,6 +23,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -71,6 +75,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -79,10 +87,6 @@ msgstr "" msgid "Disable" msgstr "Dezactivează" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "Activează" @@ -127,7 +131,15 @@ msgstr "Încărcare" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/ru/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/ru/https-dns-proxy.po index 2c73d39b20..7678f8a639 100644 --- a/applications/luci-app-https-dns-proxy/po/ru/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/ru/https-dns-proxy.po @@ -1,7 +1,7 @@ msgid "" msgstr "" -"PO-Revision-Date: 2020-06-07 15:48+0000\n" -"Last-Translator: Artem <KovalevArtem.ru@gmail.com>\n" +"PO-Revision-Date: 2020-08-24 04:29+0000\n" +"Last-Translator: sergio <sergio+it@outerface.net>\n" "Language-Team: Russian <https://hosted.weblate.org/projects/openwrt/" "luciapplicationshttps-dns-proxy/ru/>\n" "Language: ru\n" @@ -9,7 +9,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" -"X-Generator: Weblate 4.1-dev\n" +"X-Generator: Weblate 4.2.1-dev\n" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:72 msgid "%s is not installed or not found" @@ -23,6 +23,10 @@ msgstr "AdGuard (Семейная защита)" msgid "AdGuard (Standard)" msgstr "AdGuard (Стандарт)" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -71,6 +75,10 @@ msgstr "Настройки прокси-сервера DNS HTTPS" msgid "DNS.SB" msgstr "DNS.SB" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "Digitale Gesellschaft" @@ -79,10 +87,6 @@ msgstr "Digitale Gesellschaft" msgid "Disable" msgstr "Отключить" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "Клиентская подсеть EDNS" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "Включить" @@ -127,7 +131,15 @@ msgstr "Загрузка" msgid "ODVR (nic.cz)" msgstr "ODVR (nic.cz)" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "OpenDNS" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "Прокси сервер" @@ -165,7 +177,7 @@ msgstr "Статус сервиса" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:108 msgid "Service Status [%s %s]" -msgstr "" +msgstr "Статус службы [%s %s]" #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:41 msgid "Start" @@ -201,6 +213,12 @@ msgstr "отключено" msgid "rubyfish.cn" msgstr "rubyfish.cn" +#~ msgid "Alidns" +#~ msgstr "Alidns" + +#~ msgid "EDNS client subnet" +#~ msgstr "Клиентская подсеть EDNS" + #~ msgid "Grant UCI access for luci-app-https-dns-proxy" #~ msgstr "Предоставить UCI доступ для luci-app-https-dns-proxy" diff --git a/applications/luci-app-https-dns-proxy/po/sk/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/sk/https-dns-proxy.po index 02aa952695..91a7629aaa 100644 --- a/applications/luci-app-https-dns-proxy/po/sk/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/sk/https-dns-proxy.po @@ -22,6 +22,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -70,6 +74,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -78,10 +86,6 @@ msgstr "" msgid "Disable" msgstr "Zakázať" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "" @@ -126,7 +130,15 @@ msgstr "" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/sv/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/sv/https-dns-proxy.po index 2ff3638c19..71433e2efe 100644 --- a/applications/luci-app-https-dns-proxy/po/sv/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/sv/https-dns-proxy.po @@ -22,6 +22,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -70,6 +74,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -78,10 +86,6 @@ msgstr "" msgid "Disable" msgstr "Inaktivera" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "Aktivera" @@ -126,7 +130,15 @@ msgstr "Laddar" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/templates/https-dns-proxy.pot b/applications/luci-app-https-dns-proxy/po/templates/https-dns-proxy.pot index 00931c200a..ea3bfbdb23 100644 --- a/applications/luci-app-https-dns-proxy/po/templates/https-dns-proxy.pot +++ b/applications/luci-app-https-dns-proxy/po/templates/https-dns-proxy.pot @@ -13,6 +13,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -61,6 +65,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -113,6 +121,14 @@ msgstr "" msgid "ODVR (nic.cz)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/tr/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/tr/https-dns-proxy.po index a6b2b67bc5..e422adcdc5 100644 --- a/applications/luci-app-https-dns-proxy/po/tr/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/tr/https-dns-proxy.po @@ -22,6 +22,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -70,6 +74,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -78,10 +86,6 @@ msgstr "" msgid "Disable" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "" @@ -126,7 +130,15 @@ msgstr "" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/uk/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/uk/https-dns-proxy.po index 6e9ff8e838..cd0342d27d 100644 --- a/applications/luci-app-https-dns-proxy/po/uk/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/uk/https-dns-proxy.po @@ -23,6 +23,10 @@ msgstr "AdGuard (Сімейний захист)" msgid "AdGuard (Standard)" msgstr "AdGuard (Стандарт)" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -71,6 +75,10 @@ msgstr "" msgid "DNS.SB" msgstr "DNS.SB" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "Digitale Gesellschaft" @@ -79,10 +87,6 @@ msgstr "Digitale Gesellschaft" msgid "Disable" msgstr "Вимкнути" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "Клієнтська підмережа EDNS" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "Увімкнути" @@ -127,7 +131,15 @@ msgstr "Завантаження" msgid "ODVR (nic.cz)" msgstr "ODVR (nic.cz)" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "Проксі сервер" @@ -201,6 +213,9 @@ msgstr "" msgid "rubyfish.cn" msgstr "rubyfish.cn" +#~ msgid "EDNS client subnet" +#~ msgstr "Клієнтська підмережа EDNS" + #~ msgid "DNS Over HTTPS Proxy" #~ msgstr "DNS через HTTPS проксі" diff --git a/applications/luci-app-https-dns-proxy/po/vi/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/vi/https-dns-proxy.po index 9cdff0e5b4..e0319231a9 100644 --- a/applications/luci-app-https-dns-proxy/po/vi/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/vi/https-dns-proxy.po @@ -16,6 +16,10 @@ msgstr "" msgid "AdGuard (Standard)" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -64,6 +68,10 @@ msgstr "" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -72,10 +80,6 @@ msgstr "" msgid "Disable" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "" @@ -120,7 +124,15 @@ msgstr "" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "" diff --git a/applications/luci-app-https-dns-proxy/po/zh_Hans/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/zh_Hans/https-dns-proxy.po index 368c0cad66..380b792f87 100644 --- a/applications/luci-app-https-dns-proxy/po/zh_Hans/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/zh_Hans/https-dns-proxy.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2020-02-19 13:30+0000\n" -"Last-Translator: xiazhang <xz@xia.plus>\n" +"PO-Revision-Date: 2020-07-31 18:42+0000\n" +"Last-Translator: Zkdc <Zkdc2345@qq.com>\n" "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/" "openwrt/luciapplicationshttps-dns-proxy/zh_Hans/>\n" "Language: zh_Hans\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Weblate 3.11\n" +"X-Generator: Weblate 4.2-dev\n" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:72 msgid "%s is not installed or not found" @@ -28,6 +28,10 @@ msgstr "AdGuard(家庭保护)" msgid "AdGuard (Standard)" msgstr "AdGuard(标准)" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -76,6 +80,10 @@ msgstr "" msgid "DNS.SB" msgstr "DNS.SB" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "Digitale Gesellschaft" @@ -84,10 +92,6 @@ msgstr "Digitale Gesellschaft" msgid "Disable" msgstr "禁用" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "EDNS 客户端子网" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "启用" @@ -110,11 +114,11 @@ msgstr "实例" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh.lua:3 msgid "LibreDNS" -msgstr "" +msgstr "LibreDNS" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/gr.libredns.doh-ads.lua:3 msgid "LibreDNS (No Ads)" -msgstr "" +msgstr "LibreDNS(无广告)" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:160 msgid "Listen address" @@ -132,7 +136,15 @@ msgstr "加载中" msgid "ODVR (nic.cz)" msgstr "ODVR (nic.cz)" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "代理服务器" @@ -200,12 +212,15 @@ msgstr "和" #: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:78 msgid "disabled" -msgstr "" +msgstr "已禁用" #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/cn.rubyfish.dns.lua:3 msgid "rubyfish.cn" msgstr "rubyfish.cn" +#~ msgid "EDNS client subnet" +#~ msgstr "EDNS 客户端子网" + #~ msgid "DNS Over HTTPS Proxy" #~ msgstr "通过 HTTPS 代理的 DNS" diff --git a/applications/luci-app-https-dns-proxy/po/zh_Hant/https-dns-proxy.po b/applications/luci-app-https-dns-proxy/po/zh_Hant/https-dns-proxy.po index 8aef5d695d..26907e0e47 100644 --- a/applications/luci-app-https-dns-proxy/po/zh_Hant/https-dns-proxy.po +++ b/applications/luci-app-https-dns-proxy/po/zh_Hant/https-dns-proxy.po @@ -28,6 +28,10 @@ msgstr "AdGuard (家庭保護)" msgid "AdGuard (Standard)" msgstr "AdGuard (標準)" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.alidns.dns.lua:3 +msgid "AliDNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/ca.cira.canadianshield.family.lua:3 msgid "CIRA Canadian Shield (Family)" msgstr "" @@ -76,6 +80,10 @@ msgstr "DNS HTTPS Proxy 設定" msgid "DNS.SB" msgstr "" +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/pub.doh.lua:3 +msgid "DNSPod.cn Public DNS" +msgstr "" + #: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers.disabled/ch.digitale-gesellschaft.dns.lua:3 msgid "Digitale Gesellschaft" msgstr "" @@ -84,10 +92,6 @@ msgstr "" msgid "Disable" msgstr "停用" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 -msgid "EDNS client subnet" -msgstr "" - #: applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm:54 msgid "Enable" msgstr "啟用" @@ -132,7 +136,15 @@ msgstr "載入中" msgid "ODVR (nic.cz)" msgstr "" -#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:180 +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.doh.lua:3 +msgid "OpenDNS" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/https-dns-proxy/providers/com.opendns.familyshield.doh.lua:3 +msgid "OpenDNS (Family Shield)" +msgstr "" + +#: applications/luci-app-https-dns-proxy/luasrc/model/cbi/https-dns-proxy.lua:177 msgid "Proxy server" msgstr "代理伺服器" |